Releases: ambitioninc/django-manager-utils
Releases · ambitioninc/django-manager-utils
0.5.0
Added sync function
0.4.0
Django manager utils has a functional interface such that the user can directly call bulk_upsert and other functions directly on a queryset
0.3.9
update_fields no longer a required argument for bulk_upsert
0.3.8
Added a return_upserts flag to bulk_upsert. This allows the user to return the upserted values after they have been updated in the database
0.3.7
Fixed a bug in upsert() that caused the values in "updates" to not override values in "defaults" upon object creation
0.3.6
bulk_upsert take model objects instead of dictionaries
0.3.5
Added a bulk_upsert function to django-manager-utils
0.3.4
Updated version in VERSION file
0.3.3
No external dependency links are used anymore in setup.py since pip doesn't support it.
0.3.2
Updated querybuilder requirement