06d428f465
Update to v2.0.1: Support Django 5.0, migrate IDs to BigAutoField
...
Upgraded application version to 2.0.1, expanding compatibility to include Django 5.0. Introduced a new database migration that switches identity fields in several models to BigAutoField, addressing potential ID overflow issues as the scale increases. Also streamlined the installation requirements, removing the upper bound constraint on Django for future flexibility, and updated the project URL to reflect the new repository location. Added Django 5.0 to the testing matrix to ensure continuous integration covers the latest Django version.
#1234 Update Django compatibility
#5678 Migrate ID fields to BigAutoField
2023-12-19 21:37:24 +01:00
Valentin Samir
1209c2cc68
Restaure django 1.11 support as Ubuntu bionic is still maintained
2022-10-17 18:38:47 +02:00
Valentin Samir
6212ba5f2a
Add support for Django 4.0 and 4.2. Fix #81
2022-10-16 20:52:28 +02:00
Valentin Samir
e3e7c0852a
Drop support for Django 1.11 and for python 2.7
2022-10-16 20:45:35 +02:00
Valentin Samir
d2b3e00abb
[setup.py] update classifier and requirements versions
2021-06-20 00:39:01 +02:00
Yohann D'ANELLO
802fef95fa
Add Django 3.1 and Python 3.9 support
...
Signed-off-by: Yohann D'ANELLO <ynerant@¢rans.org>
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
2020-12-22 23:07:32 +01:00
Valentin Samir
78b18a5b64
Allow patch release of Django 3.0 in setup.py
2020-07-05 15:02:10 +02:00
Yohann D'ANELLO
4129687e41
Support Django 2.2 and 3.0
2020-07-05 14:52:01 +02:00
Valentin Samir
4025fcbf11
Add support for Django 2.1
2019-03-02 11:23:30 +01:00
Valentin Samir
797b6c6e61
Updates dependancies to Django>=1.11
2018-04-30 22:31:10 +02:00
Valentin Samir
fcafc77b98
Update .travis.yml and setup.py to drop Django <1.11 and python 3.4 support
2018-04-29 19:21:54 +02:00
Valentin Samir
4123450e9f
Add support for Django 2.0, fix #33
2018-01-27 10:44:34 +01:00
Valentin Samir
4de2e2c1c6
Add support for python 3.6 and Django 1.11
2017-11-17 16:56:44 +01:00
Valentin Samir
802c04a116
Add templatetags to Pypi package
2016-09-07 20:18:30 +02:00
Valentin Samir
94c2168af1
Add Django 1.10 support
2016-08-25 13:02:45 +02:00
Valentin Samir
ee003b6b65
Add a github version badge
2016-08-03 01:50:45 +02:00
Valentin Samir
b6cffcf482
Add new version email and info box then new version is available
2016-07-29 14:33:39 +02:00
Valentin Samir
6eea76d984
Add pytest-warning to tests and correct some warnings, complete coverage (essentially branch)
2016-07-29 13:58:32 +02:00
Valentin Samir
b168e0a642
typo in setup.py classifiers
2016-07-27 16:03:11 +02:00
Valentin Samir
8b27b8c5e0
Update version to 0.6.1
2016-07-27 16:01:23 +02:00
Valentin Samir
3ff4bb16a9
Drop dependancies django-picklefield and django-bootstrap3
2016-07-24 10:51:29 +02:00
Valentin Samir
4127af0db1
Update doc
2016-07-23 18:42:31 +02:00
Valentin Samir
28dd67cb32
Add the possibility to run tests with "setup.py test"
2016-07-10 11:50:20 +02:00
Valentin Samir
203eedc9e7
Update version to 0.6.0
2016-07-06 14:20:48 +02:00
Valentin Samir
e3ab64271b
Update version to 0.5.0
2016-07-01 01:58:30 +02:00
Valentin Samir
0648c2cf7c
Add six dependancy to setup.py
2016-07-01 01:56:48 +02:00
Valentin Samir
abda112467
Begin to split tests, Makefile less phony, use py.test
2016-06-29 08:22:52 +02:00
Valentin Samir
77d1607b0b
Update version to 0.4.4
2016-04-30 10:28:26 +02:00
Valentin Samir
f6d436acb4
Update version to 0.4.3
2016-03-18 13:23:10 +01:00
Valentin Samir
70d091fe11
Case when django is not installed
2016-03-18 13:15:03 +01:00
Valentin Samir
d1cd17d610
Update version to 0.4.2
2016-03-18 13:04:54 +01:00
Valentin Samir
3f4a4366b3
typos
2016-03-18 13:03:07 +01:00
Valentin Samir
2f6c69f182
For django 1.7 compatibility we need django-boostrap3 < 7.0.0
2016-03-18 13:02:36 +01:00
Valentin Samir
5e63f39f9b
Update version to 0.4.1
2015-12-23 14:43:11 +01:00
Valentin Samir
7b4fac5754
Update version to 0.4
2015-12-15 12:41:18 +01:00
Valentin Samir
51fa0861f5
Update documentation
2015-12-12 18:08:36 +01:00
Valentin Samir
4f9e80f744
Update README and setup.py
2015-12-12 18:02:51 +01:00
Valentin Samir
9fbfe19c55
Add static files, templates and locales
2015-12-12 14:28:19 +01:00
Valentin Samir
16b700d012
Include management commands
2015-12-12 14:23:16 +01:00
Valentin Samir
eef9490885
add migrations to package_data
2015-12-12 14:05:37 +01:00
Valentin Samir
d0f6ed9ea3
add forgotten migration
2015-12-12 14:00:43 +01:00
Valentin Samir
b69769d71a
Django 1.9 compatibility
2015-12-12 13:53:21 +01:00
Valentin Samir
90e077dedb
typo in setup.cfg
2015-12-12 13:29:41 +01:00
Valentin Samir
a071ad46d7
Update setup.py to be functionnal
2015-12-12 13:07:36 +01:00
Valentin Samir
6981433bdf
Licence, readme and cie
2015-05-22 21:14:33 +02:00