8000 Fixed #36255 -- Improved accessibility of the admin action button. by gtossou · Pull Request #19300 · django/django · GitHub
[go: up one dir, main page]

Skip to content

Fixed #36255 -- Improved accessibility of the admin action button. #19300

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 588 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
588 commits
Select commit Hold shift + click to select a range
05aab56
Refs #36075 -- Adjusted pk_fields usage in bulk_update eligibility ch…
charettes Jan 13, 2025
e0732df
Refs #36075 -- Adjusted MTI handling of _non_pk_concrete_field_names.
charettes Jan 14, 2025
00e4f8e
Fixed #36051 -- Declared arity on aggregate functions.
jacobtylerwalls Jan 1, 2025
3f0fc63
Fixed #35998 -- Added caching to django.utils.html.urlize().
sarahboyce Oct 11, 2024
9325ae2
Refs #36070 -- Referred to pk as an attribute when a composite primar…
jacobtylerwalls Jan 14, 2025
be06437
Fixed #36070 -- Clarified model validation behavior for composite pks.
jacobtylerwalls Jan 14, 2025
0a2b1f5
Refs #29499 -- Fixed race condition in update_or_create() test.
charettes Jan 15, 2025
613c067
Fixed #36100 -- Checked if composite pk is set in get_next/get_previous.
jacobtylerwalls Jan 15, 2025
1acbdc1
Fixed #36098 -- Fixed validate_ipv6_address()/validate_ipv46_address(…
felixxm Jan 14, 2025
20604df
Simplified GeoIP2._query() when passing IPv4Address()/IPv6Address() i…
felixxm Jan 14, 2025
3536492
Fixed #35521 -- Allowed overriding BoundField class on fields, forms …
matthiask Jan 15, 2025
3e921bd
Updated man page for Django 5.2 alpha.
sarahboyce Jan 15, 2025
51f6434
Removed empty sections from 5.2 release notes.
sarahboyce Jan 15, 2025
183ee83
Made cosmetic edits to docs/releases/5.2.txt.
sarahboyce Jan 15, 2025
8fbb85b
Bumped version; main is now 6.0 pre-alpha.
sarahboyce Dec 12, 2024
a65d83e
Added stub release notes for 6.0.
sarahboyce Dec 12, 2024
666e49a
Removed versionadded/changed annotations for 5.1.
sarahboyce Dec 12, 2024
f7e4053
Refs #34355 -- Removed support for positional arguments in BaseConstr…
sarahboyce Dec 12, 2024
b651911
Refs #32339 -- Remov 8000 ed transitional form renderers per deprecation ti…
sarahboyce Dec 12, 2024
235d7f2
Refs #34547 -- Removed DatabaseOperations.field_cast_sql() per deprec…
sarahboyce Dec 12, 2024
e65410c
Refs #22569 -- Made request required in ModelAdmin.lookup_allowed() p…
sarahboyce Dec 12, 2024
25425fd
Refs #34609 -- Removed support for calling format_html() without argu…
sarahboyce Dec 12, 2024
c8405b9
Refs #35090 -- Removed support for django.urls.register_converter() o…
sarahboyce Dec 12, 2024
5cd0992
Refs #34380 -- Changed the URLField default scheme to https and remov…
sarahboyce Dec 12, 2024
8553c5e
Refs #16055 -- Removed get_joining_columns()/get_reverse_joining_colu…
sarahboyce Dec 12, 2024
b3932d3
Refs #33817 -- Removed support for cx_Oracle per deprecation timeline.
sarahboyce Dec 12, 2024
18ed14b
Removed ChoicesMeta per deprecation timeline.
sarahboyce Dec 12, 2024
2ec49ef
Refs #33651 -- Removed Prefetch.get_current_queryset() and get_prefet…
sarahboyce Dec 12, 2024
6b1f388
Refs #34462 -- Removed ModelAdmin.log_deletion() and LogEntryManager.…
sarahboyce Dec 12, 2024
30744cf
Refs #34983 -- Removed django.utils.itercompat per deprecation timeline.
sarahboyce Dec 13, 2024
95c0d3e
Removed django.contrib.gis.geoip2.GeoIP2.coords() per deprecation tim…
sarahboyce Dec 13, 2024
7f86428
Removed django.contrib.gis.geoip2.GeoIP2.open() per deprecation timel…
sarahboyce Dec 13, 2024
3c58aa1
Refs #35060 -- Removed passing positional arguments to Model.save()/a…
sarahboyce Dec 13, 2024
bcfde20
Refs #35058 -- Removed OGRGeometry.coord_dim setter per deprecation t…
sarahboyce Dec 13, 2024
9fa7c7b
Refs #35234 -- Removed CheckConstraint.check per deprecation timeline.
sarahboyce Dec 13, 2024
84da2b3
Refs #35405 -- Removed FieldCacheMixin.get_cache_name() per deprecati…
sarahboyce Dec 13, 2024
e774d98
Refs #35326 -- Removed FileSystemStorage.OS_OPEN_FLAGS per deprecatio…
sarahboyce Dec 12, 2024
c9d4ec6
Advanced deprecation warnings for Django 6.0.
sarahboyce Dec 13, 2024
d671d27
Increased the default PBKDF2 iterations for Django 6.0.
sarahboyce Dec 13, 2024
61c2e1a
Refs #35090 -- Fixed urlpatterns.tests.SimplifiedURLTests when run in…
felixxm Jan 16, 2025
0a746c7
Fixed typos in docs/releases/5.2.txt.
cliff688 Jan 16, 2025
00889f0
Fixed invalid HTML in test templates.
UnknownPlatypus Jan 11, 2025
ed59bd5
Fixed #35448 -- Fixed formatting of test --debug-sql output.
timgraham Jan 5, 2025
b5eabdb
Fixed broken link in django/core/handlers/asgi.py comment.
andersk Nov 3, 2024
99d0dec
Refs #35448 -- Fixed BackendTestCase.test_queries_logger() on Oracle …
felixxm Jan 20, 2025
656a75c
Fixed #36017 -- Used EmailValidator in urlize to detect emails.
gmaOCR Jan 20, 2025
f22da97
Fixed #36005 -- Dropped support for Python 3.10 and 3.11.
felixxm Jan 17, 2025
5314960
Fixed #36107 -- Adjusted UNNEST bulk_create strategy to opt-out sized…
charettes Jan 17, 2025
9823c66
Refs #32193 -- Updated python-memcached to pymemcache in contributing…
felixxm Jan 20, 2025
5110092
Fixed #36116 -- Optimized multi-column ForwardManyToOne prefetching.
charettes Jan 20, 2025
d9977b9
Added GitHub action to label PRs without a ticket linked in title.
sarahboyce Jan 21, 2025
ccf2946
Moved permissions setup to toplevel for the Labels Github action.
nessita Jan 21, 2025
e596dad
Refs 35653 -- Clarified docs for EMAIL_SSL_CERTFILE and EMAIL_SSL_KEY…
dbIgel Jan 21, 2025
4570cba
Refs #36042 -- Consolidated composite expression checks in BaseExpres…
charettes Jan 21, 2025
51b4a70
Fixed #36117 -- Raised ValueError when providing composite expression…
charettes Jan 21, 2025
335a756
Refs #24529 -- Added replace_migration hook to MigrationLoader.
georgi-yanchev Jan 20, 2025
83cc9aa
Fixed #24529 -- Allowed double squashing of migrations.
georgi-yanchev Jan 20, 2025
8b4043e
Switched to pull_request_target event trigger in the Labels Github ac…
sarahboyce Jan 22, 2025
5355172
Fixed #36114 -- Fixed link visibility when list_display_links field c…
Antoliny0919 Jan 21, 2025
bb6b03c
Fixed #36125 -- Switched docs to use chat.djangoproject.com when refe…
bmispelon Jan 22, 2025
8e0ae03
Refs #27674 -- Removed unused GIS icons.
claudep Jan 23, 2025
1c6e7f2
Fixed #36013 -- Removed use of IDNA-2003 in django.utils.html.
medmunds Dec 15, 2024
6c64cfd
Fixed #36010 -- Avoided touching mo files while checking writability.
claudep Dec 20, 2024
a98ab2d
Clarified feature freeze tasks in docs/internals/howto-release-django…
nessita Jan 23, 2025
067405f
Refs #470 -- Fixed field_defaults test failures due to year-end bound…
jacobtylerwalls Jan 23, 2025
33b2418
Fixed ambiguous pronoun reference in docs/ref/models/fields.txt.
cliff688 Jan 13, 2025
13eb5f7
Fixed #36111 -- Fixed test --debug-sql crash on Oracle when no prior …
jacobtylerwalls Jan 25, 2025
c00cd9a
Captured stderr during admin_docs test.
adamzap Jan 25, 2025
dd73b62
Fixed #36109 -- Fixed RecursionError when stacking FilteredRelation j…
pmdevita Jan 17, 2025
84db5aa
Refs #36005 -- Bumped minimum supported versions of 3rd-party packages.
felixxm Jan 28, 2025
115041a
Fixed #36120 -- Raised FieldError when targeting a composite primary …
jacobtylerwalls Jan 23, 2025
af5e7bf
Updated the release process documentation to reflect the current proc…
sarahboyce Jan 21, 2025
f3392de
Fixed #36122 -- Raised FieldError when updating with composite refere…
charettes Jan 26, 2025
7b451fe
Clarified the Releaser's discretion for determining and postponing th…
sarahboyce Jan 28, 2025
94a5938
Pinned isort version to "<6.0.0" to avoid undesired reformat.
nessita Jan 29, 2025
2d3cbad
Fixed #36118 -- Accounted for multiple primary keys in bulk_update ma…
sarahboyce Jan 27, 2025
9ad2aca
Fixed #36159 -- Removed the empty import example in the custom shell …
salvo-polizzi Jan 30, 2025
c2bac1c
Fixed #36155 -- Improved error handling when annotate arguments requi…
vinkomlacic Jan 28, 2025
3941b02
Fixed #36121 -- Allowed customizing the admin site password change form.
mohammadrezaesk Jan 21, 2025
77fd01d
Fixed #35235 -- Removed caching of BaseExpression._output_field_or_none.
sharonwoo Sep 27, 2024
3329b5c
Tweaked docs to avoid reformatting given new black version.
nessita Jan 30, 2025
15d04c3
Fixed #36119 -- Fixed UnicodeEncodeError when attaching a file with 8…
gmaOCR Jan 30, 2025
4565107
Bumped versions in pre-commit and npm configurations.
felixxm Feb 1, 2025
34423db
Fixed #36088 -- Avoided unnecessary DEFAULT usage on bulk_create().
charettes Dec 9, 2024
22d14b7
Fixed #36162 -- Fixed the `black` Makefile docs rule to work on macOS.
medmunds Feb 2, 2025
c9ce759
Fixed #36140 -- Allowed BaseUserCreationForm to define non required p…
nessita Feb 2, 2025
8c2e1f4
Fixed #36135 -- Fixed reverse GenericRelation prefetching.
charettes Jan 25, 2025
a998dda
Refs #36036 -- Added support for GEOSHasM.
andharris Jan 10, 2025
4120f9a
Fixed #36058 -- Refactored SpatialRefSysMixin.srs to use cached_prope…
agovene Jan 22, 2025
6312360
Fixed #36055 -- Prevented overlap of object-tools buttons and page he…
Antoliny0919 Jan 12, 2025
00dcf7e
Fixed #36069 -- Fixed the delete button position in TabularInlines.
Antoliny0919 Jan 7, 2025
6b7d397
Refs #35612 -- Extended docs on how the security team evaluates reports.
nessita Feb 4, 2025
f165329
Clarified docs for default email value in UserManager.create_user().
amirreza8002 Feb 4, 2025
bb63520
Added release date for 5.1.6, 5.0.12, and 4.2.19.
nessita Feb 5, 2025
7e51168
Added stub release notes for 5.1.7.
nessita Feb 5, 2025
55b6fb3
Fixed #36165 -- Made PostgreSQL's SchemaEditor._delete_index_sql() re…
nessita Feb 5, 2025
0fcafa3
Refs #22997 -- Prevented requesting a default value for auto fields.
bcail Oct 2, 2024
9f0b9fe
Fixed #35677 -- Avoided non-sticky filtering of prefetched many-to-many.
charettes Jan 14, 2025
eb69f11
Fixed #36061 -- Added migration support for ManyToManyField.through_f…
bdnettleton Jan 7, 2025
990f813
Fixed #36025 -- Fixed re-aliasing of iterable (in/range) lookups rhs.
charettes Dec 23, 2024
d7d74ca
Refs #34975 -- Removed unnecessary lookups.In.get_refs().
charettes Dec 23, 2024
887b1a4
Fixed #36105 -- Dropped support for MariaDB 10.5.
felixxm Feb 9, 2025
a35f4e2
Refs #373 -- Delegated Tuple compilation to compiler.
charettes Feb 9, 2025
be22949
Refs #36148 -- Relied on a feature switch to define tuple lookups sup…
charettes Jan 27, 2025
c7bf76a
Fixed #36148 -- Enabled native tuple comparison lookups on SQLite 3.3…
charettes Jan 28, 2025
a5e3299
Specified "django" repository for twine call in docs/internals/howto-…
felixxm Feb 11, 2025
83af04f
Wrapped lines at 79 cols in docs/howto/custom-shell.txt.
nessita Feb 7, 2025
1691d8d
Refs #35515 -- Added missing docs for `--no-imports` flag for the she…
nessita Feb 7, 2025
8f5175d
Refs #35515 -- Refactored internal `get_and_report_namespace` in the …
nessita Feb 7, 2025
5ef8821
Refs #35515 -- Fixed shell command verbose output when auto-importing…
nessita Feb 7, 2025
2e0ebea
Fixed #36149 -- Allowed subquery values against tuple exact and in lo…
charettes Jan 28, 2025
81ba91f
Refs #23919 -- Removed Python 2 workaround in fixtures_regress.
timgraham Feb 11, 2025
b3cdeff
Fixed #36181 -- Allowed Subquery usage in __in lookups against compos…
charettes Feb 10, 2025
37feb12
Refs #36181 -- Removed the obsolete SubqueryConstraint machinery.
charettes Feb 10, 2025
d5289e6
Reverted "Fixed #35803 -- Added support for Collect, GeoHash, and IsV…
felixxm Feb 12, 2025
4b059c7
Reverted "Refs #35803 -- Added support for __coveredby GIS lookup on …
felixxm Feb 12, 2025
63a4145
Fixed #36146 -- Recorded applied/unapplied migrations recursively.
georgi-yanchev Feb 11, 2025
4d67bf1
Fixed #36182 -- Returned "?" if all parameters are removed in queryst…
sarahboyce Feb 12, 2025
c119aa3
Fixed #36158 -- Refactored shell command to improve auto-imported obj…
nessita Feb 7, 2025
68072e5
Corrected SHORT_DATE_FORMAT for Korean (ko).
yeongbin05 Feb 13, 2025
f8f919f
Fixed typo in docs/ref/databases.txt.
Feb 14, 2025
c174b79
Corrected wording in docs/ref/models/constraints.txt.
violuke Feb 12, 2025
e88365a
Fixed #36102 -- Moved i18n comments directly above the translatable s…
JulienPalard Jan 15, 2025
465c0d9
Fixed #36173 -- Stabilized identity of Concat with an explicit output…
charettes Feb 7, 2025
433506a
Fixed #35967 -- Deferred test suite fixtures serialization after all …
charettes Dec 11, 2024
8719205
Refs #35967 -- Doc'd DatabaseCreation.serialize_db_to_string() method.
charettes Feb 16, 2025
4ba5ad8
Refs #35967 -- Deprecated BaseDatabaseCreation.create_test_db(seriali…
charettes Dec 18, 2024
45b9a8c
Refs #35704 -- Used copy.replace() in Operation.reduce() methods.
adamchainz Aug 22, 2024
40f79e6
Fixed #36178 -- Applied consistent object quoting in admin delete con…
Antoliny0919 Feb 10, 2025
e00a39c
Fixed #36191 -- Truncated the overwritten file content in FileSystemS…
gutard Feb 15, 2025
c253068
Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.
felixxm Feb 18, 2025
a881933
Fixed #36179 -- Unhexed entries and removed duplicates in auth/common…
mimi89999 Feb 9, 2025
19addd9
Refs #31170 -- Added JavaScript tests for RelatedObjectLookups.js.
Feb 18, 2025
235f8bf
Fixed #31170 -- Added change event trigger to dismissRelatedLookupPopup.
Feb 18, 2025
83459ed
Fixed #36197 -- Fixed improper many-to-many count() and exists() for …
charettes Feb 17, 2025
a0a3ba8
Removed advice to propose a new contrib app.
sarahboyce Feb 18, 2025
f459916
Fixed #35167 -- Delegated to super() in JSONField.get_db_prep_save().
jacobtylerwalls Feb 17, 2025
7743f9a
Refs #35999 -- Removed #django IRC channel reference from README.rst.
sarahboyce Feb 18, 2025
64fc68e
Fixed docs build on Sphinx 8.2+.
felixxm Feb 19, 2025
ed9adb4
Fixed #35908 -- Retired the django-developers and django-users mailin…
sarahboyce Feb 5, 2025
79cb85b
Fixed #35358, Refs #35234 -- Renamed _check() methods to check() for …
felixxm Feb 19, 2025
1d85298
Refs #35167 -- Fixed test_bulk_update_custom_get_prep_value() crash o…
felixxm Feb 19, 2025
0f3f87b
Clarified admonition in GeneratedField docs.
adamzap Feb 19, 2025
8567828
Fixed #36200 -- Clarified MIDDLEWARE setting updates when using a cus…
joonashak Feb 19, 2025
81dd9c9
Fixed #35839 -- Fixed crash when adding GeneratedField with db_commen…
JaeHyuckSa Feb 22, 2025
efa6285
Fixed #35705 -- Added Rotate GIS database function to rotate geometries.
enprava Sep 8, 2024
2a699ed
Updated expectations for when security reports will receive a reply.
sarahboyce Feb 21, 2025
7966e81
Added security reporting guidelines.
sarahboyce Feb 21, 2025
c210e31
Added security guideline on reasonable size limitations when renderin…
sarahboyce Feb 21, 2025
985c881
Fixed #36186 -- Added forloop.length variable within a template for l…
stroebjo Feb 13, 2025
31e97dc
Removed outdated docstring in tests/basic/models.py.
cliff688 Feb 25, 2025
97bacbb
Refs #35617 -- Removed hardcoded pk in test_bulk_update_custom_get_pr…
jacobtylerwalls Feb 25, 2025
a88627f
Added stub release notes and release date for 5.1.7, 5.0.13, and 4.2.20.
sarahboyce Feb 27, 2025
a695430
Applied Black's 2025 stable style.
felixxm Mar 1, 2025
e3ebb88
Fixed #36198 -- Implemented unresolved transform expression replacement.
charettes Feb 18, 2025
2ee87fc
Added some heading labels to to docs/topics/cache.txt.
timgraham Mar 2, 2025
67af9d3
Fixed #35444 -- Added generic support for Aggregate.order_by.
camuthig Dec 22, 2024
fccff9f
Refs #35444 -- Deprecated contrib.postgres.OrderableAggMixin.
camuthig Aug 14, 2024
3fc4b03
Fixed #36217 -- Restored pre_save/post_save signal emission via LogEn…
Antoliny0919 Feb 28, 2025
7a0fc02
Fixed #36128 -- Clarified auto-generated unique constraint on m2m thr…
cliff688 Feb 10, 2025
9c19c59
Fixed typo in django/db/backends/postgresql/psycopg_any.py comment.
jacobtylerwalls Mar 5, 2025
9e7804e
Fixed #36227 -- Fixed outdated PostgreSQL documentation links.
Hesham942 Mar 4, 2025
496d382
Fixed typo in docs/ref/checks.txt.
Hesham942 Mar 5, 2025
a07d1a3
Clarified cryptic comment in django/core/cache/backends/redis.py.
timgraham Mar 6, 2025
cce4992
Fixed CVE-2025-26699 -- Mitigated potential DoS in wordwrap template …
sarahboyce Feb 25, 2025
3745985
Added stub release notes for 5.1.8.
sarahboyce Mar 6, 2025
b975ca5
Added CVE-2025-26699 to security archive.
sarahboyce Mar 6, 2025
b4c680a
Corrected test case in ExclusionConstraintTests.test_invalid_expressi…
sarahboyce Mar 7, 2025
f9adeb2
Fixed #36224 -- Fixed shell imports when settings not configured.
sarahboyce Mar 3, 2025
81ee8d5
Fixed #35487 -- Removed CASCADE from RemoveField() on PostgreSQL.
May 29, 2024
f53b7da
Fixed #36066 -- Documented that Q objects can be used directly in ann…
samruddhiDharankar Mar 1, 2025
13dabef
Fixed #36201 -- Caught ValidationError in ModelChoiceField/ModelMulti…
JaeHyuckSa Mar 8, 2025
953d9ed
Used _expression_refs_exclude() hook in CheckConstraint/UniqueConstra…
felixxm Mar 9, 2025
1b87a0a
Fixed #36222 -- Fixed ExclusionConstraint validation crash on exclude…
JaeHyuckSa Mar 10, 2025
fc34079
Fixed #33579 -- Specialized exception raised on forced update failures.
charettes Mar 9, 2025
62d96ff
Fixed #36177 -- Added a trailing newline to JSON serializer. (#19232)
knyghty Mar 11, 2025
b65f47d
Fixed #35816 -- Handled parsing of scientific notation in DTL. (#19213)
haileyajohnson Mar 11, 2025
9d01fa6
Fixed #35676 -- Made BaseModelForm validate constraints that referenc…
cliff688 Mar 8, 2025
e66ba7c
Fixed #35945 -- Added async interface to Paginator.
wookkl Mar 11, 2025
36968e3
Removed duplicate entries in docs/releases/5.2.txt.
Hisham-Pak Mar 11, 2025
7dac441
Refs #25582 -- Doc'd query and fragment arguments for reverse_lazy().
adamchainz Mar 12, 2025
88cfcb2
Refs #34380 -- Fixed the documented URLField default scheme to https.
sarahboyce Mar 12, 2025
8000
345d875
Fixed #36234 -- Restored single_object argument to LogEntry.objects.l…
adamchainz Mar 12, 2025
0fe11a6
Fixed #36249 -- Fixed typo in docs/topics/db/queries.txt.
Hesham942 Mar 12, 2025
58f4752
Refs #35945 -- Fixed test_paginating_unordered_queryset_raises_warnin…
felixxm Mar 13, 2025
0506c95
Fixed incorrect formatting for inline pluralized code references in d…
cliff688 Mar 13, 2025
b9393b7
Corrected aggregation example in docs/ref/models/querysets.txt.
cliff688 Mar 6, 2025
1a31c90
Fixed pronoun disagreement in docs/ref/models/querysets.txt.
cliff688 Mar 7, 2025
7ea30f8
Fixed #36254 -- Fixed template dictionary unpacking in docs/topics/i1…
tinyhare Mar 14, 2025
86b72c9
Fixed #33537 -- Made test database cloning on MySQL reraise unexpecte…
felixxm Sep 18, 2024
3409be5
Fixed #36252 -- Handled duplicate automatic imports in the shell comm…
Hesham942 Mar 14, 2025
c7873ab
Fixed #34865 -- Released memory earlier than garbage collection on da…
fowczarek Feb 8, 2025
84c6ecf
Refs #36138 -- Improved tests for mail_admins() and mail_managers().
medmunds Feb 4, 2025
f931ace
Refs #36138 -- Cleaned up duplicate code in mail_admins()/mail_manage…
medmunds Feb 14, 2025
de97300
Made selenium tests less flaky by waiting until popups are closed and…
sarahboyce Mar 13, 2025
31181db
Handled WebDriverException from Chrome driver version 113+.
sarahboyce Mar 13, 2025
2505d8d
Configured GitHub to highlight HTML files as Django templates.
adamchainz Mar 18, 2025
5c5ed75
Fixed #36078 -- Doc'd that Postgres normalizes a range field with no …
cliff688 Jan 16, 2025
7119753
Fixed #36202 -- Added examples of JSONField __contains and __containe…
cliff688 Mar 18, 2025
b50e0f5
Fixed #33497 -- Doc'd that persistent DB connections should be disabl…
carltongibson Mar 13, 2025
9552c75
Refs #35980 -- Updated internal docs for artifact upload and release …
bmispelon Feb 15, 2025
5489ac3
Fixed #36097 -- Replaced GIS functions table with section headers for…
sarahboyce Mar 19, 2025
c29cf99
Fixed #36000 -- Deprecated HTTP as the default protocol in urlize and…
AhmedNassar7 Mar 8, 2025
a28e8bb
Updated source translation catalogs.
felixxm Mar 19, 2025
d6240b7
Fixed #36138 -- Changed ADMINS and MANAGERS settings to lists of stri…
medmunds Feb 14, 2025
d9fc181
Fixed #36266 -- Renamed HIDE_PRODUCTION_WARNING environment variable …
JohananOppongAmoateng Mar 20, 2025
771408e
Refs #36095 -- Doc'd that ManyToManyField.through supports lazy relat…
cliff688 Jan 13, 2025
4b90412
Fixed #36095 -- Introduced lazy references in "Models across files" s…
cliff688 Jan 13, 2025
6d92177
Documented the updating of translation catalogs in post-release tasks.
sarahboyce Mar 20, 2025
ef62a55
Fixed typo in docs/topics/signals.txt.
mguegnol Mar 23, 2025
2298f72
Updated ogrinfo output in GIS tutorial.
dr-rompecabezas Mar 22, 2025
e51213f
Ensured consistency in naming in template_tests/syntax_tests/test_que…
nessita Mar 20, 2025
e9c41e2
Improved and reorganized querystring template tag docstring and ref d…
nessita Mar 20, 2025
de1c3e5
Fixed #36268 -- Added leading `?` in every querystring template tag r…
nessita Mar 20, 2025
6f3e452
Fixed #36271 -- Raised TemplateSyntaxError when using a relative temp…
YogyaChugh Mar 22, 2025
183651a
Fixed #36276 -- Omitted size=None from ArrayField.deconstruct().
timgraham Mar 25, 2025
94e51c1
Fixed #35452 -- Deprecated orphans being more than or equal to page_s…
wookkl Mar 18, 2025
da6ba78
Fixed #36262 -- Made GeneratedField.db_persist a required key-word ar…
JasonLovesDoggo Mar 18, 2025
6bb54a5
Fixed #35529 -- Added support for positional arguments in querystring…
g-nie Mar 19, 2025
679b8d3
Added stub release notes and release date for 5.1.8 and 5.0.14.
sarahboyce Mar 26, 2025
c658cdf
Fixed #36260 -- Made bulk_create() work with DB-generated primary keys.
mitya57 Mar 16, 2025
82d986b
Refs #36260 -- Moved _is_pk_set checks into _prepare_for_bulk_create().
charettes Mar 17, 2025
81c64f0
Fixed #34819 -- Made GenericForeignKey prefetching use matching pk re… 8000
cliff688 Mar 15, 2025
5102e4e
Refs #34619 -- Corrected selector description in the admin.
felixxm Mar 26, 2025
53f4108
Fixed #35440 -- Simplified parse_header_parameters by leveraging stdl…
chudilo Jul 29, 2024
6205ed8
Fixed #34917 -- Underlined links in the main content area of the admin.
Antoliny0919 Mar 27, 2025
9868cbb
Doc'd how to use Intersphinx in the reusable apps tutorial.
carltongibson Mar 22, 2025
61e6ecb
Simplified Intersphinx configuration example.
carltongibson Mar 22, 2025
26e8a01
Refs #34619 -- Fixed labels width in FilteredSelectMultiple in the ad…
felixxm Mar 28, 2025
0909b58
Fixed #36239 -- Fixed a crash in ManyToManyField.through_fields check…
JaeHyuckSa Mar 12, 2025
e8c845d
Fixed warnings per flake8 7.2.0.
felixxm Mar 30, 2025
f263b3b
Refs #36055 -- Prevented overlap of object-tools buttons and page hea…
felixxm Mar 28, 2025
aa8ad84
Fixed #36265 -- Added support for serialization of ZoneInfo instances…
Mar 29, 2025
041877d
Updated translations from Transifex.
sarahboyce Mar 28, 2025
c8b4688
Clarified pre_delete and post_delete's origin attributes.
cliff688 Mar 31, 2025
cdaea86
Fixed #22977 -- Added system check for clashing managers and reverse …
ajosephau Dec 9, 2024
3e9c36f
Refs #28909 -- Simplified code using unpacking generalizations.
akx Mar 5, 2025
5491d9d
Fixes #36215 -- Included unpacking generalization notes in coding sty…
akx Mar 5, 2025
2ed0142
Fixed #36283 -- Reverted "Fixed #35798, Refs #31641 -- Prevented admi…
felixxm Mar 31, 2025
5f3316b
Fixed #36184 -- Allowed migrating forward to squashed migrations.
jacobtylerwalls Mar 30, 2025
5d0eb88
Fixed #36284, Refs #31170 -- Ensured related lookup popups are closed…
nessita Apr 1, 2025
be83442
Fixed typo in django/db/models/options.py.
cliff688 Apr 1, 2025
0f85c52
Fixed #36213 -- Doc'd MySQL's handling of self-select updates in Quer…
Apr 1, 2025
2b361cf
Fixed #36267 -- Fixed contenttypes shortcut() view crash with an inva…
AhmedNassar7 Mar 21, 2025
7459c5c
Fixed CVE-2025-27556 -- Mitigated potential DoS in url_has_allowed_ho…
sarahboyce Mar 6, 2025
97f61ce
Added CVE-2025-27556 to security archive.
sarahboyce Apr 2, 2025
7cb2a83
Finalized release notes for Django 5.2.
sarahboyce Apr 2, 2025
93ec0ee
Added stub release notes for 5.2.1.
sarahboyce Apr 2, 2025
71b331c
Fixed #35980 -- Updated setuptools to normalize package names in buil…
ngnpope Dec 6, 2024
6dd48b8
Fixed #36292 -- Fixed crash when aggregating over a group mixing tran…
charettes Apr 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed warnings per flake8 7.2.0.
  • Loading branch information
