mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed #24138 -- Added modelform_factory to __all__.
This commit is contained in:
parent
21b858cb67
commit
3844ccc958
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ __all__ = (
|
|||
'ModelForm', 'BaseModelForm', 'model_to_dict', 'fields_for_model',
|
||||
'save_instance', 'ModelChoiceField', 'ModelMultipleChoiceField',
|
||||
'ALL_FIELDS', 'BaseModelFormSet', 'modelformset_factory',
|
||||
'BaseInlineFormSet', 'inlineformset_factory',
|
||||
'BaseInlineFormSet', 'inlineformset_factory', 'modelform_factory',
|
||||
)
|
||||
|
||||
ALL_FIELDS = '__all__'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue