summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
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
2022-12-10Fixed #34205 -- Fixed Meta.constraints validation crash with ArrayField and _...James Gillard
2022-12-07Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage.James Bligh
2022-12-02Refs #33308 -- Made PostGISAdapter do not use psycopg2's Binary().Florian Apolloner
2022-12-01Refs #33308 -- Deprecated support for passing encoded JSON string literals to...Simon Charette
2022-12-01Refs #33308 -- Added get_type_oids() hook and simplified registering type han...Daniele Varrazzo
2022-11-30Refs #34095 -- Changed more properties to use rem units in admin CSS.SwastikTripathi
2022-11-29Fixed #34187 -- Made UserCreationForm save many-to-many fields.sdolemelipone
2022-11-24Fixed #34173 -- Skipped saving sessions on 5xx responses.SirAbhi13
2022-11-22Used CSS flex for form rows.Tom Carrick
2022-11-18Fixed #26261 -- Fixed queryset crash when excluding reverse GenericRelation.roman_p
2022-11-18Fixed #26056 -- Added QuerySet.values()/values_list() support for ArrayField'...Ben Cail
2022-11-11Fixed typo in SetPasswordForm()'s docstring.Vasiliy Ivanov
2022-11-10Fixed #34149 -- Allowed adding deferrable conditional exclusion constraints o...Márton Salomváry
2022-11-09Fixed #34135 -- Added async-compatible interface to related managers.Jon Janzen
2022-11-08Fixed typo in BaseModelAdmin.has_delete_permission()'s docstring.Marco Marra
2022-11-08Fixed #34139 -- Fixed acreate(), aget_or_create(), and aupdate_or_create() me...Jon Janzen
2022-11-07Fixed #34088 -- Fixed Sitemap.get_latest_lastmod() crash with empty items.Daniel Ivanov
2022-11-04Fixed #27654 -- Propagated alters_data attribute to callables overridden in s...LightDiscord
2022-11-04Refs #34095 -- Changed height of form controls to use rem units in admin.jer
2022-11-03Fixed #34080 -- Fixed __exact lookup when nested arrays contain only NULL val...Ion Alberdi
2022-10-31Avoided assignment followed by immediate return.Nick Pope
2022-10-31Used more augmented assignment statements.Nick Pope
2022-10-31Fixed #34094 -- Corrected margins in admin headers for RTL languages.Francesco Panico
2022-10-27Fixed #34066 -- Fixed link to password reset view in UserChangeForm.password'...Simon Kern
2022-10-26Completed test coverage for contrib.auth.forms.Marcelo Galigniana
2022-10-18Fixed #34102 -- Limited wrapping long names to admin dashboard.Collin Anderson
2022-10-14Fixed #34093 -- Changed width/height of switch button icons to use rem units ...Colm O'Connor
2022-10-13Refs #23919 -- Updated obsolete buffer() references to memoryview().Mariusz Felisiak
2022-10-12Fixed #34042 -- Improved accessibility of admin's navigation sidebar.Rasmus Magnell
2022-10-10Fixed #34081 -- Reverted "Fixed #33994 -- Corrected position of extrastyle an...Mariusz Felisiak
2022-10-10Fixed wrapping of long model names in the admin.Mariusz Felisiak
2022-10-10Fixed #32833 -- Fixed ContentTypeManager.get_for_models() crash when using in...Sarah Boyce