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-05-19
FIXED TEST FOR: don't expose fields for GET and DELETE - leaving room for par...
Nikolaus Schlemm
2013-05-19
Merge remote-tracking branch 'grimborg/issue-192-expose-fields-for-options' i...
Nikolaus Schlemm
2013-05-19
don't expose fields for GET and DELETE - leaving room for parameters like e.g...
Nikolaus Schlemm
2013-05-19
WORKAROUND: avoid errors like "AttributeError: 'APIRoot' object has no attrib...
Nikolaus Schlemm
2013-05-19
Disabled label and help_text in unit test. We should change the test so
Oscar Vilaplana
2013-05-19
Made field label optional in OPTIONS
Oscar Vilaplana
2013-05-19
Integrated status quo of grimborg's awesome humanize_field() for exposing fie...
Nikolaus Schlemm
2013-05-19
Merge branch 'master' of git://github.com/tomchristie/django-rest-framework i...
Nikolaus Schlemm
2013-05-18
Only use object permissions in browsable api form generation if an object exists
Tom Christie
2013-05-18
Enforce object permissions check when rendering forms in browseable API
Tom Christie
2013-05-18
Fix broken 'binary content' in browseable API
Tom Christie
2013-05-18
Merge branch 'issue-192-expose-fields-for-options' of git://github.com/grimbo...
Nikolaus Schlemm
2013-05-18
added unittests for permission check of exposing actions via OPTIONS
Nikolaus Schlemm
2013-05-18
added tests for form
Oscar Vilaplana
2013-05-18
Correct charset on UnicodeJSONRenderer
Tom Christie
2013-05-18
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2013-05-18
Added proper charset support
Tom Christie
2013-05-18
Added humanized field names and types
Oscar Vilaplana
2013-05-18
Merge pull request #865 from ryankask/issue-747-lazy-strings-serialized
Tom Christie
2013-05-18
Move function to compat.
Ryan Kaskel
2013-05-18
Merge pull request #864 from minddust/fix_missing_min_values
Tom Christie
2013-05-18
HEAD and OPTIONS should not be exposed as actions as discussed in https://git...
Nikolaus Schlemm
2013-05-18
Merge latest changes from master.
Ryan Kaskel
2013-05-18
Handle Python 3 strings and lazy strings.
Ryan Kaskel
2013-05-18
Fix order for applying min_value to fields
Stephan Groß
2013-05-18
Merge branch 'master' of git://github.com/tomchristie/django-rest-framework i...
Nikolaus Schlemm
2013-05-18
draft for fields' metadata via OPTIONS - needs review and decision
Nikolaus Schlemm
2013-05-18
only catch relevant exceptions ;)
Nikolaus Schlemm
2013-05-18
Tests proper encoding in JSONRenderer and UnicodeJSONRenderer
Pablo Recio
2013-05-18
Better checking if the content can be printable in the BrowsableAPI
Pablo Recio
2013-05-18
Adds UnicodeJSONRenderer which doesn't ensure ascii
Pablo Recio
2013-05-18
Adding a class attribute into JSONRenderer for ensuring ascii, and using it c...
Pablo Recio
2013-05-18
Add min_value=0 to autogenerated Pos..IntFields
Stephan Groß
2013-05-18
Merge branch 'master' of git://github.com/tomchristie/django-rest-framework
Karol Majta
2013-05-18
charset param gets now appended to response's Content-Type. Closes #807
Karol Majta
2013-05-18
Merge pull request #861 from minddust/fix_missing_field_values
Tom Christie
2013-05-18
Fix missing para..
Stephan Groß
2013-05-18
Add newline
Stephan Groß
2013-05-18
Rename has_user_through_model -> has_through_model
Tom Christie
2013-05-18
Add TestCases for default field values
Stephan Groß
2013-05-18
Merge pull request #854 from ryankask/issue-775
Tom Christie
2013-05-18
expose the fields metadata via OPTIONS as described in https://github.com/tom...
Nikolaus Schlemm
2013-05-18
Merge pull request #858 from minddust/fix_710
Tom Christie
2013-05-18
Merge pull request #860 from andymckay/master
Tom Christie
2013-05-18
Removed unicode literals
Pablo Recio
2013-05-18
Merge branch 'master' into 675-empty-label-related-field
Pablo Recio
2013-05-18
startswith can take a tuple
Andy McKay
2013-05-18
Update getattr
Stephan Groß
2013-05-18
Merge pull request #859 from craigds/master
Tom Christie
2013-05-18
Styling tweaks
Tom Christie
[next]