Jannis Leidel
bb2523ddb9
Fix badge URL.
2021-12-23 20:36:48 +01:00
Paolo Melchiorre
32a41d62b9
Align README badges with other jazzband projects ( #326 )
2021-12-23 20:35:53 +01:00
Paolo Melchiorre
ded548b19b
Update Django 4.0 stable versions
2021-12-23 17:23:58 +06:00
Jannis Leidel
c3b5e8627b
Update changelog.
2021-11-08 16:56:32 +01:00
Brian Helba
93e628e870
Refactor the documentation build process ( #311 )
...
* Refactor the documentation build process
Significant improvements:
* Allow easy isolated local builds via a dedicated Tox environment
* Configure Sphinx to use consistent packages and theme across local, CI,
and ReadTheDocs builds; local builds now look the same as the published
RTD pages
* Explicitly add a ReadTheDocs configuration as code, per their documented
best practices
* Remove lots of dead code and simplify the Sphinx configuration file
* Build docs in a dedicated CI step and enable stricter warning checking
* Fix docutils related build error.
* Relax Sphinx version.
* Invalidate RTD build cache.
* No need to combine coverage reporting I think.
* Add combining again.
Co-authored-by: Jannis Leidel <jannis@leidel.info>
2021-11-08 16:49:41 +01:00
Paolo Melchiorre
7ff29852ab
Add pypy versions support ( #321 )
...
* Add pypy versions support
* Update Python classifiers
2021-11-08 15:50:21 +01:00
Jannis Leidel
2655ecdd4f
Add python version limiter.
2021-11-08 15:48:22 +01:00
Jannis Leidel
750f143724
Fix documentation build errors.
2021-11-08 15:48:07 +01:00
Paolo Melchiorre
dcce8bccfd
Add support port Django 3.2 and Python 3.10 in tox
...
Django 3.2.9 adds compatibility with Python 3.10.
https://docs.djangoproject.com/en/3.2/releases/3.2.9/
2021-11-01 12:20:42 +01:00
Brian Helba
1f17d675a1
Merge pull request #319 from jazzband/authors
2021-10-27 12:50:35 -04:00
Brian Helba
381809d88c
Add new AUTHORS since 2.2 release
...
Got this from "git shortlog -s 2.2..master".
2021-10-27 12:41:15 -04:00
Brian Helba
5698fe35b2
Finalize changelog for 2.3 release
2021-10-27 22:40:16 +06:00
Paolo Melchiorre
9f38e87a58
Update Python and Django versions in tox.ini ( #307 )
...
* Update Python and Django versions in tox.ini
- remove Django 3.1
- add Django 4.0b1
- add Python 3.10
* Add python 3.10 in github action matrix
* Update tox.ini from django-debug-toolbar
* Fix whitespaces
* Add missing setup classifiers
* Fix typo in tox.ini
* Remove django 4 classifier
2021-10-27 16:16:26 +06:00
Brian Helba
5562322599
Update changelog
2021-10-27 14:24:34 +06:00
Brian Helba
cea79d1a7a
Revert "Update release.yml"
2021-10-27 10:23:34 +02:00
Brian Helba
03dc29848e
Fix "reference target not found" warnings in the docs
...
These were found by running Sphinx in nitpicky mode.
2021-10-27 10:17:56 +02:00
Brian Helba
596ab9a1bf
Restore an example of a dependent setting to the docs
...
This was removed by #303 . This now uses a real Django setting,
"DEBUG_PROPAGATE_EXCEPTIONS", instead of a deprecated one.
2021-10-27 10:16:59 +02:00
Brian Helba
80f2cee84b
Update the copyright date range
2021-10-27 08:06:34 +02:00
Thomas Grainger
089a039efa
Added "python -m configurations" entry point.
...
inspired by e0a46367df/django/__main__.py (L1-L9)
see also https://code.djangoproject.com/ticket/24857
2021-10-27 07:29:02 +06:00
Brian Helba
1dce659946
Merge pull request #305 from jazzband/importlib-version
2021-10-25 14:41:48 -04:00
Brian Helba
f5d6ef7877
Add importlib.metadata backport for older Python versions
2021-10-25 14:33:55 -04:00
Brian Helba
4bd4cf5dd4
Use importlib.metadata instead of pkg_resources to get version
2021-10-25 14:33:54 -04:00
Brian Helba
91b359f74a
Merge pull request #304 from jazzband/rm-mock
2021-10-25 13:21:58 -04:00
Brian Helba
d373c9ab75
Remove "mock" as a test requirement
...
This is included in the standard library of Python 3.3+.
2021-10-25 13:05:36 -04:00
Brian Helba
62d34c2a16
Merge pull request #253 from linuxmaniac/vseva/fix_250
2021-10-25 13:04:19 -04:00
Brian Helba
02e8f55ac8
Merge remote-tracking branch 'origin/master' into vseva/fix_250
2021-10-25 12:37:36 -04:00
Brian Helba
6c2ea44352
Merge pull request #303 from jazzband/template-debug
2021-10-25 12:33:25 -04:00
Brian Helba
2d9e145a0f
Merge pull request #258 from arsensokolov/master
2021-10-25 12:33:08 -04:00
Brian Helba
b75c8d7a7a
Remove references to TEMPLATE_DEBUG
...
This setting is deprecated since Django 1.8.
2021-10-25 12:18:19 -04:00
Brian Helba
c9c44c59b7
Merge pull request #290 from brianhelba/2.2-deprecated
2021-10-25 11:36:23 -04:00
Brian Helba
38059e1417
Merge pull request #302 from jazzband/rm-command
2021-10-25 11:36:05 -04:00
Brian Helba
df967f4d76
Remove an obsolete command used for testing
...
The test using this was removed in a045609934 .
2021-10-25 11:21:06 -04:00
Brian Helba
6da8420635
Prevent warnings for settings deprecated in Django 2.2
...
Fixes #233 .
2021-10-25 11:15:14 -04:00
Brian Helba
a155ac54ad
Merge pull request #287 from brianhelba/auto-field
2021-10-25 11:13:46 -04:00
Brian Helba
40bdab3f4a
Preserve Django warnings when DEFAULT_AUTO_FIELD is not set
...
Fixes #286 .
2021-10-25 10:40:24 -04:00
Brian Helba
b1f62da419
Merge pull request #281 from brianhelba/warning
2021-10-25 10:38:07 -04:00
Brian Helba
f4e2241f44
Merge pull request #300 from jazzband/wsgi-import
2021-10-25 10:35:03 -04:00
Brian Helba
c9c4a02169
Merge pull request #301 from jazzband/space-typo
2021-10-25 10:33:41 -04:00
Brian Helba
ec12828877
Simplify import of django.core.wsgi.get_wsgi_application
...
This has been available since Django 1.4. The import guard is no longer necessary.
2021-10-25 09:52:21 -04:00
Brian Helba
91ef9fd8ad
Fix a double space typo in a string
2021-10-25 09:50:51 -04:00
Brian Helba
df51535afc
Merge pull request #291 from jazzband/feature/asgi
2021-10-25 09:49:54 -04:00
Brian Helba
7c9ac5e53f
Suppress import ordering style error
2021-10-25 09:34:42 -04:00
Brian Helba
36265ab3f1
Merge pull request #288 from brianhelba/require-django
2021-10-25 09:32:59 -04:00
Brian Helba
a5542b2bfc
Merge pull request #299 from jazzband/sort-manifest
2021-10-25 09:26:10 -04:00
Brian Helba
3d1554b4f8
Merge pull request #298 from jazzband/ci-push
2021-10-25 09:21:37 -04:00
Brian Helba
3ac97e539f
Require Django as an install_requires
...
Since "import django" occurs in the code, it is an explicit requirement.
2021-10-25 09:21:17 -04:00
Brian Helba
a56889dbc1
Merge pull request #282 from hroncok/patch-1
2021-10-25 09:17:19 -04:00
Brian Helba
09dfa471e0
Sort MANIFEST.in
2021-10-25 09:12:15 -04:00
Brian Helba
71924a195f
Merge pull request #296 from jazzband/jazzband/sync/default
2021-10-25 09:11:29 -04:00
Brian Helba
55a92d86ad
Merge pull request #252 from timgates42/bugfix_typo_whether
2021-10-25 09:08:12 -04:00