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
|
@ -1649,8 +1649,6 @@ templates used by the :class:`ModelAdmin` views:
|
|||
|
||||
.. method:: ModelAdmin.get_inlines(request, obj)
|
||||
|
||||
.. versionadded:: 3.0
|
||||
|
||||
The ``get_inlines`` method is given the ``HttpRequest`` and the
|
||||
``obj`` being edited (or ``None`` on an add form) and is expected to return
|
||||
an iterable of inlines. You can override this method to dynamically add
|
||||
|
@ -2151,10 +2149,6 @@ To avoid conflicts with user-supplied scripts or libraries, Django's jQuery
|
|||
in your own admin JavaScript without including a second copy, you can use the
|
||||
``django.jQuery`` object on changelist and add/edit views.
|
||||
|
||||
.. versionchanged:: 3.0
|
||||
|
||||
jQuery was upgraded from 3.3.1 to 3.4.1.
|
||||
|
||||
.. versionchanged:: 3.1
|
||||
|
||||
jQuery was upgraded from 3.4.1 to 3.5.1.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue