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
Age
Commit message (
Expand
)
Author
2014-12-19
Final bits of docs for ModelSerializer fields API
model-serializer-api
Tom Christie
2014-12-19
Copy validators lists on instantiation.
Tom Christie
2014-12-19
build_*_field methods
Tom Christie
2014-12-19
build_field, build_final_kwargs
Tom Christie
2014-12-19
Merge branch 'version-3.1' into model-serializer-api
Tom Christie
2014-12-19
Merge branch 'master' into version-3.1
Tom Christie
2014-12-19
depth should reduce by one on each nesting level. Closes #2287.
Tom Christie
2014-12-19
Clean up
Tom Christie
2014-12-19
get_uniqueness_field_options first pass
Tom Christie
2014-12-19
get_extra_kwargs
Tom Christie
2014-12-19
get_field_names, get_default_field_names
Tom Christie
2014-12-19
Merge branch 'version-3.1' into model-serializer-api
Tom Christie
2014-12-19
Merge branch 'master' into version-3.1
Tom Christie
2014-12-19
get_unique_together_validators and get_unique_for_date_validators
Tom Christie
2014-12-18
Assert fields in `exclude` are model fields
Tymur Maryokhin
2014-12-18
YAML encoder fix for 3.0 serializers.
Tom Christie
2014-12-18
Merge branch 'master' into version-3.1
Tom Christie
2014-12-18
Fixes for behavior with empty HTML fields.
Tom Christie
2014-12-17
Merge pull request #2297 from tomchristie/version-3.0.2
3.0.2
Tom Christie
2014-12-17
Version 3.0.2
Tom Christie
2014-12-17
Merge pull request #2294 from tomchristie/fix-empty-html-values-with-default
Tom Christie
2014-12-17
Fix empty HTML values when a default is provided.
Tom Christie
2014-12-17
Serializer API restrictions.
Tom Christie
2014-12-17
str() -> six.text_type(). Closes #2290.
Tom Christie
2014-12-17
Ensure request.auth is available to response middleware.
Tom Christie
2014-12-17
Merge pull request #2155 from martinmaillard/set-user-on-wrapped-request
Tom Christie
2014-12-17
More docs, plus 'ALLOWED_VERSIONS' setting.
Tom Christie
2014-12-16
Minor comment tweak
Tom Christie
2014-12-16
AcceptHeaderVersioning to return unicode strings.
Tom Christie
2014-12-16
Added NamespaceVersioning
Tom Christie
2014-12-16
Merge lateset version-3.1
Tom Christie
2014-12-16
Merge branch 'master' into version-3.1
Tom Christie
2014-12-16
Versioning first pass
Tom Christie
2014-12-15
Minor test cleanup
Tom Christie
2014-12-15
Merge master
Tom Christie
2014-12-15
Merge pull request #2279 from tomchristie/fix-serializer-repr-unicode-bug
Tom Christie
2014-12-15
Remove erronous print
Tom Christie
2014-12-15
Use unicode internally everywhere for 'repr'
Tom Christie
2014-12-15
Better messaging for 'Field.to_representation'. Closes #2271.
Tom Christie
2014-12-15
Merge branch 'jpadilla-exception-handler-context' into version-3.1
Tom Christie
2014-12-15
Merge branch 'exception-handler-context' of git://github.com/jpadilla/django-...
Tom Christie
2014-12-15
Merge branch 'master' into version-3.1
Tom Christie
2014-12-15
Merge branch 'exception-handler-context' of git://github.com/jpadilla/django-...
Tom Christie
2014-12-15
First pass at serializer repr bug
Tom Christie
2014-12-14
Update excepteion_handler signature
José Padilla
2014-12-14
Add get_exception_handler_context()
José Padilla
2014-12-14
Reuse exception_handler variable throughout
José Padilla
2014-12-14
Add pending deprecation warning message
José Padilla
2014-12-13
Support handlers with and without context
José Padilla
2014-12-13
Add context to exception handler #2236
José Padilla
[next]