| Age | Commit message (Collapse) | Author |
|
Thanks Reinout van Rees for contributing to the patch.
Backport of 98bcc5d81bca578f3a5b4d47907ba4ac40446887 from master
|
|
|
|
|
|
|
|
MIDDLEWARE and MIDDLEWARE_CLASSES.
|
|
|
|
JSONSerializer.
|
|
|
|
exception handling.
|
|
handlers" example.
|
|
|
|
topics/http/file-uploads.txt.
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for polishing the patch, updating the tests, and
writing documentation. Thanks Carl Meyer for shepherding the DEP.
|
|
|
|
|
|
KeyError.
|
|
|
|
|
|
|
|
|
|
Thanks to Tim Graham for the review.
|
|
|
|
RequestContext in docs.
|
|
|
|
|
|
|
|
|
|
|
|
Per deprecation timeline.
|
|
Per deprecation timeline.
|
|
Per deprecation timeline.
|
|
|
|
Thanks to Keryn Knight, Curtis Maloney and Tim Graham for their reviews.
|
|
Introduced an AbstractBaseSession model and hooks providing the option
of overriding the model class used by the session store and the session
store class used by the model.
|
|
|
|
|
|
|
|
Thanks hellbeast for the initial patch.
|
|
Changed the url template tag to use request.resolver_match.namespace as a
default for the current_app argument if request.current_app is not set.
|
|
Forwardport of ae1d663b7913f6da233c55409c4973248372d302
from stable/1.8.x plus more.
|
|
Made BaseHandler fall back to settings.ROOT_URLCONF if
HttpRequest.urlconf is set to None, rather than raising
ImproperlyConfigured.
|
|
Made URL application namespaces be set in the included URLconf and
instance namespaces in the call to include(). Deprecated other ways
to set application and instance namespaces.
|
|
MIDDLEWARE_CLASSES.
Also moved it in the project template.
|
|
|
|
|
|
|