summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2023-06-11[4.2.x] Fixed #34638 -- Fixed admin change list selected row highlight on edi...Neeraj Kumar
2023-06-09[4.2.x] Fixed #34645 -- Restored alignment for admin date/time timezone warni...Mariusz Felisiak
2023-04-26[4.2.x] Fixed #34512 -- Restored breadcrumbs on admin app index view.Mariusz Felisiak
2023-04-21[4.2.x] Fixed #34506 -- Fixed margin of ClearableFileInput in admin CSS.Mariusz Felisiak
2023-04-06[4.2.x] Fixed #34459 -- Fixed SearchVector() crash for parameters with % symbol.Mariusz Felisiak
2023-04-04[4.2.x] Fixed Central Kurdish (Sorani) translations of date-related strings.Swara
2023-04-03[4.2.x] Updated translations from Transifex.Mariusz Felisiak
2023-03-29[4.2.x] Refs #34383 -- Corrected margins in admin fieldsets with multiple fie...Mariusz Felisiak
2023-03-29[4.2.x] Fixed overindentation of AdminURLFieldWidget.Tim Graham
2023-03-28[4.2.x] Fixed #34438 -- Reallowed extending UserCreationForm.Gary Jarrel
2023-03-28[4.2.x] Fixed #34383 -- Fixed layout of admin fieldsets with multiple fields ...Tom Carrick
2023-03-24[4.2.x] Refs #34316 -- Fixed layout of admin password change forms and help t...Mariusz Felisiak
2023-03-23[4.2.x] Refs #34316 -- Fixed displaying error lists in admin password change ...Mariusz Felisiak
2023-03-23[4.2.x] Refs #33781 -- Restored alignment for admin split-field timezone warn...Mariusz Felisiak
2023-03-21[4.2.x] Fixed #34428 -- Made ASGIStaticFilesHandler adapt response to async i...Carlton Gibson
2023-03-20[4.2.x] Updated source translation catalogs.Mariusz Felisiak
2023-03-18[4.2.x] Fixed #34322 -- Made ES module support to ManifestStaticFilesStorage ...Mariusz Felisiak
2023-03-09[4.2.x] Fixed #34395 -- Updated admin's jQuery to 3.6.4.Mariusz Felisiak
2023-03-08[4.2.x] Fixed #34384 -- Fixed session validation when rotation secret keys.David Wobrock
2023-02-17[4.2.x] Fixed #34302 -- Fixed SpatialReference.srid for objects without top-l...Stefan Brand
2023-02-17[4.2.x] Refs #34302 -- Fixed SpatialReference.auth_name()/auth_code() when ta...Stefan Brand
2023-02-13[4.2.x] Fixed #34316 -- Fixed layout of admin password change forms and help ...sarahboyce
2023-02-08[4.2.x] Fixed #34315 -- Preserved admin changelist filters on "Close" button.Bakdolot
2023-02-07[4.2.x] Fixed #34285 -- Fixed index/slice lookups on filtered aggregates with...Nils VAN ZUIJLEN
2023-02-07[4.2.x] Fixed #33638 -- Fixed GIS lookups crash with geography fields on Post...Jacob Walls
2023-02-07[4.2.x] Fixed #34301 -- Made admin's submit_row check add permission for "Sav...Frederic Mheir
2023-02-04[4.2.x] Increased the default PBKDF2 iterations for Django 4.2.Mariusz Felisiak
2023-02-02[4.2.x] Fixed #34286 -- Fixed admindocs markups for case-sensitive template/v...skidipap
2023-02-02[4.2.x] Improved error message for ASCIIUsernameValidator.Mariusz Felisiak
2023-02-01[4.2.x] Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-30[4.2.x] Fixed #34283 -- Escaped title in admin's changelist filters.Stanislav Volyk
2023-01-23[4.2.x] Fixed #34278 -- Made translatable string plural-aware in SelectFilter...Claude Paroz
2023-01-17[4.2.x] Updated source translation catalogs.Mariusz Felisiak
2023-01-12Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Jarosław Wygoda
2023-01-10Refs #31014 -- Added FromWKB and FromWKT GIS database functions.Mariusz Felisiak
2023-01-04Fixed #33961 -- Updated admin's jQuery to 3.6.3.Mariusz Felisiak
2023-01-03Fixed #33783 -- Added IsEmpty GIS database function and __isempty lookup on P...Claude Paroz
2023-01-02Fixed #34235 -- Added ManifestFilesMixin.manifest_hash attribute.Florian Apolloner
2022-12-29Fixed #34208 -- Confirmed support for GDAL 3.6.Mariusz Felisiak
2022-12-29Fixed #25617 -- Added case-insensitive unique username validation in UserCrea...Paul Schilling
2022-12-29Upgraded OpenLayers to v.7.2.2.Claude Paroz
2022-12-24Fixed #34165 -- Made permissions creation respect the "using" parameter.David Wobrock
2022-12-22Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.Mariusz Felisiak
2022-12-20Updated translations from Transifex.Mariusz Felisiak
2022-12-19Fixed #33662 -- Allowed Sitemap to customize languages for each item.Roxane
2022-12-15Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo
2022-12-13Fixed #34038 -- Improved color contrast for links in admin.Nimra Aftab
2022-12-12Refs #33308 -- Added DatabaseOperations.compose_sql() on PostgreSQL.Florian Apolloner
2022-12-12Refs #33308 -- Added psycopg_any.sql.quote() hook.Florian Apolloner
2022-12-12Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.Florian Apolloner