You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
model_errors="""invalid_models.fielderrors: "charfield": CharFields require a "max_length" attribute that is a positive integer.
360
367
invalid_models.fielderrors: "charfield2": CharFields require a "max_length" attribute that is a positive integer.
361
368
invalid_models.fielderrors: "charfield3": CharFields require a "max_length" attribute that is a positive integer.
@@ -470,6 +477,7 @@ class HardReferenceModel(models.Model):
470
477
invalid_models.hardreferencemodel: 'm2m_4' defines a relation with the model 'invalid_models.SwappedModel', which has been swapped out. Update the relation to point at settings.TEST_SWAPPED_MODEL.
471
478
invalid_models.badswappablevalue: TEST_SWAPPED_MODEL_BAD_VALUE is not of the form 'app_label.app_name'.
472
479
invalid_models.badswappablemodel: Model has been swapped out for 'not_an_app.Target' which has not been installed or is abstract.
480
+
invalid_models.badindextogether1: "index_together" refers to field_that_does_not_exist, a field that doesn't exist.
0 commit comments