summaryrefslogtreecommitdiff
path: root/docs/howto
AgeCommit message (Collapse)Author
2015-09-22[1.8.x] Fixed #25447 -- Emphasized the need to restart dev server when ↵Henry Jordan
adding template tags. Backport of af95eee9fb70dae5b3b2ce8bc73c13fc1de239ff from master
2015-09-14[1.8.x] Reverted "Fixed #25203 -- Documented how to pass Apache environment ↵Tim Graham
variables to Django." As discussed on the ticket, this isn't a pattern we should recommend. This reverts commit c8773493b62083b9ca5476a6040737f5cca79944.
2015-09-11[1.8.x] Fixed #25203 -- Documented how to pass Apache environment variables ↵Paul Rentschler
to Django. Backport of 47016d4322574860f90431e1c87d19f7a1f778c6 from master
2015-09-04[1.8.x] Refs #25345 -- Updated links to code.google.com.Maxime Lorant
Backport of c92cd22d02349b73d169a3a2ff3b6fe7a54bfb0c from master
2015-09-04[1.8.x] Updated static files howto title to include JavaScript.David Gibbons
Backport of 526a413870b9844c2279f5855ad0774edb24f971 from master
2015-08-10[1.8.x] Removed unnecessary comma in docsClaude Paroz
Backport of f2e4c7aca48374cd18f7e3bea333bbb5d73154cf from master
2015-08-08[1.8.x] Updated Wikipedia links to use httpsClaude Paroz
Backport of 64982cc2fb from master.
2015-08-01[1.8.x] Fixed #25207 -- Misspelled word in documentation: dialogueCaio Ariede
Backport of 98eb91171d7bb97327c714ef8e816103555573e6 from master
2015-08-01[1.8.x] Removed obsolete note about sentry/raven not handling WSGI properly.Matt Robenolt
2.0.7 was released in 2012. Backport of 514fee82a18e2b8fed0b6e31a95bd7a1a94980ab from master
2015-07-30[1.8.x] Fixed #25199 -- Fixed dead link to HTMLdoc.Tim Graham
Backport of e176de25127a2750ea1c6a705b2c0983b5782b41 from master
2015-07-28[1.8.x] Fixed #25178 -- Added DEFAULT_FROM_EMAIL to deployment checklist.Tim Graham
Backport of ae32f324981dd64d7c04fcbed9d99356914a61de from master
2015-07-25[1.8.x] Fixed malformed Sphinx directives.Tim Graham
Backport of e3d1f2422c49d7f65d017b8caa35215afe18f835 from master
2015-07-14[1.8.x] Fixed #25121 -- Added a warning that filtering sensitive information ↵Tim Graham
from error reporting isn't bulletproof Backport of 84bc4f6cddfcb5fedc7586644d66d025476255ad from master
2015-07-01[1.8.x] Fixed typo in writing migrations docsClaude Paroz
Backport of 3d7a713156 from master.
2015-06-11[1.8.x] Added ALLOWED_HOSTS and SERVER_EMAIL details to deployment checklist.Tim Graham
Backport of b34d16b78df3b424c3fae4f0b30b6b7a2cbf4543 from master
2015-06-06[1.8.x] Fixed #24882 -- Documented Migration.run_beforeMark Henwood
Backport of dee1bcd08a013ba5ffd8d1ec9b6628702f755066 from master
2015-05-17[1.8.x] Fixed #24630 -- Clarified docs about RunPython transactions.Tim Graham
Thanks Markus Holtermann for review. Backport of 307acc745a4e655c35db96f96ceb4b87597dee49 from master
2015-04-13[1.8.x] Fixed typo in docs/howto/deployment/wsgi/apache-auth.txtAfriza N. Arief
Backport of b295fcd19c00706d7f60db73741c1311ee141409 from master
2015-04-08[1.8.x] Fixed #24602 -- Removed obsolete reference to __metaclass__ in ↵Tim Graham
custom model fields docs. Thanks schinckel for the report. Backport of 6d7784a7b994eb8287ec851b22acb5170e77a90a from master
2015-03-17[1.8.x] Updated location of database backend data_types attribute in docs.Tim Graham
Backport of d9a30ed190d68a5450cba8b3cd26ef6bcd8a70ff from master
2015-03-13[1.8.x] Added link to section in docs/howto/custom-template-tags.txt.Ian Lee
Backport of 56cd87a5aff034a7b976977a2902697cd5397b94 from master
2015-03-13[1.8.x] Fixed typo in docs/howto/custom-template-tags.txt.Ian Lee
Backport of 7614efa2f9e169749ab109aab909fbc244fd76a9 from master
2015-03-12[1.8.x] Documented how to use a non-root subdirectory with mod_wsgi.Ian Lee
Backport of 7f8588d22ea3b53ba55d05922b67e7b3a0a7c91c from master
2015-03-09[1.8.x] Fixed #24464 -- Made built-in HTML template filter functions escape ↵Erik Romijn
their input by default. This may cause some backwards compatibility issues, but may also resolve security issues in third party projects that fail to heed warnings in our documentation. Thanks Markus Holtermann for help with tests and docs. Backport of fa350e2f303572ee8f9a8302dda45a12288d3d95 from master
2015-03-09[1.8.x] Fixed typo in docs/howto/custom-template-tags.txtTim Graham
Backport of 63f2dd4ad774d39fc7bbe05492d30efc45e4e7a9 from master
2015-03-02[1.8.x] Fixed #24379 -- Documented that remote user example disables ↵Ross Brunton
ModelBackend. Backport of 6b28e957df364532109a1897c73a1fa8b1416bd4 from master
2015-03-02[1.8.x] Added syntax highlighting for apache code blocksIan Lee
Backport of fde4857fb83101d27ae4cb3552a6a6cf20d3d8ce from master
2015-02-23[1.8.x] Broke long lines in code examples.Ian Lee
The website only renders code blocks at 96 chars, and therefore long code lines get wrapped. Manually breaking the lines prevents the wrapping from occurring. Backport of 00fbd8fd527fd6ee0319361bf194cd51a1ac1bfb from master
2015-02-22[1.8.x] Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
Backport of eba6dff581aa8bd6a1c08456e83e68ad09ae4ec3 from master
2015-02-20[1.8.x] Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer
The new signature enables better support for routing RunPython and RunSQL operations, especially w.r.t. reusable and third-party apps. This commit also takes advantage of the deprecation cycle for the old signature to remove the backward incompatibility introduced in #22583; RunPython and RunSQL won't call allow_migrate() when when the router has the old signature. Thanks Aymeric Augustin and Tim Graham for helping shape up the patch. Refs 22583. Conflicts: django/db/utils.py Backport of bed504d70bede3431a213203c13a33905d6dbf77 from master
2015-02-20[1.8.x] Fixed #23932 -- Added how-to on migrating unique fields.Andrei Kulakov
Backport of 1f9e44030e9c5300b97ef7b029f482c53a66f13b from master
2015-02-20[1.8.x] Update converters to take a consistent set of parameters.Marc Tamlyn
As suggested by Anssi. This has the slightly strange side effect of passing the expression to Expression.convert_value has the expression passed back to it, but it allows more complex patterns of expressions. Backport of 32d4db66b9 from master
2015-02-19[1.8.x] Set context.template instead of context.engine while rendering.Aymeric Augustin
This opens more possibilities, like accessing context.template.origin. It also follows the chain of objects instead of following a shortcut. Backport of 1bfcc95 from master
2015-02-15[1.8.x] Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin
Backport of 15b711b from master.
2015-02-03[1.8.x] Added a "Writing migrations" how-to.Tim Graham
Backport of 570912a97d5051fa3aeacd9d16c3be9afcf92198 from master
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
Backport of 18192b9fa4387d5e6c677a7929d91ce04f92cda7 from master
2015-01-13Stripped headers containing underscores to prevent spoofing in WSGI environ.Carl Meyer
This is a security fix. Disclosure following shortly. Thanks to Jedediah Smith for the report.
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
Accounted for multiple template engines and made a few small fixes.
2015-01-10Wrote main documentation for templates.Aymeric Augustin
2015-01-08Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen
Refactored compiler SELECT, GROUP BY and ORDER BY generation. While there, also refactored select_related() implementation (get_cached_row() and get_klass_info() are now gone!). Made get_db_converters() method work on expressions instead of internal_type. This allows the backend converters to target specific expressions if need be. Added query.context, this can be used to set per-query state. Also changed the signature of database converters. They now accept context as an argument.
2015-01-07Fixed #24073 -- Deactivated translations when leave_locale_alone is FalseClaude Paroz
Thanks Tim Graham and Markus Holtermann for the reviews.
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
Thanks to Russell Keith-Magee for mentoring this Google Summer of Code 2014 project and everyone else who helped with the patch!
2014-12-30Revert "Updated some docs for the delayed deprecation of legacy table ↵Tim Graham
creation; refs #22340." This reverts commit a2e3c9694823d6d451d6dd234e9d416600aacc68. The deprecation was moved back to 1.9 in 61da5f3f02f34810aaa6fcddac3808318a5b95c4.
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