* 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.
0.3.5
Not secure
* Added bulk_create and bulk_update for operations on multiple objects.