| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-01 | [1.11.x] Bumped version for 1.11.3 release.1.11.3 | Tim Graham | |
| 2017-07-01 | [1.11.x] Added release date for 1.11.3. | Tim Graham | |
| Backport of 25cce597d0b8a6a26149932507ff1597d4ac7e7b from master | |||
| 2017-06-30 | [1.11.x] Fixed #28345 -- Applied limit_choices_to during ModelForm.__init__(). | Jon Dufresne | |
| field_for_model() now has an additional keyword argument, apply_limit_choices_to, allowing it to continue to be used to create form fields dynamically after ModelForm.__init__() is called. Thanks Tim Graham for the review. Backport of a1be12fe193c8f3de8a0b0820f460a302472375f from master | |||
| 2017-06-30 | [1.11.x] Fixed #28350 -- Fixed UnboundLocalError crash in RenameField with ↵ | Simon Charette | |
| nonexistent field. Thanks Tim for the review. Backport of 5cbcb3683964205ce023157ca181d05a31be2ab5 from master | |||
| 2017-06-28 | [1.11.x] Fixed #28294 -- Doc'd request/args/kwargs attributes of class-based ↵ | Mike Vasiliou | |
| views. Backport of 63e9a71ec4917ddf7f4acbf69a7ccdafb76fb2ee from master | |||
| 2017-06-27 | [1.11.x] Fixed #28336 -- Fixed typo in docs/ref/settings.txt. | Laura | |
| Backport of e58c87cb7042ba8ed1a33761ac2b6b4efed70b29 from master | |||
| 2017-06-26 | [1.11.x] Fixed GEOSGeometry reference in GIS tutorial. | Sergey Fedoseev | |
| Backport of 964e490847011ed7beb1639f35d62b210f1f5dda from master | |||
| 2017-06-22 | [1.11.x] Fixed #28298 -- Prevented a primary key alteration from adding a ↵ | Josh Schneier | |
| foreign key constraint if db_constraint=False. Backport of fba0eaa5d60603721d7b4653e3efacbfb3613bd2 from master | |||
| 2017-06-22 | [1.11.x] Simplified schema.tests with ↵ | Mariusz Felisiak | |
| assertForeignKeyExists()/assertForeignKeyNotExists(). Backport of 663d1c316070af80a41f136b76308f21993537e4 from master | |||
| 2017-06-20 | [1.11.x] Fixed typo in docs/ref/request-response.txt. | aruseni | |
| Backport of ad524980ac9644d5d40c2c79af3c183f4351841e from master | |||
| 2017-06-20 | [1.11.x] Fixed #28327 -- Removed contradictory description of mod_wsgi docs. | Tim Graham | |
| Backport of 2503ad51549ffa60468b80b9c99d3e54c744be4f from master | |||
| 2017-06-19 | [1.11.x] Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting ↵ | François Freitag | |
| AutoField. Backport of 4f1eb64ad0bcebfae4075486855eb6b63355cc5a from master | |||
| 2017-06-17 | [1.11.x] Fixed #28176 -- Restored the uncasted option value in ChoiceWidget ↵ | Tim Graham | |
| template context. Backport of 221e6e18177516ac4ac95e40c344b93d14dd607b from master | |||
| 2017-06-17 | [1.11.x] Fixed #28303 -- Prevented localization of attribute values in the ↵ | Tim Graham | |
| DTL attrs.html widget template. Backport of 3b050fd0d0b8dbf499bdb44ce12fa926298c0bd0 from master | |||
| 2017-06-14 | [1.11.x] Refs #24423 -- Readded inadvertently deleted i18n tests. | Claude Paroz | |
| Mistake in 97c1931c4f610e80053430d0297d51e1bed1e7ae. Backport of 357a6428980961b2c5311eb75d16229c7fc0d982 from master | |||
| 2017-06-14 | [1.11.x] Fixed #28308 -- Doc'd removal of Select.render_option() (refs #15667). | Tim Graham | |
| Backport of f2b698631719c6df082a627b6f7ddf2d7f9fa751 from master | |||
| 2017-06-13 | [1.11.x] Fixed #27434 -- Doc'd how to raise a model validation error for a ↵ | Matthias Kestenholz | |
| field not in a model form. Backport of e8c056c31a5b353e7b50a405c00db12c28f4a756 from master | |||
| 2017-06-13 | [1.11.x] Refs #23853 -- Updated sql.query.Query.join() docstring. | Tim Graham | |
| Follow up to ab89414f40db1598364a7fe4cfac1766cacd2668. Backport of 7acbe89cc2a72f1b85d415c1cdb622c0dbbbe37c from master | |||
| 2017-06-13 | [1.11.x] Fixed #28229 -- Fixed the value of LoginView's "next" template ↵ | Mikhail Golubev | |
| variable. Backport of e7dc39fb65e51d7613c941f7e5768b621dea4e76 from master | |||
| 2017-06-13 | [1.11.x] Fixed #28284 -- Prevented Paginator's unordered object list warning ↵ | orf | |
| from evaluating a QuerySet. Backport of a118287bca65f2e5da110c89509941c677ebc2e1 from master | |||
| 2017-06-13 | [1.11.x] Fixed #28293 -- Fixed union(), intersection(), and difference() ↵ | Mariusz Felisiak | |
| when combining with an EmptyQuerySet. Thanks Jon Dufresne for the report and Tim Graham for the review. Backport of 82175ead723f8fa3f9271fbd4b24275097029aab from master | |||
| 2017-06-12 | [1.11.x] Fixed #27967 -- Fixed KeyError in admin's inline form with ↵ | Paulo | |
| inherited non-editable pk. Thanks Robin Anupol for the initial report and workaround. Backport of 9dc83c356d363c090f3351c908cad6f823aeb7bf from master | |||
| 2017-06-12 | [1.11.x] Fixed #27655 -- Added some guidelines to the coding style docs. | Tim Graham | |
| Backport of c68f5d83c0a4ea4ccf87c7d1d5dd1e9f7b2907a3 from master | |||
| 2017-06-09 | [1.11.x] Fixed typo in docs/ref/models/querysets.txt. | Tim Graham | |
| Backport of 0877989c94130079930419e867ff55fa1fb4f5a0 from master | |||
| 2017-06-09 | [1.11.x] Fixed typo in docs/ref/contrib/postgres/fields.txt. | Tim Graham | |
| Backport of 108ff788cbcd0e1f492d1494dc95e7b2165340fd from master | |||
| 2017-06-08 | [1.11.x] Fixed #28282 -- Fixed class-based indexes name for models that only ↵ | Jon Dufresne | |
| inherit Model. Backport of 0c3c37a376bac149fe7e7e4b2696f8fb7990e2ab from master | |||
| 2017-06-08 | [1.11.x] Refs #25240 -- Added ExtractWeek examples. | Mads Jensen | |
| Backport of 085c2f94ec0155417601a9750ad60bb93536e166 from master | |||
| 2017-06-07 | [1.11.x] Corrected FileExtensionValidator doc regarding the value being ↵ | Tim Graham | |
| validated. Backport of c01409c7899789206b40769ed308e6a7297f9697 from master | |||
| 2017-06-07 | [1.11.x] Simplified tutorial's test names and docstrings. | Tim Graham | |
| Backport of 23825b2494a1edb1e02d57dbdc7eca0614cefcc8 from master | |||
| 2017-06-07 | [1.11.x] Fixed #28233 -- Used a simpler example in the aggregation "cheat ↵ | Tim Graham | |
| sheet" docs. Backport of 49b9c89d4094574117c9d5b7a696ce152e02553a from master | |||
| 2017-06-06 | [1.11.x] Fixed #28278 -- Fixed invalid HTML for a required AdminFileWidget. | kakulukia | |
| Backport of 525dc283a68c0d47f5eb2192cc4a20111d561ae0 from master | |||
| 2017-06-06 | [1.11.x] Updated was_published_recently() tutorial test to check boundary ↵ | Tim Graham | |
| condition. Backport of 268a646353c6fa9e5fc3730e13b386ddabb018ef from master | |||
| 2017-06-06 | [1.11.x] Fixed typo in docs/ref/class-based-views/mixins-single-object.txt. | Tim Graham | |
| Backport of fc13a697b41568993ba02b7c52bb863456af6c84 from master | |||
| 2017-06-06 | [1.11.x] Fixed #28202 -- Fixed FieldListFilter.get_queryset() crash on ↵ | Paulo | |
| invalid input. Backport of 4ad2f862844d35404e4798b3227517625210a72e from master | |||
| 2017-06-05 | [1.11.x] Fixed #28102 -- Doc'd how to compute path to built-in widget ↵ | Windson yang | |
| template directories. Backport of 7f238097c0614707d6ee3fffbaf76f111b2fd38d from master | |||
| 2017-06-05 | [1.11.x] Fixed #28262 -- Fixed incorrect DisallowedModelAdminLookup when a ↵ | Paulo | |
| nested reverse relation is in list_filter. Backport of b7f99f84bcc4a06114ac31174840efab0aef7602 from master | |||
| 2017-06-05 | [1.11.x] Fixed #28269 -- Fixed Model.__init__() crash on models with a field ↵ | Adam Johnson | |
| that has an instance only descriptor. Regression in d2a26c1a90e837777dabdf3d67ceec4d2a70fb86. Backport of ed244199c72f5bbf33ab4547e06e69873d7271d0 from master | |||
| 2017-06-05 | [1.11.x] Added a test for Model._meta._property_names. | Adam Johnson | |
| Backport of 36f09c8a29eaad6a7e903ddc3ea1e8b5954ee67a from master | |||
| 2017-06-05 | [1.11.x] Fixed typo in docs/ref/forms/fields.txt. | Tim Graham | |
| Backport of ecae9c7aec3012788e08dea60bede63405c860fa from master | |||
| 2017-06-03 | [1.11.x] Refs #28192 -- Fixed documentation of ChoiceField choices requirement | Claude Paroz | |
| Thanks Tim Graham for noticing the issue. Backport of 54caca2d34c7cb6807da0a82bcec7b3a679ac104 from master. | |||
| 2017-06-03 | [1.11.x] Fixed #28190 -- Clarifed how include/extends treat template names. | Anupam | |
| Backport of 1f2e4f9cfe26dd9ad1fc85375c1dce38c65bbe6b from master | |||
| 2017-06-02 | [1.11.x] Fixed #26028 -- Added overriding templates howto. | Philip James | |
| Backport of 7c9a83330169df1118f6bd690aed131e7c59638d from master | |||
| 2017-06-02 | [1.11.x] Fixed #26755 -- Fixed test_middleware_classes_headers if Django ↵ | Chris Lamb | |
| source isn't writable. Backport of 2ec56bb78237ebf58494d7a7f3262482399f0be6 from master | |||
| 2017-06-02 | [1.11.x] Fixed #28265 -- Prevented renderer warning on Widget.render() with ↵ | Jon Dufresne | |
| **kwargs. Backport of 29a518006f7f96186483fa50e249e1c3f21728d5 from master | |||
| 2017-06-02 | [1.11.x] Fixed #28266 -- Fixed typo in docs/ref/models/instances.txt. | Lachlan Musicman | |
| Backport of 00093daec9cc61d8af7fcebdbe58e263bea935a3 from master | |||
| 2017-06-01 | [1.11.x] Clarified QuerySet.iterator()'s docs on server-side cursors. | François Freitag | |
| Backport of bf50ae821021c4f7cd608d2bd1f2dfff98f3ceb9 from master | |||
| 2017-06-01 | [1.11.x] Sorted imports per isort 4.2.9. | Tim Graham | |
| Backport of cde31daf8815e05b4b86b857b49fb0e31e1f0a38 from master | |||
| 2017-06-01 | [1.11.x] Added stub release notes for 1.11.3. | Tim Graham | |
| Backport of 4ef093b0b485ff425590ffb49bee62c21e5264e9 from master | |||
| 2017-06-01 | [1.11.x] Post-release version bump. | Tim Graham | |
| 2017-06-01 | [1.11.x] Bumped version for 1.11.2 release.1.11.2 | Tim Graham | |
