summaryrefslogtreecommitdiff
path: root/docs/howto
AgeCommit message (Expand)Author
2012-03-14[1.3.X] Updated some outdated external URLs in docs.Claude Paroz
2012-02-19[1.3.X] Fixed #17166 -- Documented how FIXTURE_DIRS works in the inital data ...Aymeric Augustin
2012-01-04[1.3.X] Clarified deployment docs to avoid giving users the impression that s...Carl Meyer
2011-10-27[1.3.X] Fixed #17123 -- corrected the path to admin static assets in 1.3 docs...Carl Meyer
2011-07-01[1.3.X] Fixed #15974 -- Correctly link to static files handling in deployment...Jannis Leidel
2011-06-16[1.3.X] Fixed #16273 -- Fixed typo in staticfiles docs. Thanks, BernhardEssl.Jannis Leidel
2011-05-29[1.3.X] Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel
2011-05-19[1.3.X] Fixed small typos in staticfiles howto document.Ramiro Morales
2011-05-18[1.3.X] Fixed #15983 and #16032 -- Another pass over the staticfiles docs. Ma...Jannis Leidel
2011-05-13[1.3.X] Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers
2011-05-09[1.3.X] Fixed #15989 -- typo in static-files howto. Thanks luizvital.Simon Meers
2011-04-30[1.3.X] Fixed small typos in custom template tags docs.Ramiro Morales
2011-03-31[1.3.X] Fixed #15681 -- Fixed a documentation error regarding the default val...Jannis Leidel
2011-03-21Tweaked title level in custom file storage systems documentation.Ramiro Morales
2011-03-17Changed 'raise' statements to new style syntax in documentation. Thanks DaNma...Ramiro Morales
2011-03-15Fixed #15598 -- Updated static URL helper to be no-op on non-local prefixes. ...Jannis Leidel
2011-02-27Converted the new contributions docs to unix line endings.Russell Keith-Magee
2011-02-27Fixed #14702 -- Added a "needsinfo" resolution to Trac, and added supporting ...Gabriel Hurley
2011-02-27Fix typo in staticfiles docs (not ticketed).Simon Meers
2011-02-25Fixed #14401 -- Added a contributing howto guide for new users. Thank you to ...Gabriel Hurley
2011-02-17Fixed #15310 -- Corrected a view path in the static files how to docs. Thanks...Gabriel Hurley
2011-02-16Fixed #15308 -- Sphinx/reST fixes for the Custom Model Fields docs.Gabriel Hurley
2011-02-14Fixed a couple of documentation typos.Ramiro Morales
2011-02-14Fixes #15270 -- Moved back the serve view to django.views.static due to depen...Jannis Leidel
2011-02-07Fixed #15138 -- Clarified a slightly ambiguous example in the custom template...Gabriel Hurley
2011-02-07Fixed #5494, #10765, #14924 -- Modified the order in which translations are r...Ramiro Morales
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-18Refs #14661 -- Clarified the handling of initial data injected via custom SQL.Russell Keith-Magee
2011-01-16Fixed #15080 - Add -v0 to collectstatic fabric example. Thanks hvdklauw.Timo Graham
2011-01-03Fixed #10078 - Document use of locales in management commands. Thanks gregoir...Timo Graham
2011-01-03Fixed #15002 - Fix title casing to conform to style guidelines. thanks adamv.Timo Graham
2010-12-30Fixed #13912 - Fixed AliasMatch regex in modwsgi docs. Thanks SmileyChris for...Timo Graham
2010-12-29Fixed #14277 - Clarify path names in modwsgi docs; thanks neitpiet for the re...Timo Graham
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-12-21Fixed #14910 -- Clarified the order of precedence of loading translation cata...Jannis Leidel
2010-12-19Fixed #14908 -- Added a 'takes_context' argument to simple_tag. Thanks to Jul...Russell Keith-Magee
2010-11-29Fixed #14777 -- Added docs on working around the Python CSV module's lack of ...Gabriel Hurley
2010-11-22Clarified a comment in the mod_python docs on the status of the handler. Than...Russell Keith-Magee
2010-11-17Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...Jannis Leidel
2010-11-16Added info about using logging to the 'Error reporting' howto.Luke Plant
2010-11-16Corrected 'email' to 'e-mail' in error reporting docs.Luke Plant
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-11-07Fixed #12975 -- Moved the docs for contrib.admindocs out of the template docs...Gabriel Hurley
2010-10-27Documented options accepted by the runfcgi management command.Ramiro Morales
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-25Fixed #10545 -- Mentioned that template context variables are scoped to the b...Gabriel Hurley