kpsul/gestioncof
Martin Pépin 98abe71681 Handle errors=None in _finalize_traitement
Sometimes the `errors` variable is `None` in `_finalize_traitement`.
It was not an issue when it was just used in the templates but now we
have to handle this in the view. Basically, we shall consider it is an
empty list when it occurs.
2017-03-15 11:59:41 +00:00
..
fixtures Dev data loaded using a django admin command 2017-02-03 14:33:10 +01:00
management Merge branch 'master' into Aufinal/dev_data_kfet 2017-02-11 21:01:37 +01:00
migrations Change the migration index 2017-02-11 15:13:29 +01:00
static Merge branch 'master' into Kerl/messages 2017-02-11 11:40:47 +01:00
templates Move registration_form to gestioncof/ 2017-03-15 11:40:52 +00:00
templatetags The end of Clipper 2016-12-25 11:57:50 +01:00
__init__.py Initial import 2012-06-27 23:28:35 +02:00
admin.py Utilise django_custommail 2016-12-22 03:45:03 +01:00
autocomplete.py Optimize code, better queries 2017-02-11 02:39:59 +01:00
autocomplete_light_registry.py Completion starts only when we have 3 characters 2017-01-06 17:26:35 +01:00
csv_views.py Update Py3 compat 2016-07-15 00:20:08 +02:00
decorators.py Update Py3 compat 2016-07-15 00:20:08 +02:00
forms.py fixes #85 2017-02-08 21:08:00 -02:00
models.py Merge branch 'master' into Kerl/use_django_custommail 2017-02-11 03:20:29 +01:00
petits_cours_forms.py Move petits-cours forms in another file 2017-02-05 17:10:51 +01:00
petits_cours_models.py Turn 2 functions into class/objects methods 2017-02-05 17:07:58 +01:00
petits_cours_views.py Handle errors=None in _finalize_traitement 2017-03-15 11:59:41 +00:00
shared.py cleanup et nouvelle implem de custommail 2016-12-22 20:18:27 +01:00
tests.py Deleting a CofProfile ⇒ Deleting a User. 2017-01-05 11:35:21 +01:00
urls.py Use class-based views 2017-02-05 17:41:23 +01:00
views.py Merge branch 'master' into Kerl/messages 2017-02-11 20:55:17 +01:00
widgets.py Update Py3 compat 2016-07-15 00:20:08 +02:00