Bug #7097
registration_backend/views.py contains call to redirect() not using the new signature
Start date:
29 April 2015
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Associated revisions
History
Updated by Benjamin Dauvergne almost 8 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit f342b744d5e8a5160747748e01a78c5d36e2ed73.
Updated by Benjamin Dauvergne almost 7 years ago
- Status changed from Résolu (à déployer) to Solution déployée
registration_backend: fix unmodified calls to redirect() (fixes #7097)
shortcuts.redirect has been replaced by our own redirect() function.