Thomas NOËL
593ced86e3
trivial: use python3 for zoo-manage help message
gitea/zoo/pipeline/head This commit looks good
Details
2 months ago
Thomas NOËL
f07b968145
tox: remove django 2.2 (dj22) target
2 months ago
Benjamin Dauvergne
dc0e5023af
Jenkinsfile: restore --epoch 1 option to eobuilder
gitea/zoo/pipeline/head This commit looks good
Details
3 months ago
Benjamin Dauvergne
9bdd837ecd
Jenkinsfile: use pg_virtualenv to isolate the postgres database ( #74887 )
gitea/zoo/pipeline/head This commit looks good
Details
3 months ago
Benjamin Dauvergne
0440e461be
dj32: adapts lookups/transforms ( #74843 )
...
gitea/zoo/pipeline/head There was a failure building this commit
Details
* remove django <2.x compatibility code
* use Lower transform/function from Django
* register Lower on CharField
* register text lookup transforms on non contrib JSONField
* declare text transform as outputting CharField type
* fix declaration of timestamp lookup output type
3 months ago
Benjamin Dauvergne
470fea47c3
dj32: replace use of url by re_path ( #74843 )
3 months ago
Benjamin Dauvergne
9dc5a2d801
dj32: remove use of force_bytes ( #74843 )
3 months ago
Benjamin Dauvergne
7b6df2d530
dj32: remove use of force_text ( #74843 )
3 months ago
Benjamin Dauvergne
4d2e935fd0
dj32: remove use of six ( #74843 )
3 months ago
Benjamin Dauvergne
2d64de0493
misc: remove use of python_2_unicode_compatible decorator ( #74843 )
...
Python2 is not supported for a long time.
3 months ago
Benjamin Dauvergne
ba197a4b65
dj32: update use of default_app_config ( #74843 )
...
Use a version condition as it's still necessary for Django 2.x.
3 months ago
Benjamin Dauvergne
2d7f7ed9dd
dj32: replace use of ugettext_lazy ( #74843 )
3 months ago
Benjamin Dauvergne
4ba9701d2b
dj32: update django-rest-framework requirement ( #74843 )
...
* declare latest supported version in setup.py
* set limit in tox.ini for test with django 2.x
3 months ago
Benjamin Dauvergne
04fba9a035
dj32: update pyscopg2 requirement ( #74843 )
...
* use psycopg2-binary for 2.x compatibility
* use any version after
3 months ago
Benjamin Dauvergne
88c3a41598
setup.py: update django requirement ( #74843 )
...
Allow django<3.3.
3 months ago
Agate
fe385f520c
Prepare Jenkinsfile for Gitea migration ( #74572 )
gitea/zoo/pipeline/head There was a failure building this commit
Details
3 months ago
Benjamin Dauvergne
9645c1c94b
misc: import DateRangeFiler from older module if not found ( #73570 )
5 months ago
Benjamin Dauvergne
c31385bd8b
tox.ini: ignore some warnings ( #72941 )
5 months ago
Benjamin Dauvergne
e52694fd31
misc: fix warnings about regexps ( #72941 )
5 months ago
Benjamin Dauvergne
72acb97eff
misc: fix warnings about rangefilter.filter ( #72941 )
...
zoo/zoo/zoo_data/admin.py:22: DeprecationWarning: Import from the `filter` module is deprecated. Use `filters` module.
from rangefilter.filter import DateTimeRangeFilter
5 months ago
Benjamin Dauvergne
11df11a955
tox.ini: test with django 3.2 ( #72941 )
5 months ago
Benjamin Dauvergne
7db34d6b26
tox.ini: simplify ( #72941 )
5 months ago
Frédéric Péters
d373c915e2
ci: only build package for bullseye ( #72729 )
5 months ago
Frédéric Péters
9d5ab0a1f4
debian: update rules for compat level 12
10 months ago
Frédéric Péters
2a23f33ca6
tox: stop testing against django 1.11
10 months ago
Frédéric Péters
e74311519d
debian: bump to debhelper compat 12
10 months ago
Frédéric Péters
9208349851
ci: build for buster & bullseye
10 months ago
Frédéric Péters
445204dcdb
debian: remove obsolete standard error output config from systemd unit ( #65101 )
10 months ago
Frédéric Péters
d80291c438
trivial: remove python 2 from classifiers
1 year ago
Thomas NOËL
9999940757
tests: do not crash on non-deterministic tests ( #57725 )
2 years ago
Thomas NOËL
e3bf286f63
dj22: use mark_safe instead of allow_tags in admin ( #57108 )
2 years ago
Thomas NOËL
05f31e6e31
dj22: add renderer in JSONEditor.render signature ( #57108 )
2 years ago
Benjamin Dauvergne
1458d01fcd
python3: rename __unicode__ to __str__ ( #56929 )
2 years ago
Frédéric Péters
b2cd707fa7
setup.py: limit psycopg2 to < 2.9 ( #54925 )
2 years ago
Frédéric Péters
d05419eaec
tox: limit psycopg2 to < 2.9 ( #54925 )
2 years ago
Frédéric Péters
92c31d1d28
debian: enable uwsgi memory reports ( #54610 )
2 years ago
Benjamin Dauvergne
7f21d927d4
misc: fix warnings about unclosed files ( #51516 )
2 years ago
Benjamin Dauvergne
7bb4127fc7
dj22: replace load staticfiles by load static ( #51516 )
2 years ago
Benjamin Dauvergne
48f52ae9ba
dj22: disable subparsers work around ( #51516 )
2 years ago
Benjamin Dauvergne
7df6f0ae0c
dj22: do not backport jsonb key transforms ( #51516 )
2 years ago
Benjamin Dauvergne
3f56b2ad0b
dj22: use DRF>=3.9.2 ( #51516 )
2 years ago
Benjamin Dauvergne
a34561baf2
dj22: fix import of django.utils.six ( #51516 )
2 years ago
Benjamin Dauvergne
6fc43f1b1f
dj22: use django.urls.reverse ( #51516 )
2 years ago
Benjamin Dauvergne
1c19e4d6b9
dj22: add on_delete=models.CASCADE ( #51516 )
2 years ago
Benjamin Dauvergne
24f26c6e4d
test against Django 2.2 ( #51516 )
2 years ago
Benjamin Dauvergne
5db78cd58e
tests: fix transient failure in test_person_search
2 years ago
Frédéric Péters
6c05e32569
trivial: switch forgotten execfile() call to exec() ( #40911 )
2 years ago
Frédéric Péters
b77c415819
debian: run with python 3 ( #41871 )
2 years ago
Frédéric Péters
3f589e9249
build: update to use origin/main
2 years ago
Frédéric Péters
1dfcf0a61d
tox: limit mock version for compatibility with python 3.5
3 years ago