You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add testing support for Django 6.0 and Python 3.14
* Remove Python 3.9 which is EOL
* Remove support for Django 3.2 which is EOL
* Update migrations and docs
* Set DEFAULT_AUTO_FIELD
* Remove migrations, rely on test settings
* Update flake8 version
* Update version
Closes#289Closes#291Closes#294
---------
Co-authored-by: Dan Moore <mgrdcm@me.com>
Copy file name to clipboardExpand all lines: README.rst
+9-14Lines changed: 9 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,9 +88,9 @@ Targets & testing
88
88
89
89
The codebase is targeted and tested against:
90
90
91
-
* Django 3.2.x against Python 3.8, 3.9, 3.10
92
-
* Django 4.2.x against Python 3.8, 3.9, 3.10, 3.11, 3.12
93
-
* Django 5.2.x against Python 3.10, 3.11, 3.12, 3.13
91
+
* Django 4.2.x against Python 3.10, 3.11, 3.12
92
+
* Django 5.2.x against Python 3.10, 3.11, 3.12, 3.13, 3.14
93
+
* Django 6.0.x against Python 3.12, 3.13, 3.14
94
94
95
95
To run the tests against all target environments, install `tox
96
96
<https://testrun.org/tox/latest/>`_ and then execute the command::
@@ -146,6 +146,12 @@ By default you will need to install `django-extensions` or comparable libraries
146
146
if you plan on adding Django Organizations as an installed app to your Django
147
147
project. See below on configuring.
148
148
149
+
Upgrading
150
+
---------
151
+
152
+
Upgrading django-organizations is expected to be a low-impact operation. See the Upgrading
153
+
section in the Getting Started docs for additional considerations.
154
+
149
155
Configuring
150
156
-----------
151
157
@@ -268,14 +274,3 @@ License
268
274
269
275
Anyone is free to use or modify this software under the terms of the BSD
270
276
license.
271
-
272
-
Sponsors
273
-
========
274
-
275
-
`Muster <https://www.muster.com/home?utm_source=github&campaign=opensource>`_ is building precision advocacy software to impact policy through grassroots action.
0 commit comments