kpsul/gestioncof
Martin Pépin a793e9a2e7 exclude empty strings from ldap results
The uid attribute in a LDAP's entry cannot be an empty string. We need
to get an actual identifier.
2017-04-01 22:07:32 +01: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 'Aufinal/merge_k-fet' 2017-03-24 20:23:32 +01:00
templates Merge branch 'master' into 'Aufinal/merge_k-fet' 2017-03-24 20:23:32 +01:00
templatetags Escape the content of the regex in highligh_text 2017-03-19 14:48:04 +00: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 exclude empty strings from ldap results 2017-04-01 22:07:32 +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 Remove lambda operators 2017-03-20 20:24:44 -03: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 Hotfix: typo in template name 2017-03-29 11:17:34 +01: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