| Age | Commit message (Collapse) | Author |
|
|
|
#2205.
|
|
Clean up compat code
|
|
Escape \u2028 and \u2029 in JSON output.
|
|
|
|
|
|
Added missing default style for FileField
|
|
|
|
Closes #2169.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #1519
|
|
|
|
|
|
Django's encode_multipart was updated in django 1.5 to work internally
with unicode and convert to bytes.
In django >= 1.5 we therefore need to pass the BOUNDARY as unicode. In
django < 1.5 we still need to pass it as bytes.
|
|
|
|
|
|
|
|
|
|
|
|
Replace hard coded response status check with `allow_form` context
variable, so that it can be overridden in a custom renderer class.
|
|
|
|
|
|
|
|
|
|
|
|
|