------ - Fix distribution issues with pyproject.toml file
0.16.0
------ - Require SCIM IDs to be unique across all objects of a specific model. POTENTIALLY BREAKING CHANGE. - Drop compatibility with all Django versions before 2.2.13 POTENTIALLY BREAKING CHANGE.
0.15.0
------ - Add a get_object_post_processor function. - Drop compatibility with all Django versions before 2.0 POTENTIALLY BREAKING CHANGE.
0.14.4
------ - Fix hard coded ATTR_MAP issue (38). Thank you horida. - Update replace calls to call self.save() rather than self.obj.save() (40) Thanks horida. - Update demo documentation and requirements - Upgrade dependency: scim2-filter-parser -> 0.3.4 - Move CI to CircleCI: https://circleci.com/gh/15five/django-scim2
0.14.3
------ - Handle SCIMParesrError errors gracefully
0.14.2
------ - Run PATCH handlers for each parsed path and value