Removed unused InlineAdminForm.ordering_field().
Unused since its introduction in a19ed8aea3
.
This commit is contained in:
parent
036bb2b74a
commit
f3a06b06b5
|
@ -526,11 +526,6 @@ class InlineAdminForm(AdminForm):
|
||||||
|
|
||||||
return AdminField(self.form, DELETION_FIELD_NAME, False)
|
return AdminField(self.form, DELETION_FIELD_NAME, False)
|
||||||
|
|
||||||
def ordering_field(self):
|
|
||||||
from django.forms.formsets import ORDERING_FIELD_NAME
|
|
||||||
|
|
||||||
return AdminField(self.form, ORDERING_FIELD_NAME, False)
|
|
||||||
|
|
||||||
|
|
||||||
class InlineFieldset(Fieldset):
|
class InlineFieldset(Fieldset):
|
||||||
def __init__(self, formset, *args, **kwargs):
|
def __init__(self, formset, *args, **kwargs):
|
||||||
|
|
Loading…
Reference in New Issue