aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
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-05Upgrade JSONP security warning.Tom Christie
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-03Remove Content-Type header from empty responses. Fixes #1196Tom Christie
2013-12-03Added @ian-foote, for work on #1250. Thanks!Tom Christie
2013-12-03Update release-notes.mdTom Christie
2013-12-03Update release-notes.mdTom Christie
2013-12-03Adds pre_delete and post_delete hooks onPablo Recio
2013-12-02Fix TemplateHTMLRenderer exampleStephan Groß
2013-11-27Rephrased documentation changes according to feedback on IRC.Omer Katz
2013-11-27Recommend using Pillow instead of PIL.Omer Katz
2013-11-20Update 'default' explanation. Closes #1239Tom Christie
2013-11-19Update release-notes.mdTom Christie
2013-11-19Remove a couple of .html suffixes in docsTom Christie
2013-11-18Add a 404 page to the docsTom Christie
2013-11-18Drop .html suffixes in docsTom Christie
2013-11-18Add User import. Refs #599Tom Christie
2013-11-15Use less specfic language in UltaJSON notesTom Christie
2013-11-15Version 2.3.9Tom Christie
2013-11-13Add Alex Good to credits (Whoop!)Alex
2013-11-11Added drf-ujson-renderer to renderers docsJacob Haslehurst
drf-ujson-renderer is a third party renderer that implements JSON renderering using UltraJSON
2013-11-11Typo on api-guide/fields.md and serializers.pyDoğan Çeçen
2013-11-02Merge pull request #1207 from erkarl/masterTom Christie
Updated OAuth2 authentication docs.
2013-11-02Added @robhudson for work on #1211. Thanks!Tom Christie
2013-10-31Updated OAuth2 authentication docs.erkarl
2013-10-25In the API test client example 'data' was not defined. There's also noKit Randel
need to define 'expected' as we can just test against the dict.
2013-10-24Added @yamila-moreno for work on #1199. Thanks!Tom Christie
2013-10-24Merge pull request #1199 from yamila-moreno/get-filter-backendsTom Christie
Added get_filter_backends method
2013-10-24Added get_filter_backends methodYamila Moreno
2013-10-24Typo on generic-views.mdYamila
2013-10-24Added @alexanderlukanin13 for fix #1198. Thanks!Tom Christie
2013-10-22Added @jbzdak, for the nice docs improvements in #1191. Thanks!Tom Christie
2013-10-22Small documentation fixJacek Bzdak
2013-10-22Merge remote-tracking branch 'origin/master'Jacek Bzdak
2013-10-22Explained a bit more about django-filter implementation.Jacek Bzdak
Well, I spent some time trying to gues how djang-filter works, and if this changes would be introduced, I would have saved this time.
2013-10-22Added @ross for work on #1187. Thanks!Tom Christie
2013-10-21Added . Closes #1188.Tom Christie
2013-10-21Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-10-21Add invite signupTom Christie
2013-10-21Remove the detail=None from APIException signatureJesús Espino
The documentation not match with the implementation. The APIException doesn't have detail parameter in the constructor class, actually doesn't have constructor method at all.
2013-10-18Update 3-class-based-views.mdTom Christie
2013-10-18Merge pull request #1177 from rprince/patch-2Tom Christie
Mention name of file to edit
2013-10-18Merge pull request #1178 from rprince/patch-3Tom Christie
Using the filenames where relevant