| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-19 | [3.2.x] Refs #32365 -- Allowed use of non-pytz timezone implementations. | Paul Ganssle | |
| Backport of 10d126198434810529e0220b0c6896ed64ca0e88 from master | |||
| 2021-01-14 | Fixed #31259 -- Added admin dark theme. | mimi89999 | |
| 2021-01-13 | Fixed #16117 -- Added decorators for admin action and display functions. | Nick Pope | |
| Refs #25134, #32099. | |||
| 2021-01-13 | Fixed #26167 -- Added support for functional indexes. | Hannes Ljungberg | |
| Thanks Simon Charette, Mads Jensen, and Mariusz Felisiak for reviews. Co-authored-by: Markus Holtermann <info@markusholtermann.eu> | |||
| 2021-01-12 | Fixed #32291 -- Added fixtures compression support to dumpdata. | Paolo Melchiorre | |
| 2021-01-12 | Fixed #31747 -- Fixed model enumeration via admin URLs. | Jon Dufresne | |
| Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> | |||
| 2021-01-12 | Refs #32311 -- Fixed CSRF_FAILURE_VIEW system check errors code. | Hasan Ramezani | |
| 2021-01-12 | Removed unused import in docs/ref/models/expressions.txt. (#13879) | Mariusz Felisiak | |
| 2021-01-12 | Fixed #32311 -- Added system check for CSRF_FAILURE_VIEW setting. | Hasan Ramezani | |
| 2021-01-11 | Fixed #32313 -- Corrected QuerySet.in_bulk() signature. | Iuri de Silvio | |
| 2021-01-07 | Fixed #32191 -- Made CookieStorage use RFC 6265 compliant format. | Florian Apolloner | |
| Co-authored-by: Craig Smith <hello@craigiansmith.com.au> | |||
| 2021-01-07 | Fixed #32315 -- Doc'd FieldFile.path. | Hasan Ramezani | |
| 2021-01-07 | Fixed #32018 -- Extracted admin colors into CSS variables. | Matthias Kestenholz | |
| Defined all colors used in the admin CSS as variables. Implemented the following standardizations and accessibility improvements while at it: - Improved the contrast of text to not use ratios of less than 3:1 anymore. - Most hover states already used desaturated and darkened colors. Changed object tools to follow the same rule instead of showing the primary color on hover. Various places used similar colors; those have been merged with the goal of reducing the count of CSS variables. Contrasts have been improved in a few places. - Many borders used slightly different colors (e.g. #eaeaea vs. #eee) - Help texts used #999, this has been changed to --body-quiet-color (#666) which has a better contrast. Introduced fast color transitions on links and buttons. | |||
| 2021-01-05 | Fixed #32231 -- Allowed passing None params to QuerySet.raw(). | Alexander Lyabah | |
| 2021-01-04 | Fixed #32310 -- Fixed note about reverse accessors for intermediate table ↵ | Fabio Sangiovanni | |
| for self-referential ManyToManyField. | |||
| 2021-01-04 | Refs #28741 -- Doc'd SESSION_COOKIE_DOMAIN requirement with CSRF_USE_SESSIONS. | Tim Graham | |
| Similar considerations as refs #32065, again adding some nuance to afd375fc343baa46e61036087bc43b3d096bb0ca. | |||
| 2021-01-04 | Fixed typo in docs/ref/templates/builtins.txt. | Roland Geider | |
| 2020-12-30 | Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0. | Mariusz Felisiak | |
| 2020-12-29 | Added app labels to related fields checks messages E302-E305. | Mariusz Felisiak | |
| 2020-12-29 | Corrected related fields checks messages in docs. | Mariusz Felisiak | |
| 2020-12-23 | Refs #30367 -- Changed remaining "pip install" to "python -m pip install" in ↵ | Jon Dufresne | |
| docs. | |||
| 2020-12-21 | Corrected code-block directives in docs/ref/models/meta.txt. | Jon Dufresne | |
| 2020-12-21 | Fixed typo in docs/ref/files/storage.txt. | joshuapatel | |
| 2020-12-16 | Fixed #32273 -- Doc'd AdminSite.unregister(). | Hasan Ramezani | |
| 2020-12-15 | Fixed typo in docs/ref/forms/widgets.txt. | Mariusz Felisiak | |
| Thanks rgs258 for the report. | |||
| 2020-12-15 | Corrected formatting in settings docs. | Carlton Gibson | |
| 2020-12-15 | Fixed #31007 -- Allowed specifying type of auto-created primary keys. | Tom Forbes | |
| This also changes the default type of auto-created primary keys for new apps and projects to BigAutoField. | |||
| 2020-12-15 | Added backticks to code literals in various docs. | Jon Dufresne | |
| 2020-12-14 | Removed redundant sentence in 'check' management command docs. | Adam Johnson | |
| 2020-12-11 | Corrected docs regarding attributes required for logging in to the admin. | Jan Pieter Waagmeester | |
| Regression in 939dcff24f8e97d114595b102fb12348da482135. | |||
| 2020-12-10 | Refs #31792 -- Updated SQL example in Exists() docs. | Kevin Marsh | |
| Follow up to 51297a92324976a704279b567ec4f80bb92d7b60. | |||
| 2020-12-09 | Fixed #32193 -- Deprecated MemcachedCache. | Mariusz Felisiak | |
| 2020-12-02 | Fixed #32179 -- Added JSONObject database function. | Artur Beltsov | |
| 2020-11-30 | Fixed #32232 -- Fixed typo in docs/ref/contrib/admin/actions.txt. | Hasan Ramezani | |
| 2020-11-28 | Refs #32230 -- Made LayerMapping support pathlib.Path. | Mariusz Felisiak | |
| 2020-11-28 | Fixed #32230 -- Made DataSource support pathlib.Path. | Hasan Ramezani | |
| 2020-11-27 | Fixed #25534, Fixed #31639 -- Added support for transform references in ↵ | Ian Foote | |
| expressions. Thanks Mariusz Felisiak and Simon Charette for reviews. | |||
| 2020-11-27 | Refs #32230 -- Fixed DataSource example in GeoDjango tutorial. | Neil Lyons | |
| DataSource.ds_input doesn't support pathlib.Path(). Regression in 26554cf5d1e96db10d0d5f4b69683a22fb82fdf8. | |||
| 2020-11-16 | Refs #27718 -- Doc'd and tested QuerySet.exists() for combined querysets. | David-Wobrock | |
| Supported since 84c1826ded17b2d74f66717fb745fc36e37949fd. | |||
| 2020-11-14 | Doc'd that admin site booleans are tri-state. | Nick Pope | |
| 2020-11-14 | Improved examples in ModelAdmin.list_display docs. | Nick Pope | |
| 2020-11-13 | Changed docs and a code comment to use gender-neutral pronouns. | Nick Pope | |
| Follow up to e1b77238171cc96f4451a06fb4682e2378896238. | |||
| 2020-11-12 | Fixed #32149 -- Added support for years < 1000 to DateFormat.y(). | Sam | |
| 2020-11-11 | Fixed #31122 -- Clarified that Lookup acts as a query expression. | Caio Ariede | |
| 2020-11-11 | Fixed #31216 -- Added support for colorama terminal colors on Windows. | MinchinWeb | |
| Modern setups on Windows support terminal colors. The colorama library may also be used, as an alternative to the ANSICON library. | |||
| 2020-11-11 | Fixed #31757 -- Adjusted system check for SECRET_KEY to warn about ↵ | Artem Kosenko | |
| autogenerated default keys. Thanks Nick Pope, René Fleschenberg, and Carlton Gibson for reviews. | |||
| 2020-11-11 | Fixed #32180 -- Added system check for file system caches absolute location. | Carles Pina i Estany | |
| 2020-11-06 | Fixed #32045 -- Doc'd GenericRelatedObjectManager methods. | Craig Smith | |
| This also documents that .remove() and clear() methods delete related objects. | |||
| 2020-11-04 | Fixed #32169 -- Added distinct support to JSONBAgg. | Artur Beltsov | |
| 2020-11-04 | Fixed #31983 -- Added system check for file system caches location. | christa | |
| Thanks Johannes Maron and Nick Pope for reviews. | |||
