craigds/django-typed-models

Make _typedmodels_registry public

Closed this issue · 1 comments

If you want to render a ChoiceField with all available subclasses of a TypedModel, you need _typedmodels_registry.

I think it should be part of the public API: I think the leading underscore should be removed.

This is exposed by get_type_classes() so I'm going to close this as a dupe of #23