José Padilla
|
16d442dda3
|
Use MkDocs meta.source to render source code links
|
2014-11-25 12:44:11 +00:00 |
|
Craig de Stigter
|
dfab9af294
|
Minor: fix spelling and grammar, mostly in 3.0 announcement
|
2014-10-03 08:41:18 +13:00 |
|
Tom Christie
|
88008c0a68
|
Merge branch 'master' into version-3.0
|
2014-09-19 14:05:50 +01:00 |
|
Tom Christie
|
f95e7fae38
|
Updating docs
|
2014-09-12 12:40:53 +01:00 |
|
S. Andrew Sheppard
|
e76f56a3d6
|
add django rest pandas
|
2014-09-10 11:55:43 -05:00 |
|
Miro Hrončok
|
f68596a732
|
Document new UnicodeYAMLRenderer
|
2014-04-10 01:58:06 +02:00 |
|
Tom Christie
|
1f3ded4559
|
Docs tweaks
|
2013-12-21 17:18:25 +00:00 |
|
Vitaly Babiy
|
22343ee117
|
Added links to djangorestframework-camel-case in the third party
sections of the docs for both parsers and renderers.
|
2013-12-21 07:07:06 -05:00 |
|
Tom Christie
|
f8088bedef
|
Upgrade JSONP security warning.
|
2013-12-05 09:01:00 +00:00 |
|
Stephan Groß
|
850cd83ba7
|
Fix TemplateHTMLRenderer example
|
2013-12-02 11:44:04 +01:00 |
|
Tom Christie
|
128bda5712
|
Use less specfic language in UltaJSON notes
|
2013-11-15 15:24:32 +00:00 |
|
Jacob Haslehurst
|
52ac2199a8
|
Added drf-ujson-renderer to renderers docs
drf-ujson-renderer is a third party renderer that implements JSON renderering using UltraJSON
|
2013-11-11 22:24:37 +11:00 |
|
Tom Christie
|
53d60543c3
|
Add warning against HTMLFormRenderer
|
2013-08-25 20:31:04 +01:00 |
|
Tom Christie
|
c7847ebc45
|
Docs for HTMLFormRenderer
|
2013-08-23 17:10:50 +01:00 |
|
Tom Christie
|
436e66a42d
|
JSON responses should not include a charset
|
2013-08-23 16:45:55 +01:00 |
|
Tom Christie
|
5e40e50f2b
|
Include import paths throughout docs.
Closes #1051. Thanks to @pydanny for the report.
|
2013-08-21 19:46:09 +01:00 |
|
Veronica Lynn
|
4d8d2340be
|
Fixed typos in a bunch of docs
|
2013-08-07 14:00:06 -04:00 |
|
Tom Christie
|
856dc855c9
|
Notes on customizing BrowsableAPIRenderer. Refs #1001
|
2013-07-29 09:21:20 +01:00 |
|
Tom Christie
|
0a722de171
|
Complete testing docs
|
2013-07-01 13:59:05 +01:00 |
|
Stephan Groß
|
7a570e16e9
|
Fix md formatting and typos
|
2013-05-28 17:13:12 +02:00 |
|
Pascal Borreli
|
8f35ac4f93
|
Fixed typos
|
2013-05-28 15:09:23 +01:00 |
|
Tom Christie
|
7a93fdbe0a
|
Last bits of charset sorting-out-ness
|
2013-05-22 16:46:15 +01:00 |
|
Tom Christie
|
0e80a535fb
|
Tweak nav style slightly
|
2013-05-21 17:45:25 +01:00 |
|
Tom Christie
|
aef7ac72cc
|
content type may be set explicitly on the response
|
2013-05-20 21:18:17 +01:00 |
|
Tom Christie
|
f19e0d544f
|
Fix charset issues
|
2013-05-20 21:00:56 +01:00 |
|
Pablo Recio
|
71e29644a2
|
Adds new renderer into the documentation
|
2013-05-18 17:06:54 +02:00 |
|
Tom Christie
|
2e8ff4473b
|
Tweak docs
|
2013-05-18 14:47:39 +01:00 |
|
Oscar Vilaplana
|
4dbf2d907f
|
added comment about error behavior with DEBUG=True
|
2013-05-18 14:55:55 +02:00 |
|
Tom Christie
|
b70c9cc107
|
Merge master
|
2013-05-05 18:12:35 +01:00 |
|
Victor Shih
|
8cabae22c5
|
Example and spelling fixes. Change "browseable" to "browsable" for consistency.
|
2013-05-01 21:26:40 -07:00 |
|
Tom Christie
|
e301e2d974
|
Adding 'view or viewset' to docs appropriate.
|
2013-04-26 14:03:26 +01:00 |
|
Tom Christie
|
b94da2468c
|
Various clean up and lots of docs
|
2013-04-24 22:40:24 +01:00 |
|
Danilo Bargen
|
70db398595
|
Renamed UserInstance to UserDetail in docs
|
2013-02-25 21:31:12 +01:00 |
|
Tom Christie
|
b3019d9824
|
Note requirements explicitly.
|
2013-02-22 20:46:20 +00:00 |
|
Tom Christie
|
31f3fa63b2
|
Tweak TemplateHTMLRenderer docs.
|
2013-02-22 08:39:50 +00:00 |
|
Tom Christie
|
a7479e02fa
|
AJAX, CSRF & CORS documentation
|
2013-01-27 17:23:56 +00:00 |
|
Tom Christie
|
190473f508
|
Tweak messagepack links
|
2013-01-14 17:38:45 +00:00 |
|
Tom Christie
|
a7e7c441a4
|
Add link to @mjumbewu's CSV package
|
2013-01-14 17:38:32 +00:00 |
|
Tom Christie
|
d9df15f321
|
Added @juanriaza's djangorestframework-msgpack package to the docs.
|
2013-01-07 17:36:31 +00:00 |
|
Tom Christie
|
b19c58ae17
|
Support for HTML error templates. Fixes #319.
|
2012-11-06 10:44:19 +00:00 |
|
Stephan Groß
|
5865842019
|
fixed api_view decorator useage
|
2012-10-29 09:32:11 +01:00 |
|
Tom Christie
|
12c363c1fe
|
TemplateHTMLRenderer, StaticHTMLRenderer
|
2012-10-28 18:12:56 +00:00 |
|
Tom Christie
|
c221bc6f6f
|
Use context dict in HTMLRenderer
|
2012-10-26 17:30:45 +02:00 |
|
Marko Tibold
|
71a93930fd
|
Fixing spelling errors.
|
2012-10-21 16:34:07 +02:00 |
|
Tom Christie
|
fed235dd01
|
Make settings consistent with corrosponding view attributes
|
2012-10-17 23:09:11 +01:00 |
|
Tom Christie
|
4231995fbd
|
parser_context includes view , request , args , kwargs . (Not meta and upload_handlers )
Consistency with renderer API.
|
2012-10-17 22:19:59 +01:00 |
|
Tom Christie
|
9c1fba3483
|
Tweak parsers to take parser_context
|
2012-10-15 13:27:50 +01:00 |
|
Tom Christie
|
551c86c43a
|
Documentation for parsers
|
2012-10-14 22:43:07 +01:00 |
|
Tom Christie
|
648d2be29b
|
Make sure JSON output in Browseable API is nicely indented
|
2012-10-10 12:15:18 +01:00 |
|
Tom Christie
|
52a2ff8f77
|
Docs tweaks
|
2012-10-09 16:44:49 +01:00 |
|