aboutsummaryrefslogtreecommitdiffstats
path: root/modules/django_application
Commit message (Collapse)AuthorAgeFilesLines
* lint fixes for django_applicationThomas Backlund2015-10-206-19/+14
|
* split and clean the django_application moduleMichael Scherer2012-03-244-31/+41
|
* cleaning of the django_application moduleMichael Scherer2012-01-081-14/+3
|
* - add better error messagesMichael Scherer2011-02-251-1/+4
|
* add support for giving application name when adding permission to a groupMichael Scherer2011-02-251-2/+2
|
* give a better warning when the permission is not uniqueMichael Scherer2011-02-251-6/+10
|
* - allow to give the application name ( as the codename is not enough )Michael Scherer2011-02-251-2/+11
|
* - add 2 class to add group to a django application, as well asMichael Scherer2011-02-243-0/+55
| | | | permission ( used for tx )
* add a comment about why this class is requiredMichael Scherer2011-02-231-0/+3
|
* finish the move to django_application common classMichael Scherer2011-02-231-0/+9
|
* - add a class for django application ( to avoid duplicationMichael Scherer2011-02-201-0/+15
with potential futur django application )