classy-python / ccbv

A documentation tool for getting your head around Django's class based views.
https://ccbv.co.uk/
BSD 2-Clause "Simplified" License
521 stars 68 forks source link

Stop Warning subclasses from showing up as views #179

Closed meshy closed 2 years ago

meshy commented 2 years ago

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().