ChangeLog

0.11.0 (2017-02-25)

New:

  • Add compatibility for Django up to 1.10 and Python 3.6

Note

This version drops support for Python 3.0-3.3 and Django<1.8.

0.10.1 (2016-06-26)

Bugfix:

  • Don’t choke on dj.db.migration passing in unicode instead of str
  • Fix packaging / docs layout

0.10.0 (2016-02-15)

New:

  • Add compatibility for Django up to 1.9

Bugfix:

Note

This version drops support for Python 2.6; the next one will drop Django<1.7.

0.9.4 (2014-11-24)

Bugfix:

  • Add support for django.db.migrations (Django >= 1.7)

0.9.3 (2014-06-04)

Packaging:

  • #12: Prevent ‘egg’ packaging

0.9.2 (2013-09-25)

Bugfix:

  • Fix migrations to take into account Django’s AUTH_USER_MODEL setting.

0.9.1 (2013-08-14)

Bugfix:

  • Fix packaging

0.9.0 (2013-05-16)

New:

  • #10: Ask Django’ templates to not call transitions, and give access to sub-methods (e.g is_available()). Contributed by kanu.

0.8.1 (2012-11-30)

Bugfix:

0.8.0 (2012-10-12)

New:

0.7.1 (2012-09-10)

Bugfix:

  • Use django.utils.timezone.now() instead of datetime.datetime.now() with Django >= 1.4

0.7.0 (2012-08-17)

New:

0.6.0 (2012-08-02)

New:

0.5.0 (2012-07-14)

New:

Bugfix:

0.4.5 (2012-06-12)

Bugfix:

0.4.4 (2012-05-29)

Bugfix:

0.4.3 (2012-05-29)

Bugfix:

  • Include migrations in package

0.4.2 (2012-05-29)

Bugfix:

  • Fix log=False/save=False when calling transitions

0.4.1 (2012-05-29)

Bugfix:

0.4.0 (2012-04-29)

New:

  • Improve south support
  • Run transition implementations in a database transaction

0.3.1 (2012-04-15)

New: