We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9315201 commit f14d04aCopy full SHA for f14d04a
docs/source/releases/5.1.x.rst
@@ -9,6 +9,8 @@ Django MongoDB Backend 5.1.x
9
10
- Backward-incompatible: :class:`~django_mongodb_backend.fields.ArrayField`\'s
11
``size`` argument is renamed to ``max_size``.
12
+- Added the ``size`` parameter to :class:`~django_mongodb_backend.fields.ArrayField`
13
+ for enforcing fixed-length arrays.
14
- Added support for :doc:`database caching </topics/cache>`.
15
- Fixed ``QuerySet.raw_aggregate()`` field initialization when the document key
16
order doesn't match the order of the model's fields.
0 commit comments