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
Age
Commit message (
Expand
)
Author
2014-11-07
Fix csrf-ajax link. Closes #2045
José Padilla
2014-11-07
Tweaks to release notes
Tom Christie
2014-11-07
Fixes to release notes
Tom Christie
2014-11-07
Support dotted source on relational fields
Tom Christie
2014-11-07
Fix initial data on serializers to reflect writable fields
Tom Christie
2014-11-07
Fix up fieldset templates. Closes #2039
Tom Christie
2014-11-07
Merge branch 'master' into dont-deserialize-twice
Tom Christie
2014-11-07
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2014-11-07
Fix serializer initial data
Tom Christie
2014-11-07
Prevent re-running deserialization. Closes #1975.
Tom Christie
2014-11-07
Add font files
Tom Christie
2014-11-07
Metadata API should examine child serializer if passed parent ListSerializer....
Tom Christie
2014-11-07
ModelField fix. Closes #2018.
Tom Christie
2014-11-07
.copy() for serializer .data and .errors dictionaries
Tom Christie
2014-11-07
Minor tweaks
Tom Christie
2014-11-07
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2014-11-07
Serializer cleanup
Tom Christie
2014-11-07
Merge pull request #2041 from asparagui/minor_sp
Tom Christie
2014-11-06
minor spelling tweaks
Brett Koonce
2014-11-06
Merge pull request #2038 from NextHub/master
Tom Christie
2014-11-06
Tests & fixes for list serialization
Tom Christie
2014-11-06
Fixed base_url duplication in FileField.use_url
Tymur Maryokhin
2014-11-06
Drop usage of SortedDict. Closes #2027.
Tom Christie
2014-11-06
Fix tests for py2/3 compat
Tom Christie
2014-11-06
Fix exception style for py3
Tom Christie
2014-11-06
More precise assertion error for bulk update
Tom Christie
2014-11-06
Support for bulk create. Closes #1965.
Tom Christie
2014-11-05
ModelField should support max_length. Closes #2018.
Tom Christie
2014-11-05
Pass through kwargs to both Serializer and ListSerializer
Tom Christie
2014-11-05
Minor cleanup
Tom Christie
2014-11-05
Add docs on request.accepted_renderer and .accepted_media_type
Tom Christie
2014-11-05
Copy accepted_renderer and accepted_media_type when cloing a request. Closes ...
Tom Christie
2014-11-05
Stronger calling out of 'DjangoObjectPermissionsFilter'. Closes #1934.
Tom Christie
2014-11-05
Fix failing copy of fields when RegexValidator is used. Closes #1954.
Tom Christie
2014-11-05
Support None if initial part of dotted lookup returns None. Closes #1223.
Tom Christie
2014-11-05
Merge pull request #2024 from defrex/master
Tom Christie
2014-11-05
Merge pull request #2022 from brainwane/patch-1
Tom Christie
2014-11-04
add glyphicons font files
Aron Jones
2014-11-04
Updated book link in HATEOAS page
Sumana Harihareswara
2014-11-03
Merge pull request #2015 from tdavis/patch-1
Xavier Ordoquy
2014-11-03
Fix typo
Tom Davis
2014-11-03
Call out 'get_value' and 'get_attribute'
Tom Christie
2014-11-03
Tweaks to validation notes
Tom Christie
2014-11-03
Add notes re view-level and instance-level permissions checks. Closes #1819.
Tom Christie
2014-11-03
Add docs on Meta inheritance. Closes #1926.
Tom Christie
2014-11-03
Added NON_FIELD_ERRORS_KEY to serializer docs. Closes #1971.
Tom Christie
2014-11-03
Add note about 3.0 being merged to master
Tom Christie
2014-11-03
Merge pull request #1800 from tomchristie/version-3.0
Tom Christie
2014-11-03
Merge branch 'version-3.0' of https://github.com/tomchristie/django-rest-fram...
Tom Christie
2014-11-03
Py2/3 compat for validation test
Tom Christie
[next]