| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Max length for modelserializers
|
|
|
|
Added a FileField and an ImageField
|
|
|
|
Added note about MultipartParser only supporting file uploads and Django's default upload handlers.
|
|
|
|
support for custom page size per request
|
|
Fixed test_modelserializer_max_length_exceeded
|
|
|
|
|
|
|
|
./mkdocs.py -p opens a preview in your default browser
|
|
|
|
|
|
|
|
|
|
should work on windows and Linux as well.
|
|
file_and_image_fields
|
|
|
|
|
|
|
|
|
|
Fixes #417
|
|
|
|
Conflicts:
docs/api-guide/authentication.md
docs/topics/credits.md
|
|
|
|
updated tests & docs. Left authtoken.urls in place as example.
|
|
|
|
|
|
|
|
logins and logouts using TokenAuthentication. Added unittests.
|
|
|
|
No type checking in .restore_fields()
Added missing BytesIO import.
|
|
|
|
Location header when Creating a Resource with HyperlinkedIdentityField
|
|
added description how to use the auth token
|
|
fixed some typos
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and adding myself to auhtors file
|
|
|
|
updated tests & docs. Left authtoken.urls in place as example.
|
|
|