summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/staticfiles.txt
AgeCommit message (Expand)Author
2015-06-22Fixed #25001 -- Doc'd caveat about collectstatic and removing INSTALLED_APPS.Tim Graham
2015-03-12Fixed #24364 -- Doc'ed that ManifestStaticFileStorage shouldn't be used durin...Aksel Ethem
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2014-12-28Moved context_processors from django.core to django.template.Aymeric Augustin
2014-12-19Updated some other external links in the docsClaude Paroz
2014-10-06Fixed #23607 -- Typo in docs/ref/contrib/staticfiles.txt.Tim Graham
2014-08-28Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCaseClaude Paroz
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2014-02-28Fixed doc typos.Tim Graham
2014-02-09Minor edits to new findstatic functionality; refs #19879.Tim Graham
2014-02-09Fixed #19879 -- Have 'findstatic' says on which directories it searched the r...Vajrasky Kok
2014-01-22Fixed some markup that caused broken links in the static files docs.Tim Graham
2014-01-20Added ManifestStaticFilesStorage to staticfiles contrib app.Jannis Leidel
2013-11-29Fixed #21380 -- Added a way to set different permission for static directories.Vajrasky Kok
2013-10-24Fixed #21219 -- Added a way to set different permission for static files.Vajrasky Kok
2013-09-06Fixed #19295 -- Documented that CachedStaticFilesStorage isn't compatible wit...Keith Edmiston
2013-08-31Made django.test.testcases not depend on staticfiles contrib app.Ramiro Morales
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-07-31Fixed some ReST errors; refs #20819.Tim Graham
2013-07-31Fixed #20819 -- Return 404 instead of 500 error when ``staticfiles`` view is ...Tai Lee
2013-07-27Fixed a number of minor misspellings.Julien Phalip
2013-03-30Fixes #20162 -- Added a note in the documentation for `static.serve()` about ...Julien Phalip
2013-03-29Fixed #19897 - Updated static files howto.Tim Graham
2013-02-01Fixed #19715 -- Simplified findstatic output when verbosity set to 0Matt Robenolt
2013-01-12Fixed #14633 - Organized settings reference docs and added a topical index.Tim Graham
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-07-18Fix typo in staticfiles app documentationAndy Dirnberger
2012-07-07Fixed #18254 -- Added ability to the static template tags to store the result...Jannis Leidel
2012-06-06Added alt attribute to img tags in docs.Aymeric Augustin
2012-05-16Fixed #17896 -- Added file_hash method to CachedStaticFilesStorage to be able...Jannis Leidel
2012-03-13Fixed #17857 -- Stopped CachedStaticFilesStorage from creating absolute URLs ...Jannis Leidel
2012-02-14Stopped the collectstatic management from being wastful with file handlers. R...Jannis Leidel
2011-11-19Fixed #17196 - Typo in docs/ref/contrib/staticfiles.txt; thanks caa for the r...Timo Graham
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-09-22Fixed ReST errors that stopped some staticfiles docs being renderedLuke Plant
2011-08-11Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to sta...Jannis Leidel
2011-07-04Fixed #16161 -- Added `--clear` option to `collectstatic` management command ...Jannis Leidel
2011-06-30Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...Jannis Leidel
2011-05-18Fixed #15983 and #16032 -- Another pass over the staticfiles docs. Many thank...Jannis Leidel
2011-02-14Fixes #15270 -- Moved back the serve view to django.views.static due to depen...Jannis Leidel
2011-02-01Fixed some documentation and default-settings.py comments that were misleadin...Carl Meyer
2011-01-31Some tweaks to the staticfiles docs to clarify things for new users. Thanks J...Carl Meyer
2011-01-30Reworded parts of the staticfiles documentation after receiving various user ...Jannis Leidel
2011-01-22Fixed #15147 - Typo in "Managing static files"; thanks ori for the report.Timo Graham
2011-01-15Stopped staticfiles app from requiring a models module when looking for stati...Jannis Leidel
2010-11-27Fixed #14793 -- staticfiles documentation example overwrites urlpatterns. Tha...Honza Král
2010-11-17Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...Jannis Leidel