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-02-04
Merge branch 'py3k' into 2.2
Tom Christie
2013-02-01
3.2, 3.3 compat
Tom Christie
2013-02-01
Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into w...
Tom Christie
2013-01-31
Serializers take `many=<bool>` argument.
Tom Christie
2013-01-30
Tidying
Tom Christie
2013-01-30
Merge branch 'master' into many-fields
Tom Christie
2013-01-28
Update rest_framework/serializers.py
Andrea de Marco
2013-01-28
Ensure model field validation is performed for ModelSerializers with a custom...
Tom Christie
2013-01-26
Fix issues with custom pagination serializers
Tom Christie
2013-01-26
Serializers should accept source='*' argument. Fixes #604.
Tom Christie
2013-01-23
Improve validate_<fieldname> fix
Stephan Groß
2013-01-21
Add possible solution for field validation error
Stephan Groß
2013-01-18
Revert accidental merge.
Tom Christie
2013-01-16
Use None to delete nested object as opposed to _delete flag
Mark Aaron Shirley
2013-01-16
Move nested serializer logic into .field_from_native()
Mark Aaron Shirley
2013-01-16
Add one-to-one nested update and delete functionality
Mark Aaron Shirley
2013-01-16
Add nested create for 1to1 reverse relationships
Mark Aaron Shirley
2013-01-12
PK fields should only be read-only if they are an AutoField. Fixes #563
Tom Christie
2013-01-12
auto_now and auto_now_add fields should be read only by default
Tom Christie
2013-01-08
Merge remote-tracking branch 'upstream/master' into null-one-to-one
Mark Aaron Shirley
2013-01-07
Respect blank=True on relational fields. Fixes #537
Tom Christie
2013-01-04
Handle ObjectDoesNotExist exceptions when serializing null reverse one-to-one
Mark Aaron Shirley
2013-01-04
Validation errors instead of exceptions when serializers receive incorrect ty...
Tom Christie
2013-01-03
Drop unused private save_m2m flag
Tom Christie
2013-01-03
Move the various compat things to the compat module.
Xavier Ordoquy
2013-01-02
Use new exception style
Xavier Ordoquy
2013-01-02
Merge remote-tracking branch 'reference/py3k' into p3k
Xavier Ordoquy
2012-12-31
Don't persist relation changes in ModelSerializer#restore_object()
Mark Aaron Shirley
2012-12-31
Relation fields move into relations.py
Tom Christie
2012-12-29
Support reverse FK creation
Tom Christie
2012-12-29
Merge pull request #515 from yprez/blank_fields_issue
Tom Christie
2012-12-29
Nested serializers now support nullable relationships, plus test. Fixes #384
Tom Christie
2012-12-18
Fix for pks returning as strings when set in pre_save. Fixes #482. Thanks to...
Tom Christie
2012-12-17
Fix bug with M2M in browseable API
Tom Christie
2012-12-17
blank=True fields are not required - fixes #514
Yuri Prezument
2012-12-15
ManyPrimaryKeyRelatedField now supports create for one-to-many rel
toran billups
2012-12-15
Fix model validation exclusions. Fixes #500. Fixes #506.
Tom Christie
2012-12-14
Ensure context is passed to dynamically added fields. Fixes #476.
Tom Christie
2012-12-12
Clean up field initialization. Fixes #497
Tom Christie
2012-12-11
Drop left over code
Tom Christie
2012-12-11
Fix broken nested fields
Tom Christie
2012-12-10
get_excluded_fieldnames() should respect Meta options' ability to be either a...
Marko Tibold
2012-12-08
Add null related field option
Tom Christie
2012-12-07
Support nullable FKs, with blank=True
Tom Christie
2012-12-07
Merge pull request #451 from markotibold/#431
Tom Christie
2012-12-07
Fix AttributeError caused by accessing a non-existing default_keys attribute.
Marko Tibold
2012-12-06
Merge pull request #477 from roberts81/master
Tom Christie
2012-12-06
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework...
Marko Tibold
2012-12-06
cleaned up white space & docstring styling
Ben Roberts
2012-12-05
added tests and fix for unpickleable metadata in SortedDictWithMetadata
Ben Roberts
[next]