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-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-15
Minor test cleanup
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-13
Merge pull request #2267 from tomchristie/better-misconfigured-serializer-errors
Tom Christie
2014-12-13
Better errors when serializer has incorrectly named field.
Tom Christie
2014-12-13
Improve check for nested writes
Tom Christie
2014-12-12
Client.logout() also clears any force_authenticate
Tom Christie
2014-12-12
Update CharField default min_length message.
Peter Schmidt
2014-12-11
Merge pull request #2251 from linovia/version/3.0.1
3.0.1
Tom Christie
2014-12-11
Version 3.0.1
Xavier Ordoquy
2014-12-10
Merge pull request #2242 from tomchristie/hyperlinked-pk-optimization
Tom Christie
2014-12-10
Move comment
Tom Christie
2014-12-10
Drop get_iterable()
Tom Christie
2014-12-10
Optimizations play nicely with select_related, prefetch_related
Tom Christie
2014-12-10
Merge pull request #2241 from IvanAlegre/patch-1
Tom Christie
2014-12-10
Improve field lookup behavior for dicts/mappings. Closes #2244. Closes #2243.
Tom Christie
2014-12-10
Fix trailing space
J. Iván Alegre
2014-12-10
Remove unnecessary hasattr all and add comment for nested relationships
J. Iván Alegre
2014-12-09
Hyperlinked PK optimization. Closes #1872.
Tom Christie
2014-12-09
Take in care that input data in serializer can be a Manager
J. Iván Alegre
2014-12-09
Copy model field validators, don't reuse the same list.
Tom Christie
2014-12-09
Update serializers.py
Julio Iván Alegre
2014-12-09
Add allow_blank for ChoiceField #2184
José Padilla
2014-12-08
Don't use 'instance' argument in rendering form for paginated data. Closes #2...
Tom Christie
2014-12-08
Added missing translation markers in realtions.py. Closes #2231.
Tom Christie
2014-12-08
Added ListSerializer.validate(). Closes #2168.
Tom Christie
2014-12-08
Ported a couple of templates to Bootstrap 3.x.
Loic Bistuer
2014-12-08
Fixed display issues with tooltips.
Loic Bistuer
2014-12-07
Fix missing validated_data in `raise_errors_on_nested_writes` (#2221)
Xavier Ordoquy
2014-12-05
Test tweaks
Tom Christie
2014-12-05
Merge pull request #2213 from BrickXu/master
Tom Christie
2014-12-05
Minor tweaks
Tom Christie
2014-12-05
Better serializer errors for nested writes. Closes #2202
Tom Christie
2014-12-05
Merge pull request #2200 from maryokhin/master
Tom Christie
2014-12-05
Merge pull request #2195 from tomchristie/tomchristie-escape-u2028-u2029-json
Tom Christie
2014-12-05
Add validation for fields & exclude type.
BrickXu
2014-12-05
Removed unused imports, pep8 fixes, typo fixes
Tymur Maryokhin
2014-12-04
Merge branch 'master' of github.com:tomchristie/django-rest-framework
Tymur Maryokhin
2014-12-04
Removed unused compat code
Tymur Maryokhin
[next]