Skip to content

0.1

Compare
Choose a tag to compare
@wesleykendall wesleykendall released this 06 Mar 06:30
· 366 commits to master since this release

Django manager utils 0.1 includes the following functions:

  • single: Access a single object of a table or queryset
  • get_or_none: Perform a get but return none if the object doesn't exist
  • upsert: Perform an update or do an insert if the object doesn't exist
  • bulk_update: Update fields of a list of models