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 |
|