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
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-06-26
Refs #23919 -- Stopped inheriting from object to define new style classes.
Mariusz Felisiak
2017-05-22
Updated various links in docs to avoid redirects
Claude Paroz
2017-05-20
Pointed Dive into Python links to python3 site
Michiel Beijen
2017-02-11
Fixed #27367 -- Doc'd and tested reversing of URLs with the same name.
Robert Roskam
2017-02-11
Fixed #25978 -- Deprecated shorcuts.render_to_response().
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-17
Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...
Tim Graham
2016-10-14
Fixed #27349 -- Doc'd the CSRF_FAILURE_VIEW setting in view topic guide.
David D Lowe
2016-08-19
Replaced old DateTimeAwareJSONEncoder with DjangoJSONEncoder in docs.
Brightcells
2016-08-11
Documented the cache_control() decorator.
Kevin Christopher Henry
2016-08-09
Fixed #27041 -- Documented that built-in middleware are compatible with MIDDL...
Ville Skyttä
2016-07-22
Fixed #18348 -- Documented SesssionStore.create()
Preetham Nosum
2016-07-12
Fixed #26831 -- Documented session data must be JSON encodable for JSONSerial...
Md. Sadaf Noor
2016-06-17
Added urlpatterns variable in docs/topics/http/urls.txt.
Trey Hunner
2016-06-17
Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception...
Carl Meyer
2016-06-09
Fixed #21588 -- Corrected handler initialization in "modifying upload handler...
Berker Peksag
2016-06-04
Used snippet directive in file upload example.
Berker Peksag
2016-06-03
Fixed #26604 -- Added a multiple file upload example to topics/http/file-uplo...
Berker Peksag
2016-06-03
Fixed #26021 -- Applied hanging indentation to docs.
Ed Henderson
2016-05-31
Fixed #26503 -- Removed an outdated example from session docs.
Berker Peksag
2016-05-28
Refs #22634 -- Removed unneeded app_label in custom session engine example.
Tim Graham
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-05-11
Refs #26052 -- Corrected a sentence for conditional_content_removal() removal.
Tim Graham
2016-05-07
Fixed a typo
Matthias K
2016-04-20
Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't return a Ke...
Tobias Kroenke
2016-04-04
Fixed #26452 -- Loaded middleware on server start rather than on first request.
David Evans
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-29
Added a missing session setting in docs.
Tim Graham
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-23
Refs #25963 -- Fixed typo in docs/topics/http/shortcuts.txt
Alasdair Nicol
2015-12-23
Fixed #25854 -- Removed deprecated usage of template.render() with RequestCon...
Alasdair Nicol
2015-12-23
Fixed #25969 -- Replaced render_to_response() with render() in docs examples.
Tim Graham
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-12-01
Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-11-16
Fixed #25755 -- Unified spelling of "website".
Agnieszka Lasyk
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-23
Removed dictionary and context_instance parameters for render functions.
Tim Graham
2015-09-23
Removed dirs parameter in template engine methods and related funtions.
Tim Graham
2015-09-23
Removed current_app argument to render() and TemplateResponse().
Tim Graham
2015-09-23
Refs #23957 -- Required session verification per deprecation timeline.
Tim Graham
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
[next]