- 16 Jul, 2015 16 commits
-
-
Removed import of unused django.forms.widgets
Tom Christie committed -
Leonardo Giordani committed
-
Tom Christie committed
-
Tom Christie committed
-
Added allow_empty flag
Tom Christie committed -
Tom Christie committed
-
Test for #3153
Tom Christie committed -
Venelin Stoykov committed
-
Tom Christie committed
-
Tom Christie committed
-
Runtests should not suppress stdout. In the context of a web app only serves to hide erronous print statements.
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
- 14 Jul, 2015 15 commits
-
-
Form fields should use textual only value representations. Closes #3139. Closes #2416. Closes #2558.
Tom Christie committed -
Tom Christie committed
-
Raise helpful error when erronously including nested data in multipart post requests with test client. Closes #2919.
Tom Christie committed -
Handle .choices for related fields when queryset argument is actually a mamanger instance. Closes #3145.
Tom Christie committed -
Tom Christie committed
-
Ensure that realtionship fields '.choices' returns an empty dict when accessed with a read-only field. Closes #2910.
Tom Christie committed -
Add `get_page_size` hook to `CursorPagination`
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Merge branch 'cursor-limits' of https://github.com/uploadcare/django-rest-framework into uploadcare-cursor-limits
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
- 13 Jul, 2015 4 commits
-
-
Fixed typo in docs
Xavier Ordoquy committed -
Fixed typo in Miscellaneous notes of 3.0 release announcement docs
Alexander Pitkin committed -
homm committed
-
homm committed
-
- 11 Jul, 2015 2 commits
-
-
Update rest-hypermedia-hateoas.md
Carlton Gibson committed -
There was a typo under ## What REST framework doesn't provide. Original: What REST framework doesn't do is give you is machine readable hypermedia formats such as [HAL][hal], Fixed: What REST framework doesn't do is give you machine readable hypermedia formats such as [HAL][hal],
Derek Pauley committed
-
- 10 Jul, 2015 2 commits
-
-
Changed typo in Renderer docs of BrowsableAPIRenderer
Xavier Ordoquy committed -
The BrowsableAPIRenderer was misspelled with an extra 'e' letter
Yuri Hernani Heupa committed
-
- 08 Jul, 2015 1 commit
-
-
Fix nested serializer required=False multipart data validation bug
Xavier Ordoquy committed
-