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