WikiENS/wiki_groups
Théophile Bastian d3f80f2339 Implement the structured groups backend
This implements a structured user group model, propagating its changes
to vanilla Django groups. It features cycle detection at save-time,
although this cycle detection can only be seen as a fallback and forms
should check the acyclicity of their changes before committing using the
provided class method.
2019-12-20 17:02:29 +01:00
..
migrations Implement the structured groups backend 2019-12-20 17:02:29 +01:00
__init__.py Implement the structured groups backend 2019-12-20 17:02:29 +01:00
admin.py Implement the structured groups backend 2019-12-20 17:02:29 +01:00
apps.py Implement the structured groups backend 2019-12-20 17:02:29 +01:00
models.py Implement the structured groups backend 2019-12-20 17:02:29 +01:00
tests.py Implement the structured groups backend 2019-12-20 17:02:29 +01:00
views.py Implement the structured groups backend 2019-12-20 17:02:29 +01:00