django-rest-framework/docs
Brian Jacobel 2d470eef80 Change serializers.Field to serializers.ReadOnlyField for 3.x compatibility
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
2014-12-13 14:47:11 -05:00
..
api-guide Change serializers.Field to serializers.ReadOnlyField for 3.x compatibility 2014-12-13 14:47:11 -05:00
img Minor docs tweaks 2014-12-10 14:29:21 +00:00
topics Fix the ghost backtick. 2014-12-11 15:58:02 +01:00
tutorial Field->ReadOnlyField in tutorial docs 2014-12-11 09:54:55 +00:00
CNAME Include CNAME file 2014-11-25 16:01:32 +00:00
index.md Update build status icon on github pages page. 2014-12-03 13:37:56 +01:00