Commit graph

528 commits

Author SHA1 Message Date
Michał Pasternak
13bacacef8
Merge pull request #126 from mpasternak/master
Django 4.x
2022-08-11 07:28:21 +02:00
Michał Pasternak
fa72b2771b Flake8 2022-08-10 22:32:23 +02:00
Michał Pasternak
fac9f6a807 Mention dropping Django below 3.2 2022-08-10 22:29:46 +02:00
Michał Pasternak
f53244ce54 Merge branch 'master' of github.com:mpasternak/django-dbtemplates-iplweb 2022-08-10 22:29:10 +02:00
Michał Pasternak
6ca53981d3 Test all the supported versions 2022-08-10 22:28:36 +02:00
Michał Pasternak
45e216b8ac Remove compatibility wrapper 2022-08-10 22:28:21 +02:00
Michał Pasternak
5a363dbe34
Update setup.py
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2022-08-10 10:47:46 +02:00
Michał Pasternak
2c8dc82721
Update tox.ini
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2022-08-09 17:50:42 +02:00
Michał Pasternak
98bc9921b0 Remove trailing whitespace 2022-08-09 17:41:44 +02:00
Michał Pasternak
b6b0bf48ba Django 4.0 i18n fixes 2022-08-09 17:38:47 +02:00
Michał Pasternak
36fbb80fc0 Update to Django 4.0 i18n style 2022-08-09 17:38:39 +02:00
Michał Pasternak
e08a8d3950 Document changes in 4.0 (unreleased) 2022-08-09 17:35:13 +02:00
Michał Pasternak
6dd23d2325 Proper links to CI badge 2022-08-09 17:34:29 +02:00
Michał Pasternak
a68caedc2d Revert unintentional typo 2022-08-09 17:34:14 +02:00
Michał Pasternak
2b5034951f Remove unsupported Django versions 2022-08-09 17:34:06 +02:00
Michał Pasternak
b138cafcfa Passing flake8 2022-08-08 00:49:40 +02:00
Michał Pasternak
f98fb8ca24 Min. supported Python version 2022-08-08 00:40:17 +02:00
Michał Pasternak
2e3f009426
Merge branch 'master' into master 2022-08-08 00:36:05 +02:00
Michał Pasternak
8e8b76fc0a
Merge pull request #125 from jazzband/add-3.10
Add support for Python 3.10
2022-08-08 00:25:12 +02:00
Jazzband Bot
49dd3be520
Jazzband: Created local 'CODE_OF_CONDUCT.md' from remote 'CODE_OF_CONDUCT.md' (#120) 2022-08-05 14:12:18 +02:00
Hugo van Kemenade
74ee8a2fe3 Add pre-commit config 2022-06-15 16:02:33 +03:00
Michał Pasternak
1a20742b71 Fix flake8 target on GitHub 2022-06-15 14:58:13 +02:00
Hugo van Kemenade
9455b36281 Upgrade to f-strings with 'flynt .' 2022-06-15 15:54:51 +03:00
Hugo van Kemenade
165ffd0b15 Test Python 3.11 beta 2022-06-15 15:54:51 +03:00
Hugo van Kemenade
a3054c7724 Fix Flake8 2022-06-15 15:47:52 +03:00
Hugo van Kemenade
e5e4e55d22 Upgrade Python syntax with pyupgrade --py37-plus 2022-06-15 15:47:52 +03:00
Hugo van Kemenade
9a27f4938c Drop support for EOL Python 3.6 2022-06-15 15:47:52 +03:00
Michał Pasternak
013057425f Min. Python version 2022-06-15 14:43:43 +02:00
Michał Pasternak
7ffc0fa33f Don't build unversal wheel 2022-06-15 14:43:32 +02:00
Michał Pasternak
de4babcad4 Describe changes 2022-06-15 14:39:44 +02:00
Hugo van Kemenade
6b18f19ffd Add support for Python 3.10 2022-06-15 15:39:30 +03:00
Michał Pasternak
5281b74ea7 Don't change basepython for flake8 2022-06-15 14:31:46 +02:00
Michał Pasternak
9dbdb95227 Rename for PyPI release 2022-06-15 14:29:06 +02:00
Michał Pasternak
e1e11c42cb Django 4.x fixes 2022-06-15 14:25:32 +02:00
Michał Pasternak
9f664ea43c Django 4.x fix 2022-06-15 14:22:48 +02:00
Michał Pasternak
e477561810 Proper image path 2022-06-15 14:22:42 +02:00
Michał Pasternak
2d622ee28c Python 3.10 2022-06-15 14:22:32 +02:00
Michał Pasternak
8901551893 Merge branch 'master' of github.com:mpasternak/django-dbtemplates-iplweb 2022-06-15 14:22:06 +02:00
Michał Pasternak
9e4a6f7c78 Django 4.x 2022-06-15 14:20:06 +02:00
Michał Pasternak
9486f0c78b
Merge pull request #118 from wamberg/cache-compat-#116
Django 3.2 compatibility
2022-06-15 12:17:42 +02:00
Nikolaus Schlemm
376f33916f focus on currently supported releases of python and django 2022-02-08 09:20:18 -05:00
Bill Amberg
8cd8a17bc1 Use strings explicitly for template directories 2022-02-08 09:15:46 -05:00
Bill Amberg
f45cd228f9 Get cache for Django>=3.2 2022-02-08 09:15:46 -05:00
Bill Amberg
24b5f469a2 Add failing test environment for Django==3.2 2022-02-08 09:15:33 -05:00
Giovanni B
2b747bc4af
Fixes #113 (#115)
* Fixes #113

* Update tox.ini

Co-authored-by: Jannis Leidel <jannis@leidel.info>

Co-authored-by: Jannis Leidel <jannis@leidel.info>
2021-10-21 17:35:56 +02:00
Jannis Leidel
ac86ca5ec9
Rename Django's dev branch to main. (#114)
More information: https://groups.google.com/g/django-developers/c/tctDuKUGosc/
Refs: https://github.com/django/django/pull/14048
2021-03-09 13:34:27 +01:00
Jannis Leidel
012fe061a8
Migrate to GitHub Actions. (#112)
* Add GitHub Actions test workflow.

* Update version map.

* Fix flake8

* Write coverage file.

* Fix typo.

* Add release workflow.

* Removed Travis cruft and updated other files.

* Update trove classifiers.

* Black setup.

* Remove unneeded twine check.

* Extend changelog.

* Fix six issue.

* Update tox.ini

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>

* Add 3.9.

* Add base python

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2020-12-09 09:55:35 +01:00
Kaustubh Bhalerao
68ac54a72b
Django 3.0.4 (#107)
Co-authored-by: Kaustubh Bhalerao <bhalerao@soildiagnostics.com>
2020-06-15 14:17:18 +07:00
Nikolaus Schlemm
7ea4655b57 integrate with django-reversion-compare to offer a history compare view in admin 2020-06-15 13:08:47 +07:00
John Vandenberg
1d53b25cc2
Merge pull request #102 from nschlemm/nschlemm-patch-help_text 2020-05-06 00:31:10 +07:00