Added user_permissions to Django User object (#491, #492)

This commit is contained in:
Ross Lawley
2013-11-29 11:48:14 +00:00
parent d902a74ab0
commit 855efe7fe8
3 changed files with 4 additions and 2 deletions

View File

@@ -183,3 +183,4 @@ that much better:
* Joe Friedl (https://github.com/grampajoe)
* Daniel Ward (https://github.com/danielward)
* Aniket Deshpande (https://github.com/anicake)
* rfkrocktk (https://github.com/rfkrocktk)