Skip to content

Latest commit

 

History

History
237 lines (142 loc) · 5.3 KB

changelog.rst

File metadata and controls

237 lines (142 loc) · 5.3 KB

ChangeLog

0.13.2 (unreleased)

0.13.1 (2020-03-02)

  • Fixing regexp for versioning

0.13.0 (2020-03-02)

  • Add support for Django 2.2

0.12.3 (2018-02-06)

Packaging:

  • Don't require Django>=1.11 - we don't test for Django<1.11, but should be compatible. This requirement change should never have made it into a patch release.

0.12.2 (2018-02-05)

Bugfix:

  • Fix compatibility issue with Django>=1.11 migration framework when adding both a WorkflowEnabled model a ForeignKey to it.
  • Properly interact with Django's .only() querysets.

0.12.1 (2017-09-03)

Bugfix:

  • Add missing on_delete calls for Django>=1.11.

0.12.0 (2017-08-30)

New:

  • Add compatibility for Django up to 1.11

Note

This version drops support for Django==1.9

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:

0.8.1 (2012-11-30)

Bugfix:

0.8.0 (2012-10-12)

New:

0.7.1 (2012-09-10)

Bugfix:

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: