| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Add slug relational fields.
Add quickstart.
|
|
Return choices as unicode and not string
|
|
cleanup MultipleObjectBaseView remains
|
|
reason to complete the renaming in docs and comments as well.
|
|
might as well have jsonp return unicode
|
|
'NoneType' object has no attribute 'to'
|
|
|
|
|
|
|
|
Thanks to @Roarster.
|
|
|
|
|
|
Writable related fields should return a model instance from .from_native...
|
|
Null is true model fields
|
|
|
|
null=True set.
|
|
their value is omitted.
|
|
|
|
https://github.com/tomchristie/django-rest-framework into restframework2
|
|
|
|
|
|
Test put as create
|
|
|
|
|
|
|
|
|
|
not a pk
|
|
|
|
|
|
|
|
|
|
|
|
Tutorial refactor
|
|
Add AllowAny permission
|
|
for PUTing on a non-existing slug-based url.
Fix doctoring for 'test_put_cannot_set_id'.
|
|
|
|
|
|
|
|
Prevents tests from running by default when rest_framework is installed
as 3rd party app.
Fixes #316, #185
|
|
|
|
|
|
|
|
|
|
|
|
resoorces-routers branch for future reference)
|
|
Rename generic base classes, and add CreateAPIView, DeleteAPIView, UpdateAPIView.
|
|
|
|
inheritance
|