Skip to content

Commit 30d2031

Browse files
committed
Remove versionadded/changed annotations for pre-releases
1 parent 4411a08 commit 30d2031

File tree

8 files changed

+0
-31
lines changed

8 files changed

+0
-31
lines changed

docs/ref/contrib/gis.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
GeoDjango
33
=========
44

5-
.. versionadded:: 5.2.0b2
6-
75
Django MongoDB Backend supports :doc:`GeoDjango<django:ref/contrib/gis/index>`.
86

97
Each model field stores data as :doc:`GeoJSON objects

docs/ref/database.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ Django MongoDB Backend because Django's API for connection-closing
1616
(``django.db.connection.close()``) has no effect. In other words, persistent
1717
connections are enabled by default.
1818

19-
.. versionadded:: 5.2.0b0
20-
21-
Support for connection pooling was added. In older versions, use
22-
:setting:`CONN_MAX_AGE` to enable persistent connections.
23-
2419
.. _connection-management:
2520

2621
Connection management
@@ -37,7 +32,3 @@ no effect.
3732
Django's API for connection-closing (``django.db.connection.close()``) has no
3833
effect. Rather, if you need to close the connection pool, use
3934
``django.db.connection.close_pool()``.
40-
41-
.. versionadded:: 5.2.0b0
42-
43-
Support for connection pooling and ``connection.close_pool()`` were added.

docs/ref/forms.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ Some MongoDB-specific fields are available in ``django_mongodb_backend.forms``.
2828

2929
.. class:: EmbeddedModelArrayField(model, *, prefix, max_num=None, extra_forms=3, **kwargs)
3030

31-
.. versionadded:: 5.2.0b1
32-
3331
A field which maps to a list of model instances. The field will render as a
3432
:class:`ModelFormSet <django.forms.models.BaseModelFormSet>`.
3533

docs/ref/models/fields.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,6 @@ These indexes use 0-based indexing.
315315

316316
.. class:: EmbeddedModelArrayField(embedded_model, max_size=None, **kwargs)
317317

318-
.. versionadded:: 5.2.0b1
319-
320318
Similar to :class:`EmbeddedModelField`, but stores a **list** of models of
321319
type ``embedded_model`` rather than a single instance.
322320

@@ -360,8 +358,6 @@ These indexes use 0-based indexing.
360358

361359
.. class:: PolymorphicEmbeddedModelField(embedded_models, **kwargs)
362360

363-
.. versionadded:: 5.2.0b2
364-
365361
Stores a model of one of the types in ``embedded_models``.
366362

367363
.. attribute:: embedded_models
@@ -390,8 +386,6 @@ These indexes use 0-based indexing.
390386

391387
.. class:: PolymorphicEmbeddedModelArrayField(embedded_models, **kwargs)
392388

393-
.. versionadded:: 5.2.0b2
394-
395389
Similar to :class:`PolymorphicEmbeddedModelField`, but stores a **list** of
396390
models of type ``embedded_models`` rather than a single instance.
397391

docs/ref/models/indexes.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ minutes, depending on the size of the collection.
2828

2929
.. class:: SearchIndex(fields=(), name=None)
3030

31-
.. versionadded:: 5.2.0b0
32-
3331
Creates a basic :doc:`search index <atlas:atlas-search/index-definitions>`
3432
on the given field(s).
3533

@@ -48,8 +46,6 @@ minutes, depending on the size of the collection.
4846

4947
.. class:: VectorSearchIndex(*, fields=(), name=None, similarities)
5048

51-
.. versionadded:: 5.2.0b0
52-
5349
A subclass of :class:`SearchIndex` that creates a :doc:`vector search index
5450
<atlas:atlas-vector-search/vector-search-type>` on the given field(s).
5551

docs/ref/models/search.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ Atlas Search queries
44

55
.. currentmodule:: django_mongodb_backend.expressions
66

7-
.. versionadded:: 5.2.0b2
8-
97
Atlas Search expressions
108
========================
119

docs/ref/utils.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,3 @@ following parts can be considered stable.
4242

4343
But for maximum flexibility, construct :setting:`DATABASES` manually as
4444
described in :ref:`configuring-databases-setting`.
45-
46-
.. versionchanged:: 5.2b2
47-
48-
The ``options`` parameter was added.

docs/topics/transactions.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
Transactions
33
============
44

5-
.. versionadded:: 5.2.0b2
6-
75
.. module:: django_mongodb_backend.transaction
86

97
MongoDB supports :doc:`transactions <manual:core/transactions>` if it's

0 commit comments

Comments
 (0)