- 17 Jan, 2014 1 commit
-
-
required to support old flash/flex clients that need to do everything as GET requests (apparently to allow for any error handlings)
Ross McFarland 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
-
- 18 Oct, 2013 6 commits
-
-
Tom Christie committed
-
Mention name of file to edit
Tom Christie committed -
Using the filenames where relevant
Tom Christie committed -
Tom Christie committed
-
Added name of file to edit
Tom Christie committed -
add @tamakisquare for work on #1111
Tom Christie committed
-
- 17 Oct, 2013 7 commits
-
-
Colin committed
-
fix writing into foreign key with non-null source
Tom Christie committed -
Test case and fix for issue 1111
Tom Christie committed -
Return object in save_object
Tom Christie committed -
Bruno Renié committed
-
Tom Christie committed
-
Fixed #1179: RepresenterError with DecimalField and YAMLRenderer
Tom Christie committed
-
- 16 Oct, 2013 8 commits
-
-
badaud_t committed
-
badaud_t committed
-
Put template block around the description
Tom Christie committed -
Omer Katz committed
-
Sometimes it's hard to tell which file the code is intended to go in. Now it spells it out.
Rikki committed -
To reduce unnecessary cognitive load of the learner, name the file they are putting this code in.
Rikki committed -
So reader doesn't have to remember, or check through all the files to find where this code fragment was, mention the file name when it is relevant.
Rikki committed -
The error occurs when serializer is set with partial=True and a field-level validation is defined on a field, for which there's no corresponding update value in .data
Colin Huang committed
-
- 13 Oct, 2013 1 commit
-
-
Add missing commas in relations.md
Tom Christie committed
-
- 12 Oct, 2013 1 commit
-
-
Álvaro Lázaro committed
-