mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #25884 -- Fixed migrate --run-syncdb when specifying an app label.
This commit is contained in:
parent
e819554018
commit
cd40306854
4 changed files with 51 additions and 6 deletions
|
@ -0,0 +1,9 @@
|
|||
from django.db import models
|
||||
|
||||
|
||||
class UnmigratedModel(models.Model):
|
||||
"""
|
||||
A model that is in a migration-less app (which this app is
|
||||
if its migrations directory has not been repointed)
|
||||
"""
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue