Tom Christie
|
38d78b21c0
|
Remove Content-Type header from empty responses. Fixes #1196
|
2013-12-03 16:55:11 +00:00 |
|
Menghan
|
b8aec1277c
|
fix doc typo
|
2013-06-02 12:12:14 +08:00 |
|
Pascal Borreli
|
8f35ac4f93
|
Fixed typos
|
2013-05-28 15:09:23 +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 |
|
Tom Christie
|
0d3d66cb02
|
Added proper charset support
|
2013-05-18 17:21:43 +01:00 |
|
Karol Majta
|
ebe959b52a
|
charset param gets now appended to response's Content-Type. Closes #807
|
2013-05-18 16:45:05 +02:00 |
|
Tom Christie
|
95abe6e844
|
Cleanup docstrings
|
2013-04-25 12:47:34 +01:00 |
|
Tom Christie
|
b052c92ac3
|
Cleanup imports
Mostly adding `from __future__ import unicode_literals` everywhere.
|
2013-02-04 20:55:35 +00:00 |
|
Xavier Ordoquy
|
60250f22c8
|
Move the various compat things to the compat module.
|
2013-01-03 11:41:07 +01:00 |
|
Xavier Ordoquy
|
17000129e3
|
Every (base) test should now pass with python3.
|
2012-11-24 23:19:03 +01:00 |
|
Tom Christie
|
0cfb27b40e
|
Merge pull request #407 from ludwigkraatz/location_header
Location header when Creating a Resource with HyperlinkedIdentityField
|
2012-11-14 10:42:08 -08:00 |
|
Stephan Groß
|
44ff2e0add
|
fixed some typos
|
2012-11-14 19:36:29 +01:00 |
|
Ludwig Kraatz
|
573de11b23
|
changed buggy response + code ploishing
reponse didnt handle any headers at all. Accepts now a dict of headers
and sets those properly
|
2012-11-13 18:07:38 +01:00 |
|
Tom Christie
|
b19c58ae17
|
Support for HTML error templates. Fixes #319.
|
2012-11-06 10:44:19 +00:00 |
|
Jacob Magnusson
|
963c5fe4a7
|
Remove attributes that are not needed when caching
the Response object. This fixes #346
|
2012-11-04 12:48:41 +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
|
2575ea92aa
|
Docs for template responses
|
2012-10-05 13:04:34 +01:00 |
|
Tom Christie
|
26c7d6df6c
|
HTMLTemplateRenderer working
|
2012-10-05 12:13:44 +01:00 |
|
Tom Christie
|
d07dc77e91
|
Accepted media type uses most specific of client/renderer media types.
|
2012-10-05 10:23:47 +01:00 |
|
Tom Christie
|
43d3634e89
|
Docs tweaking
|
2012-09-30 15:55:24 +01:00 |
|
Tom Christie
|
064e1ba91f
|
Tweak media_type -> accepted_media_type. Need to document, but marginally less confusing
|
2012-09-21 13:16:08 +01:00 |
|
Tom Christie
|
3f7371c796
|
Tweak media_type -> accepted_media_type. Need to document, but marginally less confusing
|
2012-09-21 13:15:31 +01:00 |
|
Tom Christie
|
b4cd699b75
|
Tweak media_type -> accepted_media_type. Need to document, but marginally less confusing
|
2012-09-21 13:12:10 +01:00 |
|
Tom Christie
|
d9cba6398e
|
Clean up bits of templates etc
|
2012-09-20 17:44:34 +01:00 |
|
Tom Christie
|
4b691c4027
|
Change package name: djangorestframework -> rest_framework
|
2012-09-20 13:06:27 +01:00 |
|