mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-05-17 19:51:12 +00:00
inlineformset deprecation warning fixed
This commit is contained in:
parent
09ed44fe56
commit
d9dec20a2a
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ class ModelAdmin2(with_metaclass(ModelAdminBase2)):
|
||||||
return self.ordering
|
return self.ordering
|
||||||
|
|
||||||
|
|
||||||
class Admin2Inline(extra_views.InlineFormSet):
|
class Admin2Inline(extra_views.InlineFormSetFactory):
|
||||||
"""
|
"""
|
||||||
A simple extension of django-extra-view's InlineFormSet that
|
A simple extension of django-extra-view's InlineFormSet that
|
||||||
adds some useful functionality.
|
adds some useful functionality.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue