summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2023-10-26Fixed #10941 -- Added {% query_string %} template tag.Tom Carrick
2023-10-25Fixed #34904 -- Prevented mutating sent emails from outbox in locmem email ba...sindre
2023-10-24Fixed #34923 -- Avoided initializing LEVEL_TAGS when importing django.contrib...Mariusz Felisiak
2023-10-24Fixed #34920 -- Made FileExtensionValidator.__eq__() ignore allowed_extension...ksg97031
2023-10-23Fixed #34899 -- Added blank choice to forms' callable choices lazily.Nick Pope
2023-10-23Refs #34899 -- Extracted Field.flatchoices to flatten_choices helper function.Nick Pope
2023-10-23Refs #31262 -- Added __eq__() and __getitem__() to BaseChoiceIterator.Nick Pope
2023-10-23Refs #34118 -- Avoided repeat coroutine checks in MiddlewareMixin.Adam Johnson
2023-10-23Fixed #34903, Refs #34825 -- Made workers initialization respect empty set of...David Sanders
2023-10-22Fixed #34921 -- Fixed crash of warning for unbound naive datetimes.David Sanders
2023-10-21Fixed #34913 -- Added borders on high contrast mode in the admin.Cheuk Ting Ho
2023-10-21Fixed #34912 -- Fixed size of back links and bookmarklet help in admindocs pa...Chris Frisina
2023-10-20Fixed #34911 -- Corrected HTML heading levels on admindocs' main page.laserhyena
2023-10-19Fixed #34905 -- Corrected admin's main content element rendered in <main> tag.ontowhee
2023-10-18Refs #34043 -- Added --screenshots option to runtests.py and selenium tests.Sarah Boyce
2023-10-17Removed unreachable code from ModelAdmin.response_change().Mariana
2023-10-16Refs #34043 -- Added context managers to SeleniumTestCase for changing window...Sarah Boyce
2023-10-16Fixed #34798 -- Fixed QuerySet.aggregate() crash when referencing expressions...Simon Charette
2023-10-11Fixed #12241 -- Preserved query strings when using "Save and continue/add ano...Mariana
2023-10-06Fixed #34889 -- Fixed get_prefetch_queryset() fallback in prefetch_one_level().Mariusz Felisiak
2023-10-06Fixed #34882 -- Fixed no options in AsGeoJSON() for geometries in non-default...Denis Rouzaud
2023-10-04Refs #33482 -- Fixed QuerySet selecting and filtering againts Exists() with e...Simon Charette
2023-10-04Fixed CVE-2023-43665 -- Mitigated potential DoS in django.utils.text.Truncato...Natalia
2023-10-03Fixed #34657 -- Made assert(Not)Contains/assertInHTML display haystacks in er...Chinmoy Chakraborty
2023-10-03Refs #34657 -- Made msg_prefix handling in assertURLEqual()/assertInHTML cons...Mariusz Felisiak
2023-10-02Fixed #34883 -- Allowed template tags to set extra data on templates.Carlton Gibson
2023-10-02Fixed #32602 -- Clarified wording of TestCase class.faishalmanzar
2023-09-29Refs #34657 -- Made assertInHTML() use unparsed needle in error messages.Chinmoy Chakraborty
2023-09-29Refs #15667 -- Added resetting default renderer when FORM_RENDERER is changed.Mariusz Felisiak
2023-09-29Fixed #34878 -- Fixed autoreloader crash when FORM_RENDERER is set to Templat...Dan Jacob
2023-09-28Fixed #34877 -- Fixed migrations crash when adding GeneratedField with output...Paolo Melchiorre
2023-09-26Fixed #34873 -- Added QuerySet.explain() support for GENERIC_PLAN option on P...Mariusz Felisiak
2023-09-26Fixed #34835 -- Made admin's changelist filters render in <nav> tag.lstaana
2023-09-25Refs #34825 -- Made SQLite backend open source database in readonly mode when...David Sanders
2023-09-25Fixed #34825 -- Avoided setting unused connections when initializing parallel...David Sanders
2023-09-25Fixed #34849 -- Avoided raising RuntimeWarning about import-time queries when...David Sanders
2023-09-22Fixed #34861 -- Fixed crash when adding GeneratedField with some expressions.Paolo Melchiorre
2023-09-22Fixed #34823 -- Fixed assertTemplateUsed() context manager crash on unnamed t...Arian
2023-09-22Fixed #34858 -- Corrected resolving output_field for PositiveIntegerField.toan
2023-09-22Fixed #34848 -- Ignored i18n_catalog.js file when building Django's translati...Natalia
2023-09-22Fixed #34840 -- Avoided casting string base fields on PostgreSQL.Mariusz Felisiak
2023-09-21Fixed #34857 -- Made calendar "Cancel" button in admin use color variables.Fabian Braun
2023-09-20Fixed #34851 -- Dropped support for PostgreSQL 12 and PostGIS 2.5.Mariusz Felisiak
2023-09-19Fixed #34850 -- Dropped support for MariaDB 10.4.Mariusz Felisiak
2023-09-19Simplified ForeignObject.resolve_related_fields() a bit.Lily Foote
2023-09-18Updated source translation catalogs.Natalia
2023-09-18Increased the default PBKDF2 iterations for Django 5.1.Mariusz Felisiak
2023-09-18Advanced deprecation warnings for Django 5.1.Mariusz Felisiak
2023-09-18Refs #26029 -- Removed DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Mariusz Felisiak
2023-09-18Refs #33199 -- Removed support for passing positional arguments to Signer/Tim...Mariusz Felisiak