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
Implemented in 81e3f59.
Return http 206 partial response when listing deleted objects and deletion limit is reached for the parent(s), including the aggregate note list. If feasible (i.e. not requiring a per-parent request) only return it if the first deleted object is deleted after the since parameter.
The deleted route will be moved to NestedViewSet/UserNoteViewSet for two reasons: 1) prevent a dependency between the limit and sync mixins and 2) an overridden route is not recognized by the rest framework
Enforce the limit when deleting an object.
Also, when listing deleted objects, return 206 if the limit is reached.
The text was updated successfully, but these errors were encountered: