| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Not yet supported by DjangoModelPermissions.
|
|
|
|
|
|
Fixes #637. Closes #638.
|
|
Closes #643.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also document correctly - these methods are now public and will fall
under the deprecation policy from now on.
|
|
|
|
DictWithMetadata.__getstate__ was never called (Fix for 645)
|
|
Because __mro__ is a list of classes and not instances.
DictWithMetadata.__getstate__ was never called
Signed-off-by: Fernando Rocha <fernandogrd@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
Turns out that Django's default permissions backend always returns
False when checking object-level permissions, even if the user does
have valid global permissions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|