diff options
| author | Tim Graham <timograham@gmail.com> | 2017-01-02 10:25:57 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-17 20:52:05 -0500 |
| commit | e27e4c03399f610e0db1fb9b881095d762fda2b7 (patch) | |
| tree | 11bd3fc4e762fad072ef29c0498daab3cba49554 /docs/ref/contrib/admin | |
| parent | 401c5b2e42bf9134d9221f446765dd0777306f0b (diff) | |
Removed versionadded/changed annotations for 1.10.
Diffstat (limited to 'docs/ref/contrib/admin')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index b08d17421e..1fa3843c73 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -1151,8 +1151,6 @@ subclass:: .. attribute:: ModelAdmin.save_as_continue - .. versionadded:: 1.10 - When :attr:`save_as=True <save_as>`, the default redirect after saving the new object is to the change view for that object. If you set ``save_as_continue=False``, the redirect will be to the changelist view. @@ -1950,10 +1948,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:: 1.10 - - The embedded jQuery was upgraded from 2.1.4 to 2.2.3. - The :class:`ModelAdmin` class requires jQuery by default, so there is no need to add jQuery to your ``ModelAdmin``’s list of media resources unless you have a specific need. For example, if you require the jQuery library to be in the @@ -2100,8 +2094,6 @@ The ``InlineModelAdmin`` class adds: .. attribute:: InlineModelAdmin.classes - .. versionadded:: 1.10 - A list or tuple containing extra CSS classes to apply to the fieldset that is rendered for the inlines. Defaults to ``None``. As with classes configured in :attr:`~ModelAdmin.fieldsets`, inlines with a ``collapse`` @@ -2588,11 +2580,6 @@ Templates can override or extend base admin templates as described in the current request has ``request.META['SCRIPT_NAME']`` set and uses that value if ``site_url`` isn't set to something other than ``/``. - .. versionchanged:: 1.10 - - The ``SCRIPT_NAME`` support described in the previous paragraph was - added. - .. attribute:: AdminSite.index_title The text to put at the top of the admin index page (a string). By default, @@ -2892,12 +2879,6 @@ password box. advised to use the :meth:`get_change_message` method to retrieve this value instead of accessing it directly. - .. versionchanged:: 1.10 - - Previously, this attribute was always a plain string. It is - now JSON-structured so that the message can be translated in the current - user language. Old messages are untouched. - ``LogEntry`` methods -------------------- @@ -2907,8 +2888,6 @@ password box. .. method:: LogEntry.get_change_message() - .. versionadded:: 1.10 - Formats and translates :attr:`change_message` into the current user language. Messages created before Django 1.10 will always be displayed in the language in which they were logged. |
