Skip to content

Releases: krischer/django-plugins

Version 0.3.0

06 Jul 11:21
Compare
Choose a tag to compare
  • Added support for Django 1.8 and 1.9.
  • Now works for Django 1.6-1.9 and Python 2.7, 3.3, 3.4, and 3.5
  • Using the syncdb Django command is no longer recommended. Please use
    migrate instead.
  • Supports django migrations as well as a backwards compatible path for
    south migrations.

Version 0.2.5

25 Oct 19:02
Compare
Choose a tag to compare

Officially supported Django versions are now 1.6.8 and 1.7.1.

Version 0.2.4

04 Jul 12:41
Compare
Choose a tag to compare

This release adds support for Python 3. It now supports Python 2.7, 3.2, 3.3, and 3.4.