| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-05 | [3.2.x] Fixed #32419 -- Clarified URLconf in example of serving media files. | Amankumar Singh | |
| Backport of 51637222b6eeed81d9ce6f5d24e22e249c605ba3 from master | |||
| 2020-11-02 | Updated {% static %} tag examples in docs to use single quotes where ↵ | Nikita Sobolev | |
| appropriate. | |||
| 2020-05-04 | Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and ↵ | Adam Johnson | |
| comments. | |||
| 2020-01-29 | Fixed #31126 -- Doc'd STATICFILES_DIRS namespacing in static files how-to. | Abhijeet | |
| 2019-11-07 | Fixed #29983 -- Replaced os.path() with pathlib.Path in project template and ↵ | Jon Dufresne | |
| docs. Thanks Curtis Maloney for the original patch. | |||
| 2019-09-06 | Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵ | Tobias Kunze | |
| involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review. | |||
| 2018-11-15 | Used auto-numbered lists in documentation. | François Freitag | |
| 2018-04-29 | Fixed #29360 -- Removed Fabric examples in docs. | Srinivas Reddy Thatiparthy | |
| 2018-03-28 | Fixed #29265 -- Removed the suggestion to hardcode static URLs. | Tim Graham | |
| 2018-01-21 | Fixed #29038 -- Removed closing slash from HTML void tags. | Jon Dufresne | |
| 2017-05-22 | Updated various links in docs to avoid redirects | Claude Paroz | |
| Thanks Tim Graham and Mariusz Felisiak for review and completion. | |||
| 2017-04-03 | Fixed typos in docs/howto/static-files/index.txt. | Aleksej Manaev | |
| 2016-09-29 | Normalized spelling of "Web server/page" in docs. | Tim Graham | |
| 2016-09-12 | Fixed #27212 -- Fixed typo in docs/howto/static-files/index.txt. | Tim Graham | |
| 2016-07-27 | Removed extra periods in docs/howto/static-files/index.txt headers. | Kenneth Schnall | |
| 2016-06-03 | Fixed #26021 -- Applied hanging indentation to docs. | Ed Henderson | |
| 2015-12-24 | Discouraged use of /tmp with predictable names. | Chris Lamb | |
| The use of predictable filenames in /tmp often leads to symlink attacks so remove the most obvious use of them in the docs. | |||
| 2015-12-10 | Fixed #21221 -- Made form Media and static template tag use staticfiles if ↵ | Johannes Hoppe | |
| installed. | |||
| 2015-12-01 | Fixed #25778 -- Updated docs links to use https when available. | Jon Dufresne | |
| 2015-09-04 | Updated static files howto title to include JavaScript. | David Gibbons | |
| 2015-02-03 | Fixed #24149 -- Normalized tuple settings to lists. | darkryder | |
| 2015-02-01 | Removed versionadded/changed notes for 1.7. | Tim Graham | |
| 2014-10-15 | Fixed #23637 -- Removed TUX, lighttpd, and Cherokee as common. | Collin Anderson | |
| 2014-08-28 | Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase | Claude Paroz | |
| Refs #20739. Thanks Raphaël Hertzog for the report and the initial patch. | |||
| 2014-05-05 | Fixed #1349 -- Clarified docs on serving files from STATIC/MEDIA_URL. | Tim Graham | |
| 2014-04-03 | Fixed #22218 -- Deprecated django.conf.urls.patterns. | Tim Graham | |
| Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews. | |||
| 2013-09-18 | Fixed #21116 -- Made usage of manage.py in docs more consistent. | Tim Graham | |
| Thanks daniel.quattro at gmail.com for the report. | |||
| 2013-09-10 | Fix broken sphinx reference to staticfiles. | Tarjei Husøy | |
| 2013-09-03 | Fixed #20973 -- Document serving static files without django.contrib.staticfiles | Loic Bistuer | |
| 2013-08-31 | Made django.test.testcases not depend on staticfiles contrib app. | Ramiro Morales | |
| Do this by introducing a django.contrib.staticfiles.testing.StaticLiveServerCase unittest TestCase subclass. Fixes #20739. | |||
| 2013-06-21 | Fixed #20634 - Corrected doc mistake re: staticfiles finders strategy. | Tim Graham | |
| Thanks claudep for the catch and bmispelon for the research. | |||
| 2013-05-18 | Fixed #20284 - Added a note about DEBUG in static file docs. | Tim Graham | |
| Thanks wim@ for the suggestion and Nicolas Noé for the patch. | |||
| 2013-04-29 | Fixed #20330 -- Normalized spelling of "web server". | Aymeric Augustin | |
| Thanks Baptiste Mispelon for the report. | |||
| 2013-04-18 | Fixed #20286 - Typo in static files docs. | Tim Graham | |
| Thanks bmispelon. | |||
| 2013-03-29 | Fixed #19897 - Updated static files howto. | Tim Graham | |
| Thanks Jan Murre, Reinout van Rees and Wim Feijen, plus Remco Wendt for reviewing. | |||
| 2013-03-29 | Fixed #19582 - Added a static files tutorial. | Tim Graham | |
| Thanks James Pic. | |||
