summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2023-11-20Refs #31026 -- Simplified BaseForm.get_context().David Smith
2023-11-18Refs #34975 -- Handled optional source expressions in Expression.get_refs().Simon Charette
2023-11-18Refs #34717 -- Avoided computing aggregate refs twice.Simon Charette
2023-11-18Refs #34975 -- Complemented rhs filtering aggregations for __in lookup.Simon Charette
2023-11-18Fixed #34975 -- Fixed crash of conditional aggregate() over aggregations.Simon Charette
2023-11-17Refs #32819 -- Established relationship between form fieldsets and their help...David Smith
2023-11-16Refs #32819 -- Used auto_id instead of id_for_label as unique identifier for ...David Smith
2023-11-14Refs #34944 -- Propagated system checks for GeneratedField.output_field.Mariusz Felisiak
2023-11-14Fixed #34944 -- Made GeneratedField.output_field required.Mariusz Felisiak
2023-11-14Reverted "Refs #30446, Refs #34944 -- Fixed crash when adding GeneratedField ...Mariusz Felisiak
2023-11-14Fixed #34955 -- Made Concat() use || operator on PostgreSQL.Simon Charette
2023-11-14Fixed #34919 -- Added scope attribute to admindocs model templates.jedidiah
2023-11-13Fixed #34952 -- Copied dir list when processing locale folders to avoid missi...Andrew Cordery
2023-11-13Fixed #34967 -- Fixed queryset crash when grouping by constants on SQLite < 3...David Sanders
2023-11-09Fixed #34457 -- Restored output for makemigrations --check.Adam Johnson
2023-11-08Refs #30446, Refs #34944 -- Fixed crash when adding GeneratedField with strin...Simon Charette
2023-11-08Reverted "Fixed #34830 -- Added request to csrf_failure view's template conte...Natalia
2023-11-07Fixed #34830 -- Added request to csrf_failure view's template context.Prakhar
2023-11-07Fixed #34946 -- Preserved db_default on combined default field addition.Simon Charette
2023-11-03Fixed #34941 -- Fixed fetching decimal db_defaults for DecimalFields on Oracle.Mariusz Felisiak
2023-11-03Refs #34941 -- Skipped OperationTests.test_alter_field_change_nullable_to_dec...Mariusz Felisiak
2023-11-02Fixed #34936 -- Fixed migration crash for DecimalField with db_default on SQL...David Sanders
2023-11-02Refs #31300 -- Allowed testing GeneratedField without collation.Tim Graham
2023-11-02Fixed #34927 -- Fixed admin system check for inlines with foreign keys to pro...Antoine Cheneau
2023-11-01Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows.Mariusz Felisiak
2023-10-31Fixed #34462 -- Made admin log actions in bulk.Akash Kumar Sen
2023-10-31Fixed #32106 -- Preserved HTTP_HOST in test Client when following redirects.Ben Cail
2023-10-30Refs #29850 -- Added exclusion support to window frames.Sarah Boyce
2023-10-30Fixed #34932 -- Restored varchar_pattern_ops/text_pattern_ops index creation ...Tom Carrick
2023-10-28Refs #29850 -- Added RowRange support for positive integer start and negative...Sarah Boyce
2023-10-28Fixed #34943 -- Made EmailValidator.__eq__() ignore domain_allowlist ordering.ksg
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