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
2013-08-29
Add `override_method` context manager and cleanup.
Tom Christie
2013-08-28
Simplifying raw data renderering support
Tom Christie
2013-08-27
First hacky pass at displaying raw data
Tom Christie
2013-08-25
Merge pull request #1058 from ericbuehl/master
Tom Christie
2013-08-23
parameterize identity field class to allow for easier subclassing
Eric Buehl
2013-08-23
Extra docs
Tom Christie
2013-08-23
Merge branch 'master' into html-form-renderer
Tom Christie
2013-08-23
JSON responses should not include a charset
Tom Christie
2013-08-23
Adding standard renderer attributes and documenting
Tom Christie
2013-08-23
Cleanup and dealing with empty form data.
Tom Christie
2013-08-23
Fix failing test for router with no trailing slash
Tom Christie
2013-08-23
Don't consume .json style suffixes with routers.
Tom Christie
2013-08-23
Merge branch 'display-nested-data' into html-form-renderer
Tom Christie
2013-08-23
First pass at HTMLFormRenderer
Tom Christie
2013-08-23
Tweaks to display nested data in empty serializers
Tom Christie
2013-08-23
Extra docs on PATCH with no object.
Tom Christie
2013-08-23
Merge pull request #1034 from KrzysiekJ/patch-create-fallback-removal
Tom Christie
2013-08-23
Add validation error test when passing non-file to FileField
Tom Christie
2013-08-23
Merge branch 'fix_937' of git://github.com/aburgel/django-rest-framework into...
Tom Christie
2013-08-23
force_authenticate(None) also clears session info.
Tom Christie
2013-08-21
If page size query param <= 0, just use default page size.
Tom Christie
2013-08-19
Merge branch 'boolean-field-required-1004' of git://github.com/willkg/django-...
Tom Christie
2013-08-19
Only HTML forms should have implicit default False for boolean fields
Tom Christie
2013-08-19
Document customizable view names/descriptions
Tom Christie
2013-08-19
Move view name/description functions into public space
Tom Christie
2013-08-19
Merge branch 'master' of git://github.com/chrispaolini/django-rest-framework ...
Tom Christie
2013-08-18
Updated tests for view name and description
Christopher Paolini
2013-08-17
Updated default view name/description functions
Christopher Paolini
2013-08-17
Improved view/description function setting
Christopher Paolini
2013-08-16
Settings now have default functions
Christopher Paolini
2013-08-16
Add test for BooleanField and required
Will Kahn-Greene
2013-08-16
Version 2.3.7
2.3.7
Tom Christie
2013-08-15
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2013-08-15
AnonRateThrottle should always allow authenticated users. Closes #994
Tom Christie
2013-08-15
Ability to override name/description of view
Christopher Paolini
2013-08-14
Update filters.py
Chad Barrington
2013-08-14
Update filters.py
Chad Barrington
2013-08-14
Merge pull request #1038 from jsatt/nontime_throttling
Tom Christie
2013-08-13
Fix for "No module named compat"
JT
2013-08-13
don't set X-Throttle-Wait-Second header if throttle wait is None
Jeremy Satterfield
2013-08-13
PATCH requests should not be able to create objects.
Krzysztof Jurewicz
2013-08-12
If null or blank - don't save the nested object
Yuri Prezument
2013-08-12
Failing test case for nullifying nested object
Yuri Prezument
2013-08-12
Make OneToOneSource.target nullable
Yuri Prezument
2013-08-12
Fix PATCH button title in template
Yuri Prezument
2013-08-12
Merge pull request #1030 from etos/patch-2
Tom Christie
2013-08-10
Spelling correction on read_only_fields err msg
Dan Stephenson
2013-08-10
Spelling correction on read_only_fields err msg
Dan Stephenson
2013-07-26
Fixed reversed arguments in assertion
Kevin Brown
2013-07-24
Add support for removing field files by sending an empty string
Alex Burgel
[next]