| Age | Commit message (Collapse) | Author |
|
lookup_url_kwarg argument of HyperlinkedIdentityField wasn't documented
|
|
|
|
|
|
|
|
Ability to customize method names without creating a custom router
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Version 3.0.2
|
|
|
|
|
|
|
|
|
|
Fixed a typo
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
Release notes & version 3.0.1
|
|
|
|
|
|
|
|
Add link to the issues
Fix the milestone link
|
|
|
|
|