mirror of
https://github.com/django/django.git
synced 2025-12-15 21:45:20 +00:00
Populated Apps instances immediately by default.
This commit is contained in:
parent
c31d7c4813
commit
7ed20e0153
5 changed files with 21 additions and 27 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue