summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2021-04-06[3.2.x] Updated translations from Transifex.Claude Paroz
2021-03-18[3.2.x] Fixed #32466 -- Corrected autocomplete to_field resolution for comple...Johannes Maron
2021-03-10[3.2.x] Fixed #32512 -- Fixed admin dark theme for autocomplete fields.mimi89999
2021-03-09[3.2.x] Refs #32018 -- Corrected color variable for toggle links in admin.Mariusz Felisiak
2021-03-09[3.2.x] Refs #32018 -- Used --darkened-bg for <pre> elements.Mariusz Felisiak
2021-02-22[3.2.x] Refs #16117 -- Made @action and @display decorators importable from d...Nick Pope
2021-01-28[3.2.x] Fixed #32391 -- Used CSS flex properties for changelist filter.Denis Skulimovskiy
2021-01-20[3.2.x] Refs #31259 -- Made various dark theme adjustments.Tom Carrick
2021-01-18[3.2.x] Fixed #32358 -- Fixed queryset crash when grouping by annotation with...Illia Volochii
2021-01-18[3.2.x] Fixed #18549 -- Fixed heading for inlines with a OneToOneField.Timothy McCurrach
2021-01-15[3.2.x] Updated source translation catalogs.Claude Paroz
2021-01-14Refs #31259 -- Improved some color contrasts for admin dark theme.Matthias Kestenholz
2021-01-14Fixed #31358 -- Increased salt entropy of password hashers.Jon Moroney
2021-01-14Fixed #31259 -- Added admin dark theme.mimi89999
2021-01-13Refs #31358 -- Added constant for get_random_string()'s default alphabet.Florian Apolloner
2021-01-13Fixed #16117 -- Added decorators for admin action and display functions.Nick Pope
2021-01-13Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg
2021-01-13Removed redundant database vendor helpers in gis_tests/utils.py.Tim Graham
2021-01-13Added SpatialFeatures.empty_intersection_returns_none.Tim Graham
2021-01-12Fixed #31747 -- Fixed model enumeration via admin URLs.Jon Dufresne
2021-01-12Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ...Johannes Maron
2021-01-12Refs #32018 -- Corrected color variables for paginator and header links in ad...Michel Le Bihan
2021-01-11Refs #32018 -- Used --header-link-color for header links in admin.Michel Le Bihan
2021-01-07Fixed #32191 -- Made CookieStorage use RFC 6265 compliant format.Florian Apolloner
2021-01-07Fixed #32018 -- Extracted admin colors into CSS variables.Matthias Kestenholz
2021-01-06Fixed #32322 -- Fixed autocomplete widget wrapping.Viktor Grabov
2021-01-02Replaced DatabaseFeatures.supports_left_right_lookups with skipUnlessGISLookup.Tim Graham
2020-12-29Used model's Options.label where applicable.Mariusz Felisiak
2020-12-28Refs #31358 -- Fixed decoding salt in Argon2PasswordHasher.Florian Apolloner
2020-12-28Refs #31358 -- Simplified Argon2PasswordHasher.must_update() by using decode().Florian Apolloner
2020-12-28Fixed #32301 -- Made clearsessions raise CommandError when clear_expired() is...François Freitag
2020-12-23Refs #26167 -- Made DatabaseSchemaEditor._create_index_sql()'s fields argumen...Hannes Ljungberg
2020-12-15Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes
2020-12-10Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani
2020-12-03Fixed #32235 -- Made ReadOnlyPasswordHashField disabled by default.Timo Ludwig
2020-11-30Added SpatialFeatures.supports_tolerance_parameter.Tim Graham
2020-11-30Refs #31978 -- Fixed hint in admin's password reset confirmation form for cus...Mariusz Felisiak
2020-11-28Fixed #21021 -- Changed BaseGeometryWidget's default geometry type to 'Geomet...Giannis Adamopoulos
2020-11-28Refs #32230 -- Made LayerMapping support pathlib.Path.Mariusz Felisiak
2020-11-28Fixed #32230 -- Made DataSource support pathlib.Path.Hasan Ramezani
2020-11-26Refs #27095 -- Allowed (non-nested) arrays containing expressions for ArrayFi...Hannes Ljungberg
2020-11-20Added explicit HTMLElement.dir attribute in templates.Author: Nick Pope
2020-11-20Simplified MessageEncoder instantiation with default separators.Florian Apolloner
2020-11-14Refs #24474 -- Changed AdminSite.empty_value_display property to an attribute.Nick Pope
2020-11-13Unified admin action description generation.Nick Pope
2020-11-11Added SpatialFeatures.unsupported_geojson_options.Tim Graham
2020-11-10Avoided direct styles in admin templates.Claude Paroz
2020-11-09Renamed BaseSpatialOperations.geography to BaseSpatialFeatures.supports_geogr...Tim Graham
2020-11-09Removed BaseSpatialOperations.geometry.Tim Graham
2020-11-04Fixed #32169 -- Added distinct support to JSONBAgg.Artur Beltsov