summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed empty sections from 3.2 release notes.3.2-man-pageCarlton Gibson2021-01-141-65/+0
* Updated django-admin man page for Django 3.2.Carlton Gibson2021-01-141-42/+116
* Fixed cross-link in CBV topic documentation.Carles Pina Estany2021-01-141-3/+3
* Refs #26167 -- Changed default value of DatabaseFeatures.supports_expression_...Hannes Ljungberg2021-01-145-4/+7
* Fixed #31259 -- Added admin dark theme.mimi899992021-01-143-2/+36
* Refs #31358 -- Added constant for get_random_string()'s default alphabet.Florian Apolloner2021-01-132-8/+6
* Fixed #16117 -- Added decorators for admin action and display functions.Nick Pope2021-01-1318-148/+422
* Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg2021-01-1328-65/+1306
* Removed redundant database vendor helpers in gis_tests/utils.py.Tim Graham2021-01-1312-88/+71
* Added SpatialFeatures.empty_intersection_returns_none.Tim Graham2021-01-134-10/+20
* Refs #26709 -- Made Index raise ValueError on non-string fields.Hannes Ljungberg2021-01-122-0/+7
* Fixed #32291 -- Added fixtures compression support to dumpdata.Paolo Melchiorre2021-01-124-3/+138
* Fixed #31747 -- Fixed model enumeration via admin URLs.Jon Dufresne2021-01-126-4/+303
* Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ...Johannes Maron2021-01-1211-59/+199
* Refs #32311 -- Fixed CSRF_FAILURE_VIEW system check errors code.Hasan Ramezani2021-01-123-9/+9
* Removed unused import in docs/ref/models/expressions.txt. (#13879)Mariusz Felisiak2021-01-121-1/+1
* Fixed #32311 -- Added system check for CSRF_FAILURE_VIEW setting.Hasan Ramezani2021-01-123-1/+65
* Refs #32018 -- Corrected color variables for paginator and header links in ad...Michel Le Bihan2021-01-122-3/+3
* Fixed #32342 -- Added index order introspection on MySQL 8.0.1+.Mariusz Felisiak2021-01-112-2/+16
* Refs #32018 -- Used --header-link-color for header links in admin.Michel Le Bihan2021-01-113-3/+3
* Fixed #32313 -- Corrected QuerySet.in_bulk() signature.Iuri de Silvio2021-01-111-1/+1
* Refs #31791 -- Improved performance of URLResolver.resolve().David Smith2021-01-111-1/+1
* Fixed typo in docs/internals/contributing/writing-code/coding-style.txt.hashlash2021-01-091-1/+1
* Fixed #32191 -- Made CookieStorage use RFC 6265 compliant format.Florian Apolloner2021-01-077-14/+91
* Fixed #32315 -- Doc'd FieldFile.path.Hasan Ramezani2021-01-071-0/+6
* Fixed #32018 -- Extracted admin colors into CSS variables.Matthias Kestenholz2021-01-0712-230/+321
* Refs #32191 -- Added Signer.sign_object()/unsign_object().Florian Apolloner2021-01-064-32/+126
* Refs #25175 -- Removed postgresql_psycopg2 in django.db.utils.load_backend().Mariusz Felisiak2021-01-061-1/+1
* Fixed #32322 -- Fixed autocomplete widget wrapping.Viktor Grabov2021-01-062-1/+6
* Fixed #32314 -- Fixed detection when started non-django modules with "python ...William Schwartz2021-01-053-6/+18
* Fixed #32231 -- Allowed passing None params to QuerySet.raw().Alexander Lyabah2021-01-055-7/+28
* Refs #32231 -- Added tests for QuerySet.raw() with an escaped % symbol.Alexander Lyabah2021-01-051-0/+5
* Fixed #32310 -- Fixed note about reverse accessors for intermediate table for...Fabio Sangiovanni2021-01-041-5/+3
* Fixed #32298 -- Fixed URLValidator hostname length validation.Akshat1Nar2021-01-042-1/+5
* Added stub release notes for 3.1.6.Carlton Gibson2021-01-042-0/+13
* Added release date for 3.1.5.Carlton Gibson2021-01-041-1/+1
* Refs #28741 -- Doc'd SESSION_COOKIE_DOMAIN requirement with CSRF_USE_SESSIONS.Tim Graham2021-01-041-0/+4
* Fixed typo in docs/ref/templates/builtins.txt.Roland Geider2021-01-041-1/+1
* Simplified django.db.utils.load_backend().William Schwartz2021-01-041-3/+2
* Replaced DatabaseFeatures.supports_left_right_lookups with skipUnlessGISLookup.Tim Graham2021-01-023-5/+1
* Updated CVE URL.Tim Graham2021-01-021-1/+1
* Fixed #32304 -- Fixed prefixing STATIC_URL and MEDIA_URL by SCRIPT_NAME for a...Mariusz Felisiak2020-12-313-11/+12
* Fixed #31413 -- Fixed isolation of migrations.test_loader on databases that d...Hasan Ramezani2020-12-311-24/+37
* Fixed #32294 -- Prevented ManyToManyField's hidden related name collisions be...manav0142020-12-304-14/+44
* Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0.Mariusz Felisiak2020-12-306-8/+12
* Fixed #32302 -- Allowed migrations to be loaded from regular packages with no...William Schwartz2020-12-292-5/+39
* Fixed #32299 -- Prevented mutating handlers when processing middlewares marki...Mariusz Felisiak2020-12-293-2/+27
* Added app labels to related fields checks messages E302-E305.Mariusz Felisiak2020-12-294-111/+222
* Corrected related fields checks messages in docs.Mariusz Felisiak2020-12-291-10/+10
* Used model's Options.label where applicable.Mariusz Felisiak2020-12-296-35/+18