Fake models now have generated names

This commit is contained in:
Swen Kooij
2017-06-26 12:44:09 +03:00
parent 51fc6959d2
commit 96ddc77cfc
6 changed files with 12 additions and 23 deletions

View File

@@ -16,7 +16,6 @@ class LocalizedBulkTestCase(TestCase):
a :see:LocalizedUniqueSlugField in the model."""
model = get_fake_model(
'BulkSlugInsertModel',
{
'name': LocalizedField(),
'slug': LocalizedUniqueSlugField(populate_from='name', include_time=True),