| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-01 | [1.10.x] Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True. | Tim Graham | |
| This is a security fix. | |||
| 2016-11-01 | [1.10.x] Fixed CVE-2016-9013 -- Generated a random database user password ↵ | Marti Raudsepp | |
| when running tests on Oracle. This is a security fix. | |||
| 2016-11-01 | [1.10.x] Added stub release notes for 1.9.11/1.8.16. | Tim Graham | |
| 2016-11-01 | [1.10.x] Fixed #27363 -- Replaced unsafe redirect in SessionMiddleware with ↵ | Andrew Nester | |
| SuspiciousOperation. Backport of 1ce04bcce0076360623ae164afd3541a5c031af2 from master | |||
| 2016-10-31 | [1.10.x] Fixed #27400 -- Documented {% static %} encoding change in 1.10. | Henry Dang | |
| Backport of 9c2e1ad6a5f0ca98d68df7afdb13715921949c5a from master | |||
| 2016-10-31 | [1.10.x] Updated docs/topics/db/queries.txt examples to use print() function. | Timothy Allen | |
| Backport of 5595db9504ca3fe431f04f853ac8b71edac012c9 from master | |||
| 2016-10-31 | [1.10.x] Fixed #27410 -- Clarified when static files is enabled in ↵ | Tim Graham | |
| STATIC_ROOT docs. Backport of de91c172cfda624451fab9a87be92cc0d32e1fcf from master | |||
| 2016-10-31 | [1.10.x] Fixed #27063 -- Prevented i18n_patterns() from using too much of ↵ | Krzysztof Urbaniak | |
| the URL as the language. Backport of a01d887a3ad9029ed198b6af974534fec46223f9 from master | |||
| 2016-10-29 | [1.10.x] Fixed #27382 -- Doc'd that ugettext_lazy() should be converted to ↵ | medmunds | |
| text for non-Django code. Backport of d3708aeb26032911897e213a300c8b8ea5c5a345 from master | |||
| 2016-10-27 | [1.10.x] Documented that cache keys are strings rather than bytes. | Adam Chainz | |
| Backport of 968f61b99180a17e1752432df38f28f192c6cf86 from master | |||
| 2016-10-27 | [1.10.x] Described PostgreSQL as more scalable than SQLite. | mark-summerfield | |
| Backport of 4584bc3a1e3d610eb001cdfffa8ef18863fc03d3 from master | |||
| 2016-10-27 | [1.10.x] Updated "running the tests" to use 'pip install -e'. | Tim Graham | |
| Backport of d84ffcc22b2a0dbc0a44a67d56da7e3647e2f87a from master | |||
| 2016-10-26 | [1.10.x] Fixed #27299 -- Documented the Widget.use_required_attribute() method. | Jon Dufresne | |
| Thanks Tim Graham for the review and edits. Backport of c74378b from master | |||
| 2016-10-26 | [1.10.x] Clarified when the post_migrate signal is sent during migrate. | Thomas Güttler | |
| Backport of 7cdc2015e37e7fd9a0e5ff7315a61086c2aad803 from master | |||
| 2016-10-25 | [1.10.x] Fixed #27385 -- Fixed QuerySet.bulk_create() on PostgreSQL when the ↵ | David Barragán Merino | |
| number of objects is a multiple plus one of batch_size. Backport of b3bd3aa07c026239dd39d1a37498dfd0a2f09caf from master | |||
| 2016-10-25 | [1.10.x] Replaced Outputting PDF's "Further Resources" with a link to Django ↵ | Tim Graham | |
| Packages. Backport of a9d1d9528496bc5bed7c2d615a232f4ebc192676 from master | |||
| 2016-10-25 | [1.10.x] Updated postgresql.org links to https and made them canonical. | Marti Raudsepp | |
| Backport of 51fbe2a60d9c7ff3fe62688ad262ccda648f506d from master | |||
| 2016-10-24 | [1.10.x] Fixed #27374 -- Made JavaScriptCatalog respect the packages argument. | Alvin Lindstam | |
| Backport of 6b5106b1ceec03d945c1104b21feed3e25470fe0 from master | |||
| 2016-10-19 | [1.10.x] Fixed #27361 -- Used "from django import forms" in forms api docs. | Zach Borboa | |
| Backport of 90c3b11e873a326219a68c14a3b5dca0181e7b3c from master | |||
| 2016-10-18 | [1.10.x] Added myself to ops team. | Markus Holtermann | |
| Backport of 7eda99f03f6dfbd5a4a3f1e40e6d51842fd3268f from master | |||
| 2016-10-18 | [1.10.x] Fixed #27352 -- Doc'd social media fingerprinting consideration ↵ | Markus Holtermann | |
| with login's redirect_authenticated_user. Backport of b5fc192b99ce92a7ccad08cca7b59b1a4e7ca230 from master | |||
| 2016-10-17 | [1.10.x] Fixed ModelAdmin.get_max_num() example if obj is None. | Riccardo Magliocchetti | |
| Backport of a4e9e834e3dfc8d5a024a78c765f193105d41a48 from master | |||
| 2016-10-15 | [1.10.x] Updated security policy according to current practices. | Tim Graham | |
| Also added security release date notifications to django-announce. Backport of af98a0a25e89816007453f3c62f3a4d525ee0405 from master | |||
| 2016-10-14 | [1.10.x] Fixed #27349 -- Doc'd the CSRF_FAILURE_VIEW setting in view topic ↵ | David D Lowe | |
| guide. Backport of 424187ec4be73a36d5430901382a27c8523f446a from master | |||
| 2016-10-14 | [1.10.x] Refs #19705 -- Documented decorator ordering with @condition(). | Kevin Christopher Henry | |
| Backport of 9eb49af821546af1cae8f3a91aefea4b99a6478f from master | |||
| 2016-10-13 | [1.10.x] Fixed #27200 -- Provided makemigration's allow_migrate() with ↵ | Tim Graham | |
| model_name. Backport of cd09524f27b83c0ca9dabafa81265e8d8abd252a from master | |||
| 2016-10-13 | [1.10.x] Fixed #27342 -- Corrected QuerySet.update_or_create() example. | Tim Graham | |
| Backport of 51b83d9e5113ea5b81d04f4d117bd5acd3c1b822 from master | |||
| 2016-10-11 | [1.10.x] Fixed typo in docs/ref/checks.txt. | Nick Pope | |
| Backport of 81463ce0a147dbbc8a0c7d2ae0d5ca02cce97984 from master | |||
| 2016-10-10 | [1.10.x] Doc'd the need to provide initial for formset submissions. | Tim Graham | |
| Backport of 80f5a4d87a6068efe7c04bd9436f0293fbbb4db3 from master | |||
| 2016-10-08 | [1.10.x] Added template syntax highlighting in docs/topics/i18n/timezones.txt. | Tim Graham | |
| Backport of 19a140a1b37471e7e99f1fbb5e717b0d605a1895 from master | |||
| 2016-10-07 | [1.10.x] Fixed #25475 -- Doc'd how to use a literal % in Func.template. | Tim Graham | |
| Backport of c60feb6999f83bfd1fdabff01f0dd4a26d72e158 from master | |||
| 2016-10-07 | [1.10.x] Updated security team roster. | Markus Holtermann | |
| Backport of f8deed7199ff35434d668d8d917a7ceed52023e7 from master | |||
| 2016-10-07 | [1.10.x] Doc'd that model instances with pk=None don't compare equal. | Adam Chainz | |
| Backport of 224fe22bf1628c1feff110ce993dcb33880bf3a3 from master | |||
| 2016-10-06 | [1.10.x] Fixed docs typos in lines ending with a dash. | Tim Graham | |
| Backport of e261337eea46b472c92cf1c351b22d62a7045e11 from master | |||
| 2016-10-06 | [1.10.x] Documented AppRegistryNotReady. | Aymeric Augustin | |
| Backport of 5d35181de4a9d693c4702680974b30db3035a0c9 from master | |||
| 2016-10-04 | [1.10.x] Refs #11078 -- Doc'd Meta inheritance in proxy models. | Jonatas CD | |
| Backport of e8728f03f0bfbdb555be0a663d1608e1991d10a6 from master | |||
| 2016-10-04 | [1.10.x] Documented render_to_string()'s `using` parameter. | Corey Farwell | |
| Backport of 24da355686372f03ab48e2e916de48962fd7881f from master | |||
| 2016-10-04 | [1.10.x] Fixed #27292 -- Removed unnecessary password assignment in auth ↵ | Tim Graham | |
| backend example. Backport of e262f002311735869a5d8b0a8f788708322db595 from master | |||
| 2016-10-04 | [1.10.x] Fixed typos in docs/ref/contrib/admin/javascript.txt. | aruseni | |
| Backport of 9e26a8331dd593c674ac94f2582093da01b070e8 from master | |||
| 2016-10-04 | [1.10.x] Fixed typo in docs/ref/contrib/admin/javascript.txt. | aruseni | |
| Backport of 12b9aa279f453f0a41c1153393b6211d8352302c from master | |||
| 2016-10-04 | [1.10.x] Fixed #27279 -- Fixed a migration performance regression related to ↵ | Simon Charette | |
| RenameModel operations. Thanks Trac alias mtomiyoshi for the report, Marten Kenbeek for the initial patch and Tim for the review. Backport of 040bd7c9387cfbf70a543c507b3b9eeb8f2725dc from master | |||
| 2016-10-04 | [1.10.x] Fixed #27309 -- Added CallableBool.__hash__(). | Reto Aebersold | |
| Backport of 3ab55c1a8a58ae6d6791cafbcefaf224d01ff314 from master | |||
| 2016-10-03 | [1.10.x] Fixed #27307 -- Added missing url names in sitemaps docs. | Tim Graham | |
| Backport of fe1aee6b98d2a94ecc983463938135d192ef9afc from master | |||
| 2016-10-01 | [1.10.x] Added stub release notes for 1.10.3. | Tim Graham | |
| Backport of bae1160c3f70a6156b36792ad4fb59e9d0b82540 from master | |||
| 2016-10-01 | [1.10.x] Fixed #27302 -- Fixed ModelAdmin.construct_change_message() changed ↵ | Claude Paroz | |
| field detection Thanks Ramiro Morales for the report and Tim Graham for the review. Backport of 67eee5e4fa08f4404445ebf4f54b686e68a8530c from master. | |||
| 2016-10-01 | [1.10.x] Added release date for 1.10.2. | Tim Graham | |
| Backport of aa7dc2dc39e5d7911839030bd2d14feb0efa6429 from master | |||
| 2016-10-01 | [1.10.x] Confirmed support for PostGIS 2.3. | Tim Graham | |
| Backport of 79c91070e5797f647347c2f8bdfc4c7a0f835fb3 from master | |||
| 2016-09-30 | [1.10.x] Refs #27186 -- Fixed model form default fallback for ↵ | Tim Graham | |
| CheckboxSelectMultiple. Backport of 87c5e7efebd040aef0f0479ccf86877155bb5cea from master | |||
| 2016-09-30 | [1.10.x] Fixed #27294 -- Documented UserCreationForm's fields. | Lewis Cowles | |
| Backport of 1d25eb9688f1a245737490dccf8ba54b6c907052 from master | |||
| 2016-09-30 | [1.10.x] Updated links to the current version of PostGIS docs. | Tim Graham | |
| Backport of cc282fa731dd4a427fb4e2aa6fb0e6763e44a72d from master | |||
