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-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
2014-09-18
Added a model update integration test
Tom Christie
2014-09-18
ModelSerializer.create() to handle many to many by default
Tom Christie
2014-09-18
Configuration correctness tests on ModelSerializer
Tom Christie
2014-09-18
get_base_field() refactor
Tom Christie
2014-09-17
Update comments
Tom Christie
2014-09-15
Fix nested model serializer base class
Tom Christie
2014-09-15
Drop label from serializer fields when not needed
Tom Christie
2014-09-12
Dealing with reverse relationships
Tom Christie
2014-09-12
NON_FIELD_ERRORS_KEY setting
Tom Christie
2014-09-12
to_internal_value() and to_representation()
Tom Christie
2014-09-12
MethodField -> SerializerMethodField
Tom Christie
2014-09-11
Tidy up lookup_class
Tom Christie
2014-09-11
Merge master
Tom Christie
2014-09-10
Compat fixes
Tom Christie
2014-09-10
Added help_text argument to fields
Tom Christie
2014-09-10
Tweaks
Tom Christie
2014-09-09
Fleshing out serializer fields
Tom Christie
2014-09-08
More test sorting
Tom Christie
2014-09-05
Workin on
Tom Christie
2014-09-02
Getting tests passing
Tom Christie
2014-09-02
Add relations and get tests running
Tom Christie
2014-09-01
Generator implementation of class mapping.
Timo Tuominen
2014-09-01
Add utility function to match classes in dictionary.
Timo Tuominen
2014-09-01
Traverse the method resolution order when mapping serializer fields.
Timo Tuominen
2014-09-01
Add subclass matching to serializer field mapping.
Timo Tuominen
[next]