| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-01 | [1.10.x] Bumped version for 1.10 release.1.10 | Tim Graham | |
| 2016-08-01 | [1.10.x] Added release dates for 1.10 and 1.9.9 | Tim Graham | |
| Backport of 95b47c009b7d3af4aeceb24dd49e6a442faede4c from master | |||
| 2016-08-01 | Pulled contrib translations from Transifex | Claude Paroz | |
| 2016-08-01 | Pulled core Django translations from Transifex | Claude Paroz | |
| 2016-08-01 | [1.10.x] Fixed #26927 -- Made subwidget iteration pass disabled and required ↵ | Jon Dufresne | |
| attributes. Backport of ac3aaaa740dcf9c6efd2f88ee9219c1924c7695e from master | |||
| 2016-08-01 | [1.10.x] Fixed #26930 -- Prevented makemigrations from accessing an empty ↵ | Tim Graham | |
| database. Thanks Liz Lemon for the report and investigation and Claude Paroz for the test. Backport of aad46c3e370e105f9117a337924090d05f1b001d from master | |||
| 2016-07-31 | [1.10.x] Fixed #26972 -- Fixed is_collection definition in MapWidget ↵ | Claude Paroz | |
| initialization Backport of f530b4fdfc2be3c2a0edcf38ebeb12bb5a4f0b83 from master. | |||
| 2016-07-30 | [1.10.x] Refs #25550 -- Corrected deprecation message for assigning M2M ↵ | Tim Graham | |
| relations. Backport of 5fa4370543658aedd79dc554d8c52684d6c7cbca from master | |||
| 2016-07-30 | [1.10.x] Fixed #26970 -- Fixed crash with disabled ModelMultipleChoiceField. | Tim Graham | |
| Backport of 4e861682904744b0ea3ead8552513c6f1a826c5a from master | |||
| 2016-07-30 | [1.10.x] Removed unnecessary 'just' from docs/ref/templates/api.txt. | Ana Balica | |
| Backport of 36fbf9b7d1870121269a09540d689ffc16a56d74 from master | |||
| 2016-07-29 | [1.10.x] Fixed #26896 -- Allowed a lazy base_url for FileSystemStorage. | Tomas Pazderka | |
| Backport of b820b6108a7d3f11ec18774d16d657f4f63fe9fa from master | |||
| 2016-07-28 | [1.10.x] Fixed a typo in tests/middleware/test_security.py | Tim Graham | |
| Backport of 0850236a8c3647bc3c239bd34afae0488abe5c60 from master | |||
| 2016-07-28 | [1.10.x] Refs #26657 -- Fixed a crash induced by invalid WKT returned by ↵ | Sergey Fedoseev | |
| MySQL 5.7.5+. Backport of 4178488881f4e703c4e47ea78720dd61e0230ce5 from master | |||
| 2016-07-28 | [1.10.x] Fixed #26657 -- Made GeomValue omit SRID for MySQL. | Sergey Fedoseev | |
| This fixes some test failures on MySQL 5.7+. Backport of 9031a4c13bdb1ee4d0f1253fcfcad73d26c25740 from master | |||
| 2016-07-27 | [1.10.x] Removed extra periods in docs/howto/static-files/index.txt headers. | Kenneth Schnall | |
| Backport of cd2e4293cbf3416af6c478c5aaab711cae88892c from master | |||
| 2016-07-27 | [1.10.x] Fixed #26949 -- Fixed crash of disabled forms.JSONField. | Olexander Yermakov | |
| Backport of 68de48c96328e13d5dbdb1f3006e4a1ca74f3c34 from master | |||
| 2016-07-27 | [1.10.x] Fixed #26917 -- Fixed crash in disabled ModelChoiceFields. | Tim Graham | |
| Partially reverted refs #25532 to fix a regression in Django 1.10. This reintroduces a crash for disabled forms.JSONField (refs #26949), however, that issue is also present on Django 1.9. Thanks Ryan Schave for the test. Backport of a5f85d891b51d7ceb4f9e422e3e4f5c741062288 from master | |||
| 2016-07-25 | [1.10.x] Fixed #26915 -- Fixed regression handling responses returned from ↵ | Alex Hill | |
| view middleware. Backport of 44a6b4028033890d4a3832875c774db321182de6 from master | |||
| 2016-07-25 | [1.10.x] Fixed #26946 -- Clarified instructions for customizing ↵ | Tim Graham | |
| collectstatic's ignore_patterns. Backport of ec4a6b33a9af7f7c266c92b4ffb9b0a49ee5b1eb from master | |||
| 2016-07-25 | [1.10.x] Refs #25232 -- Documented AllowAll*Backend in "new features" ↵ | Markus Holtermann | |
| section of 1.10 release notes. Backport of e69091b34a34697fe7eac38763dd372b305e1ab4 from master | |||
| 2016-07-25 | [1.10.x] Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs. | Naved Khan | |
| Backport of 9a5a789da2b53a9c19ea47130507ce26839eb008 from master | |||
| 2016-07-25 | [1.10.x] Fixed #26925 -- Linked aggregation ordering topic from ↵ | Tim Graham | |
| Meta.ordering docs. Backport of 3aaf6cf0f3288986c4ce56defea26420f8a48534 from master | |||
| 2016-07-24 | [1.10.x] Fixed #26938 -- Fixed invalid HTML in template postmortem on the ↵ | Jon Dufresne | |
| debug page. Backport of 348cfccd9072f0e08ffe4cfb3946d1dc6a629e86 from master | |||
| 2016-07-24 | [1.10.x] Added stub release notes for 1.9.9. | Jon Dufresne | |
| Backport of b2e54aec58439adbd64fec2427d87f11945ab33c from master | |||
| 2016-07-24 | [1.10.x] Fixed #26945 -- Ensured that i18n_patterns returns a list | Alex Hill | |
| Backport of 971120778a7e7b7ebc2fc48275cca20a87580efe from master | |||
| 2016-07-22 | [1.10.x] Fixed #18348 -- Documented SesssionStore.create() | Preetham Nosum | |
| Backport of 32cf01c1c1dcd5fa5d700d0e5117778caf947b74 from master | |||
| 2016-07-21 | [1.10.x] Fixed #26922 -- Fixed SimpleTestCase.assertHTMLEqual() crash on ↵ | Dmitry Dygalo | |
| Python 3.5+. Backport of d7a097265b1842843a73ce0da36ef98bacac8a3e from master | |||
| 2016-07-21 | [1.10.x] Fixed #26923 -- Fixed template_tests with numpy < 1.9.0. | Raphaël Hertzog | |
| Backport of 8e5cbc884f77c85b0edbc6206810643abaf589c9 from master | |||
| 2016-07-21 | [1.10.x] Fixed #26899 -- Documented why RawSQL params is a required parameter. | petedmarsh | |
| Backport of 7bf3ba0d0c700670d13d7683eec7bd3eb3d4dd1f from master | |||
| 2016-07-21 | [1.10.x] Fixed #26918 -- Clarified source of pre/post_save update_fields ↵ | Tim Graham | |
| argument. Backport of a05d86a69a7f11f00032b8d7846932b139c670e0 from master | |||
| 2016-07-19 | [1.10.x] Fixed #26916 -- Fixed prefetch_related when using a cached_property ↵ | Simon Charette | |
| as to_attr. Thanks Trac alias karyon for the report and Tim for the review. Backport of 271bfe65d986f5ecbaeb7a70a3092356c0a9e222 from master | |||
| 2016-07-19 | [1.10.x] Fixed a GeoIP test failure with the latest data. | Tim Graham | |
| Backport of 081fdaf110386db940d834ba51d93e23aa293fcd from master | |||
| 2016-07-18 | [1.10.x] Added CVE-2016-6186 to the security release archive. | Tim Graham | |
| Backport of bc53af13cbf09b0cbac945426c2d51d0ca52fff3 from master | |||
| 2016-07-18 | [1.10.x] Bumped version for 1.10 release candidate 1.1.10rc1 | Tim Graham | |
| 2016-07-18 | [1.10.x] Fixed XSS in admin's add/change related popup. | Tim Graham | |
| This is a security fix. | |||
| 2016-07-16 | [1.10.x] Fixed #26900 -- Fixed crash accessing deferred FileFields. | Tim Graham | |
| Backport of 7c33aa8a87d323f0e8e5368705aa8ba96f9819d0 from master | |||
| 2016-07-15 | [1.10.x] Fixed inconsistent indentation in docs/ref/models/options.txt | Tim Graham | |
| Backport of ba246bd5fe3c3c392cb0a56648542dbca435d107 from master | |||
| 2016-07-15 | [1.10.x] Fixed #26868 -- Changed MySQL version detection to use a query. | Marc-Aurèle Brothier | |
| Workaround a bug with MariaDB and MySQL native client not stripping the `5.5.5-` prefix. Backport of f8bfa806805a87d2cdd677089bd96fbf8400cb95 from master | |||
| 2016-07-15 | [1.10.x] Updated contrib.postgres translation catalog | Claude Paroz | |
| 2016-07-14 | [1.10.x] Refs #26897 -- Added cleanup to i18n test | Claude Paroz | |
| 2016-07-14 | [1.10.x] Refs #26897 -- Missing directory containment in i18n test | Claude Paroz | |
| 2016-07-14 | [1.10.x] Fixed #26888 -- Fixed concurrency issue in URL resolver. | Marten Kenbeek | |
| Fixed a regression in 625b8e9295d79650208bfb3fca8bf9e6aaf578e4: improper short-circuiting could lead to a KeyError when threads concurrently call RegexURLResolver._populate(). Backport of 389a5318a06e7e4d8f8aba14af88c4cc4ea0db47 from master | |||
| 2016-07-14 | [1.10.x] Fixed #26897 -- Fixed makemessages crash on Python 2 with non-ASCII ↵ | Claude Paroz | |
| file names Thanks Tim Graham for the review. Backport of 3e71f6544feca490211e88db4f449dfdb7acce39 from master. | |||
| 2016-07-14 | [1.10.x] Fixed #26890 -- Fixed IntegerField crash on Unicode numbers. | Jon Dufresne | |
| Backport of 76e19da5b0385d4f8afda509e0b60f77f7ffc4c2 from master | |||
| 2016-07-14 | [1.10.x] Reverted "Fixed #25388 -- Added an option to allow disabling of ↵ | Tim Graham | |
| migrations during test database creation" This reverts commit 157d7f1f1de4705daddebb77f21bd7097a74513d since it disables migrations all the time, not just during tests. Backport of 944e66cb1db6614ef0644b9030dd1d75e950767c from master | |||
| 2016-07-14 | [1.10.x] Fixed #26894 -- Fixed a typo in docs/faq/admin.txt | Tim Graham | |
| Backport of a11719047711d8031dcea6a71cc5972b9ec1d48f from master | |||
| 2016-07-14 | [1.10.x] Fixed typos in docs/ref/contrib/postgres/search.txt | Tom Carrick | |
| Backport of 46e20104609bbf78500c2bde10f75f51585ddf11 from master | |||
| 2016-07-14 | [1.10.x] Reworded a sentence in tutorial 7. | Daniel Rice | |
| Backport of 08c723fbae9d7625599fb84f602b425e82943e15 from master | |||
| 2016-07-13 | [1.10.x] Fixed #26889 -- Fixed missing PostgreSQL index in ↵ | Jon Dufresne | |
| SchemaEditor.add_field(). Backport of 2e4cfcd2b9a0984ad6c4087a5deebbf33413835c from master | |||
| 2016-07-12 | [1.10.x] Fixed #17657 -- Made ModelForm respect ModelMultipleChoiceField's ↵ | Andrey Fedoseev | |
| to_field_name. Follow up to 67d984413c9540074e4fe6aa033081a35cf192bc. Backport of 81963b37a92ef583b9f725f1a78dd2ca97c1ab95 from master | |||
