kpsul/kfet/auth
Aurélien Delobelle ded824bddd Cleaner use of Group in kfet app
KFetGroup model
- Provides a distinction from non-kfet Groups.
- Convert code appropriately.
- Initially filled from Groups containing K-Fêt (this was the previous
distinction) in the kfetauth.0002 migration.

Permission proxy model (kfetauth app)
- Proxy of the django.contrib.auth Permission model.
- Adds the 'kfet' manager which returns only kfet-related permissions.

KeepUnselectableModelFormMixin
- Helps to keep the unselectable items of many-to-many field for
ModelForm.
- 'kfetauth' forms (related to KFetGroup) use this mixin.

Using KFetGroup allows to simplify the 'kfet/account_group_form.html' template.

A bug is also fixed in 'kfet/form_field_snippet.html', which could lead to
prevent field displays if they used CheckboxSelectMultiple widget.
2017-09-29 22:37:30 +02:00
..
migrations Cleaner use of Group in kfet app 2017-09-29 22:37:30 +02:00
templates/kfet Move auth-related from 'kfet' app to 'kfet.auth'. 2017-09-19 17:05:51 +02:00
__init__.py Move auth-related from 'kfet' app to 'kfet.auth'. 2017-09-19 17:05:51 +02:00
apps.py Move auth-related from 'kfet' app to 'kfet.auth'. 2017-09-19 17:05:51 +02:00
backends.py Move auth-related from 'kfet' app to 'kfet.auth'. 2017-09-19 17:05:51 +02:00
context_processors.py Move auth-related from 'kfet' app to 'kfet.auth'. 2017-09-19 17:05:51 +02:00
fields.py Cleaner use of Group in kfet app 2017-09-29 22:37:30 +02:00
forms.py Cleaner use of Group in kfet app 2017-09-29 22:37:30 +02:00
middleware.py Move auth-related from 'kfet' app to 'kfet.auth'. 2017-09-19 17:05:51 +02:00
models.py Cleaner use of Group in kfet app 2017-09-29 22:37:30 +02:00
tests.py Cleaner use of Group in kfet app 2017-09-29 22:37:30 +02:00
views.py Cleaner use of Group in kfet app 2017-09-29 22:37:30 +02:00