Commit graph

543 commits

Author SHA1 Message Date
Thomas Güttler
10e7de2eda
Fix cache invalidation (#131) 2025-06-17 16:38:05 -07:00
Viktor Kálmán
930ce5c65c
add project urls (#156) 2025-06-09 11:47:43 -07:00
blag
8e284b54d8
Revert "Split out an AbstractTemplate model for easier reuse" (#154)
This reverts commit 46be8fc748.
2025-05-29 23:31:49 +02:00
blag
05f1ee1193
Split out an AbstractTemplate model for easier reuse (#150) 2025-05-26 22:09:25 +02:00
blag
303bd0cabe
Add missing migration for creation_date and last_changed changes (#151) 2025-05-26 22:08:21 +02:00
Łukasz Chojnacki
64d112cc4f
Add explicit id field to avoid creating migration with DEFAULT_AUTO_FIELD set to BigAutoField (#142)
Co-authored-by: blag <blag@users.noreply.github.com>
2025-05-26 20:13:03 +02:00
blag
7f1c6701c1
Properly add Django 5.2 and tweak coverage collection (#148) 2025-05-26 20:12:55 +02:00
blag
873c90b777
Convert setup.py and setup.cfg to pyproject.toml (#149) 2025-05-26 20:12:37 +02:00
Thomas Güttler
e64a457281
There is no INSTALL file. (#128)
removed "Follow the instructions in the INSTALL file", since there is no INSTALL file.

Co-authored-by: blag <blag@users.noreply.github.com>
2025-05-26 20:00:16 +02:00
blag
a7f4e0bbe8
Make creation_date and last_updated fields readonly in admin (#144) 2025-05-26 19:59:50 +02:00
blag
218b28b7aa
Let Django handle creation_date and last_changed (#145) 2025-05-26 19:59:18 +02:00
blag
602717af95
Add default_auto_field to AppConfig (#146) 2025-05-26 19:53:42 +02:00
Jannis Leidel
8769e29057
Use correct release branch of pypa/publish action. (#138) 2025-05-20 21:40:09 +02:00
Viktor Kálmán
ac740e06f3
Support for Python 3.12 and up (#143)
* support for Python 3.12 and up

* removed unused deprecated ugettext imports

* fix django main being Python 3.12+

* missed some copypaste
2025-02-16 21:08:16 +01:00
Jannis Leidel
233a401e75
Fix docs rendering (#127)
* Create .readthedocs.yaml

* Add docs requirements
2022-08-29 12:09:54 +02:00
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