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
2013-01-19
Raise assertion errors if @api_view decorator is applied incorrectly. Fixes #...
Tom Christie
2013-01-19
Tweak imports in tutorial. Fixes #597.
Tom Christie
2013-01-19
Drop unneeded test
Tom Christie
2013-01-18
Added @nemesisdesign, for documentation on Apache mod_wsgi setup. Thanks!
Tom Christie
2013-01-18
Rephrasing.
Tom Christie
2013-01-18
Merge pull request #588 from nemesisdesign/patch-1
Tom Christie
2013-01-18
Drop the curl notes. Unnecessary.
Tom Christie
2013-01-18
Note on setting ContentType. Fixes #589. Refs #586.
Tom Christie
2013-01-18
Update release notes.
Tom Christie
2013-01-18
Raise Validation Errors when relationships receive incorrect types. Fixes #590.
Tom Christie
2013-01-18
Revert accidental merge.
Tom Christie
2013-01-18
Merge pull request #556 from maspwr/one-to-one-nested
Tom Christie
2013-01-18
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2013-01-18
Update docs to reference DabApps commercial support
Tom Christie
2013-01-17
Kick travis into action
Tom Christie
2013-01-16
Use None to delete nested object as opposed to _delete flag
Mark Aaron Shirley
2013-01-16
Move nested serializer logic into .field_from_native()
Mark Aaron Shirley
2013-01-16
Add one-to-one nested update and delete functionality
Mark Aaron Shirley
2013-01-16
Update errant test comment
Mark Aaron Shirley
2013-01-16
Update one-to-one test names
Mark Aaron Shirley
2013-01-16
Remove commented out debug code
Mark Aaron Shirley
2013-01-16
Add nested create for 1to1 reverse relationships
Mark Aaron Shirley
2013-01-16
Update docs/api-guide/authentication.md
Federico Capoano
2013-01-16
Update docs/api-guide/authentication.md
Federico Capoano
2013-01-16
Note changes to Decimal rendering to json behavior. Fixes #582.
Tom Christie
2013-01-16
Updated release notes.
Tom Christie
2013-01-16
Added @steve-gregory for nullable slug relation tests.
Tom Christie
2013-01-16
Drop bits of relations_slug tests which don't mirror existing tests.
Tom Christie
2013-01-16
Merge branch 'master' of https://github.com/steve-gregory/django-rest-framewo...
Tom Christie
2013-01-15
Added a new file 'relations_slug.py' that tests Nullable Foreign Keys and the...
Steven Gregory
2013-01-15
Added @radiosilence, for the timedelta encoding support. Thanks!
Tom Christie
2013-01-15
Update release notes
Tom Christie
2013-01-15
Merge pull request #584 from radiosilence/master
Tom Christie
2013-01-15
Add timedelta encoder to the JSONEncoder class.
James Cleveland
2013-01-15
Add @shezi thanks!
Stephan Groß
2013-01-15
Merge pull request #583 from shezi/master
Stephan Groß
2013-01-15
correcting template: closing tag was missing
Johannes Spielmann
2013-01-15
Update docstrings
Tom Christie
2013-01-15
Modify tutorial to work with pygments 1.6rc. Fixes #581.
Tom Christie
2013-01-14
Tweak messagepack links
Tom Christie
2013-01-14
Add link to @mjumbewu's CSV package
Tom Christie
2013-01-14
Version 2.1.16
2.1.16
Tom Christie
2013-01-13
Merge pull request #578 from Wackerbarth/tutorial
Tom Christie
2013-01-13
Format extensions have already been introduced.
Richard Wackerbarth
2013-01-12
Merge pull request #577 from Wackerbarth/tutorial
Stephan Groß
2013-01-12
Minor gramatical correction
Richard Wackerbarth
2013-01-12
Update django-filter link to pypi
Stephan Groß
2013-01-12
Update django-filter link to pypi
Stephan Groß
2013-01-12
Update release notes.
Tom Christie
2013-01-12
PK fields should only be read-only if they are an AutoField. Fixes #563
Tom Christie
[next]