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
9466796002
Update travis-ci: add new Django version and remove dropped versions
2022-10-16 21:07:48 +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
968f4a591f
Rationalize testing and fix travis
...
Test for couple (python version, django version) found in Debian, Ubuntu
and RHEL and if not done, for every supported Django version with the last
version of python
Configure tox to use the locally available python3 then called without parameters
2021-06-19 17:21:48 +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
6a82f8654c
Drop support for Django 2.0 and 2.1 (EOL)
2020-07-05 15:07:18 +02:00
Yohann D'ANELLO
4129687e41
Support Django 2.2 and 3.0
2020-07-05 14:52:01 +02:00
Valentin Samir
4aba254975
Update tox.ini to use python3 for flake8, check_rst and coverage
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
290701e07f
Changes for Django 2.0 support
2018-04-29 20:10:19 +02:00
Valentin Samir
81d7c7c9c6
Drop support of Django <1.11 and python 3.4
2018-04-29 19:16:02 +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
ebfac168a2
Put update_coverage commands in the script called by tox
2016-09-09 14:52:52 +02:00
Valentin Samir
09e9b20c5b
Do not use codacy for coverage
2016-09-09 14:25:43 +02:00
Valentin Samir
559e4dc8e8
Add support of gitlab continuous integration
2016-08-30 19:44:20 +02:00
Valentin Samir
94c2168af1
Add Django 1.10 support
2016-08-25 13:02:45 +02:00
Valentin Samir
6a55769e50
Add CHANGELOG.rst test in tox check_rst
2016-08-23 12:57:42 +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
df1d57bca1
Add python 3.5 tox/travis tests
2016-07-23 18:50:47 +02:00
Valentin Samir
17228baec7
tox.ini: we need Django to compute coverage
2016-07-05 13:09:16 +02:00
Valentin Samir
097edfd9dd
Optimise tox and travis
2016-07-03 19:46:52 +02:00
Valentin Samir
a1edd2f31f
Use rst2html instead of setup.py check cause there is a fixed bug on ubuntu 12.04
...
an that this is the OS travis use. cf https://bugs.python.org/issue23063
2016-07-01 03:20:58 +02:00
Valentin Samir
c2b146335f
Fix somme RST errors in README.rst. Add a test in tox.ini to detect such errors
2016-07-01 02:38:36 +02:00
Valentin Samir
638363c6f9
Pip6 cache system and codacy issues
2016-06-30 14:52:55 +02:00
Valentin Samir
9814bb0a6f
Cache tox build on travis to seed up tests
2016-06-30 01:21:58 +02:00
Valentin Samir
8ab40271bc
Remove coverage from tox envlist as only travis known the API token
2016-06-30 00:37:00 +02:00
Valentin Samir
22a7568498
Add coverage computation to travis
2016-06-30 00:16:45 +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
64b90c5077
Use django integrated unit tests
2016-06-25 11:09:46 +02:00
Valentin Samir
b69769d71a
Django 1.9 compatibility
2015-12-12 13:53:21 +01:00
Valentin Samir
50781dba18
add some tests
2015-06-21 18:59:37 +02:00
Valentin Samir
c0d8550120
Add some tests using tox
2015-06-13 00:03:06 +02:00