Skip to content

Commit 15df57d

Browse files
committed
Bump version to 5.2.0
1 parent eb77b3e commit 15df57d

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Django MongoDB Backend
22

3-
This backend is currently in development and is not advised for production workflows. Backwards incompatible
4-
changes may be made without notice. We welcome your feedback as we continue to
5-
explore and build. The best way to share this is via our [MongoDB Community Forum](https://www.mongodb.com/community/forums/tag/python).
6-
73
## Index
84
* [Documentation](https://www.mongodb.com/docs/languages/python/django-mongodb/current/)
95
* [Getting Started](https://www.mongodb.com/docs/languages/python/django-mongodb/current/get-started/)
@@ -18,10 +14,8 @@ https://django-mongodb-backend.readthedocs.io/en/latest/.
1814
Use the version of `django-mongodb-backend` that corresponds to your version of
1915
Django. For example, to get the latest compatible release for Django 5.2.x:
2016
```bash
21-
pip install --pre django-mongodb-backend==5.2.*
17+
pip install django-mongodb-backend==5.2.*
2218
```
23-
(Until the package is out of beta, you must use pip's `--pre` option.)
24-
2519

2620
## Quickstart
2721

@@ -87,7 +81,9 @@ Then, visit http://127.0.0.1:8000/. This page displays a "Congratulations!" mess
8781

8882
### Issues & Help
8983

90-
We're glad to have such a vibrant community of users of Django MongoDB Backend. We recommend seeking support for general questions through the [MongoDB Community Forums](https://www.mongodb.com/community/forums/tag/python).
84+
We're glad to have such a vibrant community of users of Django MongoDB Backend.
85+
You can ask questions and request features through the
86+
[MongoDB Community Forums](https://www.mongodb.com/community/forums/tag/python).
9187

9288

9389
#### Bugs / Feature Requests

docs/source/intro/install.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ of Django. For example, to get the latest compatible release for Django 5.2.x:
77

88
.. code-block:: bash
99
10-
$ pip install --pre django-mongodb-backend==5.2.*
11-
12-
(Until the package is out of beta, you must use pip's ``--pre`` option.)
10+
$ pip install django-mongodb-backend==5.2.*
1311
1412
The minor release number of Django doesn't correspond to the minor release
1513
number of ``django-mongodb-backend``. Use the latest minor release of each.

docs/source/releases/5.2.x.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Django MongoDB Backend 5.2.x
33
============================
44

5+
5.2.0
6+
=====
7+
8+
*September 2, 2025*
9+
10+
General availability release. No changes since beta 3.
11+
512
5.2.0 beta 3
613
============
714

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keywords = [
1919
"django"
2020
]
2121
classifiers = [
22-
"Development Status :: 4 - Beta",
22+
"Development Status :: 5 - Production/Stable",
2323
"Framework :: Django",
2424
"Framework :: Django :: 5.2",
2525
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)