summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-11[1.11.x] Fixed #27855 -- Updated docs for Python 3.4 support in Django 2.0.Tim Graham
2017-08-11[1.11.x] Made the @cached_property example more consistent.Bryan Helmig
2017-08-10[1.11.x] Fixed #23766 -- Doc'd CursorWrapper.callproc().Mariusz Felisiak
2017-08-09[1.11.x] Fixed argument name in call_command() docstring.Raúl Pedro Fernandes Santos
2017-08-08[1.11.x] Fixed #28471 -- Clarified that Meta.indexes is preferred to index_to...Tim Graham
2017-08-07[1.11.x] Fixed #28466 -- Clarified the definition of a lazy relationship.Tim Graham
2017-08-02[1.11.x] Fixed #28441 -- Fixed GEOS version parsing with a commit hash at the...Tim Graham
2017-08-01[1.11.x] Added stub release notes for 1.11.5.Tim Graham
2017-08-01[1.11.x] Post-release version bump.Tim Graham
2017-08-01[1.11.x] Bumped version for 1.11.4 release.1.11.4Tim Graham
2017-08-01[1.11.x] Added release date for 1.11.4.Tim Graham
2017-07-27[1.11.x] Fixed #28415 -- Clarified what characters ASCII/UnicodeUsernameValid...Tim Graham
2017-07-26[1.11.x] Replaced "not A== B" with "A != B" in docs/howto/writing-migrations....Berker Peksag
2017-07-25[1.11.x] Fixed #28435 -- Removed inaccurate warning about SECURE_HSTS_PRELOAD.Tim Graham
2017-07-24[1.11.x] Fixed #28349 -- Doc'd how to upgrade Django from LTS to LTS.Emmanuel
2017-07-24[1.11.x] Fixed #28420 -- Doc'd 'is' comparison restriction for User.is_authen...Tobias Schulmann
2017-07-21[1.11.x] Fixed #28418 -- Fixed queryset crash when using a GenericRelation to...Rachel Tobin
2017-07-21[1.11.x] Refs #17453 -- Fixed broken link to #django IRC logs.Tim Graham
2017-07-19[1.11.x] Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of...Roman Selivanov
2017-07-18[1.11.x] Doc'd the need to remove default ordering on Subquery aggregates.Tomer Chachamu
2017-07-17[1.11.x] Fixed 403 link in docs/ref/contrib/gis/install/spatialite.txt.jmk
2017-07-15[1.11.x] Fixed #28399 -- Fixed QuerySet.count() for union(), difference(), an...Florian Apolloner
2017-07-15[1.11.x] Refs #28174 -- Fixed autoreload test crash on Python 2/non-ASCII path.Tim Graham
2017-07-14[1.11.x] Fixed #28387 -- Fixed has_changed() for disabled form fields that su...Srinivas Reddy Thatiparthy
2017-07-13[1.11.x] Fixed #28174 -- Fixed crash in runserver's autoreload with Python 2 ...Mark Rogaski
2017-07-12[1.11.x] Fixed #28389 -- Fixed pickling of LazyObject on Python 2 when wrappe...Sergey Fedoseev
2017-07-11[1.11.x] Fixed #28352 -- Corrected QuerySet.values_list() return type in docs...Irindu Indeera
2017-07-11[1.11.x] Updated name of topics/db/queries link on index.Tom
2017-07-10[1.11.x] Fixed #28378 -- Fixed union() and difference() when combining with a...Mariusz Felisiak
2017-07-10[1.11.x] Added test for intersection() when combining with a queryset raising...Mariusz Felisiak
2017-07-06[1.11.x] Fixed #28361 -- Fixed possible time-related failure in was_published...marton bognar
2017-07-06[1.11.x] Fixed #28355 -- Fixed widget rendering of non-ASCII date/time format...Tim Graham
2017-07-05[1.11.x] Refs #21415 -- Fixed contrib.humanize translations for es_ARClaude Paroz
2017-07-04[1.11.x] Added missing import in docs/topics/db/queries.txt.Tushar Malik
2017-07-01[1.11.x] Added stub release notes for 1.11.4.Tim Graham
2017-07-01[1.11.x] Post-release version bump.Tim Graham
2017-07-01[1.11.x] Bumped version for 1.11.3 release.1.11.3Tim Graham
2017-07-01[1.11.x] Added release date for 1.11.3.Tim Graham
2017-06-30[1.11.x] Fixed #28345 -- Applied limit_choices_to during ModelForm.__init__().Jon Dufresne
2017-06-30[1.11.x] Fixed #28350 -- Fixed UnboundLocalError crash in RenameField with no...Simon Charette
2017-06-28[1.11.x] Fixed #28294 -- Doc'd request/args/kwargs attributes of class-based ...Mike Vasiliou
2017-06-27[1.11.x] Fixed #28336 -- Fixed typo in docs/ref/settings.txt.Laura
2017-06-26[1.11.x] Fixed GEOSGeometry reference in GIS tutorial.Sergey Fedoseev
2017-06-22[1.11.x] Fixed #28298 -- Prevented a primary key alteration from adding a for...Josh Schneier
2017-06-22[1.11.x] Simplified schema.tests with assertForeignKeyExists()/assertForeignK...Mariusz Felisiak
2017-06-20[1.11.x] Fixed typo in docs/ref/request-response.txt.aruseni
2017-06-20[1.11.x] Fixed #28327 -- Removed contradictory description of mod_wsgi docs.Tim Graham
2017-06-19[1.11.x] Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting A...François Freitag
2017-06-17[1.11.x] Fixed #28176 -- Restored the uncasted option value in ChoiceWidget t...Tim Graham
2017-06-17[1.11.x] Fixed #28303 -- Prevented localization of attribute values in the DT...Tim Graham