Skip to content

Releases: Niklas9/django-unixdatetimefield

1.2.0

13 Dec 15:46
Compare
Choose a tag to compare
  • now with full timezone support
  • minor regression fix for Python 2.7 from 1.1.0

1.1.0

12 Dec 17:13
Compare
Choose a tag to compare

Now with Django 3 support, full backward compatibility

v1.0.3

26 Feb 11:07
Compare
Choose a tag to compare
  • fixed issue where README.md was not part of pip package, caused installation problem with Python 3.x

v1.0.2

24 Feb 14:33
Compare
Choose a tag to compare
  • maintenance release to fix long_description in setup.py issue

v1.0.1

24 Feb 14:29
Compare
Choose a tag to compare
  • fixed project description for PyPI

v1.0.0

23 Feb 21:06
Compare
Choose a tag to compare

Django 2 support

v0.1.6

15 Dec 14:37
Compare
Choose a tag to compare
  • fixed bug related to Python 3

v0.1.5

14 Dec 23:12
Compare
Choose a tag to compare
  • fixed support for Django 1.10.x
  • fixed exception when using admin list_filter on top of a UnixDateTimeField
  • fixed support for DateTimeField's default option

v0.1.4

13 Feb 17:06
Compare
Choose a tag to compare

fixed support for Django 1.8.x and 1.9.x

v0.1.3

27 Mar 13:09
Compare
Choose a tag to compare
bumped version after the latest changes