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 fc4ba85 commit 2c578caCopy full SHA for 2c578ca
django_mongodb_backend/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "5.1.0b4.dev0"
+__version__ = "5.1.0b4"
2
3
# Check Django compatibility before other imports which may fail if the
4
# wrong version of Django is installed.
docs/source/releases/5.1.x.rst
@@ -5,7 +5,7 @@ Django MongoDB Backend 5.1.x
5
5.1.0 beta 4
6
============
7
8
-*Unreleased*
+*July 28, 2025*
9
10
- Fixed crash when loading models with a null value for ``ArrayField``\s where
11
the ``base_field`` uses a database converter.
0 commit comments