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-02-11
Test and quick fix for #1257
Carlton Gibson
2014-02-04
Fixes typo (Implicit instead of Implict).
juroe
2014-01-15
Nicer write_only fields implementation. Closes #1355
Tom Christie
2014-01-14
Merge branch 'master' of git://github.com/sprymak/django-rest-framework into ...
Tom Christie
2014-01-14
Added write_only and write_only_fields. Refs #1306
Tom Christie
2014-01-14
Override HyperlinkedModelSerializerOptions url field name with URL_FIELD_NAME...
S.Prymak
2014-01-13
Minor tweaks
Tom Christie
2014-01-13
Move models.resolve_model to serializers._resolve_model
Dustin Farris
2014-01-13
Make HyperlinkedModelSerializer `url` field name customizable
S.Prymak
2014-01-12
Add a sanity check to avoid running into unresolved related models.
Dustin Farris
2014-01-02
FIX BaseSerializer.from_native has an altered signature
Steven Cummings
2013-12-23
fix for genericrelation saving
S. Andrew Sheppard
2013-12-21
Less brittle through relationship testing. Closes #1292.
Tom Christie
2013-12-16
Merge pull request #1184 from dpetzel/nullbooleanfield_fix
Tom Christie
2013-12-16
Fix expansion of writable nested serializers where the inner fields have sour...
Craig de Stigter
2013-12-13
Clean up implementation
Tom Christie
2013-12-13
Merge pull request #1234 from linovia/bugfix/nested_models_without_related_name
Tom Christie
2013-12-10
Refine model manager behavior so as not to use the behavior in incorrect case...
Tom Christie
2013-12-06
Raise appropriate error in serializer when making a partial update to set a r...
Chuck Harmston
2013-11-18
Another fix for nested writable serializers in case of the related_name isnâ€...
Xavier Ordoquy
2013-11-17
Fixed the nested model serializers in case of the related_name isn’t set.
Xavier Ordoquy
2013-11-11
Typo on api-guide/fields.md and serializers.py
Doğan Çeçen
2013-11-08
Merge pull request #1217 from benpbenp/master
Tom Christie
2013-11-08
Fix object creation with reverse M2M when related_name unspecified
Ben Pietravalle
2013-11-08
Fixed a regression with ValidationError under Django 1.6
Xavier Ordoquy
2013-11-05
Improve handling of 'empty' values for ChoiceField
Mathieu Pillard
2013-10-18
This fix results in models.NullBooleanField rendering as a checkbox in the br...
dpetzel
2013-10-17
Merge pull request #1170 from craigds/write-into-foreignkey-with-source
Tom Christie
2013-10-17
Merge pull request #1112 from tamakisquare/issue-1111
Tom Christie
2013-10-17
Fix a docstring to reflect what the method does
Bruno Renié
2013-10-15
[Fix]: Error with partial=True and validate_<name>
Colin Huang
2013-10-11
fix writing into foreign key with non-null source
Craig de Stigter
2013-10-10
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2013-10-10
Ensure read-only fields don't break with current HTML renderer behavior
Tom Christie
2013-10-09
Merge pull request #1071 from craigds/field-transform-methods
Carlton Gibson
2013-10-02
Fix rendering of forms and add error rendering on HTML form
Tom Christie
2013-10-02
Serializers can now be rendered directly to HTML
Tom Christie
2013-09-20
Clear cached serializer data on `save()` + test. Fixes #1116.
Carlton Gibson
2013-08-30
Drop broken placeholder serializations.
Tom Christie
2013-08-29
add transform_<fieldname> methods to serializers, which basically do the oppo...
Craig de Stigter
2013-08-28
Simplifying raw data renderering support
Tom Christie
2013-08-27
First hacky pass at displaying raw data
Tom Christie
2013-08-25
Merge pull request #1058 from ericbuehl/master
Tom Christie
2013-08-23
parameterize identity field class to allow for easier subclassing
Eric Buehl
2013-08-23
Cleanup and dealing with empty form data.
Tom Christie
2013-08-23
Merge branch 'display-nested-data' into html-form-renderer
Tom Christie
2013-08-23
Tweaks to display nested data in empty serializers
Tom Christie
2013-08-12
If null or blank - don't save the nested object
Yuri Prezument
2013-08-12
Merge pull request #1030 from etos/patch-2
Tom Christie
2013-08-10
Spelling correction on read_only_fields err msg
Dan Stephenson
[next]