django/django
Sarah Boyce 5b51e6f759
Some checks are pending
Docs / spelling (push) Waiting to run
Docs / blacken-docs (push) Waiting to run
Docs / lint-docs (push) Waiting to run
Linters / flake8 (push) Waiting to run
Linters / isort (push) Waiting to run
Linters / black (push) Waiting to run
Tests / Windows, SQLite, Python 3.13 (push) Waiting to run
Tests / JavaScript tests (push) Waiting to run
Fixed #36611, Refs #36580 -- Added system check for multicolumn ForeignObject in Meta.indexes/constraints/unique_together.
ForeignObjects with multiple `from_fields` are not supported in these
options.

Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
2025-10-13 14:53:39 -03:00
..
apps Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00
conf Fixed #36543 -- Fixed time formats for fr_CA. 2025-09-23 16:52:47 +02:00
contrib Fixed #36623 -- Dropped support for PostgreSQL 14 and PostGIS 3.1. 2025-10-03 17:12:57 -04:00
core Fixed typo in django/core/files/storage/base.py docstring. 2025-09-14 20:25:03 +02:00
db Fixed #36611, Refs #36580 -- Added system check for multicolumn ForeignObject in Meta.indexes/constraints/unique_together. 2025-10-13 14:53:39 -03:00
dispatch Refs #36500 -- Corrected rewrapped long lines fixed via a script. 2025-07-23 20:17:55 -03:00
forms Fixed #36251 -- Avoided mutating form Meta.fields in BaseInlineFormSet. 2025-08-25 10:05:45 +02:00
http Refs #36520 -- Ensured only the header value is passed to parse_header_parameters for multipart requests. 2025-08-28 14:25:36 -03:00
middleware Renamed local variables in CsrfViewMiddleware._origin_verified() for clarity. 2025-09-15 14:03:43 -04:00
tasks Refs #35859 -- Removed support for Task enqueuing on transaction commit. 2025-09-17 13:28:58 -03:00
template Refs #35667 -- Cached Django file prefixes for warnings. 2025-09-12 10:35:01 +02:00
templatetags Removed double spaces after periods and within phrases. 2025-07-23 10:09:43 -03:00
test Fixed #36491 -- Fixed crash in ParallelTestRunner with --buffer. 2025-09-26 10:55:30 -04:00
urls Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00
utils Fixed CVE-2025-59682 -- Fixed potential partial directory-traversal via archive.extract(). 2025-10-01 08:12:07 -04:00
views Optimized View.dispatch() a bit. 2025-10-12 22:09:46 +02:00
__init__.py Bumped version; main is now 6.1 pre-alpha. 2025-09-17 15:17:05 -03:00
__main__.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
shortcuts.py Fixed #36142 -- Made Http404 messages in *_or_404() shortcuts translatable. 2025-09-26 16:47:46 +02:00