Evolution #3322
ferméISHTAR should be on Jessie (debian)
0%
Description
It's on Wheezy, some work has to be done for django/python compatibility
Mis à jour par Étienne Loks il y a environ 8 ans
In order to be Jessie compatible one main job: porting to Django 1.8.
It is not too complicated. But in order to modernize the whole code, we need to port to python3 and to clean dependency to old/custom libraries. And then we will be nearly compatible with Stretch. In a development phase, the target must be ambitious :)
To summarize, by order of priority:
Django 1.8
Python 3
use current version of django-simple-history (https://github.com/treyhunner/django-simple-history)
replace oook-replace (too bad, such a good name...) with python-secretary (https://github.com/christopher-ramirez/secretary)
make Ishtar compatible with Django 1.10 (Stretch goal - this should be not a great deal at all)
Mis à jour par Étienne Loks il y a plus de 7 ans
- Version cible changé de future à 2.0
- Statut changé de Nouveau à Résolu
Big work have been done toward the version 2.
Étienne Loks a écrit :
- Django 1.8
Ok now.
- Python 3
Not ok at all. Cf #3601
- use current version of django-simple-history (https://github.com/treyhunner/django-simple-history)
Ok! (v1.8.2)
- replace oook-replace (too bad, such a good name...) with python-secretary (https://github.com/christopher-ramirez/secretary)
Ok! (v0.2.14)
- make Ishtar compatible with Django 1.10 (Stretch goal - this should be not a great deal at all)
cf. #3600