File tree Expand file tree Collapse file tree 5 files changed +66
-0
lines changed Expand file tree Collapse file tree 5 files changed +66
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Table of contents
14
14
topics/index
15
15
ref/index
16
16
faq
17
+ releases/index
17
18
internals
18
19
19
20
Indices
Original file line number Diff line number Diff line change 46
46
=====
47
47
48
48
- :doc: `ref/forms `
49
+
50
+ Miscellaneous
51
+ =============
52
+
53
+ - :doc: `releases/index `
54
+ - :doc: `internals `
Original file line number Diff line number Diff line change
1
+ ============================
2
+ Django MongoDB Backend 5.0.x
3
+ ============================
4
+
5
+ 5.0.0 beta 1
6
+ ============
7
+
8
+ *Unreleased *
9
+
10
+ - Fixed the inability to save nested embedded model forms.
11
+ - Fixed :ref: `persistent database connections
12
+ <django:persistent-database-connections>`.
13
+ - Added :doc: `async <django:topics/async >` support.
14
+ - Added the ``db_name `` parameter to
15
+ :func: `~django_mongodb_backend.utils.parse_uri `.
16
+
17
+ 5.0.0 beta 0
18
+ ============
19
+
20
+ *January 29, 2025 *
21
+
22
+ Initial Public Preview release.
Original file line number Diff line number Diff line change
1
+ ============================
2
+ Django MongoDB Backend 5.1.x
3
+ ============================
4
+
5
+ 5.1.0 beta 1
6
+ ============
7
+
8
+ *Unreleased *
9
+
10
+ - Fixed the inability to save nested embedded model forms.
11
+ - Fixed :ref: `persistent database connections
12
+ <django:persistent-database-connections>`.
13
+ - Added :doc: `async <django:topics/async >` support.
14
+ - Added the ``db_name `` parameter to
15
+ :func: `~django_mongodb_backend.utils.parse_uri `.
16
+
17
+ 5.1.0 beta 0
18
+ ============
19
+
20
+ *January 30, 2025 *
21
+
22
+ Initial Public Preview release.
Original file line number Diff line number Diff line change
1
+ =============
2
+ Release notes
3
+ =============
4
+
5
+ The release notes will tell you what's new in each version and will also
6
+ describe any backwards-incompatible changes.
7
+
8
+ Below are release notes through Django MongoDB backend 5.1.x. Newer versions of
9
+ the documentation contain the release notes for any later releases.
10
+
11
+ .. toctree ::
12
+ :maxdepth: 1
13
+
14
+ 5.1.x
15
+ 5.0.x
You can’t perform that action at this time.
0 commit comments