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
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-07-23
Fixed typo in docs/topics/http/sessions.txt.
terminator14
2019-07-04
Fixed #30600 -- Clarified that ValueError raised by converter.to_python() mea...
sp1rs
2019-06-26
Fixed #30594 -- Added 'private' Cache-Control directive to never_cache() deco...
nsasaki128
2019-05-24
Fixed #30504 -- Corrected redirect() signature in docs.
Shashank Parekh
2019-05-21
Fixed #28763 -- Allowed overriding the session cookie age with SessionStore.g...
Hasan Ramezani
2019-05-13
Fixed #30437 -- Clarified that urlpatterns can be a sequence.
Jonatas C. Damasceno
2019-03-12
Fixed #30161 -- Added how to decorate class-based views to view decorators docs.
alexanderblnf
2019-01-17
Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline.
Tim Graham
2019-01-17
Refs #25978 -- Removed shortcuts.render_to_response() per deprecation timeline.
Tim Graham
2018-11-15
Used auto-numbered lists in documentation.
François Freitag
2018-10-17
Removed obsolete "ugly URL" reference.
Tom Dyson
2018-10-01
Fixed #29758 -- Documented how to test custom error views.
Cammil Taank
2018-09-10
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
2018-07-24
Fixed typo in docs/topics/http/urls.txt.
minusf
2018-07-07
Removed usage of 'object' variable name in docs.
Harry Moreno
2018-06-28
Fixed location of a few doc labels.
Tim Graham
2018-05-12
Alphabetized imports in various docs.
Mariusz Felisiak
2018-04-13
Fixed #27863 -- Added support for the SameSite cookie flag.
Alex Gaynor
2018-02-26
Fixed incorrect regex in re_path() example.
René Fleschenberg
2018-02-20
Fixed #29146 -- Readded ^ and $ inadvertently removed from re_path() examples.
Seohong Park
2018-01-07
Updated various links in docs to use HTTPS.
Mariusz Felisiak
2017-12-27
Fixed #28966 -- Doc'd that the uuid URL path converter requires dashes
Tim Graham
2017-12-06
Fixed #28883 -- Doc'd that the uuid URL path converter matches lowercase only...
Tim Graham
2017-11-01
Fixed #28741 -- Removed unnecessary leading dot from cross-domain cookie exam...
Tim Graham
2017-10-30
Fixed 'a'/'an' mix-ups in docs.
Ville Skyttä
2017-09-25
Fixed #28627 -- Added slug converter to some path() examples in docs.
Christopher Schäpers
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
[next]