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
2013-08-30
Drop broken placeholder serializations.
Tom Christie
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
2013-08-10
Spelling correction on read_only_fields err msg
Dan Stephenson
2013-07-26
Fixed reversed arguments in assertion
Kevin Brown
2013-06-28
Merge branch 'master' into writable-nested-modelserializer
Tom Christie
2013-06-26
Use timezone aware datetimes with oauth2 provider, when supported. Closes #947.
Tom Christie
2013-06-17
HyperlinkedModelSerializer supports overriding of 'url' field. Closes #936
Tom Christie
2013-06-05
Merge master
Tom Christie
2013-06-03
Merge pull request #900 from copitux/fix-validation-layer
Tom Christie
2013-06-02
view_name argument to HyperlinkedModelSerializer is now properly enforced. C...
Tom Christie
2013-05-31
HyperlinkedModelSerializer lookup_field option should apply to HyperlinkedIde...
Tom Christie
2013-05-29
Bugfix: Fix run validation layer with invalid data
David Medina
2013-05-28
Fixed typos
Pascal Borreli
2013-05-24
Clean up OPTIONS implementation
Tom Christie
2013-05-24
Merge branch 'issue-192-expose-fields-for-options' of https://github.com/grim...
Tom Christie
2013-05-23
simplified, moved field humanizing to Field. broken tests
Oscar Vilaplana
2013-05-21
Merge and styling fixes
Tom Christie
2013-05-18
Fix order for applying min_value to fields
Stephan Groß
2013-05-18
Merge branch 'master' into mjtorn-master
Markus Törnqvist
2013-05-18
Add min_value=0 to autogenerated Pos..IntFields
Stephan Groß
2013-05-18
Rename has_user_through_model -> has_through_model
Tom Christie
2013-05-18
Merge pull request #854 from ryankask/issue-775
Tom Christie
2013-05-18
Merge pull request #858 from minddust/fix_710
Tom Christie
2013-05-18
Update getattr
Stephan Groß
2013-05-18
Merge pull request #859 from craigds/master
Tom Christie
2013-05-18
when source='*' on a nested serializer, expand fields into outer serializer w...
Craig de Stigter
2013-05-18
Fix for #710
Stephan Groß
2013-05-18
Merge latest changes from master.
Ryan Kaskel
2013-05-18
ToMany fields default to read-only if targeting ManyToManyField.
Ryan Kaskel
2013-05-18
A model's field is required if is null or blank
Pablo Recio
2013-05-18
Merge branch 'mikee2185-master' into mjtorn-master
Markus Törnqvist
2013-05-15
Test and fix which closes #652.
Tom Christie
2013-05-14
Fix assert messaging on fields/exclude checking. Closes #833
Tom Christie
2013-05-09
Fix HyperlinkedModelSerializer not respecting lookup_fields
Tom Christie
2013-05-08
Merge remote-tracking branch 'upstream/master' into writable-nested-modelseri...
Mark Aaron Shirley
2013-05-05
lookup_field on hyperlink serializers
Tom Christie
2013-05-01
lookup_field on hyperlinked fields, and overriddable hyperlinked fields. Clo...
Tom Christie
2013-04-30
Merge master
Tom Christie
2013-04-30
Drop out attribute
Tom Christie
2013-04-29
fields shortcut on views
Tom Christie
2013-04-29
2.2's PendingDeprecationWarnings now become DeprecationWarnings. 2.3's Pendi...
Tom Christie
[next]