summaryrefslogtreecommitdiff
path: root/docs/topics/http
AgeCommit message (Expand)Author
2016-10-14[1.10.x] Fixed #27349 -- Doc'd the CSRF_FAILURE_VIEW setting in view topic gu...David D Lowe
2016-08-19[1.10.x] Replaced old DateTimeAwareJSONEncoder with DjangoJSONEncoder in docs.Brightcells
2016-08-11[1.10.x] Documented the cache_control() decorator.Kevin Christopher Henry
2016-08-09[1.10.x] Fixed #27041 -- Documented that built-in middleware are compatible w...Ville Skyttä
2016-07-22[1.10.x] Fixed #18348 -- Documented SesssionStore.create()Preetham Nosum
2016-07-12[1.10.x] Fixed #26831 -- Documented session data must be JSON encodable for J...Md. Sadaf Noor
2016-06-17[1.10.x] Added urlpatterns variable in docs/topics/http/urls.txt.Trey Hunner
2016-06-17[1.10.x] Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware ...Carl Meyer
2016-06-09[1.10.x] Fixed #21588 -- Corrected handler initialization in "modifying uploa...Berker Peksag
2016-06-04[1.10.x] Used snippet directive in file upload example.Berker Peksag
2016-06-03[1.10.x] Fixed #26604 -- Added a multiple file upload example to topics/http/...Berker Peksag
2016-06-03[1.10.x] Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-05-31[1.10.x] Fixed #26503 -- Removed an outdated example from session docs.Berker Peksag
2016-05-28[1.10.x] Refs #22634 -- Removed unneeded app_label in custom session engine e...Tim Graham
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-05-11Refs #26052 -- Corrected a sentence for conditional_content_removal() removal.Tim Graham
2016-05-07Fixed a typoMatthias K
2016-04-20Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't return a Ke...Tobias Kroenke
2016-04-04Fixed #26452 -- Loaded middleware on server start rather than on first request.David Evans
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-29Added a missing session setting in docs.Tim Graham
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-23Refs #25963 -- Fixed typo in docs/topics/http/shortcuts.txtAlasdair Nicol
2015-12-23Fixed #25854 -- Removed deprecated usage of template.render() with RequestCon...Alasdair Nicol
2015-12-23Fixed #25969 -- Replaced render_to_response() with render() in docs examples.Tim Graham
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-16Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-23Removed dictionary and context_instance parameters for render functions.Tim Graham
2015-09-23Removed dirs parameter in template engine methods and related funtions.Tim Graham
2015-09-23Removed current_app argument to render() and TemplateResponse().Tim Graham
2015-09-23Refs #23957 -- Required session verification per deprecation timeline.Tim Graham
2015-08-31Clarified 404.html usage, excplicitly stated that it's used when DEBUG is FalseDavid Sanders
2015-08-27Fixed #22634 -- Made the database-backed session backends more extensible.Sergey Kolosov
2015-08-27Removed historical note about session serialization.Tim Graham
2015-08-18Used consistent capitalization and hyphenation of "class-based views" in docs.Anton Strogonoff
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-07-27Fixed #25159 -- Removed brackets from class/function/method signatures in docs.Tim Graham
2015-07-27Fixed #24127 -- Changed the default current_app to the current namespace.Marten Kenbeek
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-20Fixed #14200 -- Added a fallback if HttpRequest.urlconf is None.Marten Kenbeek
2015-06-08Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek
2015-06-08Fixed #24796 -- Added a hint on placement of SecurityMiddleware in MIDDLEWARE...Marissa Zhou
2015-05-25Fixed typos in HTTP decorator docs.I am Clinton
2015-05-17Fixed typo in docs/topics/http/sessions.txtTim Graham
2015-05-14Minor edits to docs/topics/http/urls.txtI am Clinton
2015-05-08Fixed #24763 -- Moved DoesNotExist exception to model docs.David Krisch
2015-04-28Fixed #13008 -- Added more Cache-Control headers to never_cache() decorator.Markus Bertheau