This website requires JavaScript.
Explore
Impressum
Grow Tools
Help
Sign In
matthias
/
mayan-edms
Watch
1
Star
0
Fork
0
You've already forked mayan-edms
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
2ea3c08c979b2e4f189efbb100fdaa68fe7816e7
mayan-edms
/
mayan
/
apps
/
user_management
History
Roberto Rosario
d1c87fe102
Allow MetadataLookup to receive callables. Update the {{ users }} and {{ groups }} metadata lookup options to be callables that return a current list of users and groups and not a queryset. Add integrations test user_managements -> metadata app. Fixes GitLab
#290
. Thanks to @camiloforero for finding this one.
2016-05-19 19:33:58 -04:00
..
locale
Update Spanish translation.
2016-05-08 21:57:23 -04:00
tests
Allow MetadataLookup to receive callables. Update the {{ users }} and {{ groups }} metadata lookup options to be callables that return a current list of users and groups and not a queryset. Add integrations test user_managements -> metadata app. Fixes GitLab
#290
. Thanks to @camiloforero for finding this one.
2016-05-19 19:33:58 -04:00
__init__.py
Add default_app_config value to each app. Closes issue GL
#216
.
2015-10-19 02:57:00 -04:00
api_views.py
Remove remaining direct references to the User model. Closes GitLab issue
#225
.
2016-01-28 05:55:15 -04:00
apps.py
Allow MetadataLookup to receive callables. Update the {{ users }} and {{ groups }} metadata lookup options to be callables that return a current list of users and groups and not a queryset. Add integrations test user_managements -> metadata app. Fixes GitLab
#290
. Thanks to @camiloforero for finding this one.
2016-05-19 19:33:58 -04:00
forms.py
Remove remaining usage of django.contrib.auth.model.User. GitLab issue
#225
.
2016-03-08 02:21:03 -04:00
links.py
Update group delete view to CBVs. Remove multiple group delete view.
2015-08-24 20:55:22 -04:00
permissions.py
PEP8 cleanups, specially E501 line too long.
2015-07-22 18:21:37 -04:00
serializers.py
PEP8 cleanups.
2016-05-17 05:08:21 -04:00
urls.py
Update user edit view to CBV. Remove user group's view helper functions.
2015-09-07 00:16:55 -04:00
views.py
Remove remaining usage of django.contrib.auth.model.User. GitLab issue
#225
.
2016-03-08 02:21:03 -04:00