index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
http
Age
Commit message (
Expand
)
Author
2016-07-12
[1.9.x] Fixed #26831 -- Documented session data must be JSON encodable for JS...
Md. Sadaf Noor
2016-06-17
[1.9.x] Added urlpatterns variable in docs/topics/http/urls.txt.
Trey Hunner
2016-06-09
[1.9.x] Fixed #21588 -- Corrected handler initialization in "modifying upload...
Berker Peksag
2016-06-04
[1.9.x] Used snippet directive in file upload example.
Berker Peksag
2016-06-03
[1.9.x] Fixed #26604 -- Added a multiple file upload example to topics/http/f...
Berker Peksag
2016-06-03
[1.9.x] Fixed #26021 -- Applied hanging indentation to docs.
Ed Henderson
2016-05-31
[1.9.x] Fixed #26503 -- Removed an outdated example from session docs.
Berker Peksag
2016-05-28
[1.9.x] Refs #22634 -- Removed unneeded app_label in custom session engine ex...
Tim Graham
2016-05-07
[1.9.x] Fixed a typo in docs/topics/http/urls.txt
Matthias K
2016-04-20
[1.9.x] Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't ret...
Tobias Kroenke
2016-02-01
[1.9.x] Fixed #26124 -- Added missing code formatting to docs headers.
Tim Graham
2016-01-29
[1.9.x] Added a missing session setting in docs.
Tim Graham
2016-01-22
[1.9.x] Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2015-12-23
[1.9.x] Refs #25963 -- Fixed typo in docs/topics/http/shortcuts.txt
Alasdair Nicol
2015-12-23
[1.9.x] Fixed #25854 -- Removed deprecated usage of template.render() with Re...
Alasdair Nicol
2015-12-23
[1.9.x] Fixed #25969 -- Replaced render_to_response() with render() in docs e...
Tim Graham
2015-12-22
[1.9.x] Fixed #25963 -- Clarified render_to_response() context_instance depre...
Tim Graham
2015-12-03
[1.9.x] Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-12-01
[1.9.x] Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-11-16
[1.9.x] Fixed #25755 -- Unified spelling of "website".
Agnieszka Lasyk
2015-08-31
Clarified 404.html usage, excplicitly stated that it's used when DEBUG is False
David Sanders
2015-08-27
Fixed #22634 -- Made the database-backed session backends more extensible.
Sergey Kolosov
2015-08-27
Removed historical note about session serialization.
Tim Graham
2015-08-18
Used consistent capitalization and hyphenation of "class-based views" in docs.
Anton Strogonoff
2015-08-08
Updated Wikipedia links to use https
Claude Paroz
2015-07-27
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
2015-07-27
Fixed #24127 -- Changed the default current_app to the current namespace.
Marten Kenbeek
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-20
Fixed #14200 -- Added a fallback if HttpRequest.urlconf is None.
Marten Kenbeek
2015-06-08
Fixed #21927 -- Made application and instance namespaces more distinct.
Marten Kenbeek
2015-06-08
Fixed #24796 -- Added a hint on placement of SecurityMiddleware in MIDDLEWARE...
Marissa Zhou
2015-05-25
Fixed typos in HTTP decorator docs.
I am Clinton
2015-05-17
Fixed typo in docs/topics/http/sessions.txt
Tim Graham
2015-05-14
Minor edits to docs/topics/http/urls.txt
I am Clinton
2015-05-08
Fixed #24763 -- Moved DoesNotExist exception to model docs.
David Krisch
2015-04-28
Fixed #13008 -- Added more Cache-Control headers to never_cache() decorator.
Markus Bertheau
2015-04-24
Fixed #24700 -- Added dash to slug regex in http docs
Marcus Pennington
2015-04-24
Updated startproject MIDDLEWARE_CLASSES in docs.
Daniel Harding
2015-04-13
Fixed #24621 -- Fixed and documented SessionBase.pop's second argument
Adam Zapletal
2015-03-23
Fixed #13525 -- Added tests and docs for nested parameters in URL patterns.
Bas Peschier
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-02-03
Fixed #24168 -- Allowed selecting a template engine in a few APIs.
Aymeric Augustin
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-01-17
Removed request.REQUEST per deprecation timeline; refs #18659.
Tim Graham
2015-01-16
Fixed #24143 -- Encouraged use of Http404 messages for debugging.
Keryn Knight
2015-01-10
Wrote main documentation for templates.
Aymeric Augustin
2014-12-28
Deprecated current_app in TemplateResponse and render(_to_response).
Aymeric Augustin
2014-12-28
Deprecated some arguments of django.shortcuts.render(_to_response).
Aymeric Augustin
2014-11-27
Fixed #14664 -- Logged a warning if MiddlewareNotUsed is raised in DEBUG mode.
Berker Peksag
2014-11-23
Deprecated dirs argument to override TEMPLATE_DIRS.
Aymeric Augustin
[next]