summaryrefslogtreecommitdiff
path: root/docs/howto
AgeCommit message (Expand)Author
2015-03-17[1.8.x] Updated location of database backend data_types attribute in docs.Tim Graham
2015-03-13[1.8.x] Added link to section in docs/howto/custom-template-tags.txt.Ian Lee
2015-03-13[1.8.x] Fixed typo in docs/howto/custom-template-tags.txt.Ian Lee
2015-03-12[1.8.x] Documented how to use a non-root subdirectory with mod_wsgi.Ian Lee
2015-03-09[1.8.x] Fixed #24464 -- Made built-in HTML template filter functions escape t...Erik Romijn
2015-03-09[1.8.x] Fixed typo in docs/howto/custom-template-tags.txtTim Graham
2015-03-02[1.8.x] Fixed #24379 -- Documented that remote user example disables ModelBac...Ross Brunton
2015-03-02[1.8.x] Added syntax highlighting for apache code blocksIan Lee
2015-02-23[1.8.x] Broke long lines in code examples.Ian Lee
2015-02-22[1.8.x] Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
2015-02-20[1.8.x] Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer
2015-02-20[1.8.x] Fixed #23932 -- Added how-to on migrating unique fields.Andrei Kulakov
2015-02-20[1.8.x] Update converters to take a consistent set of parameters.Marc Tamlyn
2015-02-19[1.8.x] Set context.template instead of context.engine while rendering.Aymeric Augustin
2015-02-15[1.8.x] Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin
2015-02-03[1.8.x] Added a "Writing migrations" how-to.Tim Graham
2015-01-17[1.8.x] Standardized indentation in docs/howto/custom-management-commands.txt.Tim Graham
2015-01-17[1.8.x] Replaced deprecated requires_model_validation in docs.Tim Graham
2015-01-13Stripped headers containing underscores to prevent spoofing in WSGI environ.Carl Meyer
2015-01-12Fixed #9893 -- Allowed using a field's max_length in the Storage.Pavel Shpilev
2015-01-10Updated custom template tags how-to.Aymeric Augustin
2015-01-10Wrote main documentation for templates.Aymeric Augustin
2015-01-08Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen
2015-01-07Fixed #24073 -- Deactivated translations when leave_locale_alone is FalseClaude Paroz
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2014-12-30Revert "Updated some docs for the delayed deprecation of legacy table creatio...Tim Graham
2014-12-28Deprecated TEMPLATE_LOADERS.Aymeric Augustin
2014-12-28Deprecated ALLOWED_INCLUDE_ROOTS.Aymeric Augustin
2014-12-27Fixed #24057 -- Fixed typo in docs/howto/custom-lookups.txt.Christopher Grebs
2014-12-19Updated some other external links in the docsClaude Paroz
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-12-08Fixed typo in docs/howto/custom-lookups.txt.Quentin Pradet
2014-12-07Add missing dotVladimir Rutsky
2014-12-03Removed redundant numbered parameters from str.format().Berker Peksag
2014-11-24Fixed #23543 -- Added docs on testing management command output.Danilo Bargen
2014-11-17Fixed #20435 -- Reordered the custom template tags docs.Daniel Roseman
2014-11-16Renamed qn to compilerJosh Smeaton
2014-11-03Fixed versionchanged indentation in docs/.Berker Peksag
2014-11-03Clarified custom lookups output_field documentationAndy Chosak
2014-11-03Fixed #23376 -- Made documentation about required Storage methodsJames Brewer
2014-10-30Converted seealso directives to use 4 space indendation.Berker Peksag
2014-10-28Fixed #23493 -- Added bilateral attribute to TransformThomas Chaumeny
2014-10-27Fixed #23708 -- Corrected mod_wsgi docs reference to nonexistent comment in w...Tim Graham
2014-10-23Fixed #23705 -- Removed unnecessary AliasMatch from example Apache config.Tim Graham
2014-10-15Fixed #23637 -- Removed TUX, lighttpd, and Cherokee as common.Collin Anderson
2014-10-09Fixed #23627 -- Allowed register_lookup to work as a decorator.Marc Tamlyn
2014-09-22Removed sudo from pip commands in docs.Corey Farwell
2014-09-21Fixed #23530 -- Specified PyYAML requirement in initial-data.txtClaude Paroz
2014-09-19Don't recommend using sudo when installing uwsgiMatt Robenolt
2014-09-12Fixed #17101 -- Integrated django-secure and added check --deploy optionTim Graham