Releases: michaeljohnbarr/django-timezone-utils
Releases · michaeljohnbarr/django-timezone-utils
Version 0.15
Version 0.13
Fixed PyPi distribution to support Python 2 and 3. No code changes aside from version bump.
0.13-pre
Version 0.12
- Add support for Django 2.1
- Add support for Python 3.7
- Drop support for Django 1.8
- Use tox to run tests and env matrix.
Version 0.11
- Removed reference to django.db.models.fields.subclassing.SubfieldBase (resolves #7) and conditional import for
django.core.checks
. - Removed the
timezone_utils/models.py
andtimezone_utils/migrations
. This means that only Django 1.8+ is now supported. - Removed support for Python versions < 2.6. The Django 1.6 series was the last to support Python 2.6.
- Added testing support for Django 1.10.
- Coverage fix: calling the super(DateTimeField, self).to_python(value) will convert a naive datetime, so the is_naive condition would never be reached.
- Changed development status from
Beta
toProduction/Stable
. - Added contributor Alex Kamedov.
- Updated documentation copyright year to 2016.
- Minor PEP8 changes.
Version 0.10
Originally released on 2016-05-16, but forgot to tag.