Skip to content

Releases: ambitioninc/django-manager-utils

0.5.0

24 May 15:31
Compare
Choose a tag to compare

Added sync function

0.4.0

23 May 03:17
Compare
Choose a tag to compare

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

30 Apr 18:49
Compare
Choose a tag to compare

update_fields no longer a required argument for bulk_upsert

0.3.8

30 Apr 18:26
Compare
Choose a tag to compare

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

27 Apr 18:20
Compare
Choose a tag to compare

Fixed a bug in upsert() that caused the values in "updates" to not override values in "defaults" upon object creation

0.3.6

07 Apr 03:40
Compare
Choose a tag to compare

bulk_upsert take model objects instead of dictionaries

0.3.5

03 Apr 01:44
Compare
Choose a tag to compare

Added a bulk_upsert function to django-manager-utils

0.3.4

16 Mar 16:40
Compare
Choose a tag to compare

Updated version in VERSION file

0.3.3

16 Mar 16:34
Compare
Choose a tag to compare

No external dependency links are used anymore in setup.py since pip doesn't support it.

0.3.2

11 Mar 21:13
Compare
Choose a tag to compare

Updated querybuilder requirement