mirror of
https://github.com/django/django.git
synced 2025-02-10 01:16:53 +00:00
Removed unused InlineAdminForm.ordering_field().
Unused since its introduction in a19ed8aea395e8e07164ff7d85bd7dff2f24edca.
This commit is contained in:
parent
036bb2b74a
commit
f3a06b06b5
@ -526,11 +526,6 @@ class InlineAdminForm(AdminForm):
|
||||
|
||||
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):
|
||||
def __init__(self, formset, *args, **kwargs):
|
||||
|
Loading…
x
Reference in New Issue
Block a user