index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
Age
Commit message (
Expand
)
Author
2022-01-04
[3.2.x] Fixed CVE-2021-45115 -- Prevented DoS vector in UserAttributeSimilari...
Florian Apolloner
2021-09-21
[3.2.x] Fixed #33083 -- Fixed selecting all items in the admin changelist whe...
Carlton Gibson
2021-09-18
[3.2.x] Fixed #33077 -- Fixed links to related models for admin's readonly fi...
Ken Whitesell
2021-08-23
[3.2.x] Fixed #33030 -- Fixed broken links to GDAL docs.
Märt Häkkinen
2021-06-28
[3.2.x] Updated translations from Transifex.
Claude Paroz
2021-06-02
[3.2.x] Fixed CVE-2021-33203 -- Fixed potential path-traversal via admindocs'...
Florian Apolloner
2021-05-18
[3.2.x] Fixed #32754 -- Made AdminSite.catch_all_view() respect SCRIPT_NAME.
Slava Skvortsov
2021-04-27
[3.2.x] Fixed #32682 -- Made admin changelist use Exists() instead of distinc...
Mariusz Felisiak
2021-04-27
[3.2.x] Refs #32682 -- Renamed use_distinct variable to may_have_duplicates.
Mariusz Felisiak
2021-04-26
[3.2.x] Fixed #32681 -- Fixed VariableDoesNotExist when rendering some admin ...
Zain Patel
2021-04-21
[3.2.x] Fixed #32647 -- Restored multi-row select with shift-modifier in admi...
Carlton Gibson
2021-04-15
[3.2.x] Fixed #32643 -- Fixed decoding of messages in the pre-Django 3.2 format.
Florian Apolloner
2021-04-14
[3.2.x] Fixed #32648 -- Fixed VariableDoesNotExist rendering sitemaps template.
Arthur Jovart
2021-04-14
[3.2.x] Fixed #32649 -- Fixed ModelAdmin.search_fields crash when searching a...
Mariusz Felisiak
2021-04-07
[3.2.x] Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9.
Claude Paroz
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-14
Refs #31259 -- Improved some color contrasts for admin dark theme.
Matthias Kestenholz
2021-01-14
Fixed #31358 -- Increased salt entropy of password hashers.
Jon Moroney
2021-01-14
Fixed #31259 -- Added admin dark theme.
mimi89999
2021-01-13
Refs #31358 -- Added constant for get_random_string()'s default alphabet.
Florian Apolloner
2021-01-13
Fixed #16117 -- Added decorators for admin action and display functions.
Nick Pope
2021-01-13
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2021-01-13
Removed redundant database vendor helpers in gis_tests/utils.py.
Tim Graham
2021-01-13
Added SpatialFeatures.empty_intersection_returns_none.
Tim Graham
2021-01-12
Fixed #31747 -- Fixed model enumeration via admin URLs.
Jon Dufresne
2021-01-12
Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ...
Johannes Maron
2021-01-12
Refs #32018 -- Corrected color variables for paginator and header links in ad...
Michel Le Bihan
2021-01-11
Refs #32018 -- Used --header-link-color for header links in admin.
Michel Le Bihan
2021-01-07
Fixed #32191 -- Made CookieStorage use RFC 6265 compliant format.
Florian Apolloner
2021-01-07
Fixed #32018 -- Extracted admin colors into CSS variables.
Matthias Kestenholz
2021-01-06
Fixed #32322 -- Fixed autocomplete widget wrapping.
Viktor Grabov
2021-01-02
Replaced DatabaseFeatures.supports_left_right_lookups with skipUnlessGISLookup.
Tim Graham
2020-12-29
Used model's Options.label where applicable.
Mariusz Felisiak
2020-12-28
Refs #31358 -- Fixed decoding salt in Argon2PasswordHasher.
Florian Apolloner
2020-12-28
Refs #31358 -- Simplified Argon2PasswordHasher.must_update() by using decode().
Florian Apolloner
2020-12-28
Fixed #32301 -- Made clearsessions raise CommandError when clear_expired() is...
François Freitag
2020-12-23
Refs #26167 -- Made DatabaseSchemaEditor._create_index_sql()'s fields argumen...
Hannes Ljungberg
2020-12-15
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
Tom Forbes
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-12-03
Fixed #32235 -- Made ReadOnlyPasswordHashField disabled by default.
Timo Ludwig
[next]