Projet

Général

Profil

Development #41285

compatibilité django 2.2

Ajouté par Frédéric Péters il y a environ 4 ans. Mis à jour il y a environ 4 ans.

Statut:
Fermé
Priorité:
Normal
Assigné à:
-
Version cible:
-
Début:
02 avril 2020
Echéance:
% réalisé:

0%

Temps estimé:
Patch proposed:
Oui
Planning:
Non

Description

Dans la foulée.


Fichiers


Demandes liées

Lié à Publik - Project management #49998: compatibilité django 2.2Fermé09 janvier 202131 mars 2021

Actions

Révisions associées

Révision 16cd985b (diff)
Ajouté par Frédéric Péters il y a environ 4 ans

trivial: import reverse from django.urls (#41285)

Révision 7fa44cce (diff)
Ajouté par Frédéric Péters il y a environ 4 ans

misc: remove compatibility values for is_anonymous/is_authenticated (#41285)

Révision f4c0afc6 (diff)
Ajouté par Frédéric Péters il y a environ 4 ans

misc: use javascript catalog class view (#41285)

Révision b39ad119 (diff)
Ajouté par Frédéric Péters il y a environ 4 ans

misc: update decorated includes for django 2 (#41285)

Révision 6ec82a36 (diff)
Ajouté par Frédéric Péters il y a environ 4 ans

misc: import token types using new TokenType enum (#41285)

Révision c87e491a (diff)
Ajouté par Frédéric Péters il y a environ 4 ans

misc: declare renderer argument in ckeditor.render monkeypatch (#41285)

Révision b6860362 (diff)
Ajouté par Frédéric Péters il y a environ 4 ans

tests: declare missing attributes when mocking known_services (#41285)

Révision 583e0fc4 (diff)
Ajouté par Frédéric Péters il y a environ 4 ans

setup: update to allow django 2.2 (#41285)

Révision d863c401 (diff)
Ajouté par Frédéric Péters il y a environ 4 ans

setup: allow djangorestframework 3.7, for django 2.2 compatibility (#41285)

Révision a7abc6e3 (diff)
Ajouté par Frédéric Péters il y a environ 4 ans

tox: test against django 2.2 (#41285)

Historique

#2

Mis à jour par Frédéric Péters il y a environ 4 ans

(la branche contient davantage de commits)

#3

Mis à jour par Nicolas Roche il y a environ 4 ans

Peut être à nouveau préciser l'environnement python utilisé pour lancer les tests.
Chez moi ils se lancent en python2 (ne se lancent pas en fait).

$ git diff tox.ini
 [testenv]
+basepython = python3
 usedevelop = True

#4

Mis à jour par Frédéric Péters il y a environ 4 ans

Pas de rapport avec ce ticket ?

#5

Mis à jour par Nicolas Roche il y a environ 4 ans

Pour moi si, parce que tu retires la mention à py3 dans le tox.ini :

- envlist = coverage-py3-pylint
+ envlist = coverage-django111-pylint,django22

#6

Mis à jour par Frédéric Péters il y a environ 4 ans

Ça n'a aucune espèce de sens, tox. J'ai remis des "py3".

#7

Mis à jour par Nicolas Roche il y a environ 4 ans

  • Statut changé de Solution proposée à Solution validée

Je suis certainement pas le mieux placé pour valider ici,
mais pour moi ça me semble bon.

#8

Mis à jour par Frédéric Péters il y a environ 4 ans

  • Statut changé de Solution validée à Résolu (à déployer)
commit a7abc6e3aa9adf36a2750ffbb6b976dfbd8828fa
Author: Frédéric Péters <fpeters@entrouvert.com>
Date:   Wed Apr 1 18:50:53 2020 +0200

    tox: test against django 2.2 (#41285)

commit d863c401907c70073726ebc7f94407284b336115
Author: Frédéric Péters <fpeters@entrouvert.com>
Date:   Thu Apr 2 21:29:18 2020 +0200

    setup: allow djangorestframework 3.7, for django 2.2 compatibility (#41285)

commit 583e0fc484ae377a59bc954eae640ecfcb100063
Author: Frédéric Péters <fpeters@entrouvert.com>
Date:   Thu Apr 2 21:24:47 2020 +0200

    setup: update to allow django 2.2 (#41285)

commit b6860362449a0aa623886227c051dfa420dadc16
Author: Frédéric Péters <fpeters@entrouvert.com>
Date:   Thu Apr 2 22:10:31 2020 +0200

    tests: declare missing attributes when mocking known_services (#41285)

commit c87e491a2964b183a4b8edefd9678aaceed1ef2a
Author: Frédéric Péters <fpeters@entrouvert.com>
Date:   Thu Apr 2 21:58:22 2020 +0200

    misc: declare renderer argument in ckeditor.render monkeypatch (#41285)

commit 6ec82a369a74a303e250228c198e7963b72f304d
Author: Frédéric Péters <fpeters@entrouvert.com>
Date:   Thu Apr 2 21:22:10 2020 +0200

    misc: import token types using new TokenType enum (#41285)

commit b39ad119ea8ea25d245ddeddcb223662972a762c
Author: Frédéric Péters <fpeters@entrouvert.com>
Date:   Wed Apr 1 18:45:18 2020 +0200

    misc: update decorated includes for django 2 (#41285)

commit f4c0afc6587afd245da9203c3393988704ceaed9
Author: Frédéric Péters <fpeters@entrouvert.com>
Date:   Wed Apr 1 18:44:56 2020 +0200

    misc: use javascript catalog class view (#41285)

commit 7fa44cce97196c8cb36f4a6caf1936c34f2529fd
Author: Frédéric Péters <fpeters@entrouvert.com>
Date:   Wed Apr 1 18:44:30 2020 +0200

    misc: remove compatibility values for is_anonymous/is_authenticated (#41285)

commit 16cd985be280170e73ba1aabfadec93509e7f2a9
Author: Frédéric Péters <fpeters@entrouvert.com>
Date:   Wed Apr 1 16:18:28 2020 +0200

    trivial: import reverse from django.urls (#41285)
#9

Mis à jour par Frédéric Péters il y a environ 4 ans

  • Statut changé de Résolu (à déployer) à Solution déployée
#10

Mis à jour par Frédéric Péters il y a plus de 3 ans

Formats disponibles : Atom PDF