Skip to content

Releases: michaeljohnbarr/django-timezone-utils

Version 0.15

15 Feb 12:26
5d5f624
Compare
Choose a tag to compare

Support Django 4.x

Version 0.13

26 Sep 00:09
Compare
Choose a tag to compare

Fixed PyPi distribution to support Python 2 and 3. No code changes aside from version bump.

0.13-pre

01 Oct 05:18
337720e
Compare
Choose a tag to compare

For testing push on deploy to pypi.

Version 0.12

22 Sep 07:04
Compare
Choose a tag to compare
  • 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

31 Oct 03:39
Compare
Choose a tag to compare
  • Removed reference to django.db.models.fields.subclassing.SubfieldBase (resolves #7) and conditional import for django.core.checks.
  • Removed the timezone_utils/models.py and timezone_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 to Production/Stable.
  • Added contributor Alex Kamedov.
  • Updated documentation copyright year to 2016.
  • Minor PEP8 changes.

Version 0.10

29 Oct 14:59
Compare
Choose a tag to compare

Originally released on 2016-05-16, but forgot to tag.