Closed meshy closed 2 years ago
We can discard classes from the importer if they are a subclass of Warning.
Warning
Instead of re-loading the fixture on prod, we can do Klass.objects.filter(name="DeleteViewCustomDeleteWarning").delete().
Klass.objects.filter(name="DeleteViewCustomDeleteWarning").delete()
We can discard classes from the importer if they are a subclass of
Warning
.Instead of re-loading the fixture on prod, we can do
Klass.objects.filter(name="DeleteViewCustomDeleteWarning").delete()
.