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-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
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
2014-12-04
Removed custom urlparse compat
Tymur Maryokhin
2014-12-04
Merge pull request #2172 from kchange/master
Tom Christie
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-03
Merge pull request #2197 from mtschammer/mtschammer-validated_attrs-rename
Tom Christie
2014-12-03
Merge pull request #2196 from tomchristie/tomchristie-improve-update-nested-v...
Kevin Brown
2014-12-03
Renamed validated_attrs to validated_data to be more in line with other simil...
Martin Tschammer
2014-12-03
Improve nested update and create testing.
Tom Christie
2014-12-03
Improved nested update test in update().
Tom Christie
2014-12-03
Escape \u2028 and \u2029 in JSON output.
Tom Christie
2014-12-03
Merge pull request #2175 from BrickXu/fix_2171
Tom Christie
2014-12-02
BindingDict inherits from collections.MutableMapping. Closes #2135.
Tom Christie
2014-12-02
FileUploadParser. Raising StopFutureHandlers removes any handlers not yet run...
Tom Christie
2014-12-02
Minor tweaks for helpful message on Model.objects.create() failure.
Tom Christie
2014-12-02
Merge branch 'fixes/2013' of git://github.com/gregmuellegger/django-rest-fram...
Tom Christie
2014-12-02
Raise assertion error if calling .save() on a serializer with errors. Closes ...
Tom Christie
2014-12-02
Not allow to pass an empty actions to viewset.as_view(). Refs issue #2171
BrickXu
2014-12-01
Minor validtors tweak
3.0.0
Tom Christie
2014-12-01
More descriptive docstring on ModelSerializer
Tom Christie
2014-12-01
Support Django's core ValidationError for backwards compat. Refs #2145.
Tom Christie
2014-11-28
@api_view defaults to allowing GET
Tom Christie
2014-11-28
Use ImproperlyConfigured when model meta lookup fails
Tom Christie
2014-11-28
Merge pull request #2086 from beck/doug/blow-up-with-bad-models
Tom Christie
2014-11-28
Merge pull request #2143 from linovia/bugfix/1850
Tom Christie
2014-11-28
Removed unused import
Tymur Maryokhin
2014-11-28
Update token auth view. Closes #2151.
Tymur Maryokhin
[next]