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-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
2014-11-03
Merge pull request #2011 from fusionbox/announcement_typos
Tom Christie
2014-11-03
Use invalid_data key for error message. Closes #2002.
Tom Christie
2014-11-03
Fixed some typos in 3.0 release notes
Rocky Meza
2014-11-03
PUT as create docs, and move mixin out to external gist
Tom Christie
2014-11-03
Merge master
Tom Christie
2014-11-03
Fix URL escaping
2.4.4
Tom Christie
2014-11-03
Version 2.4.4
Tom Christie
2014-11-03
Merge branch 'version-3.0' of https://github.com/tomchristie/django-rest-fram...
Tom Christie
2014-11-03
Merge branch 'master' into version-3.0
Tom Christie
2014-11-03
Properly escape URLs when replacing query parameter
Tom Christie
2014-11-03
Proper escaping of URLs when replacing query parameter
Tom Christie
2014-11-01
Merge pull request #2006 from andybak/patch-1
Tom Christie
2014-11-01
typo fix
Andy Baker
2014-10-31
Merge master
Tom Christie
2014-10-31
Merge pull request #1963 from carljm/lazy-fields
Tom Christie
2014-10-31
Lazy loading of fields and validators. Closes #1963.
Tom Christie
2014-10-31
Merge branch 'master' into version-3.0
Tom Christie
2014-10-31
Merge pull request #1922 from JonesChi/fix_follow
Tom Christie
2014-10-31
Guard against malicious string inputs for numbers. Closes #1903.
Tom Christie
2014-10-31
Merge master
Tom Christie
2014-10-31
Merge pull request #1785 from gdoermann/master
Tom Christie
2014-10-31
Merge branch 'master' into version-3.0
Tom Christie
2014-10-31
Merge master
Tom Christie
2014-10-31
Update to bootstrap 3. Closes #1085
Tom Christie
2014-10-31
Fix up validators docs
Tom Christie
2014-10-31
Validator documentation and tweaks
Tom Christie
2014-10-30
Ensure json.dumps(separators=...) works on both 2.x and 3.x
Tom Christie
2014-10-30
Nested serializer tests
Tom Christie
[next]