Skip to content

Releases: weluse/django-updown

1.1.0

27 Feb 11:49
Compare
Choose a tag to compare
  • Add support for Django 2.0 (thanks to agusmakmun)

1.0.2

07 Mar 10:49
Compare
Choose a tag to compare
  • Replaced IPAddressField in migration (thanks to baster33)

1.0.1

28 Apr 15:20
Compare
Choose a tag to compare
  • Fixed IPAddressField error (thanks to agusmakmun)

1.0.0

02 Mar 17:09
Compare
Choose a tag to compare
  • Dropped support for Python 2.6
  • Added Python 3 support
  • Dropped support for Django < 1.8
  • Django 1.8 & Django 1.9 are now supported
  • Tests are run using tox (for all Python and Django versions)
  • Switched to more semantic versioning
  • Removed old south migrations, added Django migrations
  • Refactoring and cleanup