Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos in comments | Dan Fandrich | 2024-08-15 | 1 | -1/+1 |
| | | | | This should result in no difference in configuration. | ||||
* | lint fixes for django_application | Thomas Backlund | 2015-10-20 | 6 | -19/+14 |
| | |||||
* | split and clean the django_application module | Michael Scherer | 2012-03-24 | 4 | -31/+41 |
| | |||||
* | cleaning of the django_application module | Michael Scherer | 2012-01-08 | 1 | -14/+3 |
| | |||||
* | - add better error messages | Michael Scherer | 2011-02-25 | 1 | -1/+4 |
| | |||||
* | add support for giving application name when adding permission to a group | Michael Scherer | 2011-02-25 | 1 | -2/+2 |
| | |||||
* | give a better warning when the permission is not unique | Michael Scherer | 2011-02-25 | 1 | -6/+10 |
| | |||||
* | - allow to give the application name ( as the codename is not enough ) | Michael Scherer | 2011-02-25 | 1 | -2/+11 |
| | |||||
* | - add 2 class to add group to a django application, as well as | Michael Scherer | 2011-02-24 | 3 | -0/+55 |
| | | | | permission ( used for tx ) | ||||
* | add a comment about why this class is required | Michael Scherer | 2011-02-23 | 1 | -0/+3 |
| | |||||
* | finish the move to django_application common class | Michael Scherer | 2011-02-23 | 1 | -0/+9 |
| | |||||
* | - add a class for django application ( to avoid duplication | Michael Scherer | 2011-02-20 | 1 | -0/+15 |
with potential futur django application ) |