Skip to content

Commit 18e7177

Browse files
committed
Add release notes
1 parent 0c335cb commit 18e7177

File tree

5 files changed

+66
-0
lines changed

5 files changed

+66
-0
lines changed

docs/source/contents.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Table of contents
1414
topics/index
1515
ref/index
1616
faq
17+
releases/index
1718
internals
1819

1920
Indices

docs/source/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,9 @@ Forms
4646
=====
4747

4848
- :doc:`ref/forms`
49+
50+
Miscellaneous
51+
=============
52+
53+
- :doc:`releases/index`
54+
- :doc:`internals`

docs/source/releases/5.0.x.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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.

docs/source/releases/5.1.x.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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.

docs/source/releases/index.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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

0 commit comments

Comments
 (0)