summaryrefslogtreecommitdiff
path: root/docs/howto
AgeCommit message (Expand)Author
2015-12-24[1.8.x] Discouraged use of /tmp with predictable names.Chris Lamb
2015-12-11[1.8.x] Fixed #25893 -- Corrected custom lookups example.Bruno Alla
2015-11-17[1.8.x] Fixed #25526 -- Documented how to output colored text in custom manag...Elena Oat
2015-11-14[1.8.x] Fixed #17686, refs #17816 -- Added "Files" section to Unicode topic.Florian Demmer
2015-10-06[1.8.x] Fixed #25515 -- Documented the return value of BaseCommand.handle()Tim Graham
2015-09-22[1.8.x] Fixed #25447 -- Emphasized the need to restart dev server when adding...Henry Jordan
2015-09-14[1.8.x] Reverted "Fixed #25203 -- Documented how to pass Apache environment v...Tim Graham
2015-09-11[1.8.x] Fixed #25203 -- Documented how to pass Apache environment variables t...Paul Rentschler
2015-09-04[1.8.x] Refs #25345 -- Updated links to code.google.com.Maxime Lorant
2015-09-04[1.8.x] Updated static files howto title to include JavaScript.David Gibbons
2015-08-10[1.8.x] Removed unnecessary comma in docsClaude Paroz
2015-08-08[1.8.x] Updated Wikipedia links to use httpsClaude Paroz
2015-08-01[1.8.x] Fixed #25207 -- Misspelled word in documentation: dialogueCaio Ariede
2015-08-01[1.8.x] Removed obsolete note about sentry/raven not handling WSGI properly.Matt Robenolt
2015-07-30[1.8.x] Fixed #25199 -- Fixed dead link to HTMLdoc.Tim Graham
2015-07-28[1.8.x] Fixed #25178 -- Added DEFAULT_FROM_EMAIL to deployment checklist.Tim Graham
2015-07-25[1.8.x] Fixed malformed Sphinx directives.Tim Graham
2015-07-14[1.8.x] Fixed #25121 -- Added a warning that filtering sensitive information ...Tim Graham
2015-07-01[1.8.x] Fixed typo in writing migrations docsClaude Paroz
2015-06-11[1.8.x] Added ALLOWED_HOSTS and SERVER_EMAIL details to deployment checklist.Tim Graham
2015-06-06[1.8.x] Fixed #24882 -- Documented Migration.run_beforeMark Henwood
2015-05-17[1.8.x] Fixed #24630 -- Clarified docs about RunPython transactions.Tim Graham
2015-04-13[1.8.x] Fixed typo in docs/howto/deployment/wsgi/apache-auth.txtAfriza N. Arief
2015-04-08[1.8.x] Fixed #24602 -- Removed obsolete reference to __metaclass__ in custo...Tim Graham
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