Skip to content

0.5.2

Compare
Choose a tag to compare
@javrasya javrasya released this 18 Oct 06:25
· 206 commits to master since this release
  • Improvement - Removed unnecessary models.
  • Improvement - Migrations are added
  • Bug - content_type__0002 migrations cause failing for django1.7. Dependency is removed
  • Bug - DatabaseHandlerBacked was trying to access database on django setup. This cause no table in db error for some django commands. This was happening; because there is no db created before some commands are executed; like makemigrations, migrate.