Projet

Général

Profil

Development #39438

Suppression de warnings

Ajouté par Lauréline Guérin il y a environ 4 ans. Mis à jour il y a environ 4 ans.

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

0%

Temps estimé:
Patch proposed:
Oui
Planning:
Non

Description

Suppression de warnings tels que RemovedInDjango21Warning


Fichiers

Révisions associées

Révision 9590604d (diff)
Ajouté par Lauréline Guérin il y a environ 4 ans

misc: remove DeprecationWarning decodestring (#39438)

DeprecationWarning: decodestring() is a deprecated alias since Python 3.1, use decodebytes()

Révision 126df789 (diff)
Ajouté par Lauréline Guérin il y a environ 4 ans

misc: remove RemovedInDjango21Warning login() view (#39438)

RemovedInDjango21Warning: The login() view is superseded by the class-based LoginView().

Révision c6198e6b (diff)
Ajouté par Lauréline Guérin il y a environ 4 ans

misc: remove DeprecationWarning encodestring (#39438)

DeprecationWarning: encodestring() is a deprecated alias since 3.1, use encodebytes()

Révision 31f2899f (diff)
Ajouté par Lauréline Guérin il y a environ 4 ans

misc: remove RemovedInDjango21Warning render() method widget (#39438)

RemovedInDjango21Warning: Add the `renderer` argument to the render() method of
<Widget>. It will be mandatory in Django 2.1.

Révision d2177672 (diff)
Ajouté par Lauréline Guérin il y a environ 4 ans

misc: remove RuntimeWarning naive datetime (#39438)

RuntimeWarning: DateTimeField received a naive datetime

Révision f2807ce2 (diff)
Ajouté par Lauréline Guérin il y a environ 4 ans

misc: RemovedInDjango20Warning is_authenticated and is_anonymous (#39438)

RemovedInDjango20Warning: Using user.is_authenticated() and user.is_anonymous()
as a method is deprecated. Remove the parentheses to use it as an attribute.

Révision 11882c58 (diff)
Ajouté par Lauréline Guérin il y a environ 4 ans

misc: remove DeprecationWarning unescape (#39438)

DeprecationWarning: The unescape method is deprecated
and will be removed in 3.5, use html.unescape() instead.

Révision 8e7e745f (diff)
Ajouté par Lauréline Guérin il y a environ 4 ans

misc: PytestUnknownMarkWarning pytest.mark.freeze_time (#39438)

PytestUnknownMarkWarning: Unknown pytest.mark.freeze_time - is this a typo?
You can register custom marks to avoid this warning - for details,
see https://docs.pytest.org/en/latest/mark.html

Historique

#2

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

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

Ok, après avoir wrappé le message de commit de 0007-misc-remove-DeprecationWarning-unescape-39438.patch.

#3

Mis à jour par Lauréline Guérin il y a environ 4 ans

  • Statut changé de Solution validée à Résolu (à déployer)
commit 8e7e745f5d2e77ce11b2233534a7042a3d374aa3
Author: Lauréline Guérin <zebuline@entrouvert.com>
Date:   Fri Jan 31 11:54:25 2020 +0100

    misc: PytestUnknownMarkWarning pytest.mark.freeze_time (#39438)

    PytestUnknownMarkWarning: Unknown pytest.mark.freeze_time - is this a typo?
    You can register custom marks to avoid this warning - for details,
    see https://docs.pytest.org/en/latest/mark.html

commit 11882c5810d8b45b7c17072bff83d7815d5fa601
Author: Lauréline Guérin <zebuline@entrouvert.com>
Date:   Fri Jan 31 11:47:07 2020 +0100

    misc: remove DeprecationWarning unescape (#39438)

    DeprecationWarning: The unescape method is deprecated
    and will be removed in 3.5, use html.unescape() instead.

commit f2807ce2ec7a2c528f3a035174b617f8cfb59a68
Author: Lauréline Guérin <zebuline@entrouvert.com>
Date:   Fri Jan 31 11:00:11 2020 +0100

    misc: RemovedInDjango20Warning is_authenticated and is_anonymous (#39438)

    RemovedInDjango20Warning: Using user.is_authenticated() and user.is_anonymous()
    as a method is deprecated. Remove the parentheses to use it as an attribute.

commit d217767257205904e12954265f52ca39652d5a30
Author: Lauréline Guérin <zebuline@entrouvert.com>
Date:   Fri Jan 31 10:55:19 2020 +0100

    misc: remove RuntimeWarning naive datetime (#39438)

    RuntimeWarning: DateTimeField received a naive datetime

commit 31f2899f8f7abd4de5a200422139f141733ec198
Author: Lauréline Guérin <zebuline@entrouvert.com>
Date:   Fri Jan 31 10:35:29 2020 +0100

    misc: remove RemovedInDjango21Warning render() method widget (#39438)

    RemovedInDjango21Warning: Add the `renderer` argument to the render() method of
    <Widget>. It will be mandatory in Django 2.1.

commit c6198e6bc186887e4ddc1d096694908e6deda184
Author: Lauréline Guérin <zebuline@entrouvert.com>
Date:   Fri Jan 31 10:30:38 2020 +0100

    misc: remove DeprecationWarning encodestring (#39438)

    DeprecationWarning: encodestring() is a deprecated alias since 3.1, use encodebytes()

commit 126df789fe527079966578048dd98fe9d8265388
Author: Lauréline Guérin <zebuline@entrouvert.com>
Date:   Fri Jan 31 10:25:57 2020 +0100

    misc: remove RemovedInDjango21Warning login() view (#39438)

    RemovedInDjango21Warning: The login() view is superseded by the class-based LoginView().

commit 9590604d49999035abf0ad48595993a8d23765dc
Author: Lauréline Guérin <zebuline@entrouvert.com>
Date:   Fri Jan 31 10:18:38 2020 +0100

    misc: remove DeprecationWarning decodestring (#39438)

    DeprecationWarning: decodestring() is a deprecated alias since Python 3.1, use decodebytes()
#4

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

Formats disponibles : Atom PDF