| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Tweaks and fixes in order to support the pastebin tutorial
|
|
|
|
|
|
|
|
|
|
|
|
|
|
resoorces-routers branch for future reference)
|
|
|
|
|
|
|
|
https://github.com/tomchristie/django-rest-framework into restframework2
|
|
|
|
Rename generic base classes, and add CreateAPIView, DeleteAPIView, UpdateAPIView.
|
|
|
|
|
|
|
|
inheritance
|
|
|
|
* restframework2:
Fix ModelSerializer logic for fields with default value, which should have required=False set
Added @diviei - Thanks!
Fix typo reported by @diviei
|
|
required=False set
|
|
|
|
|
|
|
|
Implement per-field validation on Serializers
|
|
|
|
|
|
|
|
|
|
|
|
#314 Fix for manytomany field being required in the payload even though ...
|
|
field is specified as readonly in the serializer
|
|
WIP on #310
|
|
Fix typo.
|
|
BrowsableAPIRenderer
Conflicts:
rest_framework/renderers.py - manually resolved conflict
|
|
|
|
Fix serialization of reverse relationships
|
|
|
|
|
|
|
|
|
|
|
|
Documentation spelling and other mistake fixes.
|
|
|
|
|
|
|