- 24 Sep, 2015 1 commit
-
-
Use model error_messages when available
Tom Christie committed
-
- 23 Sep, 2015 4 commits
-
-
fixing a trivial HTML tag which is closed twice
José Padilla committed -
In the automatically applied UniqueValidator, use the error message from error_messages defined in the model instead of the generic default UniqueValidator message. This fixes #2878.
Stian Jensen committed -
Guard against calling `serializer.data` before `serializer.save()`
Tom Christie committed -
Mads Jensen committed
-
- 22 Sep, 2015 5 commits
-
-
Release/3.2.4
Xavier Ordoquy committed -
- Asserts that `_data` does not exist when calling `.save()`
paolopaolopaolo committed -
- Added test_data_access_before_save_raises_error test
paolopaolopaolo committed -
Typo in test method name
Tom Christie committed -
Alexey Boriskin committed
-
- 21 Sep, 2015 5 commits
-
-
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Fixed #2761 - ListField truncation on HTTP PATCH
Xavier Ordoquy committed -
Xavier Ordoquy committed
-
- 20 Sep, 2015 3 commits
-
-
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
- 19 Sep, 2015 2 commits
-
-
- Checked ``partial`` state when getting value in appropriate field classes; return ``empty`` immediately if key not submitted.
Christopher Adams committed -
- When not submitting key for list fields or multiple choice, partial serialization should result in empty state (key not there), not an empty list.
Christopher Adams committed
-
- 17 Sep, 2015 2 commits
-
-
Improved Serializer relations docs
Xavier Ordoquy committed -
Yiyo committed
-
- 15 Sep, 2015 2 commits
-
-
Update transifex-client requirement to latest release version 0.11b3
Xavier Ordoquy committed -
Nic Young committed
-
- 14 Sep, 2015 3 commits
-
-
added knox package reference to 3rd party auth apps
José Padilla committed -
James McMahon committed
-
fix issue #3395
Tom Christie committed
-
- 13 Sep, 2015 3 commits
-
-
qqbuby committed
-
Add link to serpy serialization
José Padilla committed -
Nic Young committed
-
- 12 Sep, 2015 2 commits
-
-
Correctly handle [] and {} as invalid inputs to BooleanField
Tom Christie committed -
Steven Loria committed
-
- 11 Sep, 2015 5 commits
-
-
qqbuby committed
-
Tom Christie committed
-
Tom Christie committed
-
Add note about field level validation, fixes #3306
Tom Christie committed -
The documentation added warns the user that field level validation will be skipped if the field is declared on the model with the parameter `required=False`.
Nic Young committed
-
- 10 Sep, 2015 3 commits
-
-
Fixed typo in ScopedRateThrottle example views
Xavier Ordoquy committed -
Improve documentation of default argument for fields
Xavier Ordoquy committed -
Rubén Díaz committed
-