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
/
ref
/
contrib
/
staticfiles.txt
Age
Commit message (
Expand
)
Author
2012-03-13
Fixed #17857 -- Stopped CachedStaticFilesStorage from creating absolute URLs ...
Jannis Leidel
2012-02-14
Stopped the collectstatic management from being wastful with file handlers. R...
Jannis Leidel
2011-11-19
Fixed #17196 - Typo in docs/ref/contrib/staticfiles.txt; thanks caa for the r...
Timo Graham
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-09-22
Fixed ReST errors that stopped some staticfiles docs being rendered
Luke Plant
2011-08-11
Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to sta...
Jannis Leidel
2011-07-04
Fixed #16161 -- Added `--clear` option to `collectstatic` management command ...
Jannis Leidel
2011-06-30
Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...
Jannis Leidel
2011-05-18
Fixed #15983 and #16032 -- Another pass over the staticfiles docs. Many thank...
Jannis Leidel
2011-02-14
Fixes #15270 -- Moved back the serve view to django.views.static due to depen...
Jannis Leidel
2011-02-01
Fixed some documentation and default-settings.py comments that were misleadin...
Carl Meyer
2011-01-31
Some tweaks to the staticfiles docs to clarify things for new users. Thanks J...
Carl Meyer
2011-01-30
Reworded parts of the staticfiles documentation after receiving various user ...
Jannis Leidel
2011-01-22
Fixed #15147 - Typo in "Managing static files"; thanks ori for the report.
Timo Graham
2011-01-15
Stopped staticfiles app from requiring a models module when looking for stati...
Jannis Leidel
2010-11-27
Fixed #14793 -- staticfiles documentation example overwrites urlpatterns. Tha...
Honza Král
2010-11-17
Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...
Jannis Leidel
2010-11-11
Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app.
Jannis Leidel
2010-11-06
Fixed #14600 -- Added a versionchanged directive to the TEMPLATE_CONTEXT_PROC...
Gabriel Hurley
2010-10-23
Fixed #14528 and #14538 -- Refined staticfiles documentation. Thanks, gremmie...
Jannis Leidel
2010-10-23
Fixed a typo in the staticfiles docs.
Justin Bronn
2010-10-20
Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...
Jannis Leidel