| Age | Commit message (Collapse) | Author |
|
|
|
Fix link to `django-rest-framework-filters`
|
|
`django-rest-framework-chain`)
|
|
|
|
|
|
|
|
+ It is consistent with docs about DEFAULT_PERMISSION_CLASSES
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lookup_url_kwarg argument of HyperlinkedIdentityField wasn't documented
|
|
|
|
|
|
|
|
Ability to customize method names without creating a custom router
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix empty HTML values when a default is provided.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
git://github.com/jpadilla/django-rest-framework into version-3.1
|
|
|
|
|
|
Using this code snippet as-is on DRF 3.0.1 results in a NotImplementedError
being raised for to_representation due to 3.0's changed behavior with
serializers.Field. The code snippet should be updated to use
serializers.ReadOnlyField instead.
Further discussion here:
https://groups.google.com/forum/?fromgroups=#!topic/django-rest-framework/aX8mLT_v3yc
|
|
base-name -> base_name
|
|
|
|
|
|
I went through this exact problem and so thought the docs might
benefit from a small hint at the appropriate point.
|
|
|
|
Clarify read-only & `unique_together` Documentation
|
|
|
|
|