summaryrefslogtreecommitdiff
path: root/docs/howto
AgeCommit message (Collapse)Author
2016-02-01[1.9.x] Fixed #26124 -- Added missing code formatting to docs headers.Tim Graham
Backport of a6ef025dfb2a1d1bd23893408eef6d066fb506d9 from master
2016-02-01[1.9.x] Fixed #23868 -- Added support for non-unique django-admin-options in ↵Tim Graham
docs. Also documented missing short command line options to fix #24134. This bumps the minimum sphinx version required to build the docs to 1.3.4. Thanks Simon Charette for review. Backport of e519aab43a419589e92fe284e4ce2f2e034aec6a from master
2016-01-22[1.9.x] Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
Backport of bca9faae95db2a92e540fbd08505c134639916fe from master
2016-01-12[1.9.x] Removed an unncessary docs cross-reference for call_command().Tim Graham
Backport of a7752780d9e78e12d0bd7bd2dcf920d304e039bc from master
2016-01-12[1.9.x] Made CommandError use the exception directive in docs.Tim Graham
Backport of 555f8e9d5c640373d2bd30ec1212b341c859f828 from master
2016-01-11[1.9.x] Added missing period to "etc.".pp
Backport of b34ff66e5bae3760273255fa5b2525eb21a5eb63 from master
2016-01-11[1.9.x] Refs #25755 -- Unified a couple more spellings of 'website'.pp
Backport of c8d970a548cb5cbdad80dbb1b5b4e44ff08662b5 from master
2016-01-08[1.9.x] Fixed #26055 -- Removed an orphaned phrase in ↵Tim Graham
docs/howto/deployment/wsgi/modwsgi.txt. Backport of db8f462494d603eba922818479a87f5ddfe1a13b from master
2015-12-29[1.9.x] Fixed #25104 -- Added httpd.conf hyperlink to modwsgi doc.za
Backport of d9e150b3117521f7c24dc6393eb29eebc3cc376a from master
2015-12-24[1.9.x] Discouraged use of /tmp with predictable names.Chris Lamb
The use of predictable filenames in /tmp often leads to symlink attacks so remove the most obvious use of them in the docs. Backport of 77b8d8cb6d6d6345f479c68c4892291c1492ba7e from master
2015-12-11[1.9.x] Fixed #25893 -- Corrected custom lookups example.Bruno Alla
Backport of ffcdb0b471d0afc72b42b0a2b0c0c4fb45d7b6b1 from master
2015-12-03[1.9.x] Fixed #25851 -- Removed links to deprecated assignment tag docs.Alasdair Nicol
Backport of b6dd0afead80a17d0ac8c3ba35c510afac32a0b8 from master
2015-12-01[1.9.x] Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
Backport of 7aabd6238028f4bb78d0687bbccc97bcf634e28b from master
2015-11-17[1.9.x] Fixed #25526 -- Documented how to output colored text in custom ↵Elena Oat
management commands. Backport of d26207d56cab21e3767121d53ebaddbbfc78a4ce from master
2015-11-16[1.9.x] Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
Backport of 1f8dad69158a96d0649d321ce08ecc9c0465f962 from master
2015-11-14[1.9.x] Fixed #17686, refs #17816 -- Added "Files" section to Unicode topic.Florian Demmer
Thanks Fako Berkers for help with the patch. Backport of 25b912abbe31fa440e702b5273c18cf74e2d6e0b from master
2015-10-21[1.9.x] Revised Windows install instructions for Python 3.5.Tim Allen
Added instructions for installing virtualenv and virtualenvwrapper. Backport of 1ce11f6064e61af74578c402b9334b6ff38b97b2 from master
2015-10-06[1.9.x] Fixed #25515 -- Documented the return value of BaseCommand.handle()Tim Graham
Backport of 3f766d44c5ea000ecf47829ca565b1921dab2ac1 from master
2015-09-22Fixed #25447 -- Emphasized the need to restart dev server when adding ↵Henry Jordan
template tags.
2015-09-21Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton
2015-09-14Reverted "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 47016d4322574860f90431e1c87d19f7a1f778c6.
2015-09-11Fixed #25203 -- Documented how to pass Apache environment variables to Django.Paul Rentschler
2015-09-04Refs #25345 -- Updated links to code.google.com.Maxime Lorant
2015-09-04Updated static files howto title to include JavaScript.David Gibbons
2015-08-31Fixed #25259 -- Added comments to header of generated migration filesTyson Clugg
2015-08-24Fixed #25302 -- Prevented BrokenLinkEmailsMiddleware from reporting 404s ↵Maxime Lorant
when Referer = URL.
2015-08-10Removed unnecessary comma in docsClaude Paroz
2015-08-08Updated various links in docsClaude Paroz
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-08-01Fixed #25207 -- Misspelled word in documentation: dialogueCaio Ariede
2015-08-01Removed obsolete note about sentry/raven not handling WSGI properly.Matt Robenolt
2.0.7 was released in 2012.
2015-07-30Fixed #25199 -- Fixed dead link to HTMLdoc.Tim Graham
2015-07-28Fixed #25178 -- Added DEFAULT_FROM_EMAIL to deployment checklist.Tim Graham
2015-07-25Fixed malformed Sphinx directives.Tim Graham
2015-07-14Fixed #24716 -- Deprecated Field._get_val_from_obj()Thomas Stephenson
The method duplicates the functionality of Field.value_from_object() and has the additional downside of being a privately named public API method.
2015-07-14Fixed #25121 -- Added a warning that filtering sensitive information from ↵Tim Graham
error reporting isn't bulletproof
2015-07-13Fixed #25099 -- Cleaned up HttpRequest representations in error reporting.Vlastimil Zíma
2015-07-02Fixed #25029 -- Added PersistentRemoteUserMiddleware for login-page-only ↵Jan Pazdziora
external authentication.
2015-07-01Fixed typo in writing migrations docsClaude Paroz
2015-06-29Fixed #25018 -- Changed simple_tag to apply conditional_escape() to its output.Luke Plant
This is a security hardening fix to help prevent XSS (and incorrect HTML) for the common use case of simple_tag. Thanks to Tim Graham for the review.
2015-06-11Added ALLOWED_HOSTS and SERVER_EMAIL details to deployment checklist.Tim Graham
2015-06-06Fixed #24882 -- Documented Migration.run_beforeMark Henwood
2015-06-05Fixed #24926 -- Removed outdated information from deploymentYamila Moreno
2015-05-21Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons
* Converted the ``libraries`` and ``builtins`` globals of ``django.template.base`` into properties of the Engine class. * Added a public API for explicit registration of libraries and builtins.
2015-05-17Fixed #24630 -- Clarified docs about RunPython transactions.Tim Graham
Thanks Markus Holtermann for review.
2015-05-12Fixed #24105 -- Called Storage.get_valid_name() when upload_to is callableAbhaya Agarwal
2015-04-13Fixed typo in docs/howto/deployment/wsgi/apache-auth.txtAfriza N. Arief
2015-04-08Fixed #24602 -- Removed obsolete reference to __metaclass__ in custom model ↵Tim Graham
fields docs. Thanks schinckel for the report.
2015-03-17Updated location of database backend data_types attribute in docs.Tim Graham
2015-03-13Added link to section in docs/howto/custom-template-tags.txt.Ian Lee