| Age | Commit message (Collapse) | Author |
|
|
|
types.
|
|
|
|
Regression in b8a41a2872624a6d9e61308932dd81d001e31eb9.
|
|
instead of "(actual errors: )".
|
|
Using JSON as non-UTF-8 content is controversial, and the RFC 7159
discourages it.
Thanks Tim Graham for the review.
|
|
A JSON Content-Type can contain further content, like charset for example.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
These functions do nothing on Python 3.
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
Per deprecation timeline.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also removed try/except/fail antipattern that hides exceptions.
|
|
Also used ALLOWED_HOSTS to check for external hosts in assertRedirects().
|
|
|
|
|
|
|
|
Thanks to Tim Graham for the review.
|
|
|
|
|
|
|
|
Per deprecation timeline.
|
|
|
|
CommonMiddleware.
This speeds up affected requests by about 5%.
|
|
Forwardport of ae1d663b7913f6da233c55409c4973248372d302
from stable/1.8.x plus more.
|
|
|
|
|
|
Thanks Carl Meyer for the report and Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|