0.1
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