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-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
Added humanized field names and types
Oscar Vilaplana
2013-05-18
HEAD and OPTIONS should not be exposed as actions as discussed in https://git...
Nikolaus Schlemm
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
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
2013-05-18
Remove unused var
Stephan Groß
2013-05-18
Temp commit for branch change ;-)
Stephan Groß
2013-05-18
when source='*' on a nested serializer, expand fields into outer serializer w...
Craig de Stigter
2013-05-18
Fix for #710
Stephan Groß
2013-05-18
Merge latest changes from master.
Ryan Kaskel
2013-05-18
Display an empty label into related fields if it isn't required
Pablo Recio
2013-05-18
Merge branch 'master' of git://github.com/tomchristie/django-rest-framework
Mark McArdle
2013-05-18
ToMany fields default to read-only if targeting ManyToManyField.
Ryan Kaskel
2013-05-18
Initial commit of fix for https://github.com/tomchristie/django-rest-framewor...
Mark McArdle
2013-05-18
Merge pull request #831 from brianz/master
Tom Christie
2013-05-18
Moved test model into closer to the testcase
Pablo Recio
2013-05-18
Merge branch 'master' into 725-blank-choice-dash
Pablo Recio
2013-05-18
Adding `BLANK_CHOICE_DASH` as a choice if the model's field isn't required
Pablo Recio
2013-05-18
Merge pull request #851 from linovia/master
Tom Christie
2013-05-18
A model's field is required if is null or blank
Pablo Recio
2013-05-18
Merge pull request #694 from craigds/master
Tom Christie
2013-05-18
add tests for dotted lookup in RelatedField, PrimaryKeyRelatedField, and Hype...
Craig de Stigter
2013-05-18
serializers.Field respects ordering on dicts if it exists. Closes #832
Tom Christie
2013-05-18
add tests for related field source for HyperlinkedRelatedField. #694
Craig de Stigter
2013-05-18
add tests for related field source for RelatedField and PrimaryKeyRelatedFiel...
Craig de Stigter
2013-05-18
Updated the dependencies version and added the ALLOWED_HOSTS for tests.
Xavier Ordoquy
2013-05-18
Forms in Broseable API support dynamic serializers based on request method
Tom Christie
2013-05-18
Merge remote-tracking branch 'upstream/master'
Craig de Stigter
2013-05-17
Minor mixin refactoring
Tom Christie
2013-05-17
Fix PendingDeprecation warnings in tests
Tom Christie
2013-05-17
PendingDeprecation warning to allow_empty
Tom Christie
2013-05-16
HyperlinkedIdentityField uses `lookup_field` kwarg.
Andy Freeland
[next]