Populated Apps instances immediately by default.

This commit is contained in:
Aymeric Augustin 2013-12-30 16:03:06 +01:00
parent c31d7c4813
commit 7ed20e0153
5 changed files with 21 additions and 27 deletions

View file

@ -6,7 +6,7 @@ from django.db import models
# We're testing app registry presence on load, so this is handy.
new_apps = Apps()
new_apps = Apps(['apps'])
class TotallyNormal(models.Model):