summaryrefslogtreecommitdiff
path: root/docs/topics/http
Commit message (Expand)AuthorAgeFilesLines
* [2.2.x] Fixed #30161 -- Added how to decorate class-based views to view decor...alexanderblnf2019-03-121-0/+3
* Used auto-numbered lists in documentation.François Freitag2018-11-153-16/+16
* Removed obsolete "ugly URL" reference.Tom Dyson2018-10-171-3/+0
* Fixed #29758 -- Documented how to test custom error views.Cammil Taank2018-10-011-0/+36
* Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney2018-09-102-16/+16
* Fixed typo in docs/topics/http/urls.txt.minusf2018-07-241-1/+1
* Removed usage of 'object' variable name in docs.Harry Moreno2018-07-071-6/+6
* Fixed location of a few doc labels.Tim Graham2018-06-281-2/+2
* Alphabetized imports in various docs.Mariusz Felisiak2018-05-121-2/+2
* Fixed #27863 -- Added support for the SameSite cookie flag.Alex Gaynor2018-04-131-0/+1
* Fixed incorrect regex in re_path() example.René Fleschenberg2018-02-261-1/+1
* Fixed #29146 -- Readded ^ and $ inadvertently removed from re_path() examples.Seohong Park2018-02-201-5/+5
* Updated various links in docs to use HTTPS.Mariusz Felisiak2018-01-071-1/+1
* Fixed #28966 -- Doc'd that the uuid URL path converter requires dashesTim Graham2017-12-271-3/+4
* Fixed #28883 -- Doc'd that the uuid URL path converter matches lowercase only...Tim Graham2017-12-061-1/+1
* Fixed #28741 -- Removed unnecessary leading dot from cross-domain cookie exam...Tim Graham2017-11-011-1/+1
* Fixed 'a'/'an' mix-ups in docs.Ville Skyttä2017-10-301-1/+1
* Fixed #28627 -- Added slug converter to some path() examples in docs.Christopher Schäpers2017-09-251-2/+2
* Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus2017-09-201-195/+239
* Refs #23919 -- Stopped inheriting from object to define new style classes.Mariusz Felisiak2017-06-261-1/+1
* Updated various links in docs to avoid redirectsClaude Paroz2017-05-221-1/+1
* Pointed Dive into Python links to python3 siteMichiel Beijen2017-05-201-1/+1
* Fixed #27367 -- Doc'd and tested reversing of URLs with the same name.Robert Roskam2017-02-111-7/+20
* Fixed #25978 -- Deprecated shorcuts.render_to_response().Tim Graham2017-02-111-1/+3
* Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand2017-01-251-1/+1
* Removed versionadded/changed annotations for 1.10.Tim Graham2017-01-171-9/+0
* Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...Tim Graham2017-01-171-16/+6
* Fixed #27349 -- Doc'd the CSRF_FAILURE_VIEW setting in view topic guide.David D Lowe2016-10-141-0/+5
* Replaced old DateTimeAwareJSONEncoder with DjangoJSONEncoder in docs.Brightcells2016-08-191-1/+1
* Documented the cache_control() decorator.Kevin Christopher Henry2016-08-111-0/+7
* Fixed #27041 -- Documented that built-in middleware are compatible with MIDDL...Ville Skyttä2016-08-091-1/+2
* Fixed #18348 -- Documented SesssionStore.create()Preetham Nosum2016-07-221-2/+8
* Fixed #26831 -- Documented session data must be JSON encodable for JSONSerial...Md. Sadaf Noor2016-07-121-0/+3
* Added urlpatterns variable in docs/topics/http/urls.txt.Trey Hunner2016-06-171-1/+3
* Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception...Carl Meyer2016-06-171-95/+129
* Fixed #21588 -- Corrected handler initialization in "modifying upload handler...Berker Peksag2016-06-091-3/+3
* Used snippet directive in file upload example.Berker Peksag2016-06-041-3/+8
* Fixed #26604 -- Added a multiple file upload example to topics/http/file-uplo...Berker Peksag2016-06-031-0/+40
* Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson2016-06-031-4/+4
* Fixed #26503 -- Removed an outdated example from session docs.Berker Peksag2016-05-311-9/+0
* Refs #22634 -- Removed unneeded app_label in custom session engine example.Tim Graham2016-05-281-3/+0
* Removed versionadded/changed annotations for 1.9.Tim Graham2016-05-203-30/+0
* Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner2016-05-175-1124/+201
* Refs #26052 -- Corrected a sentence for conditional_content_removal() removal.Tim Graham2016-05-111-1/+1
* Fixed a typoMatthias K2016-05-071-1/+1
* Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't return a Ke...Tobias Kroenke2016-04-201-1/+1
* Fixed #26452 -- Loaded middleware on server start rather than on first request.David Evans2016-04-041-2/+6
* Fixed #26124 -- Added missing code formatting to docs headers.rowanv2016-02-015-28/+28
* Added a missing session setting in docs.Tim Graham2016-01-291-0/+1
* Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus2016-01-222-2/+3