Youngkwang Yang
d417f30142
Drop 'Python 3.9' support ( #773 )
...
* Drop Python 3.9 support, set minimum version to 3.10
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update CHANGELOG.md
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fix lint error
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-10-17 17:51:53 +02:00
Dan Bentley
bd03eb6199
Amend setup configuration to include non-python package files ( #769 )
...
* Amend setup configuration to include non-python package files
Fixes : #767
Adds locale files created in: #762
* Amend render tests to use templatetag
Tests now use the public interface to render function.
Addresses regression in test coverage caused by adding templatetag to wheel.
2025-10-11 09:57:22 +02:00
Mahdi Rahimi
8fe73932a0
Add support for Django 5.2 ( #730 )
...
* Add support for Django 5.2
* Update setup.py
Co-authored-by: Hasan Ramezani <hasan.r67@gmail.com>
* docs: mention Django 5.2 in requirements and changelog
* docs: only keep Django 5.2 support line in changelog improvements
* docs: move and update Django 5.2 changelog entry with PR reference
* Update CHANGELOG.md
---------
Co-authored-by: Hasan Ramezani <hasan.r67@gmail.com>
2025-06-26 18:30:27 +02:00
Hasan Ramezani
3e540bff6f
Add Python 3.13 support ( #697 )
2025-01-29 11:34:47 +03:30
Hasan Ramezani
0634357119
Confirm Django 5.1 support and drop Django 3.2 support. ( #677 )
2024-10-17 18:53:55 +02:00
Hasan Ramezani
a53a6facfe
Drop Python 3.8 support ( #678 )
2024-10-17 18:40:21 +02:00
Hasan Ramezani
387b0cec22
Confrim Django 5.0 and drop django 4.1 ( #598 )
2023-12-29 18:46:54 +03:30
James Gillard
a034588ec7
Confirm Python 3.12 support ( #572 )
...
* Confirm Python 3.12 support
* Remove dj4.2/py3.12 from tox.ini
2023-11-02 10:54:28 +03:30
Hasan Ramezani
2c595f174c
Drop support for Python 3.7 ( #546 )
2023-07-13 23:56:08 +02:00
Hasan Ramezani
8f7dd324a6
Drop Django 4 support ( #540 )
2023-07-03 12:17:35 +02:00
Hasan Ramezani
45591463e8
Confirm Django 4.2 support ( #529 )
2023-05-25 11:15:01 +03:30
Hasan Ramezani
36eaaaa2a9
Confirm Python 3.11 support ( #447 )
2022-11-07 09:36:17 +01:00
Hasan Ramezani
57423fcb3a
Add required Python and Django version to setup.py ( #419 )
2022-08-18 13:06:33 +02:00
Hasan Ramezani
1cd7d9839d
Confirm Django 4.1 support ( #406 )
2022-08-03 17:26:56 +02:00
Alieh Rymašeŭski
f68af3033d
Pin python-dateutil>=2.7.0 ( #401 )
2022-07-27 20:18:29 +02:00
Hasan Ramezani
de0625b378
Drop Django 2.2 support.
2022-05-01 13:48:26 +02:00
François Magimel
7356044693
build(setup): add some project URLs
...
Those URLs can be useful:
- the doc link
- the source link
- the tracker link.
2022-01-19 11:49:17 +01:00
Hasan Ramezani
edc03e30fa
Add Django4.0 to test pipeline.
2022-01-10 10:18:20 +01:00
Hasan Ramezani
f003f3332a
Update syntax to Python 3.7+
2022-01-10 10:18:20 +01:00
Hasan Ramezani
2c9d7047c9
Remove Django 3.1 support.
2022-01-10 10:18:20 +01:00
François Magimel
2e9668dc05
build: replace django-jsonfield with django-jsonfield-backport ( #339 )
...
The `django-jsonfield` module is not maintained anymore and raises some
errors with Django 4.0. So, as a recommendation in this package, and as
Django 2.2 is still maintained, `django-jsonfield-backport` will do the
job for the `JSONField` field.
Ref #43
Ref #334
2022-01-07 22:14:36 +01:00
François Magimel
6fe3220a28
build(python): remove python 3.6 support
2022-01-05 15:01:32 +01:00
Hasan Ramezani
1b96d8f828
Add Python 3.10 to testing matrix.
2021-11-04 20:40:23 +01:00
Hasan Ramezani
da7b1441d0
Add Django 3.2 support.
2021-05-25 00:50:02 +02:00
Hasan Ramezani
ca5aa82714
Remove Django 3.0 support.
2021-05-25 00:50:02 +02:00
Hasan Ramezani
2e477ab04a
Remove Python 3.5 support. ( #301 )
2021-05-24 01:25:46 +02:00
Hasan Ramezani
d77803b3b4
Add Django supported versions to setup.py classifiers.
2020-12-07 21:27:17 +01:00
Hasan Ramezani
3e8d398c8e
Remove Python 3.4 from setup.py classifiers.
2020-12-06 23:10:18 +01:00
Hasan Ramezani
f5bb5cb1a2
Add black and format files with black.
2020-12-06 23:10:18 +01:00
Hasan Ramezani
e9cfdb2e48
Add Python 3.9 support.
2020-12-06 21:42:21 +01:00
Hasan Ramezani
793cb45960
Add Python 3.8 to setup.py classifiers.
2020-12-06 21:42:21 +01:00
Jannis Leidel
50da34125c
Simplified travis config and added Jazzband release config. ( #281 )
...
* Simplified travis config and added Jazzband release config.
* Migrate to travis-ci.com.
* Split requirements to prevent env spoilage.
* Add docs requirements.
* Huh
* type
* Add psycopg2 doc requirements.
2020-11-25 22:15:14 +01:00
Jan-Jelle Kester
31418d54f2
Changes for Jazzband ( #269 )
...
* Update repository references to Jazzband
Issue #268
* Add Jazzband badge to README
Issue #268
* Add Jazzband contribution guideline
Issue #268
2020-10-23 12:16:27 +02:00
Jan-Jelle Kester
33fa249071
Allow higher versions of python-dateutil
...
Fixes #162 , closes #184
2020-09-07 16:52:32 +02:00
Jan-Jelle Kester
ee8a700b1b
Clean up project structure
2020-09-07 16:52:32 +02:00
Keith Bussell
e138ee8855
Bump version
2019-11-11 18:13:06 +01:00
Keith Bussell
7fa9636c18
Add Python 3.7 classifier
2019-11-11 18:13:06 +01:00
Jan-Jelle Kester
70e22afc78
Bump version
2018-09-18 11:09:10 +02:00
David D Lowe
bcf1dbf0bf
Indicate Python 3 support in metadata ( #176 )
2018-05-30 14:12:25 -04:00
Jan-Jelle Kester
eaa02e6f38
Version bump
2018-01-12 23:39:44 +01:00
Jan-Jelle Kester
f45fb55c81
Version bump
2017-11-18 15:48:00 +01:00
Ryan Castner
7736f40dd1
Add management commands package to setup.py ( #130 )
...
We weren't actually packaging up the management command when we published to PyPI
2017-07-05 08:50:38 -04:00
Jan-Jelle Kester
d97160f0c8
Version bump
2017-02-16 22:24:35 +01:00
Jan-Jelle Kester
6acab3809b
Bump version to 0.4.2
2017-02-16 15:17:59 +01:00
Rob Guttman
2407620333
zip_safe=False closes #2
2016-09-12 16:07:54 -04:00
Jan-Jelle Kester
06bc307043
Fix typo in version number
2016-08-17 23:15:30 +02:00
Jan-Jelle Kester
c08c3d65bb
Release 0.4.0
2016-08-17 23:04:03 +02:00
Jan-Jelle Kester
6888f4bae8
Bump version
2016-01-23 22:53:50 +01:00
Jan-Jelle Kester
f70e2b3d3f
Bump version number
2015-10-07 22:49:32 +02:00
Jan-Jelle Kester
9b633828cc
Bump version number
2015-07-29 23:53:29 +02:00