Skip to content

Version 0.3.0

Latest
Compare
Choose a tag to compare
@krischer krischer released this 06 Jul 11:21
· 9 commits to master since this release
  • 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.