index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rest_framework
/
serializers.py
Age
Commit message (
Expand
)
Author
2014-11-07
Minor tweaks
Tom Christie
2014-11-07
Serializer cleanup
Tom Christie
2014-11-06
Drop usage of SortedDict. Closes #2027.
Tom Christie
2014-11-06
Fix exception style for py3
Tom Christie
2014-11-06
More precise assertion error for bulk update
Tom Christie
2014-11-06
Support for bulk create. Closes #1965.
Tom Christie
2014-11-05
Pass through kwargs to both Serializer and ListSerializer
Tom Christie
2014-11-05
Minor cleanup
Tom Christie
2014-11-03
Use invalid_data key for error message. Closes #2002.
Tom Christie
2014-10-31
Lazy loading of fields and validators. Closes #1963.
Tom Christie
2014-10-31
Validator documentation and tweaks
Tom Christie
2014-10-28
unique_for_date/unique_for_month/unique_for_year
Tom Christie
2014-10-22
unique_for_month, unique_for_year
Tom Christie
2014-10-22
First pass at unique_for_date, unique_for_month, unique_for_year
Tom Christie
2014-10-22
.validate() can raise field errors or non-field errors
Tom Christie
2014-10-17
Use serializers.ValidationError
Tom Christie
2014-10-16
get_attribute method on fields
Tom Christie
2014-10-16
Stricter checking for failure cases.
Tom Christie
2014-10-15
Add a keys method to BindingDict
Marty Alchin
2014-10-15
Support fields that reference a simple callable
Tom Christie
2014-10-15
Fix 'lookup_field' on ModelSerializer. Closes #1944.
Tom Christie
2014-10-10
Relations in 'read_only_fields' should not include a queryset kwarg
Tom Christie
2014-10-10
Flake8
Tom Christie
2014-10-10
Tweaks
Tom Christie
2014-10-10
exceptions.ValidationFailed, not Django's ValidationError
Tom Christie
2014-10-09
Checks and repr on BoundField
Tom Christie
2014-10-09
First pass on nested serializers in HTML
Tom Christie
2014-10-08
More gradual deprecation
Tom Christie
2014-10-08
.validate() returning validated data. transform_<field> hooks.
Tom Christie
2014-10-08
Tweak pre/post save hooks. Return instance in .update().
Tom Christie
2014-10-08
Tests for generic relationships
Tom Christie
2014-10-03
Serializer.save() takes keyword arguments, not 'extras' argument
Tom Christie
2014-10-03
Fix indentation
Tom Christie
2014-10-02
Browsable API tweaks
Tom Christie
2014-10-02
First pass on incorperating the form rendering into the browsable API
Tom Christie
2014-10-01
First pass at HTML form rendering
Tom Christie
2014-09-29
Absolute URLs for file fields
Tom Christie
2014-09-29
UniqueTogetherValidator
Tom Christie
2014-09-26
Simplify serialization slightly
Tom Christie
2014-09-26
Added ListField
Tom Christie
2014-09-26
Allow many, partial and context in BaseSerializer
Tom Christie
2014-09-26
Release notes
Tom Christie
2014-09-26
request.data attribute
Tom Christie
2014-09-25
Partial support
Tom Christie
2014-09-25
Clean up bind - no longer needs to be called multiple times in nested fields
Tom Christie
2014-09-25
Automatic field binding
Tom Christie
2014-09-24
OPTIONS support
Tom Christie
2014-09-23
NullBooleanField
Tom Christie
2014-09-23
Tests for field choices
Tom Christie
2014-09-19
Moar tests
Tom Christie
[next]