I want to customize the Wagtail editing interface as defined in the docs:
The problem is that my form has a field with a queryset that gets objects from the model, so I keep running into circular dependencies.
How can I define a base_form_class that is loaded after the model? Any way around this?