Skip to content

Commit 9edb783

Browse files
committed
Removed versionadded/changed annotations for 4.2.
This also removes remaining versionadded/changed annotations for older versions.
1 parent cdaf333 commit 9edb783

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+0
-346
lines changed

docs/howto/custom-file-storage.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ obtain an alternative name.
125125
Use your custom storage engine
126126
==============================
127127

128-
.. versionadded:: 4.2
129-
130128
The first step to using your custom storage with Django is to tell Django about
131129
the file storage backend you'll be using. This is done using the
132130
:setting:`STORAGES` setting. This setting maps storage aliases, which are a way

docs/howto/error-reporting.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,10 +306,6 @@ following attributes and methods:
306306

307307
re.compile(r"API|TOKEN|KEY|SECRET|PASS|SIGNATURE|HTTP_COOKIE", flags=re.IGNORECASE)
308308

309-
.. versionchanged:: 4.2
310-
311-
``HTTP_COOKIE`` was added.
312-
313309
.. method:: is_active(request)
314310

315311
Returns ``True`` to activate the filtering in

docs/howto/static-files/deployment.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,6 @@ provide storage backends for many common file storage APIs. A good starting
106106
point is the `overview at djangopackages.org
107107
<https://djangopackages.org/grids/g/storage-backends/>`_.
108108

109-
.. versionchanged:: 4.2
110-
111-
The :setting:`STORAGES` setting was added.
112-
113109
Learn more
114110
==========
115111

docs/internals/contributing/writing-documentation.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -262,11 +262,6 @@ documentation:
262262
also need to define a reference to the documentation for that environment
263263
variable using :rst:dir:`.. envvar:: <envvar>`.
264264

265-
.. versionchanged:: 4.2
266-
267-
All Python code blocks in the Django documentation were reformatted with
268-
:pypi:`blacken-docs`.
269-
270265
Django-specific markup
271266
======================
272267

docs/ref/contrib/admin/index.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2142,10 +2142,6 @@ forms or widgets depending on ``django.jQuery`` must specify
21422142
``js=['admin/js/jquery.init.js', …]`` when :ref:`declaring form media assets
21432143
<assets-as-a-static-definition>`.
21442144

2145-
.. versionchanged:: 4.2
2146-
2147-
jQuery was upgraded from 3.6.0 to 3.6.4.
2148-
21492145
.. versionchanged:: 5.0
21502146

21512147
jQuery was upgraded from 3.6.4 to 3.7.1.

docs/ref/contrib/auth.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -716,10 +716,6 @@ Utility functions
716716
backend's ``get_user()`` method, or if the session auth hash doesn't
717717
validate.
718718

719-
.. versionchanged:: 4.1.8
720-
721-
Fallback verification with :setting:`SECRET_KEY_FALLBACKS` was added.
722-
723719
.. versionchanged:: 5.0
724720

725721
``aget_user()`` function was added.

docs/ref/contrib/gis/functions.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,6 @@ are returned unchanged.
354354
``FromWKB``
355355
===========
356356

357-
.. versionadded:: 4.2
358-
359357
.. class:: FromWKB(expression, **extra)
360358

361359
*Availability*: MariaDB, `MySQL
@@ -367,8 +365,6 @@ Creates geometry from `Well-known binary (WKB)`_ representation.
367365
``FromWKT``
368366
===========
369367

370-
.. versionadded:: 4.2
371-
372368
.. class:: FromWKT(expression, **extra)
373369

374370
*Availability*: MariaDB, `MySQL
@@ -421,8 +417,6 @@ intersection between them.
421417
``IsEmpty``
422418
===========
423419

424-
.. versionadded:: 4.2
425-
426420
.. class:: IsEmpty(expr)
427421

428422
*Availability*: `PostGIS <https://postgis.net/docs/ST_IsEmpty.html>`__

docs/ref/contrib/gis/gdal.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1282,10 +1282,6 @@ blue.
12821282
>>> rst.name # Stored in a random path in the vsimem filesystem.
12831283
'/vsimem/da300bdb-129d-49a8-b336-e410a9428dad'
12841284

1285-
.. versionchanged:: 4.2
1286-
1287-
Support for :class:`pathlib.Path` ``ds_input`` was added.
1288-
12891285
.. attribute:: name
12901286

12911287
The name of the source which is equivalent to the input file path or the name

docs/ref/contrib/gis/geoip2.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ __ https://dev.maxmind.com/geoip/geolite2-free-geolocation-data
2323
__ https://db-ip.com/db/lite.php
2424
__ https://github.com/maxmind/libmaxminddb/
2525

26-
.. versionchanged:: 4.2
27-
28-
Support for ``.mmdb`` files downloaded from DB-IP was added.
29-
3026
Example
3127
=======
3228

docs/ref/contrib/gis/geoquerysets.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,6 @@ SpatiaLite ``Intersects(poly, geom)``
351351
``isempty``
352352
-----------
353353

354-
.. versionadded:: 4.2
355-
356354
*Availability*: `PostGIS <https://postgis.net/docs/ST_IsEmpty.html>`__
357355

358356
Tests if the geometry is empty.

0 commit comments

Comments
 (0)