- 02 Jul, 2015 17 commits
-
-
Matt Broach committed
-
Adding recursion on child of List Field
Tom Christie committed -
Julien Syx committed
-
Tom Christie committed
-
Ensure no duplication of results with SearchFilter with Oracle databases.
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Ability to customize DateTimeField with a custom datetime_parser
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Made exception message more verbose
Tom Christie committed -
Handle AttributeError as well (when the imported module exists but the specified function/class does not).
Tom Christie committed -
Upgrade django-filter to 0.10.0
Tom Christie committed
-
- 01 Jul, 2015 5 commits
-
-
Xavier Ordoquy committed
-
Remove unused import from docs example
Xavier Ordoquy committed -
Mark Skipper committed
-
Update extra_kwargs on model serializer for required and read_only
Tom Christie committed -
Ensures that the 'read_only' and 'required' keys from `extra_kwargs` are retained when present. Closes #3091.
Tyler Redzko committed
-
- 30 Jun, 2015 6 commits
-
-
Update `get_serializer` signature (fix #2893)
José Padilla committed -
- remove the `files` and `allow_add_remove` arguments that were part of the 2.x API.
Xavier Ordoquy committed -
Michael Bacon committed
-
Fixed #2900 -- Made example validator class in docs inherit from object
José Padilla committed -
Alasdair Nicol committed
-
the specified function/class does not).
Laszlo Marai committed
-
- 29 Jun, 2015 4 commits
-
-
Fix ManyRelatedField.choices
Tom Christie committed -
Use choices from self.child_relation. We don't need to repeat ourself because can get out of sync.
Venelin Stoykov committed -
Tom Christie committed
-
Print helpful command if isort fails
Tom Christie committed
-
- 27 Jun, 2015 1 commit
-
-
José Padilla committed
-
- 26 Jun, 2015 2 commits
-
-
Cleanup import following PEP 8 style guide
Tom Christie committed -
José Padilla committed
-
- 25 Jun, 2015 5 commits
-
-
José Padilla committed
-
José Padilla committed
-
Shtarev committed
-
Use get_queryset() for RelatedField choices property
Tom Christie committed -
Progressing #2704
Tom Christie committed
-