Skip to content

Commit 5083528

Browse files
committed
feedback
1 parent 51e9788 commit 5083528

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

source/compatibility.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Django Compatibility
3636

3737
Your major and minor version of {+django-odm+} must match your Django version.
3838
For example, {+django-odm+} version {+django-version+} requires Django {+django-version+}.
39-
The minimum supported Django version is 5.0.
4039

4140
Language Compatibility
4241
----------------------

source/includes/language-compatibility-table-django.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
- Python 3.10
1111
- Python 3.9
1212

13-
* - 5.1 to 5.2
13+
* - 5.2
1414
- ✓
1515
- ✓
1616
- ✓
1717
- ✓
1818
-
1919

20-
* - 5.0
21-
-
20+
* - 5.1
21+
-
2222
- ✓
2323
- ✓
2424
- ✓

source/interact-data/crud.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ collection.
2626

2727
You can also use the {+framework+} admin site to edit your models
2828
and their corresponding collections on a web interface. For
29-
more information, see the `Django Admin Site <https://docs.djangoproject.com/en/5.1/ref/contrib/admin/>`__
29+
more information, see the `Django Admin Site <{+django-docs+/ref/contrib/admin/>`__
3030
entry in the {+framework+} documentation.
3131

3232
Query API

0 commit comments

Comments
 (0)