summaryrefslogtreecommitdiff
path: root/docs/howto/static-files.txt
AgeCommit message (Expand)Author
2013-03-29Fixed #19582 - Added a static files tutorial.Tim Graham
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-06-11Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel
2012-06-06Added alt attribute to img tags in docs.Aymeric Augustin
2012-04-30docs: It's rsync_project not rysnc_projectKyle Fuller
2012-03-14Updated some outdated external URLs in docs.Claude Paroz
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-08-11Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to sta...Jannis Leidel
2011-07-01Fixed #15974 -- Correctly link to static files handling in deployment docs. T...Jannis Leidel
2011-06-30Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...Jannis Leidel
2011-06-16Fixed #16273 -- Fixed typo in staticfiles docs. Thanks, BernhardEssl.Jannis Leidel
2011-05-18Fixed #15983 and #16032 -- Another pass over the staticfiles docs. Many thank...Jannis Leidel
2011-05-13Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers
2011-05-09Fixed #15989 -- typo in static-files howto. Thanks luizvital.Simon Meers
2011-03-24Corrected another part of the staticfiles docs which was missed in r15913. Re...Jannis Leidel
2011-03-24Fixed #15681 -- Fixed a documentation error regarding the default value of th...Jannis Leidel
2011-03-15Fixed #15598 -- Updated static URL helper to be no-op on non-local prefixes. ...Jannis Leidel
2011-02-27Fix typo in staticfiles docs (not ticketed).Simon Meers
2011-02-17Fixed #15310 -- Corrected a view path in the static files how to docs. Thanks...Gabriel Hurley
2011-02-14Fixes #15270 -- Moved back the serve view to django.views.static due to depen...Jannis Leidel
2011-01-31Some tweaks to the staticfiles docs to clarify things for new users. Thanks J...Carl Meyer
2011-01-30Fixed typo in staticfiles documentation introduced in [15369]. Thanks, harijay.Jannis Leidel
2011-01-30Reworded parts of the staticfiles documentation after receiving various user ...Jannis Leidel
2011-01-16Fixed #15080 - Add -v0 to collectstatic fabric example. Thanks hvdklauw.Timo Graham
2010-11-17Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...Jannis Leidel
2010-11-11Reverted deprecation of media context processor (from r14293) to separate sta...Jannis Leidel
2010-11-11Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app.Jannis Leidel
2010-10-26Fixed #14562 -- corrected a typo in the static-files howto. Thanks to stephan...Gabriel Hurley
2010-10-26Replace an incorrect reference to collectmedia in the docs (the command is co...Chris Beaven
2010-10-23Fixed #14528 and #14538 -- Refined staticfiles documentation. Thanks, gremmie...Jannis Leidel
2010-10-20Removes a mistaken note about the static media development helper.Jacob Kaplan-Moss
2010-10-20Fixed #14514 -- fixed a typo in the static files docs, thanks to Andy McKay f...Alex Gaynor
2010-10-20Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...Jannis Leidel
2010-08-28Fixed #13820 -- Started the deprecation process for mod_python. Thanks to Rob...Russell Keith-Magee
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-05-12Fixed #13530: Corrected a handful of doc typos. Thanks Ramiro.Karen Tracey
2009-09-12Fixed #11780 -- Corrected a typo in the static file serving docs. Russell Keith-Magee
2009-04-03Fixed a whole bunch of small docs typos, errors, and ommissions.Jacob Kaplan-Moss
2009-03-31A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #...Jacob Kaplan-Moss
2009-01-09Revised r9566 slightly to be backwards compatible with versions 1.0 - 1.0.2.Malcolm Tredinnick
2008-12-08Fixed #9724 -- Added missing import to URLconf example, thanks shacker.Gary Wilson Jr
2008-10-06Fixed #8688 -- Added a note about using a settings variable for the staticMalcolm Tredinnick
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss