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
/
utils
Age
Commit message (
Collapse
)
Author
2015-02-17
Fixes for latest pep8 updates. Refs #2563.
Tom Christie
2015-01-30
Merge master
Tom Christie
2015-01-23
Support assignment in ClassLookupDict
Tom Christie
2015-01-23
Merge master
Tom Christie
2015-01-23
Work around meta API differences
Tom Christie
2015-01-21
Make ReturnDict cachable. Closes #2360.
Tom Christie
2015-01-21
Merge master
Tom Christie
2015-01-21
Allow missing fields option for inherited serializers. Closes #2388.
Tom Christie
2015-01-19
Merge master
Tom Christie
2015-01-19
ReturnDict and ReturnList repr as standard dict/list. Closes #2421.
Tom Christie
2015-01-19
Handle UUID objects in JSONEncoder. Closes #2433.
Tom Christie
2015-01-19
Fix timedelta JSON serialization on Python 2.6.
Fabien Bochu
2015-01-16
Fix compat issues
Tom Christie
2015-01-14
Include paragraph around view description in browable API
Tom Christie
2015-01-14
Include paragraph around view description in browable API
Tom Christie
2015-01-05
Merge branch 'master' into version-3.1
Tom Christie
2015-01-05
Ensure no invalid min_length/min_value/max_value arguments. Closes #2369.
Tom Christie
2014-12-29
First pass at refactoring get_field_info in utils.model_meta
Kyle Valade
2014-12-28
Only pass max_length for CharField. Closes #2317.
Tom Christie
2014-12-22
fix the way to use textarea rather than input with models.TextField
Remi Paulmier
2014-12-19
Final bits of docs for ModelSerializer fields API
model-serializer-api
Tom Christie
2014-12-18
YAML encoder fix for 3.0 serializers.
Tom Christie
2014-12-15
Merge master
Tom Christie
2014-12-15
Remove erronous print
Tom Christie
2014-12-15
Use unicode internally everywhere for 'repr'
Tom Christie
2014-12-15
Merge branch 'jpadilla-exception-handler-context' into version-3.1
Tom Christie
2014-12-15
First pass at serializer repr bug
Tom Christie
2014-12-12
Merge master
Tom Christie
2014-12-09
Copy model field validators, don't reuse the same list.
Tom Christie
2014-12-09
Add allow_blank for ChoiceField #2184
José Padilla
This makes a ChoiceField optional in HTML if model field has `blank=True` set.
2014-12-04
Removed custom StringIO, force_text, smart_text compat
Tymur Maryokhin
2014-12-04
Removed custom python_2_unicode_compatible. Closes #2183
Tymur Maryokhin
2014-12-02
BindingDict inherits from collections.MutableMapping. Closes #2135.
Tom Christie
2014-11-29
Remove YAML support from core
José Padilla
2014-11-28
Use ImproperlyConfigured when model meta lookup fails
Tom Christie
2014-11-18
Ensure `_resolve_model` does not return `None`
Doug Beck
2014-11-13
required=False for nullable relationships
Tom Christie
2014-11-13
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2014-11-13
Model fields with .blank or .null now map to required=False. Closes #2017. ↵
Tom Christie
Closes #2021.
2014-11-12
Update html.py
Tom Christie
2014-11-12
Update html.py
Tom Christie
2014-11-07
.copy() for serializer .data and .errors dictionaries
Tom Christie
2014-11-07
Minor tweaks
Tom Christie
2014-11-07
Serializer cleanup
Tom Christie
2014-11-06
Tests & fixes for list serialization
Tom Christie
2014-11-06
Drop usage of SortedDict. Closes #2027.
Tom Christie
2014-10-31
Lazy loading of fields and validators. Closes #1963.
Tom Christie
2014-10-09
Merge pull request #1920 from thedrow/topic/encoder-improvements
Tom Christie
The JSON encoder now uses tuples instead of lists
2014-10-08
More gradual deprecation
Tom Christie
2014-10-07
Enforce uniqueness validation for relational fields
Tom Christie
[next]