summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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-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] 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] 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] 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 requirementClaude 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 #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] Added stub release notes for 1.11.3.Tim Graham
Backport of 4ef093b0b485ff425590ffb49bee62c21e5264e9 from master
2017-06-01[1.11.x] Added release date for 1.11.2.Tim Graham
Backport of 162778b8e2fecfe6171eba09a7f0606b61ad3403 from master
2017-06-01[1.11.x] Fixed #28242 -- Moved ImageField file extension validation to the ↵Manatsawin Hanmongkolchai
form field. Backport of a0c07d77fc313388c72a17cd59411265069f037f from master
2017-05-31[1.11.x] Updated translations from TransifexClaude Paroz
2017-05-31[1.11.x] Fixed #28170 -- Fixed file_move_safe() crash when moving files to a ↵Derrick Jackson
CIFS mount. Backport of 789c290150a0a5e7312e152df281dbcaf4ec174e from master
2017-05-30[1.11.x] Fixed #28212 -- Allowed customizing the port that ↵Robert Rollins
LiveServerTestCase uses.
2017-05-30[1.11.x] Refs #26294 -- Fixed typo in docs/ref/django-admin.txt.René Fleschenberg
Backport of a30482a4b6e5d13e7325238fdc902fbca7e714f4 from master
2017-05-30[1.11.x] Fixed #28209 -- Made date-based generic views return a 404 rather ↵Adit Biswas
than crash when given an out of range date. Backport of c2eea61dff44b16caab04928d582b856c2b8b615 from master
2017-05-30[1.11.x] Refs #28181 -- Corrected detection of GDAL 2.1 on Windows.Tim Graham
Follow up to a404f75f92971634c76330f3742261d33ccecca1. Backport of c32476e5ba2f1c18758cfcffc857fa4eab37e816 from master
2017-05-30[1.11.x] Fixed #28199 -- Fixed Subquery generating unnecessary/invalid CAST.Tim Graham
Thanks Simon Charette for the fix. Backport of f04495521ade8a2befc1aca70dd0a2c7aad4c987 from master