summaryrefslogtreecommitdiff
path: root/docs/howto/static-files
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-011-2/+2
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-101-1/+3
* Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Jarosław Wygoda2023-01-122-6/+14
* Changed some words to use inline markup.David Smith2022-03-101-1/+1
* Fixed #33048 -- Doc'd that DEBUG static files requests don't use middleware c...Kaushik Chintam2022-01-261-0/+4
* Refs #32880 -- Made remaining titles consistent in how-to documents.Mariusz Felisiak2021-07-292-6/+6
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith2021-07-291-2/+2
* Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and do...Markus Holtermann2021-02-061-6/+6
* Fixed #32419 -- Clarified URLconf in example of serving media files.Amankumar Singh2021-02-051-1/+1
* Updated {% static %} tag examples in docs to use single quotes where appropri...Nikita Sobolev2020-11-021-1/+1
* Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson2020-05-041-3/+3
* Fixed #31126 -- Doc'd STATICFILES_DIRS namespacing in static files how-to.Abhijeet2020-01-291-0/+3
* Fixed #29983 -- Replaced os.path() with pathlib.Path in project template and ...Jon Dufresne2019-11-071-1/+1
* Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze2019-09-062-15/+16
* Used auto-numbered lists in documentation.François Freitag2018-11-151-7/+7
* Fixed #29360 -- Removed Fabric examples in docs.Srinivas Reddy Thatiparthy2018-04-291-44/+1
* Fixed #29265 -- Removed the suggestion to hardcode static URLs.Tim Graham2018-03-281-6/+2
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-211-1/+1
* Updated various links in docs to avoid redirectsClaude Paroz2017-05-221-3/+3
* Fixed typos in docs/howto/static-files/index.txt.Aleksej Manaev2017-04-031-3/+2
* Normalized spelling of "Web server/page" in docs.Tim Graham2016-09-291-1/+1
* Fixed #27212 -- Fixed typo in docs/howto/static-files/index.txt.Tim Graham2016-09-121-3/+3
* Removed extra periods in docs/howto/static-files/index.txt headers.Kenneth Schnall2016-07-271-4/+4
* Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson2016-06-031-3/+3
* Discouraged use of /tmp with predictable names.Chris Lamb2015-12-241-1/+1
* Fixed #21221 -- Made form Media and static template tag use staticfiles if in...Johannes Hoppe2015-12-101-6/+6
* Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne2015-12-011-1/+1
* Updated static files howto title to include JavaScript.David Gibbons2015-09-041-3/+3
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-2/+2
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-011-6/+0
* Fixed #23637 -- Removed TUX, lighttpd, and Cherokee as common.Collin Anderson2014-10-151-6/+0
* Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCaseClaude Paroz2014-08-281-3/+3
* Fixed #1349 -- Clarified docs on serving files from STATIC/MEDIA_URL.Tim Graham2014-05-051-0/+3
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-4/+4
* Fixed #21116 -- Made usage of manage.py in docs more consistent.Tim Graham2013-09-181-1/+1
* Fix broken sphinx reference to staticfiles.Tarjei Husøy2013-09-101-1/+1
* Fixed #20973 -- Document serving static files without django.contrib.staticfilesLoic Bistuer2013-09-031-9/+43
* Made django.test.testcases not depend on staticfiles contrib app.Ramiro Morales2013-08-311-0/+27
* Fixed #20634 - Corrected doc mistake re: staticfiles finders strategy.Tim Graham2013-06-211-1/+1
* Fixed #20284 - Added a note about DEBUG in static file docs.Tim Graham2013-05-181-2/+14
* Fixed #20330 -- Normalized spelling of "web server".Aymeric Augustin2013-04-291-1/+1
* Fixed #20286 - Typo in static files docs.Tim Graham2013-04-181-1/+1
* Fixed #19897 - Updated static files howto.Tim Graham2013-03-292-458/+228
* Fixed #19582 - Added a static files tutorial.Tim Graham2013-03-291-0/+508