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
1 change: 1 addition & 0 deletions docs/source/contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Table of contents
topics/index
ref/index
faq
releases/index
internals

Indices
Expand Down
6 changes: 6 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,9 @@ Forms
=====

- :doc:`ref/forms`

Miscellaneous
=============

- :doc:`releases/index`
- :doc:`internals`
22 changes: 22 additions & 0 deletions docs/source/releases/5.0.x.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
============================
Django MongoDB Backend 5.0.x
============================

5.0.0 beta 1
============

*Unreleased*

- Fixed the inability to save nested embedded model forms.
- Fixed :ref:`persistent database connections
<django:persistent-database-connections>`.
- Added :doc:`async <django:topics/async>` support.
- Added the ``db_name`` parameter to
:func:`~django_mongodb_backend.utils.parse_uri`.

5.0.0 beta 0
============

*January 29, 2025*

Initial Public Preview release.
22 changes: 22 additions & 0 deletions docs/source/releases/5.1.x.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
============================
Django MongoDB Backend 5.1.x
============================

5.1.0 beta 1
============

*Unreleased*

- Fixed the inability to save nested embedded model forms.
- Fixed :ref:`persistent database connections
<django:persistent-database-connections>`.
- Added :doc:`async <django:topics/async>` support.
- Added the ``db_name`` parameter to
:func:`~django_mongodb_backend.utils.parse_uri`.

5.1.0 beta 0
============

*January 30, 2025*

Initial Public Preview release.
15 changes: 15 additions & 0 deletions docs/source/releases/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
=============
Release notes
=============

The release notes will tell you what's new in each version and will also
describe any backwards-incompatible changes.

Below are release notes through Django MongoDB backend 5.1.x. Newer versions of
the documentation contain the release notes for any later releases.

.. toctree::
:maxdepth: 1

5.1.x
5.0.x