felixxm authored and gtossou committed Apr 4, 2025
commit e8c845de66c828db773ac3463db24221c5b2620a
2 changes: 0 additions & 2 deletions django/contrib/gis/db/models/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ def get_srid_info(srid, connection):
"""
from django.contrib.gis.gdal import SpatialReference

global _srid_cache

try:
# The SpatialRefSys model for the spatial backend.
SpatialRefSys = connection.ops.spatial_ref_sys()
Expand Down
1 change: 0 additions & 1 deletion django/db/backends/base/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ def get_new_connection(self, conn_params):

def init_connection_state(self):
"""Initialize the database connection settings."""
global RAN_DB_VERSION_CHECK
if self.alias not in RAN_DB_VERSION_CHECK:
self.check_database_version_supported()
RAN_DB_VERSION_CHECK.add(self.alias)
Expand Down
1 change: 0 additions & 1 deletion django/utils/autoreload.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def wrapper(*args, **kwargs):


def raise_last_exception():
global _exception
if _exception is not None:
raise _exception[1]

Expand Down
1 change: 0 additions & 1 deletion django/utils/translation/trans_real.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ def translation(language):
"""
Return a translation object in the default 'django' domain.
"""
global _translations
if language not in _translations:
_translations[language] = DjangoTranslation(language)
return _translations[language]
Expand Down
2 changes: 1 addition & 1 deletion tests/asgi/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ async def test_asyncio_cancel_error(self):

# A view that will listen for the cancelled error.
async def view(request):
nonlocal view_started, view_did_cancel
nonlocal view_did_cancel
view_started.set()
try:
await asyncio.sleep(0.1)
Expand Down
0