summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2017-09-01[1.11.x] Fixed #26522 -- Fixed a nondeterministic AssertionError in QuerySet ...Bo Marchman
2017-09-01[1.11.x] Reordered GeoIP docs be consistent with GDAL/GEOS ordering.Nick Pope
2017-09-01[1.11.x] Made GeoIP docs headers consistent with other GIS docs.Nick Pope
2017-08-31[1.11.x] Refs #23276 -- Fixed explanation of how calling views works.Tim Graham
2017-08-31[1.11.x] Fixed #27998, #28543 -- Restored logging of ManyToManyField changes ...Tim Graham
2017-08-31[1.11.x] Fixed #28487 -- Fixed runserver crash with non-Unicode system encodi...Mark Rogaski
2017-08-30[1.11.x] Fixed #27701 -- Doc'd staticfiles runserver bypasses middleware when...jkrzy
2017-08-30[1.11.x] Fixed #28548 -- Replaced 'middlewares' with 'middleware' in docs.Jkrzy
2017-08-29[1.11.x] Fixed #28530 -- Prevented SelectDateWidget from localizing years in ...caleb logan
2017-08-26[1.11.x] Refs #25809 -- Omitted pages_per_range from BrinIndex.deconstruct() ...Mads Jensen
2017-08-26[1.11.x] Fixed #28532 -- Fixed typo in PostgreSQL field docsClaude Paroz
2017-08-24[1.11.x] Fixed #28513 -- Added POST request support to LogoutView.hui shang
2017-08-23[1.11.x] Fixed #28498 -- Added support for cx_Oracle 6.Mariusz Felisiak
2017-08-23[1.11.x] Fixed typo in docs/releases/1.11.5.txt.Mariusz Felisiak
2017-08-22[1.11.x] Fixed #27931 -- Clarified the meaning of "django catch-all logger."Kim DoHyeon
2017-08-22[1.11.x] Fixed #28451 -- Restored pre-Django 1.11 Oracle sequence/trigger nam...Kevin Grinberg
2017-08-22[1.11.x] Added "test --keepdb" to testing speedup docs.Harry Moreno
2017-08-22[1.11.x] Fixed #28502 -- Made stringformat template filter accept tuples.Claude Paroz
2017-08-21[1.11.x] Removed redundant backticks in docs/releases/1.8.txtBerker Peksag
2017-08-16[1.11.x] Fixed #28498 -- Fixed test database creation with cx_Oracle 6.Mariusz Felisiak
2017-08-14[1.11.x] Clarified Concat example in docs.Mathieu Hinderyckx
2017-08-11[1.11.x] Fixed #28252 -- Corrected docs for default file extensions of makeme...Jonatas CD
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-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] 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-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-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-04[1.11.x] Added missing import in docs/topics/db/queries.txt.Tushar Malik