Refs #26605 -- Isolated a migrations state test.
This commit is contained in:
parent
b906c3db63
commit
eb9a3bd63a
|
@ -1017,6 +1017,10 @@ class ModelStateTests(SimpleTestCase):
|
|||
class SearchableLocation(models.Model):
|
||||
keywords = models.CharField(max_length=256)
|
||||
|
||||
class Meta:
|
||||
app_label = 'migrations'
|
||||
apps = new_apps
|
||||
|
||||
class Station(SearchableLocation):
|
||||
name = models.CharField(max_length=128)
|
||||
|
||||
|
|
Loading…
Reference in New Issue