index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
howto
/
static-files
Age
Commit message (
Expand
)
Author
2016-07-27
[1.9.x] Removed extra periods in docs/howto/static-files/index.txt headers.
Kenneth Schnall
2016-06-03
[1.9.x] Fixed #26021 -- Applied hanging indentation to docs.
Ed Henderson
2015-12-24
[1.9.x] Discouraged use of /tmp with predictable names.
Chris Lamb
2015-12-01
[1.9.x] 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
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
2013-09-18
Fixed #21116 -- Made usage of manage.py in docs more consistent.
Tim Graham
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
2013-06-21
Fixed #20634 - Corrected doc mistake re: staticfiles finders strategy.
Tim Graham
2013-05-18
Fixed #20284 - Added a note about DEBUG in static file docs.
Tim Graham
2013-04-29
Fixed #20330 -- Normalized spelling of "web server".
Aymeric Augustin
2013-04-18
Fixed #20286 - Typo in static files docs.
Tim Graham
2013-03-29
Fixed #19897 - Updated static files howto.
Tim Graham
2013-03-29
Fixed #19582 - Added a static files tutorial.
Tim Graham