Added
- Support for Django 3.x.
Changed
- Pinned the
django-parler
version to>=2
and add a migration required to upgrade it.
Fixed
- Add a
tzinfo
toStreet
andAddress.modified_at
migrations to fix the warning
saying that a timezone-naive date was passed to aDateTimeField
.