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 (
Expand
)
Author
2014-12-19
Final bits of docs for ModelSerializer fields API
model-serializer-api
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
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. Cl...
Tom Christie
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
2014-10-08
More gradual deprecation
Tom Christie
2014-10-07
Enforce uniqueness validation for relational fields
Tom Christie
2014-10-02
First pass on incorperating the form rendering into the browsable API
Tom Christie
2014-10-02
The encoder now returns tuples instead of lists.
Omer Katz
2014-10-01
First pass at HTML form rendering
Tom Christie
2014-10-01
Deal with lazy strings in serializer reprs
Tom Christie
2014-10-01
Use six.text_type instead of str everywhere
Tom Christie
2014-09-29
Uniqueness validation
Tom Christie
2014-09-24
OPTIONS support
Tom Christie
2014-09-23
NullBooleanField
Tom Christie
2014-09-23
Tests for field choices
Tom Christie
2014-09-18
First pass on ManyRelation
Tom Christie
2014-09-18
get_base_field() refactor
Tom Christie
2014-09-15
Drop label from serializer fields when not needed
Tom Christie
2014-09-12
Tidy up JSONEncoder
Tom Christie
2014-09-12
MethodField -> SerializerMethodField
Tom Christie
2014-09-11
NotImplemented stubs for Field, and DecimalField improvements
Tom Christie
2014-09-11
Nice manager representations on serializer classes
Tom Christie
2014-09-11
Improve memory address removal for serializer representations
Tom Christie
2014-09-11
Improve memory address removal for serializer representations
Tom Christie
2014-09-11
Merge master
Tom Christie
2014-09-10
Compat fixes
Tom Christie
2014-09-09
Fleshing out serializer fields
Tom Christie
[next]