| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-22 | Fixed #25447 -- Emphasized the need to restart dev server when adding ↵ | Henry Jordan | |
| template tags. | |||
| 2015-09-21 | Fixed #24629 -- Unified Transform and Expression APIs | Josh Smeaton | |
| 2015-09-14 | 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 47016d4322574860f90431e1c87d19f7a1f778c6. | |||
| 2015-09-11 | Fixed #25203 -- Documented how to pass Apache environment variables to Django. | Paul Rentschler | |
| 2015-09-04 | Refs #25345 -- Updated links to code.google.com. | Maxime Lorant | |
| 2015-09-04 | Updated static files howto title to include JavaScript. | David Gibbons | |
| 2015-08-31 | Fixed #25259 -- Added comments to header of generated migration files | Tyson Clugg | |
| 2015-08-24 | Fixed #25302 -- Prevented BrokenLinkEmailsMiddleware from reporting 404s ↵ | Maxime Lorant | |
| when Referer = URL. | |||
| 2015-08-10 | Removed unnecessary comma in docs | Claude Paroz | |
| 2015-08-08 | Updated various links in docs | Claude Paroz | |
| 2015-08-08 | Updated Wikipedia links to use https | Claude Paroz | |
| 2015-08-01 | Fixed #25207 -- Misspelled word in documentation: dialogue | Caio Ariede | |
| 2015-08-01 | Removed obsolete note about sentry/raven not handling WSGI properly. | Matt Robenolt | |
| 2.0.7 was released in 2012. | |||
| 2015-07-30 | Fixed #25199 -- Fixed dead link to HTMLdoc. | Tim Graham | |
| 2015-07-28 | Fixed #25178 -- Added DEFAULT_FROM_EMAIL to deployment checklist. | Tim Graham | |
| 2015-07-25 | Fixed malformed Sphinx directives. | Tim Graham | |
| 2015-07-14 | Fixed #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-14 | Fixed #25121 -- Added a warning that filtering sensitive information from ↵ | Tim Graham | |
| error reporting isn't bulletproof | |||
| 2015-07-13 | Fixed #25099 -- Cleaned up HttpRequest representations in error reporting. | Vlastimil Zíma | |
| 2015-07-02 | Fixed #25029 -- Added PersistentRemoteUserMiddleware for login-page-only ↵ | Jan Pazdziora | |
| external authentication. | |||
| 2015-07-01 | Fixed typo in writing migrations docs | Claude Paroz | |
| 2015-06-29 | Fixed #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-11 | Added ALLOWED_HOSTS and SERVER_EMAIL details to deployment checklist. | Tim Graham | |
| 2015-06-06 | Fixed #24882 -- Documented Migration.run_before | Mark Henwood | |
| 2015-06-05 | Fixed #24926 -- Removed outdated information from deployment | Yamila Moreno | |
| 2015-05-21 | Fixed #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-17 | Fixed #24630 -- Clarified docs about RunPython transactions. | Tim Graham | |
| Thanks Markus Holtermann for review. | |||
| 2015-05-12 | Fixed #24105 -- Called Storage.get_valid_name() when upload_to is callable | Abhaya Agarwal | |
| 2015-04-13 | Fixed typo in docs/howto/deployment/wsgi/apache-auth.txt | Afriza N. Arief | |
| 2015-04-08 | Fixed #24602 -- Removed obsolete reference to __metaclass__ in custom model ↵ | Tim Graham | |
| fields docs. Thanks schinckel for the report. | |||
| 2015-03-17 | Updated location of database backend data_types attribute in docs. | Tim Graham | |
| 2015-03-13 | Added link to section in docs/howto/custom-template-tags.txt. | Ian Lee | |
| 2015-03-13 | Fixed typo in docs/howto/custom-template-tags.txt. | Ian Lee | |
| 2015-03-12 | Documented how to use a non-root subdirectory with mod_wsgi. | Ian Lee | |
| 2015-03-09 | Fixed #24464 -- Made built-in HTML template filter functions escape their ↵ | Erik Romijn | |
| 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. | |||
| 2015-03-09 | Fixed typo in docs/howto/custom-template-tags.txt | Tim Graham | |
| 2015-03-02 | Fixed #24379 -- Documented that remote user example disables ModelBackend. | Ross Brunton | |
| 2015-03-02 | Added syntax highlighting for apache code blocks | Ian Lee | |
| 2015-02-23 | 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. | |||
| 2015-02-22 | Fixed #24358 -- Corrected code-block directives for console sessions. | Sean Wang | |
| 2015-02-20 | 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. | |||
| 2015-02-20 | 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. | |||
| 2015-02-19 | 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. | |||
| 2015-02-15 | Deprecated TEMPLATE_DEBUG setting. | Aymeric Augustin | |
