- 08 Nov, 2013 1 commit
-
-
Bruno Renié committed
-
- 06 Nov, 2013 2 commits
-
-
Improve handling of 'empty' values for ChoiceField
Tom Christie committed -
Mathieu Pillard committed
-
- 05 Nov, 2013 1 commit
-
-
The empty value defaults back to '' (for backwards-compatibility) but is changed automatically to None for ModelSerializers if the `null` property is set on the db field.
Mathieu Pillard committed
-
- 02 Nov, 2013 3 commits
-
-
Updated OAuth2 authentication docs.
Tom Christie committed -
Tom Christie committed
-
Fixed exception handling with YAML and XML parsers.
Tom Christie committed
-
- 31 Oct, 2013 2 commits
-
-
Rob Hudson committed
-
erkarl committed
-
- 29 Oct, 2013 2 commits
-
-
Great. Thanks!
Carlton Gibson committed -
S. Andrew Sheppard committed
-
- 25 Oct, 2013 1 commit
-
-
Docs: Fix for API test client example
Carlton Gibson committed
-
- 24 Oct, 2013 12 commits
-
-
need to define 'expected' as we can just test against the dict.
Kit Randel committed -
Removed commented-out credits from footer so that django-debug-toolbar works
Tom Christie committed -
The comment, although valid, caused that the Django debug toolbar's injected HTML was partially commented-out and thus the toolbar didn't work as expected.
Jakub Roztočil committed -
Tom Christie committed
-
Added get_filter_backends method
Tom Christie committed -
Yamila Moreno committed
-
Typo on generic-views.md
Tom Christie committed -
Yamila committed
-
Tom Christie committed
-
Fixed UnicodeEncodeError when POST JSON via web interface; added test
Tom Christie committed -
Tom Christie committed
-
alexanderlukanin13 committed
-
- 22 Oct, 2013 7 commits
-
-
Tom Christie committed
-
Filter documentation explanation
Tom Christie committed -
Jacek Bzdak committed
-
Jacek Bzdak committed
-
Well, I spent some time trying to gues how djang-filter works, and if this changes would be introduced, I would have saved this time.
Jacek Bzdak committed -
Tom Christie committed
-
paginator should validate page and provide default
Tom Christie committed
-
- 21 Oct, 2013 8 commits
-
-
Ross McFarland committed
-
better way comming in a seperate pr
Ross McFarland committed -
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Remove the detail=None from APIException signature
Tom Christie committed -
The documentation not match with the implementation. The APIException doesn't have detail parameter in the constructor class, actually doesn't have constructor method at all.
Jesús Espino committed
-
- 20 Oct, 2013 1 commit
-
-
- use the standard paginator.validate_number method rather strict_postive_int. - support optional paginator method, default_page_number, to get the default page number rather than hard-coding it to 1 - this allows supporting non-integer based pagination which can be an important performance tweak on extermely large datasets or high request loads - relatively thorough unit tests of the changes
Ross McFarland committed
-