Skip to content

Add fields() QuerySet method, UUID field and UniqueColumns constraint

Pre-release
Pre-release
Compare
Choose a tag to compare
@collerek collerek released this 05 Oct 08:22
· 1271 commits to master since this release
dd46dbc

Add fields() method to limit the selected columns from database - only nullable columns can be excluded.
Added UniqueColumns and constraints list in model Meta to build unique constraints on list of columns.
Added UUID field type based on Char(32) column type.

For details check Readme and tests.