Skip to content

v0.15.2

Compare
Choose a tag to compare
@grigi grigi released this 27 Nov 16:01
· 871 commits to develop since this release
  • The auto_now_add argument of DatetimeField is handled correctly in the SQLite backend. (#248)
  • unique_together now creates named constrains, to prevent the DB from auto-assigning a potentially non-unique constraint name. (#237)
  • Filtering by an auto_now field doesn't replace the filter value with now() anymore. (#249)