mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Removed versionadded/changed annotations for 3.0.
This commit is contained in:
parent
3b94f12462
commit
4c5236ef93
39 changed files with 2 additions and 299 deletions
|
@ -459,8 +459,6 @@ control the widget used with
|
|||
``ordering_widget``
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. versionadded:: 3.0
|
||||
|
||||
.. attribute:: BaseFormSet.ordering_widget
|
||||
|
||||
Default: :class:`~django.forms.NumberInput`
|
||||
|
@ -478,8 +476,6 @@ Set ``ordering_widget`` to specify the widget class to be used with
|
|||
``get_ordering_widget``
|
||||
^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. versionadded:: 3.0
|
||||
|
||||
.. method:: BaseFormSet.get_ordering_widget()
|
||||
|
||||
Override ``get_ordering_widget()`` if you need to provide a widget instance for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue