Releases: krischer/django-plugins
Releases · krischer/django-plugins
Version 0.3.0
- 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
Officially supported Django versions are now 1.6.8 and 1.7.1.
Version 0.2.4
This release adds support for Python 3. It now supports Python 2.7, 3.2, 3.3, and 3.4.