summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2023-12-04[5.0.x] Updated translations from Transifex.Natalia
2023-12-01[5.0.x] Fixed #35001 -- Fixed position of related widget action icons in admi...Tom Carrick
2023-11-30[5.0.x] Fixed #34995 -- Improved position of related widget's add link on adm...Tom Carrick
2023-11-27[5.0.x] Fixed #34982 -- Fixed admin's read-only password widget and help text...Tom Carrick
2023-11-23[5.0.x] Fixed #34994 -- Fixed checkbox layout in admin's change page for narr...Tom Carrick
2023-11-23[5.0.x] Fixed #34991 -- Fixed pagination links and input layout in admin's ch...Tom Carrick
2023-11-01[5.0.x] Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows.Mariusz Felisiak
2023-10-24[5.0.x] Fixed #34923 -- Avoided initializing LEVEL_TAGS when importing django...Mariusz Felisiak
2023-10-21[5.0.x] Fixed #34912 -- Fixed size of back links and bookmarklet help in admi...Chris Frisina
2023-10-20[5.0.x] Fixed #34911 -- Corrected HTML heading levels on admindocs' main page.laserhyena
2023-10-19[5.0.x] Fixed #34905 -- Corrected admin's main content element rendered in <m...ontowhee
2023-10-11[5.0.x] Fixed #12241 -- Preserved query strings when using "Save and continue...Mariana
2023-10-06[5.0.x] Fixed #34882 -- Fixed no options in AsGeoJSON() for geometries in non...Denis Rouzaud
2023-09-21[5.0.x] Fixed #34857 -- Made calendar "Cancel" button in admin use color vari...Fabian Braun
2023-09-18[5.0.x] Updated source translation catalogs.Natalia
2023-09-18Fixed #33651 -- Added support for prefetching GenericForeignKey.Clément Escolano
2023-09-18Fixed #34560 -- Updated admin's jQuery to 3.7.1.Mariusz Felisiak
2023-09-16Fixed #31558 -- Added support for boolean attribute on properties in ModelAdm...Ryanwalker277
2023-09-15Fixed #34832 -- Made admin's header content render in <header> tag.Sarah Abderemane
2023-09-14Fixed #34834 -- Added role="search" to the admin changelist search form.Lemuel Sta Ana
2023-09-14Fixed #34833 -- Made admin's main content render in <main> tag.Sarah Abderemane
2023-09-08Fixed #34816 -- Fixed GenericForeignKey crash when checking cache for primary...Oguzhan Akan
2023-09-05Fixed #34730 -- Added django.contrib.messages.test.MessagesTestMixin.assertMe...François Freitag
2023-08-31Refs #34712 -- Added system check for staticfiles storage in STORAGES setting.Bruno Alla
2023-08-30 Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...Nick Pope
2023-08-25Refs #34730 -- Made Message importable from django.contrib.messages.François Freitag
2023-08-24Refs #24121 -- Added __repr__() to Message.François Freitag
2023-08-10Fixed #33817 -- Added support for python-oracledb and deprecated cx_Oracle.Jingbei Li
2023-08-08Fixed #34542 -- Made createsuperuser handle required blank fields in non-inte...Mateusz Więckowski
2023-08-05Fixed #34739 -- Added GEOSGeometry.equals_identical() method.Olivier Tabone
2023-08-04Fixed #34760 -- Dropped support for SQLite < 3.27.Mariusz Felisiak
2023-08-04Fixed #34686 -- Added support for GEOS 3.12.Olivier Tabone
2023-08-02Removed unneeded escapes in regexes.Mariusz Felisiak
2023-07-18Refs #33201 -- Avoided unnecessary queries when renaming models with db_table...Mariusz Felisiak
2023-07-18Fixed #34036 -- Improved color contrast in admin light theme.Mariana
2023-07-17Refs #27471 -- Made admin's filter choice arrows use cursor pointers.Christophe Henry
2023-07-14Fixed #34677 -- Made admin password reset templates more consistent.priyank.panchal
2023-07-11Removed redundant check from WKTWriter.__init__().Olivier Tabone
2023-07-10Fixed #34696 -- Updated selection counter in admin changelist on Chrome.Cauê Thenório
2023-07-10Fixed #34688 -- Removed contrib.sitemaps.ping_google() and ping_google manage...Andrew Northall
2023-07-07Refs #9602 -- Moved AlreadyRegistered/NotRegistered exceptions to django.cont...Mariusz Felisiak
2023-07-07Fixed #9602 -- Added AdminSite.get_model_admin().Mariusz Felisiak
2023-07-07Fixed #34639 -- Reverted "Fixed #32682 -- Made admin changelist use Exists() ...Simon Charette
2023-07-06Used AdminSite.is_registered() where appropriate.Mariusz Felisiak
2023-06-30Fixed #34572 -- Added support for GDAL 3.7.Mariusz Felisiak
2023-06-29Fixed #34685 -- Dropped support for GEOS 3.6 and 3.7.Mariusz Felisiak
2023-06-29Fixed #34684 -- Dropped support for GDAL 2.2 and 2.3.Mariusz Felisiak
2023-06-29Refs #34572 -- Added missing GDAL_PIXEL_TYPES from GDAL 3.5+.Claude Paroz
2023-06-27Fixed #34391 -- Added async-compatible interface to auth functions and relate...Jon Janzen
2023-06-25Fixed #34676 -- Normalized Distance()/Area() exceptions for nonexistent units.Andrew Northall