| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Updated Permissions doc link to Django docs
|
|
The previous link went to version 1 docs so it was a dead link.
|
|
|
|
#1545
|
|
Django & Django guardian updates
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sending "Bearer" and "Bearer " resulted in a 500.
|
|
|
|
|
|
Update fields.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
obj.__class__ will return the actual Class object, we want to serialise a string (accessed with obj.__class__.__name__)
|
|
|
|
|
|
|
|
|
|
Modelserialization charfield with null
|
|
|
|
Fixes #1651. Add link to drf-extensions nested routers to docs
|
|
|
|
tiny typo in the docstring
|
|
|
|
Version 2.3.14
|
|
|
|
|
|
Fix #1614 - Corrected reference to serializers.CharField
|