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
/
tests
/
serializer.py
Age
Commit message (
Expand
)
Author
2012-12-19
Merge remote-tracking branch 'upstream/master' into related-required
Mark Aaron Shirley
2012-12-19
urls, patterns, include imports move to compat to support incoming 1.3 thru 1...
Tom Christie
2012-12-19
Failing test with partial serializer and foreign keys
Yuri Prezument
2012-12-15
Added test for "positive_integer in choices tuple does not get parsed if not ...
Joel Marcotte
2012-12-12
Clean up field initialization. Fixes #497
Tom Christie
2012-12-11
Fix broken nested fields
Tom Christie
2012-12-11
Added depth test
George Kappel
2012-12-10
get_excluded_fieldnames() should respect Meta options' ability to be either a...
Marko Tibold
2012-12-07
Merge pull request #451 from markotibold/#431
Tom Christie
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
cleaned up last commit
Ben Roberts
2012-12-05
added tests and fix for unpickleable metadata in SortedDictWithMetadata
Ben Roberts
2012-11-30
fix test response
Pavel Savchenko
2012-11-30
add traverse_related feature + tests (fixes issue#461)
Pavel Savchenko
2012-11-26
Added an assertion to the tests that checks the '.errors' value for the uniqu...
Marko Tibold
2012-11-22
Added a validate_unique test.
Marko Tibold
2012-11-22
Added _post_clean() behaviour by adding a .perform_model_validation() method.
Marko Tibold
2012-11-21
Merge remote-tracking branch 'upstream/master' into partial-update
Mark Aaron Shirley
2012-11-21
Merge remote-tracking branch 'upstream/master' into regex_field
Stephan Groß
2012-11-21
added tests
Stephan Groß
2012-11-20
Merge pull request #430 from j4mie/serializer-method-field
Tom Christie
2012-11-20
Add support for partial serializer updates
Mark Aaron Shirley
2012-11-20
Clean up and clarify tests for related serializers
Jamie Matthews
2012-11-20
Fix related serializers with source argument that resolves to a callable
Jamie Matthews
2012-11-19
Add SerializerMethodField
Jamie Matthews
2012-11-18
Add support for min_length / max_length keywords
Jacob Magnusson
2012-11-16
Added URLField and SlugField.
Marko Tibold
2012-11-16
Reproduces #421
Marko Tibold
2012-11-09
Support for `read_only_fields` on `ModelSerializer` classes
Tom Christie
2012-11-05
Swap position of `instance` and `data` keyword arguments.
Tom Christie
2012-11-03
Added test for ModelSerializer Meta fields
Jacob Magnusson
2012-11-03
Added test that makes sure that fields with
Jacob Magnusson
2012-11-03
Bye bye star import
Jacob Magnusson
2012-10-30
Merge fixes for 'blank=True' fields. Fixes #324, Fixes #325
Tom Christie
2012-10-30
Adding failing tests that show null=True model fields are won't validate if t...
Marko Tibold
2012-10-28
readonly -> read_only
Tom Christie
2012-10-26
Fix failing 'default' on ModelSerializer
Tom Christie
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
#314 Fix for manytomany field being required in the payload even though the f...
Ian Strachan
2012-10-22
Fix serialization of reverse relationships
Jamie Matthews
2012-10-18
Added tests for dotted notation in serializer field source
Ian Strachan
2012-10-17
Make default field check safe for boolean values whereby 'False' may be an ac...
Rob Dobson
2012-10-15
Removed serializer.TextField and related tests
Jens Alm
2012-10-15
Added tests for TextField
Jens Alm
2012-10-09
Rename HTMLTemplateRenderer -> HTMLRenderer, DocuemntingHTMLRenderer -> Brows...
Tom Christie
2012-10-08
Fix issue where required fields were not being properly validated. Also make...
Tom Christie
[next]