- 28 Oct, 2012 1 commit
-
-
Added wo tests. One for PUTing on a non-existing id-based url. And another for PUTing on a non-existing slug-based url. Fix doctoring for 'test_put_cannot_set_id'.
Marko Tibold committed
-
- 27 Oct, 2012 8 commits
-
-
Push tests into a seperate app namespace 'rest_framework.test'
Tom Christie committed -
Tom Christie committed
-
Prevents tests from running by default when rest_framework is installed as 3rd party app. Fixes #316, #185
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Documentation for function-based view decorators
Tom Christie committed -
Jamie Matthews committed
-
Tom Christie committed
-
- 26 Oct, 2012 10 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tweaks and fixes in order to support the pastebin tutorial
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Drop resources from codebase since implementation is only partial (Created resoorces-routers branch for future reference)
Tom Christie committed
-
- 25 Oct, 2012 9 commits
-
-
Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-framework into restframework2
Tom Christie committed -
Tom Christie committed
-
Rename generic base classes, and add CreateAPIView, DeleteAPIView, UpdateAPIView.
Tom Christie committed -
Jamie Matthews committed
-
Jamie Matthews committed
-
Jamie Matthews committed
-
Jamie Matthews committed
-
Tom Christie committed
-
* restframework2: Fix ModelSerializer logic for fields with default value, which should have required=False set Added @diviei - Thanks! Fix typo reported by @diviei
Jamie Matthews committed
-
- 24 Oct, 2012 10 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Jamie Matthews committed
-
Implement per-field validation on Serializers
Tom Christie committed -
Jamie Matthews committed
-
Jamie Matthews committed
-
Jamie Matthews committed
-
Jamie Matthews committed
-
Jamie Matthews committed
-
- 22 Oct, 2012 2 commits
-
-
#314 Fix for manytomany field being required in the payload even though ...
Tom Christie committed -
#314 Fix for manytomany field being required in the payload even though the field is specified as readonly in the serializer
Ian Strachan committed
-