Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/howto
Commit message (Collapse)AuthorAgeFilesLines
* Revised Windows install instructions for Python 3.5.Tim Allen2015-10-221-38/+50
| | | | Added instructions for installing virtualenv and virtualenvwrapper.
* Fixed #25515 -- Documented the return value of ↵Tim Graham2015-10-061-0/+3
| | | | BaseCommand.handle()
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-244-26/+0
|
* Refs #22835 -- Removed NoArgsCommand per deprecation ↵Tim Graham2015-09-241-16/+0
| | | | timeline.
* Refs #9893 -- Removed shims for lack of max_length ↵Tim Graham2015-09-241-4/+0
| | | | support in file storage per deprecation timeline.
* Refs #19973 -- Removed optparse support in management ↵Tim Graham2015-09-241-40/+0
| | | | commands per deprecation timeline.
* Removed SubfieldBase per deprecation timeline.Tim Graham2015-09-241-7/+0
|
* Fixed #25447 -- Emphasized the need to restart dev ↵Henry Jordan2015-09-231-2/+6
| | | | server when adding template tags.
* Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton2015-09-211-12/+3
|
* Reverted "Fixed #25203 -- Documented how to pass Apache ↵Tim Graham2015-09-141-41/+0
| | | | | | | | environment variables to Django." As discussed on the ticket, this isn't a pattern we should recommend. This reverts commit 47016d4322574860f90431e1c87d19f7a1f778c6.
* Fixed #25203 -- Documented how to pass Apache ↵Paul Rentschler2015-09-111-0/+41
| | | | environment variables to Django.
* Refs #25345 -- Updated links to code.google.com.Maxime Lorant2015-09-041-3/+3
|
* Updated static files howto title to include JavaScript.David Gibbons2015-09-041-3/+3
|
* Fixed #25259 -- Added comments to header of generated ↵Tyson Clugg2015-08-311-0/+2
| | | | migration files
* Fixed #25302 -- Prevented BrokenLinkEmailsMiddleware ↵Maxime Lorant2015-08-251-2/+9
| | | | from reporting 404s when Referer = URL.
* Removed unnecessary comma in docsClaude Paroz2015-08-101-1/+1
|
* Updated various links in docsClaude Paroz2015-08-084-5/+5
|
* Updated Wikipedia links to use httpsClaude Paroz2015-08-082-3/+3
|
* Fixed #25207 -- Misspelled word in documentation: dialogueCaio Ariede2015-08-022-4/+2
|
* Removed obsolete note about sentry/raven not handling ↵Matt Robenolt2015-08-021-2/+1
| | | | | | WSGI properly. 2.0.7 was released in 2012.
* Fixed #25199 -- Fixed dead link to HTMLdoc.Tim Graham2015-07-301-1/+1
|
* Fixed #25178 -- Added DEFAULT_FROM_EMAIL to deployment ↵Tim Graham2015-07-281-3/+4
| | | | checklist.
* Fixed malformed Sphinx directives.Tim Graham2015-07-251-1/+1
|
* Fixed #24716 -- Deprecated Field._get_val_from_obj()Thomas Stephenson2015-07-141-4/+5
| | | | | | The method duplicates the functionality of Field.value_from_object() and has the additional downside of being a privately named public API method.
* Fixed #25121 -- Added a warning that filtering sensitive ↵Tim Graham2015-07-141-0/+8
| | | | information from error reporting isn't bulletproof
* Fixed #25099 -- Cleaned up HttpRequest representations ↵Vlastimil Zíma2015-07-141-7/+0
| | | | in error reporting.
* Fixed #25029 -- Added PersistentRemoteUserMiddleware for ↵Jan Pazdziora2015-07-021-1/+24
| | | | login-page-only external authentication.
* Fixed typo in writing migrations docsClaude Paroz2015-07-011-1/+1
|
* Fixed #25018 -- Changed simple_tag to apply ↵Luke Plant2015-06-291-2/+22
| | | | | | | | | conditional_escape() to its output. 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.
* Added ALLOWED_HOSTS and SERVER_EMAIL details to ↵Tim Graham2015-06-111-0/+18
| | | | deployment checklist.
* Fixed #24882 -- Documented Migration.run_beforeMark Henwood2015-06-061-0/+41
|
* Fixed #24926 -- Removed outdated information from deploymentYamila Moreno2015-06-051-12/+1
|
* Fixed #17085, #24783 -- Refactored template library ↵Preston Timmons2015-05-211-3/+14
| | | | | | | | registration. * 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.
* Fixed #24630 -- Clarified docs about RunPython transactions.Tim Graham2015-05-181-31/+54
| | | | Thanks Markus Holtermann for review.
* Fixed #24105 -- Called Storage.get_valid_name() when ↵Abhaya Agarwal2015-05-131-3/+9
| | | | upload_to is callable
* Fixed typo in docs/howto/deployment/wsgi/apache-auth.txtAfriza N. Arief2015-04-131-1/+1
|
* Fixed #24602 -- Removed obsolete reference to ↵Tim Graham2015-04-081-4/+4
| | | | | | __metaclass__ in custom model fields docs. Thanks schinckel for the report.
* Updated location of database backend data_types ↵Tim Graham2015-03-181-6/+6
| | | | attribute in docs.
* Added link to section in ↵Ian Lee2015-03-131-1/+2
| | | | docs/howto/custom-template-tags.txt.
* Fixed typo in docs/howto/custom-template-tags.txt.Ian Lee2015-03-131-1/+1
|
* Documented how to use a non-root subdirectory with mod_wsgi.Ian Lee2015-03-131-0/+8
|
* Fixed #24464 -- Made built-in HTML template filter ↵Erik Romijn2015-03-091-8/+19
| | | | | | | | | | functions escape 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.
* Fixed typo in docs/howto/custom-template-tags.txtTim Graham2015-03-091-1/+1
|
* Fixed #24379 -- Documented that remote user example ↵Ross Brunton2015-03-031-0/+12
| | | | disables ModelBackend.
* Added syntax highlighting for apache code blocksIan Lee2015-03-021-3/+9
|
* Broke long lines in code examples.Ian Lee2015-02-231-6/+18
| | | | | | 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.
* Fixed #24358 -- Corrected code-block directives for ↵Sean Wang2015-02-223-4/+4
| | | | console sessions.
* Fixed #24351, #24346 -- Changed the signature of ↵Loic Bistuer2015-02-201-1/+5
| | | | | | | | | | | | | | | | allow_migrate(). 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.
* Update converters to take a consistent set of parameters.Marc Tamlyn2015-02-201-1/+1
| | | | | | 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.
* Set context.template instead of context.engine while ↵Aymeric Augustin2015-02-191-10/+12
| | | | | | | | rendering. This opens more possibilities, like accessing context.template.origin. It also follows the chain of objects instead of following a shortcut.