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-11-22
28 tests passes now.
Xavier Ordoquy
2012-11-21
updated comparison due to pep8 programming recommendations
Stephan Groß
2012-11-20
Merge pull request #433 from irrelative/master
Tom Christie
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
2012-10-24
Fix ModelSerializer logic for fields with default value, which should have re...
Tom Christie
2012-10-24
Move per-field and cross-field validation into a single method
Jamie Matthews
2012-10-24
Clean up internal names and documentation
Jamie Matthews
2012-10-24
Add cross-field validate method
Jamie Matthews
2012-10-24
Switch from clean_<fieldname> to validate_<fieldname>, clarify documentation
Jamie Matthews
2012-10-24
Implement per-field validation on Serializers
Jamie Matthews
2012-10-22
Fix serialization of reverse relationships
Jamie Matthews
2012-10-17
Make default field check safe for boolean values whereby 'False' may be an ac...
Rob Dobson
2012-10-15
Added docs, integer fields and refactored models.TextField to use CharField
Jens Alm
2012-10-15
Added tests for TextField
Jens Alm
2012-10-15
Added TextField to recognized fields
Jens Alm
2012-10-10
Don't fail when no data provided
Tom Christie
2012-10-09
Add 'to_many' flag in get_related_field
Tom Christie
2012-10-09
Add flag in get_related_field
Tom Christie
2012-10-08
Fix issue where required fields were not being properly validated. Also make...
Tom Christie
2012-10-08
Fix #285
Tom Christie
2012-10-04
Initial tests for hyperlinked relationships
Tom Christie
2012-10-04
Tweak comment
Tom Christie
[next]