summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2017-08-01[1.11.x] Added release date for 1.11.4.Tim Graham
Backport of 4c68ef9136c9c32e58ce0273a4e026f17140e2fc from master
2017-07-27[1.11.x] Fixed #28415 -- Clarified what characters ↵Tim Graham
ASCII/UnicodeUsernameValidator accept. Backport of 14172cf4426de6c867028f1c194011c0a26e662d from master
2017-07-26[1.11.x] Replaced "not A== B" with "A != B" in ↵Berker Peksag
docs/howto/writing-migrations.txt. Backport of c362228556bedb4a8a3cdaf91b9e456e459ecda1 from master
2017-07-25[1.11.x] Fixed #28435 -- Removed inaccurate warning about SECURE_HSTS_PRELOAD.Tim Graham
Backport of c7d58c6f43b2d1db5d01f32451bb9ce46d69c5eb from master
2017-07-24[1.11.x] Fixed #28349 -- Doc'd how to upgrade Django from LTS to LTS.Emmanuel
Backport of 27ef04bb5c3118e00d3eda4b3aa3201d18ea1785 from master
2017-07-24[1.11.x] Fixed #28420 -- Doc'd 'is' comparison restriction for ↵Tobias Schulmann
User.is_authenticated/anonymous.
2017-07-21[1.11.x] Fixed #28418 -- Fixed queryset crash when using a GenericRelation ↵Rachel Tobin
to a proxy model. Backport of f9e5f9ae9f83c7ddf5e5d3c369b6bf54a9b80ab5 from master
2017-07-21[1.11.x] Refs #17453 -- Fixed broken link to #django IRC logs.Tim Graham
Backport of c6986a4ebff8db923f906ce84cf118efc82ec79a from master
2017-07-19[1.11.x] Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget ↵Roman Selivanov
of MultiWidget. Backport of d4da39685b5974849c73e4c4dc6e07dfdf21c67a from master
2017-07-18[1.11.x] Doc'd the need to remove default ordering on Subquery aggregates.Tomer Chachamu
Backport of 62917cee5ac75693aa5d9a3de5d8935da2f011df from master
2017-07-17[1.11.x] Fixed 403 link in docs/ref/contrib/gis/install/spatialite.txt.jmk
Backport of 841b4648839ce803b7cd5ca8d689fd488293efbd from master
2017-07-15[1.11.x] Fixed #28399 -- Fixed QuerySet.count() for union(), difference(), ↵Florian Apolloner
and intersection() queries. Backport of adab280cefb15659c39558ac26ea392b0a1e456c from master
2017-07-14[1.11.x] Fixed #28387 -- Fixed has_changed() for disabled form fields that ↵Srinivas Reddy Thatiparthy
subclass it. Backport of 5debbdfcc84266703191e084914998e38f5f52eb from master
2017-07-13[1.11.x] Fixed #28174 -- Fixed crash in runserver's autoreload with Python 2 ↵Mark Rogaski
on Windows with non-str environment variables.
2017-07-12[1.11.x] Fixed #28389 -- Fixed pickling of LazyObject on Python 2 when ↵Sergey Fedoseev
wrapped object doesn't have __reduce__(). Partial revert of 35355a4ffedb2aeed52d5fe3034380ffc6a438db.
2017-07-11[1.11.x] Fixed #28352 -- Corrected QuerySet.values_list() return type in ↵Irindu Indeera
docs examples. Backport of babe9e64a6172b09e7f70e8d8f01e67f2cb4176d and 2457c1866ef3586c56bd19aeaa554e78c1ed1875 from master
2017-07-11[1.11.x] Updated name of topics/db/queries link on index.Tom
Backport of 719b370b34ee0b9b4c115da1ce73d1748cd48dd7 from master
2017-07-10[1.11.x] Fixed #28378 -- Fixed union() and difference() when combining with ↵Mariusz Felisiak
a queryset raising EmptyResultSet. Thanks Jon Dufresne for the report. Thanks Tim Graham and Simon Charette for the reviews. Backport of ca74e563500e291480f1976b58fcd34aac768dca from master
2017-07-06[1.11.x] Fixed #28361 -- Fixed possible time-related failure in ↵marton bognar
was_published_recently() tutorial test. Regression in 268a646353c6fa9e5fc3730e13b386ddabb018ef. Backport of 82741605206382d0afd879c4bce174ef3d6e8aea from master
2017-07-06[1.11.x] Fixed #28355 -- Fixed widget rendering of non-ASCII date/time ↵Tim Graham
formats on Python 2.
2017-07-04[1.11.x] Added missing import in docs/topics/db/queries.txt.Tushar Malik
Backport of 14251324e651b43897ae04ecaf543153b2b9b587 from master
2017-07-01[1.11.x] Added stub release notes for 1.11.4.Tim Graham
Backport of 2328f2faf8536704662155fc94c06ca0d13e82ac from master
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