You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passing many_to_many=True to a @model_observer(MyModel, many_to_many=True) turns on the tracking of many to many relationships. Or when using ObserverModelInstanceMixin provide observer_many_to_many_relationships = True as a class property.
Add support of DRF OR, AND, NOT operands when providing Consumer permission_classes
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
Features
Enable many to many relationship updates for subscribers
@tumblingman #213, #216
Passing
many_to_many=True
to a@model_observer(MyModel, many_to_many=True)
turns on the tracking of many to many relationships. Or when usingObserverModelInstanceMixin
provideobserver_many_to_many_relationships = True
as a class property.Add support of DRF OR, AND, NOT operands when providing Consumer permission_classes
@MishaGubsky in #202
BUGs
ModelObserver
and Fix Test Warnings for Consistency and Safety by @tumblingman inDocs
New Contributors
ModelObserver
and Fix Test Warnings for Consistency and Safety #208Full Changelog: v1.2.0...v1.3.0
This discussion was created from the release v1.3.0.
Beta Was this translation helpful? Give feedback.
All reactions