Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/ref/contrib/gis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
GeoDjango
=========

.. versionadded:: 5.2.0b2

Django MongoDB Backend supports :doc:`GeoDjango<django:ref/contrib/gis/index>`.

Each model field stores data as :doc:`GeoJSON objects
Expand Down
9 changes: 0 additions & 9 deletions docs/ref/database.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ Django MongoDB Backend because Django's API for connection-closing
(``django.db.connection.close()``) has no effect. In other words, persistent
connections are enabled by default.

.. versionadded:: 5.2.0b0

Support for connection pooling was added. In older versions, use
:setting:`CONN_MAX_AGE` to enable persistent connections.

.. _connection-management:

Connection management
Expand All @@ -37,7 +32,3 @@ no effect.
Django's API for connection-closing (``django.db.connection.close()``) has no
effect. Rather, if you need to close the connection pool, use
``django.db.connection.close_pool()``.

.. versionadded:: 5.2.0b0

Support for connection pooling and ``connection.close_pool()`` were added.
2 changes: 0 additions & 2 deletions docs/ref/forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ Some MongoDB-specific fields are available in ``django_mongodb_backend.forms``.

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

.. versionadded:: 5.2.0b1

A field which maps to a list of model instances. The field will render as a
:class:`ModelFormSet <django.forms.models.BaseModelFormSet>`.

Expand Down
6 changes: 0 additions & 6 deletions docs/ref/models/fields.rst
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,6 @@ These indexes use 0-based indexing.

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

.. versionadded:: 5.2.0b1

Similar to :class:`EmbeddedModelField`, but stores a **list** of models of
type ``embedded_model`` rather than a single instance.

Expand Down Expand Up @@ -360,8 +358,6 @@ These indexes use 0-based indexing.

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

.. versionadded:: 5.2.0b2

Stores a model of one of the types in ``embedded_models``.

.. attribute:: embedded_models
Expand Down Expand Up @@ -390,8 +386,6 @@ These indexes use 0-based indexing.

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

.. versionadded:: 5.2.0b2

Similar to :class:`PolymorphicEmbeddedModelField`, but stores a **list** of
models of type ``embedded_models`` rather than a single instance.

Expand Down
4 changes: 0 additions & 4 deletions docs/ref/models/indexes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ minutes, depending on the size of the collection.

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

.. versionadded:: 5.2.0b0

Creates a basic :doc:`search index <atlas:atlas-search/index-definitions>`
on the given field(s).

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

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

.. versionadded:: 5.2.0b0

A subclass of :class:`SearchIndex` that creates a :doc:`vector search index
<atlas:atlas-vector-search/vector-search-type>` on the given field(s).

Expand Down
2 changes: 0 additions & 2 deletions docs/ref/models/search.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ Atlas Search queries

.. currentmodule:: django_mongodb_backend.expressions

.. versionadded:: 5.2.0b2

Atlas Search expressions
========================

Expand Down
4 changes: 0 additions & 4 deletions docs/ref/utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,3 @@ following parts can be considered stable.

But for maximum flexibility, construct :setting:`DATABASES` manually as
described in :ref:`configuring-databases-setting`.

.. versionchanged:: 5.2b2

The ``options`` parameter was added.
2 changes: 0 additions & 2 deletions docs/topics/transactions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
Transactions
============

.. versionadded:: 5.2.0b2

.. module:: django_mongodb_backend.transaction

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