summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2021-03-09Refs #32018 -- Corrected color variable for toggle links in admin.Mariusz Felisiak
2021-03-09Refs #32018 -- Used --darkened-bg for <pre> elements.Mariusz Felisiak
2021-03-04Fixed #32494 -- Adjusted system check for raw_id_fields to warn about Field.a...Hasan Ramezani
2021-03-04Corrected messages of admin checks for invalid model field names.Hasan Ramezani
2021-03-03Fixed #27854 -- Added system check for nonexistent directories in STATICFILES...Jacob Walls
2021-03-03Refs #27854 -- Skipped subsequent checks if STATICFILES_DIRS is not a list or...Jacob Walls
2021-03-03Fixed #32493 -- Removed redundant never_cache uses from admin views.tim-mccurrach
2021-03-01Refs #23919 -- Removed unneeded AttributeError catching in collectstatic's li...Jacob Walls
2021-02-26Fixed #28607 -- Prevented duplicates in HashedFilesMixin post-processing resu...Jacob Walls
2021-02-24Fixed #32468 -- Corrected usage of never_cache in contrib.admin.Haki Benita
2021-02-22Refs #16117 -- Made @action and @display decorators importable from django.co...Nick Pope
2021-02-19Fixed #32458 -- Made __repr__() for Index and BaseConstraint subclasses more ...Hannes Ljungberg
2021-02-18Fixed #32443 -- Removed "shifted" CSS class when admin's sidebar is disabled.Amir Ajorloo
2021-02-16Fixed #30231 -- Fixed admin filter horizontal/vertical verbose_name generation.Teresa Partida
2021-02-15Fixed #26607 -- Allowed customizing formset kwargs with ModelAdmin.get_formse...manav014
2021-02-11Fixed #32421 -- Made admindocs ModelDetailView show model cached properties.Ramon Saraiva
2021-02-08Fixed #28216 -- Added next_page/get_default_redirect_url() to LoginView.ThinkChaos
2021-02-04Fixed #31527 -- Allowed admindocs index to handle non-string URLconfs.Jim Xie
2021-01-28Fixed #32391 -- Used CSS flex properties for changelist filter.Denis Skulimovskiy
2021-01-27Fixed #32385 -- Removed unused and duplicated loading of tags in admin templa...tim-mccurrach
2021-01-20Refs #31259 -- Made various dark theme adjustments.Tom Carrick
2021-01-19Fixed #32324 -- Added template block to override the admin site header.muskanvaswan
2021-01-19Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.Mariusz Felisiak
2021-01-18Fixed #32358 -- Fixed queryset crash when grouping by annotation with Distanc...Illia Volochii
2021-01-18Fixed #18549 -- Fixed heading for inlines with a OneToOneField.Timothy McCurrach
2021-01-15Updated source translation catalogs.Claude Paroz
2021-01-14Increased the default PBKDF2 iterations for Django 4.0.Mariusz Felisiak
2021-01-14Refs #31842 -- Removed DEFAULT_HASHING_ALGORITHM transitional setting.Mariusz Felisiak
2021-01-14Refs #12990 -- Removed django.contrib.postgres.forms.JSONField per deprecatio...Mariusz Felisiak
2021-01-14Refs #12990 -- Removed django.contrib.postgres.fields.jsonb.KeyTransform/KeyT...Mariusz Felisiak
2021-01-14Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per deprecati...Mariusz Felisiak
2021-01-14Refs #26601 -- Made get_response argument required and don't accept None in m...Mariusz Felisiak
2021-01-14Refs #27468 -- Removed support for the pre-Django 3.1 user sessions.Mariusz Felisiak
2021-01-14Refs #31274 -- Removed support for the pre-Django 3.1 encoding format of sess...Mariusz Felisiak
2021-01-14Refs #27468 -- Removed support for the pre-Django 3.1 password reset tokens.Mariusz Felisiak
2021-01-14Refs #27604 -- Removed support for the pre-Django 3.1 encoding format in Cook...Mariusz Felisiak
2021-01-14Refs #15902 -- Stopped set_language() storing user's language in the session.Mariusz Felisiak
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