mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Added missing Meta.apps to a schema model.
This commit is contained in:
parent
ffde4d5da8
commit
e21788121b
1 changed files with 1 additions and 0 deletions
|
@ -210,6 +210,7 @@ class Thing(models.Model):
|
|||
when = models.CharField(max_length=1, primary_key=True)
|
||||
|
||||
class Meta:
|
||||
apps = new_apps
|
||||
db_table = 'drop'
|
||||
|
||||
def __str__(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue