Add fields() QuerySet method, UUID field and UniqueColumns constraint
Pre-release
Pre-release
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.