aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-12-09Catch and mask ParseErrors that occur during rendering of the BrowsableAPI.Tom Christie
2013-12-08Minor grammar fix -- 'team' is singularRustam Lalkaka
2013-12-08RelatedField is function of serializer classtaras
2013-12-07Merge pull request #1274 from wilsaj/patch-1Tom Christie
docfix: update installation example to work with django 1.6
2013-12-06update installation example to work with django 1.6Andy Wilson
looks like django.conf.urls.defaults was deprecated as of django 1.6
2013-12-06Version 2.3.102.3.10Tom Christie
2013-12-06Update release-notes.mdTom Christie
2013-12-06Added @chuckharmston for kickass bug squashing in #1272Tom Christie
2013-12-06Merge pull request #1272 from chuckharmston/1158-partial_relatedfield_nullTom Christie
Raise appropriate error in serializer when making a partial update to set a required RelatedField to null (issue #1158)
2013-12-06Raise appropriate error in serializer when making a partial update to set a ↵Chuck Harmston
required RelatedField to null (issue #1158)
2013-12-06Merge pull request #1270 from irrelative/masterTom Christie
fix setup.py with new __init__.py boilerplate
2013-12-05fix setup.py with new __init__.py boilerplateJustin Davis
2013-12-05Boilerplate cutenessTom Christie
2013-12-05Upgrade JSONP security warning.Tom Christie
2013-12-05Merge pull request #1269 from infecto/masterTom Christie
fix broken documentation links
2013-12-04fix broken documentation linksDrew Kowalik
2013-12-04Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-12-04First pass on contribution guideTom Christie
2013-12-04Merge pull request #1267 from tomchristie/fix-1133Tom Christie
Clarify wording, fixes #1133.
2013-12-04Clarify wording, fixes #1133.Tom Christie
2013-12-03Merge pull request #1265 from tomchristie/fix-1196Tom Christie
Remove Content-Type header from empty responses. Fixes #1196
2013-12-03Remove Content-Type header from empty responses. Fixes #1196Tom Christie
2013-12-03First pass at a test for ParseErrors breaking the browsable APITom Christie
2013-12-03Added @ian-foote, for work on #1250. Thanks!Tom Christie
2013-12-03Update release-notes.mdTom Christie
2013-12-03Merge pull request #1250 from Ian-Foote/choice_fieldTom Christie
Add choices to options metadata for ChoiceField.
2013-12-03Catch errors during parsing and set empty .DATA/.FILES before re-raising.Tom Christie
2013-12-03Update release-notes.mdTom Christie
2013-12-03Merge pull request #1258 from pyriku/delete-signals-destroy-model-mixinTom Christie
Adds pre_delete and post_delete hooks on `DestroyModelMixin`
2013-12-03Adds pre_delete and post_delete hooks onPablo Recio
2013-12-02Merge pull request #1256 from minddust/fix_docs_sampleTom Christie
Fix TemplateHTMLRenderer example
2013-12-02Fix TemplateHTMLRenderer exampleStephan Groß
2013-11-27Merge pull request #1252 from thedrow/patch-3Tom Christie
Recommend using Pillow instead of PIL.
2013-11-27Rephrased documentation changes according to feedback on IRC.Omer Katz
2013-11-27Updated the assertion message of the ImageField.Omer Katz
2013-11-27Recommend using Pillow instead of PIL.Omer Katz
2013-11-27Add unittests for ChoiceField metadata.Ian Foote
Rename 'name' to 'display_name'.
2013-11-26Add more context to the ChoiceField metadata.Ian Foote
2013-11-26Add choices to options metadata for ChoiceField.Ian Foote
2013-11-22Remove u from literalsMalcolm Box
2013-11-21Fix issue #1231: JSONEncoder doesn't handle dict-like objectsMalcolm Box
Check for __getitem__ and then attempt to convert to a dict. The check for __getitem__ is there as there's no universal way to check if an object is a mapping type, but this is a likely proxy
2013-11-21Merge pull request #1229 from jgomezb/patch-2Tom Christie
Update urlpatterns.py
2013-11-20Update 'default' explanation. Closes #1239Tom Christie
2013-11-19Update release-notes.mdTom Christie
2013-11-19Merge pull request #1240 from KrzysiekJ/put-as-createTom Christie
Added handling of validation errors in PUT-as-create.
2013-11-19Added handling of validation errors in PUT-as-create.Krzysztof Jurewicz
Fixes #1035.
2013-11-19Remove a couple of .html suffixes in docsTom Christie
2013-11-19Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-11-19Canonical page for index should be '/', not '/index'Tom Christie
2013-11-19Merge pull request #1238 from linovia/bugfix/recovering_testsTom Christie
Removed the DynamicSerializerView duplication