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-01-03
Drop unused private save_m2m flag
Tom Christie
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
2012-11-30
add traverse_related feature + tests (fixes issue#461)
Pavel Savchenko
2012-11-27
Added a get_excluded_fieldnames() method.
Marko Tibold
2012-11-27
Moved model validation from .perform_validation() to .validate()
Marko Tibold
2012-11-22
Merge pull request #439 from irrelative/master
Tom Christie
2012-11-22
Cleanup.
Marko Tibold
2012-11-22
Added _post_clean() behaviour by adding a .perform_model_validation() method.
Marko Tibold
2012-11-22
Remove unneeded and incorrect self reference
jedavis83@gmail.com
2012-11-22
More consistent iteration over default_fields, per feedback.
jedavis83@gmail.com
2012-11-22
Keep Serializer.fields API consistent while caching values.
jedavis83@gmail.com
2012-11-21
Merge remote-tracking branch 'upstream/master' into partial-update
Mark Aaron Shirley
2012-11-21
updated comparison due to pep8 programming recommendations
Stephan Groß
2012-11-20
Cache all fields on serializer init, not just default fields.
jedavis83@gmail.com
2012-11-20
Merge pull request #433 from irrelative/master
Tom Christie
2012-11-20
Add support for partial serializer updates
Mark Aaron Shirley
2012-11-20
Fix related serializers with source argument that resolves to a callable
Jamie Matthews
2012-11-19
Cache default fields per serializer instance for improved performance
jedavis83@gmail.com
2012-11-16
Merge pull request #422 from markotibold/max_length_for_modelserializers
Tom Christie
2012-11-16
Added URLField and SlugField.
Marko Tibold
2012-11-16
Whoops … Drop pdb
Marko Tibold
2012-11-16
Fixes #421
Marko Tibold
2012-11-15
Merge commit '3b258d69c92e9d9293f7c5d1690f0ca434e677e3' into file_and_image_f...
Marko Tibold
2012-11-14
Processed review comments.
Marko Tibold
2012-11-14
fixed some typos
Stephan Groß
2012-11-13
Added a FileField and an ImageField (copied from django.forms.fields).
Marko Tibold
2012-11-13
Fix broken depth argument
Tom Christie
2012-11-09
Support for `read_only_fields` on `ModelSerializer` classes
Tom Christie
[next]