v0.15.2
- The
auto_now_add
argument ofDatetimeField
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 withnow()
anymore. (#249)