| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-30 | [1.10.x] Replaced RawSQL with Cast in Coalesce doc example. | Simon Charette | |
| Backport of ad8f6a45eb44dbf527f915246883034c8554754c from master | |||
| 2016-11-25 | [1.10.x] Fixed #27509 -- Removed redundant gdal-bin dependency listing. | Luke Murphy | |
| Backport of c238da894216458bb548b039a754844d44f3cd80 from master | |||
| 2016-11-23 | [1.10.x] Normalized casing of "custom user model". | Tim Graham | |
| Backport of 93a081946d92da010c7de62dc58e697c6c33e5d3 from master | |||
| 2016-11-21 | [1.10.x] Fixed #27511 -- Corrected Field.related_model docs about ↵ | Tim Graham | |
| GenericRelation. Backport of 55adfc076030fc6be2c8d459c4c0a5c91cd4c94c from master | |||
| 2016-11-17 | [1.10.x] Fixed #27482 -- Doc'd an example of Case() in QuerySet.filter(). | Jonatas CD | |
| Backport of b28c6ca7631e13ea29490bf51a367ab10198c74c from master | |||
| 2016-11-15 | [1.10.x] Replaced "django" with "Django" in spelling_wordlist. | akki | |
| Backport of 74ed20b49ade9f1cbd9af294e35478d8e0f59344 from master | |||
| 2016-11-15 | [1.10.x] Fixed #26985 -- Doc'd that ForeignKey.to_field reference must be ↵ | Jonatas CD | |
| unique. Backport of 9da45ff352db1d1b7c64e5c724e9b0b31822b967 from master | |||
| 2016-11-11 | [1.10.x] Fixed typo in docs/ref/settings.txt. | Ian Lee | |
| Backport of 501c9930101060d63fb5c25c1dc0154a6c23b775 from master | |||
| 2016-11-09 | [1.10.x] Inlined a note in docs/ref/models/expressions.txt. | Tim Graham | |
| Backport of 0d6c7cae7c4bc3ecd12c5a0d929384f3aa3e90d1 from master | |||
| 2016-11-09 | [1.10.x] Fixed #27414 -- Doc'd that F() expressions on relations return pk ↵ | Jop Reyntjes | |
| values. Backport of f8fab6f90233c7114d642dfe01a4e6d4cb14ee7d from master | |||
| 2016-11-08 | [1.10.x] Fixed #27420 -- Quoted the Oracle test user password in queries. | Mariusz Felisiak | |
| Backport of c4b04e1598c4325454c808183dce17b284ed9e28 from master | |||
| 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-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-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] Updated postgresql.org links to https and made them canonical. | Marti Raudsepp | |
| Backport of 51fbe2a60d9c7ff3fe62688ad262ccda648f506d 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-17 | [1.10.x] Fixed ModelAdmin.get_max_num() example if obj is None. | Riccardo Magliocchetti | |
| Backport of a4e9e834e3dfc8d5a024a78c765f193105d41a48 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-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] 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] 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-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] 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] Updated links to the current version of PostGIS docs. | Tim Graham | |
| Backport of cc282fa731dd4a427fb4e2aa6fb0e6763e44a72d from master | |||
| 2016-09-30 | [1.10.x] Updated links to the current version of MySQL docs. | Tim Graham | |
| Backport of 98196766769c2ed8816772b60a2e8b79028963a2 from master | |||
| 2016-09-29 | [1.10.x] Normalized spelling of "Web server/page" in docs. | Tim Graham | |
| Backport of eb4d4376fc0f3958ef8e801434ef2bb61a07b56a from master | |||
| 2016-09-29 | [1.10.x] Fixed import typos in the docs. | Frank Wiles | |
| Backport of a09c058918f85949fd4c003e7ae62869f4559bd3 from master | |||
| 2016-09-28 | [1.10.x] Fixed typo in docs/ref/contrib/gis/install/postgis.txt. | Christian Bundy | |
| Backport of 9c522d2ed8e752932bfff62d6e2940e56dee700b from master | |||
| 2016-09-27 | [1.10.x] Fixed #27076 -- Documented contrib.admin.sites.AdminSite.register(). | Austin Simmons | |
| Backport of 0f6829a68afb91abfdea8489008ebffac3d5220c from master | |||
| 2016-09-27 | [1.10.x] Fixed #27053 -- Documented contrib.auth.get_user(). | Berker Peksag | |
| Backport of f7e91cac689b28fc32ca52cdeac258ec0d58b4fc from master | |||
| 2016-09-26 | [1.10.x] Fixed #27276 -- Doc'd how to reverse admin's login view. | Jonatas CD | |
| Backport of 6d6d1b10017d4f0ade761fb07c78c146e3008d65 from master | |||
| 2016-09-22 | [1.10.x] Fixed #27186 -- Fixed model form default fallback for MultiWidget, ↵ | Tim Graham | |
| FileInput, SplitDateTimeWidget, SelectDateWidget, and SplitArrayWidget. Thanks Matt Westcott for the review. Backport of 3507d4e773aa9ff2336e7230ba231c4ba6eb568f from master | |||
| 2016-09-17 | [1.10.x] Corrected docs for return type of Field.formfield(). | zhuanyenan | |
| Backport of 17677d510f65012531a5af57fd056fb15cfe1067 from master | |||
| 2016-09-15 | [1.10.x] Fixed typo in docs/ref/settings.txt. | Tim Graham | |
| Backport of 43c471e81c27542e4dc392dfa2310c5a52db35d9 from master | |||
| 2016-09-12 | [1.10.x] Fixed #27209 -- Fixed typo in docs/ref/models/database-functions.txt. | Simon Charette | |
| Thanks Valentin Ignatyev for the report. Backport of 767ba009764c6640b20ea6a6dc6ee2559cc87800 from master | |||
| 2016-09-09 | [1.10.x] Normalized spelling of ETag. | Tim Graham | |
| Backport of ef021412d5e7eb78c89f0b7cf2ec01bcb959a837 from master | |||
| 2016-09-02 | [1.10.x] Fixed #27099 -- Documented list filter's has_output() method. | Jeff Willette | |
| Backport of bd3dc670b53d1742d317d2a088a9d145ce0083d7 from master | |||
| 2016-09-01 | [1.10.x] Clarified URL regex check message with respect to include(). | Riccardo Magliocchetti | |
| Backport of 7ed8b98f42cd3a9fa530bbb764d3d79230e0a7a7 from master | |||
| 2016-09-01 | [1.10.x] Refs #27162 -- Complemented docs related to CreateExtension | Claude Paroz | |
| Thanks Tim Graham for the review. Backport of 6b54504e667da3f6bc53b887ffd7e8cc113a94b1 from master | |||
| 2016-08-31 | [1.10.x] Made settings docs link to cache parameters more specific. | Ed Morley | |
| Backport of 1d54fb4483f034d2dced86f1b012671c8ee6ef5d from master | |||
| 2016-08-30 | [1.10.x] Fixed #27145 -- Updated Storage.save() docs for refs #18899. | Tim Graham | |
| Backport of 3f16e4df494dc9143d110b886c8e8608f9d2b584 from master | |||
| 2016-08-26 | [1.10.x] Fixed incorrect variable name in {% regroup %} docs. | Baptiste Mispelon | |
| Backport of 7968bb7fada503b79d8b0e8c92aa076d60c17241 from master | |||
| 2016-08-23 | [1.10.x] Fixed #26998 -- Reverted some admin checks from checking ↵ | Collin Anderson | |
| field.many_to_many back to isinstance(field, models.ManyToManyField). This partially reverts 983c158da7723eb00a376bd31db76709da4d0260 Backport of 384f89f8f843953ac11cf211f85291b5c14baeb9 from master | |||
