0.5.2
- Improvement - Removed unnecessary models.
- Improvement - Migrations are added
- Bug -
content_type__0002
migrations cause failing fordjango1.7
. Dependency is removed - Bug -
DatabaseHandlerBacked
was trying to access database on django setup. This causeno table in db
error for some django commands. This was happening; because there is no db created before some commands are executed; likemakemigrations
,migrate
.