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
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
2012-11-08
Comments updated
Tomi Pajunen
2012-11-08
Fixed creation of objects with reversed M2M relations
Tomi Pajunen
2012-11-05
Update rest_framework/serializers.py
Toni
2012-11-05
Drop unneccesarily lenient dictionary-containing-instances serialization.
Tom Christie
2012-11-05
`queryset` argument is now optional on writable model fields.
Tom Christie
2012-11-05
Tidy up serializer fields now we no longer use dynamic fields
Tom Christie
2012-11-05
Add note on * import
Tom Christie
2012-11-05
Swap position of `instance` and `data` keyword arguments.
Tom Christie
2012-10-30
Merge fixes for 'blank=True' fields. Fixes #324, Fixes #325
Tom Christie
2012-10-30
Merge pull request #336 from markotibold/null_is_true_model_fields
Tom Christie
2012-10-30
Fix some typos.
Marko Tibold
2012-10-30
Set a ModelSerializer field to required=False if the ModelField has null=True...
Marko Tibold
2012-10-28
Remove recursion detection
Tom Christie
2012-10-28
nested -> depth
Tom Christie
2012-10-27
pep8
Tom Christie
2012-10-26
Fix failing 'default' on ModelSerializer
Tom Christie
2012-10-26
Choice fields from ModelSerializer.
Tom Christie
[next]