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-12-03
Remove Content-Type header from empty responses. Fixes #1196
Tom Christie
2013-12-03
Merge pull request #1250 from Ian-Foote/choice_field
Tom Christie
2013-12-03
Adds pre_delete and post_delete hooks on
Pablo Recio
2013-11-27
Updated the assertion message of the ImageField.
Omer Katz
2013-11-27
Add unittests for ChoiceField metadata.
Ian Foote
2013-11-26
Add more context to the ChoiceField metadata.
Ian Foote
2013-11-26
Add choices to options metadata for ChoiceField.
Ian Foote
2013-11-21
Merge pull request #1229 from jgomezb/patch-2
Tom Christie
2013-11-19
Added handling of validation errors in PUT-as-create.
Krzysztof Jurewicz
2013-11-18
Removed the DynamicSerializerView duplication
Xavier Ordoquy
2013-11-15
Version 2.3.9
2.3.9
Tom Christie
2013-11-14
Update urlpatterns.py
jgomezb
2013-11-13
Undo version bump
Alex
2013-11-12
Bump version
Alex
2013-11-12
Merge branch 'master' into allow-aggregate-ordering
Alex
2013-11-12
Add queryset aggregates to allowed fields in OrderingFilter
Alex
2013-11-11
Typo on api-guide/fields.md and serializers.py
Doğan Çeçen
2013-11-08
Merge pull request #1217 from benpbenp/master
Tom Christie
2013-11-08
Fix object creation with reverse M2M when related_name unspecified
Ben Pietravalle
2013-11-08
Fixed a regression with ValidationError under Django 1.6
Xavier Ordoquy
2013-11-06
Drop u'' prefix for python 3.x compatibility
Mathieu Pillard
2013-11-05
Improve handling of 'empty' values for ChoiceField
Mathieu Pillard
2013-10-31
Fixed exception handling with YAML and XML parsers.
Rob Hudson
2013-10-29
minor typo
S. Andrew Sheppard
2013-10-24
Removed commented-out credits from footer to make django-debug-toolbar work.
Jakub Roztočil
2013-10-24
Added get_filter_backends method
Yamila Moreno
2013-10-24
Merge pull request #1198 from alexanderlukanin13/form-post-unicode
Tom Christie
2013-10-24
Update comment in `get_parser_context`.
Tom Christie
2013-10-24
Fixed UnicodeEncodeError when POST JSON via web interface; added test
alexanderlukanin13
2013-10-22
Merge pull request #1187 from ross/paginator_def_val
Tom Christie
2013-10-21
remove stray func from test
Ross McFarland
2013-10-21
retract the default page stuff.
Ross McFarland
2013-10-21
Use lookup_url_kwarg in presave if required
Tom Christie
2013-10-21
Added . Closes #1188.
Tom Christie
2013-10-19
paginator should validate page and provide default
Ross McFarland
2013-10-17
Merge pull request #1170 from craigds/write-into-foreignkey-with-source
Tom Christie
2013-10-17
Merge pull request #1112 from tamakisquare/issue-1111
Tom Christie
2013-10-17
Merge pull request #1172 from brutasse/fix/return-object
Tom Christie
2013-10-17
Fix a docstring to reflect what the method does
Bruno Renié
2013-10-17
Fix decimal support with YAMLRenderer
badaud_t
2013-10-17
Fix typo YAMLRendererTests
badaud_t
2013-10-16
Allow to customize description so that markup can be accepted if needed.
Omer Katz
2013-10-15
[Fix]: Error with partial=True and validate_<name>
Colin Huang
2013-10-11
fix ticket link in test docstring
Craig de Stigter
2013-10-11
fix writing into foreign key with non-null source
Craig de Stigter
2013-10-10
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2013-10-10
Merge branch 'html-form-rendering'
Tom Christie
2013-10-10
Ensure read-only fields don't break with current HTML renderer behavior
Tom Christie
2013-10-09
Merge pull request #1071 from craigds/field-transform-methods
Carlton Gibson
2013-10-04
support args on get_object_or_404
Henry Clifford
[next]