mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-27 18:08:11 +08:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ddd869ce30 |
@@ -35,12 +35,18 @@ jobs:
|
|||||||
django:
|
django:
|
||||||
- "5.2"
|
- "5.2"
|
||||||
- "6.0"
|
- "6.0"
|
||||||
|
- "6.1"
|
||||||
exclude:
|
exclude:
|
||||||
# django 6.0 does not support earlier than 3.12
|
# django 6.0 does not support earlier than 3.12
|
||||||
- python-version: "3.10"
|
- python-version: "3.10"
|
||||||
django: "6.0"
|
django: "6.0"
|
||||||
- python-version: "3.11"
|
- python-version: "3.11"
|
||||||
django: "6.0"
|
django: "6.0"
|
||||||
|
# django 6.1 does not support earlier than 3.12
|
||||||
|
- python-version: "3.10"
|
||||||
|
django: "6.1"
|
||||||
|
- python-version: "3.11"
|
||||||
|
django: "6.1"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mongodb:
|
mongodb:
|
||||||
|
|||||||
+2
-2
@@ -35,13 +35,13 @@ See the `changelog <https://github.com/GDay/django-q2/blob/master/CHANGELOG.md>`
|
|||||||
Requirements
|
Requirements
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
- `Django <https://www.djangoproject.com>`__ 5.2 and 6.0
|
- `Django <https://www.djangoproject.com>`__ 5.2, 6.0 and 6.1
|
||||||
- `Django-picklefield <https://github.com/gintas/django-picklefield>`__
|
- `Django-picklefield <https://github.com/gintas/django-picklefield>`__
|
||||||
|
|
||||||
Tested with:
|
Tested with:
|
||||||
|
|
||||||
* Python 3.10 to 3.14.
|
* Python 3.10 to 3.14.
|
||||||
* Django 5.2 and 6.0.
|
* Django 5.2, 6.0 and 6.1.
|
||||||
|
|
||||||
Brokers
|
Brokers
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|||||||
+1
-1
@@ -27,7 +27,7 @@ Features
|
|||||||
- Rollbar and Sentry support
|
- Rollbar and Sentry support
|
||||||
|
|
||||||
|
|
||||||
Django Q2 is tested with: Python 3.8, 3.9, 3.10, 3.11 and 3.12. Works with Django 4.2.x, 5.x and 6.0.x
|
Django Q2 is tested with: python 3.10, 3.11, 3.12, 3.13 and 3.14. Works with Django 5.2, 6.0 and 6.1
|
||||||
|
|
||||||
Currently available in English, German and French.
|
Currently available in English, German and French.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user