horizon/horizon/workflows
Thomas Goirand ad2d4281a3 Rename add_error methods: Django 1.7 conflict
In Django 1.7, Forms have an add_error() method and our definition
was conflicting with Django's method. Thanks to hertzog@debian.org
for the patch.

Note that it is required to support Django 1.7 in Icehouse, because
we're planning to release Debian Jessie with both Django 1.7 and
Icehouse. This is to *support* Django 1.7, not at all to *switch* to
it, which is very different.

Close-bug: #1352919
Change-Id: I1f558cf7f3198a68629738a011e9cae0c3749320
(cherry picked from commit 04dd1568c1)
2014-09-25 11:18:53 +00:00
..
__init__.py Replace asserts in __init__ files with __all__ 2014-01-10 10:28:02 +01:00
base.py Rename add_error methods: Django 1.7 conflict 2014-09-25 11:18:53 +00:00
views.py Allow redisplay of the workflow from its handle() 2014-02-25 09:51:45 +01:00