Skip to content

3.0.10

Compare
Choose a tag to compare
@coleifer coleifer released this 02 Feb 15:48
· 1469 commits to master since this release
  • Fix Database.drop_tables() signature to support cascade argument - #1453.
  • Fix querying documentation for custom functions - #1454.
  • Added len() method to ModelBase for convenient counting.
  • Fix bug related to unsaved relation population (thanks @conqp) - #1459.
  • Fix count() on compound select - #1460.
  • Support coerce keyword argument with fn.XXX() - #1463.
  • Support updating existing model instance with dict_to_model-like API - #1456.
  • Fix equality tests with ArrayField - #1461.

View commits