Explorar el Código

Added missing Meta.apps to a schema model.

Tim Graham hace 5 años
padre
commit
e21788121b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tests/schema/models.py

+ 1 - 0
tests/schema/models.py

@@ -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):