Timeline
Apr 28, 2021:
- 11:07 PM Ticket #32696 (contrib.admin - Display Changed Value in History Form Django Admin) closed by
- invalid: Please don't use Trac as a support channel. Closing per …
- 9:07 PM Ticket #32688 (Database layer (models, ORM) - The ON CONFLICT sql suffix creates a syntax error on m2m inserts) updated by
- This is certainly the cause. PostgreSQL < 9.5 simply doesn't support …
- 8:22 PM Ticket #32695 (contrib.auth - Create Permissions with create() instead of bulk_create() to send signal) updated by
- I see that it seems to be only a performance reason that was behind …
- 8:18 PM Ticket #32688 (Database layer (models, ORM) - The ON CONFLICT sql suffix creates a syntax error on m2m inserts) updated by
- Yes, I am upgrading tonight. Do you think this is the cause? Can you …
- 8:00 PM Ticket #32695 (contrib.auth - Create Permissions with create() instead of bulk_create() to send signal) updated by
-
Permission creation was changed from
create()
tobulk_create()
in … - 7:32 PM Ticket #32693 (Database layer (models, ORM) - case sensitive issue on subquery aliases generated) updated by
-
Type, Triage Stage changed
It's not an issue in practice because SQLite, MySQL, and PostgreSQL … - 7:23 PM Ticket #32690 (Database layer (models, ORM) - Q object __or__ appears to get all dunder related's default columns ...) updated by
-
Status, Resolution changed
- 7:22 PM Ticket #32690 (Database layer (models, ORM) - Q object __or__ appears to get all dunder related's default columns ...) updated by
- Replying to Mariusz Felisiak: > Thanks for the report. Can …
- 5:46 PM Ticket #32695 (contrib.auth - Create Permissions with create() instead of bulk_create() to send signal) updated by
- Added a PR to solve this : https://github.com/django/django/pull/14326
- 5:25 PM Ticket #32695 (contrib.auth - Create Permissions with create() instead of bulk_create() to send signal) updated by
-
Status, Owner changed
- 4:31 PM Ticket #32696 (contrib.admin - Display Changed Value in History Form Django Admin) updated by
-
Type changed
- 4:30 PM Ticket #32696 (contrib.admin - Display Changed Value in History Form Django Admin) created by
- Dears, I am using Django Admin to create certain objects and be able …
- 4:13 PM Ticket #32695 (contrib.auth - Create Permissions with create() instead of bulk_create() to send signal) created by
- Hello there ! It seems Django is creating new Permission records in a …
- 2:26 PM Ticket #32676 (Migrations - Migration autodetector changes related_name for self-referential ...) updated by
-
Status, Patch needs improvement, Has patch, Owner, Needs tests changed
Started working on a patch https://github.com/django/django/pull/14324 … - 2:19 PM Changeset [0c71e0f]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Removed unnecessary reuse_with_filtered_relation argument from Query …
- 2:00 PM Ticket #32694 (Core (Management commands) - Colored output detection issue in VS Code on Windows 8.1) updated by
-
Description changed
- 1:58 PM Ticket #32694 (Core (Management commands) - Colored output detection issue in VS Code on Windows 8.1) updated by
-
Description changed
- 1:50 PM Ticket #32675 (Migrations - Migration autodetector detects unnecessary changes.) updated by
-
Status, Owner, Has patch changed
Suggested a PR to add this to the release note. Feel free to rephrase. … - 1:47 PM Ticket #32694 (Core (Management commands) - Colored output detection issue in VS Code on Windows 8.1) updated by
-
Description changed
- 1:42 PM Changeset [a6c79f49]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Removed unused with_filtered_relation argument from .equals() Unused …
- 1:40 PM Ticket #32694 (Core (Management commands) - Colored output detection issue in VS Code on Windows 8.1) created by
- Apologies if this is a known issue. I searched for references to …
- 1:35 PM Changeset [263ee443]stable/3.2.x by
- [3.2.x] Corrected introduction to range field lookups docs. Follow up …
- 1:35 PM Changeset [68e876c]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Corrected introduction to range field lookups docs. Follow up to …
- 1:28 PM Tickets #32632,32657 batch updated by
- In d5add5d3: […]
- 1:28 PM Tickets #32632,32657 batch updated by
- fixed: In c8b65943: […]
- 1:28 PM Ticket #32632 (Database layer (models, ORM) - Query resolution can be at least 3x slower in 3.2) updated by
- In 4f600673: […]
- 1:27 PM Changeset [d5add5d3]stable/3.2.x by
- [3.2.x] Fixed #32632, Fixed #32657 -- Removed flawed support for …
- 12:29 PM Ticket #24522 (Testing framework - Add test command option to run tests in a random order) updated by
-
Patch needs improvement changed
- 12:24 PM Ticket #32693 (Database layer (models, ORM) - case sensitive issue on subquery aliases generated) created by
- When generating aliases for subqueries, django uses 2 different cases: …
- 9:07 AM Ticket #32691 (Database layer (models, ORM) - Performance regression in Exact lookup on BooleanField on MySQL.) updated by
- In the mean time this can be worked around by doing …
- 8:50 AM Ticket #32691 (Database layer (models, ORM) - Performance regression in Exact lookup on BooleanField on MySQL.) updated by
- If we want to move forward with this change the only possible …
- 8:40 AM Ticket #32689 (Migrations - Infinite AlterField Migrations due to default callable object missmatch) closed by
-
invalid: I don't think there is anything we can improve in Django.
new
is a … - 8:14 AM Ticket #32692 (contrib.admin - Django 3.2 automatic AppConfig discovery breaks projects working in 3.1.8) closed by
-
invalid: You shouldn't have
myproject
in theINSTALLED_APPS
it's not an … - 8:06 AM Ticket #32691 (Database layer (models, ORM) - Performance regression in Exact lookup on BooleanField on MySQL.) updated by
- The issue is not that the index will not be created, the index will be …
- 7:47 AM Ticket #32689 (Migrations - Infinite AlterField Migrations due to default callable object missmatch) updated by
- I was able to "reproduce" using sqlite as a DB backend with the …
- 7:03 AM Ticket #32692 (contrib.admin - Django 3.2 automatic AppConfig discovery breaks projects working in 3.1.8) updated by
-
Description changed
Description updated with the example code that was overwritten in comment 2 - 6:44 AM Ticket #32692 (contrib.admin - Django 3.2 automatic AppConfig discovery breaks projects working in 3.1.8) updated by
-
Status, Resolution, Description changed
Hi, I reviewed #30402 and it is not the same bug. Also, the steps to … - 6:42 AM Ticket #32691 (Database layer (models, ORM) - Performance regression in Exact lookup on BooleanField on MySQL.) updated by
-
Cc changed
> Django is literally leaving us w/o an option here and using a … - 6:35 AM Ticket #32692 (contrib.admin - Django 3.2 automatic AppConfig discovery breaks projects working in 3.1.8) closed by
- duplicate: IMO it's a duplicate of #30402. You should customize a default admin …
- 6:31 AM Ticket #32692 (contrib.admin - Django 3.2 automatic AppConfig discovery breaks projects working in 3.1.8) updated by
-
Description changed
- 6:25 AM Ticket #32691 (Database layer (models, ORM) - Performance regression in Exact lookup on BooleanField on MySQL.) updated by
-
Django is not storing values except
0
and1
inBOOL
, but MySQL … - 5:55 AM Ticket #32692 (contrib.admin - Django 3.2 automatic AppConfig discovery breaks projects working in 3.1.8) created by
- The described method of overriding the default admin site …
- 5:13 AM Changeset [c8b65943]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #32632, Fixed #32657 -- Removed flawed support for Subquery …
- 5:05 AM Ticket #32691 (Database layer (models, ORM) - Performance regression in Exact lookup on BooleanField on MySQL.) updated by
- > MySQL does not have a boolean type of column, so Django is using …
- 4:56 AM Ticket #32632 (Database layer (models, ORM) - Query resolution can be at least 3x slower in 3.2) updated by
-
Triage Stage changed
- 4:56 AM Ticket #32657 (Database layer (models, ORM) - Combining an empty Q with a negated Exists un-negates the Exists lookup) updated by
-
Triage Stage changed
- 4:44 AM Ticket #32691 (Database layer (models, ORM) - Performance regression in Exact lookup on BooleanField on MySQL.) updated by
- Hi Mariusz, I don't quite agree, both clauses are syntactically …
- 4:31 AM Changeset [4f60067]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Refs #32632 -- Added tests for returning a copy when combining Q() objects.
- 4:14 AM Ticket #32691 (Database layer (models, ORM) - Performance regression in Exact lookup on BooleanField on MySQL.) updated by
-
Summary changed
- 4:14 AM Ticket #32691 (Database layer (models, ORM) - Performance regression in Exact lookup on BooleanField on MySQL.) closed by
- invalid: Thanks for this ticket, however both clauses are correct in MySQL. The …
- 4:12 AM Ticket #31259 (contrib.admin - Add a dark theme to the admin module) updated by
- Replying to Mariusz Felisiak: > KimSoungRyoul, please …
- 4:04 AM Ticket #31259 (contrib.admin - Add a dark theme to the admin module) updated by
- KimSoungRyoul, please don't change descriptions of closed tickets. I …
- 4:01 AM Ticket #25245 (Database layer (models, ORM) - Incorrect query arising from using NOT-clauses & multiple relation ...) updated by
- #26368 was a duplicate.
- 4:00 AM Ticket #26368 (Database layer (models, ORM) - Order of &-ing Q objects affects results in edge case) closed by
- duplicate: Duplicate of #25245.
- 3:46 AM Ticket #32657 (Database layer (models, ORM) - Combining an empty Q with a negated Exists un-negates the Exists lookup) updated by
-
Status, Owner, Has patch changed
PR - 3:37 AM Ticket #32691 (Database layer (models, ORM) - Performance regression in Exact lookup on BooleanField on MySQL.) created by
- When filtering on boolean field in Django 2.2 the SQL output would …
- 2:02 AM Ticket #32672 (Database layer (models, ORM) - Primary key constraints aren't detected on SQLite.) updated by
-
Triage Stage changed
OK, this seems a reasonable proposal to me. Generated model: […] - 1:00 AM Ticket #32669 (Utilities - Allow autoreloading of `python -m custom_module runserver`) updated by
-
Patch needs improvement, Has patch changed
- 12:55 AM Ticket #32690 (Database layer (models, ORM) - Q object __or__ appears to get all dunder related's default columns ...) updated by
-
Summary changed
- 12:52 AM Ticket #32690 (Database layer (models, ORM) - Q object __or__ appears to get all dunder related's default columns ...) closed by
- needsinfo: Thanks for the report. Can you provide a sample project? (models …
- 12:34 AM Ticket #32689 (Migrations - Infinite AlterField Migrations due to default callable object missmatch) updated by
- > The migration serialiser doesn't throw any kind of error or warning …
Apr 27, 2021:
- 11:05 PM Ticket #32689 (Migrations - Infinite AlterField Migrations due to default callable object missmatch) updated by
-
Description changed
- 6:44 PM Ticket #32690 (Database layer (models, ORM) - Q object __or__ appears to get all dunder related's default columns ...) created by
- There appears to be a difference in how Q object aliases are setup, …
- 2:46 PM Ticket #29112 (Database layer (models, ORM) - Make it easier to update specific keys within nested Django JSONField data.) updated by
-
Status, Owner, Component changed
- 2:38 PM Ticket #30296 (Documentation - Add how-to guide for JavaScript frameworks integration) updated by
-
Status, Owner changed
- 2:30 PM Ticket #29607 (Documentation - Add doc examples of handling files and their lifecycles with ...) updated by
-
Status, Owner changed
- 2:28 PM Ticket #29168 (Documentation - Document how to write a custom lookup where the rhs comes before the lhs) closed by
- invalid: > However the documentation is unclear about how to reference the lhs …
- 12:17 PM Ticket #31923 (HTTP handling - Add Support for Cross-Origin Embedder Policy and Cross-Origin Resource ...) updated by
- > Adam, can I ask you to put your mind to how we might encapsulate …
- 12:12 PM Changeset [25d84d64]stable/3.1.x by
- [3.1.x] Fixed CVE-2021-31542 -- Tightened path & file name sanitation …
- 12:10 PM Changeset [04ac1624]stable/2.2.x by
- [2.2.x] Fixed CVE-2021-31542 -- Tightened path & file name sanitation …
- 8:20 AM Ticket #32689 (Migrations - Infinite AlterField Migrations due to default callable object missmatch) updated by
-
Description changed
- 8:13 AM Ticket #32689 (Migrations - Infinite AlterField Migrations due to default callable object missmatch) created by
-
makemigration
will generate infinite migrations if the callable path … - 6:40 AM Ticket #32675 (Migrations - Migration autodetector detects unnecessary changes.) updated by
- I agree with Simon. Let's add release notes about changes in the …
- 5:04 AM Ticket #32687 (Core (Management commands) - database client runshell doesn't respect os.environ values in some cases) updated by
- In 55cb3c8a: […]
- 5:02 AM Changeset [55cb3c8a]stable/3.2.x by
- [3.2.x] Fixed #32687 -- Restored passing process’ environment to …
- 5:01 AM Ticket #32687 (Core (Management commands) - database client runshell doesn't respect os.environ values in some cases) closed by
- fixed: In 6e742dab: […]
- 4:59 AM Ticket #32628 (contrib.admin - Add extra data to autocomplete request) closed by
- wontfix: [https://docs.djangoproject.com/en/stable/internals/contributing/triagi …
- 4:23 AM Ticket #32628 (contrib.admin - Add extra data to autocomplete request) updated by
-
Status, Resolution changed
For the record, I submitted a PR which was rejected since the flow … - 3:43 AM Changeset [6e742dab]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #32687 -- Restored passing process’ environment to underlying …
- 3:41 AM Ticket #32682 (contrib.admin - Deleting objects after searching related many to many field crashes ...) updated by
- In 34981f39: […]
- 3:41 AM Ticket #32682 (contrib.admin - Deleting objects after searching related many to many field crashes ...) updated by
- In fbea64b: […]
- 3:41 AM Ticket #32682 (contrib.admin - Deleting objects after searching related many to many field crashes ...) updated by
- In 7ad70340: […]
- 3:39 AM Changeset [34981f39]stable/3.2.x by
- [3.2.x] Fixed #32682 -- Made admin changelist use Exists() instead of …
- 3:37 AM Changeset [fbea64b]stable/3.2.x by
- [3.2.x] Refs #32682 -- Renamed use_distinct variable to …
- 3:35 AM Changeset [7ad70340]stable/3.2.x by
- [3.2.x] Refs #32682 -- Fixed QuerySet.delete() crash on querysets with …
- 3:35 AM Ticket #32682 (contrib.admin - Deleting objects after searching related many to many field crashes ...) closed by
- fixed: In 18711820: […]
- 3:35 AM Ticket #32682 (contrib.admin - Deleting objects after searching related many to many field crashes ...) updated by
- In cd74aad: […]
- 3:35 AM Ticket #32682 (contrib.admin - Deleting objects after searching related many to many field crashes ...) updated by
- In 4074f38e: […]
- 3:35 AM Ticket #19080 (contrib.admin - ChangeList.get_queryset() automatically applies select_related() in a ...) updated by
- In 158eca4f: […]
- 3:34 AM Changeset [1871182]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #32682 -- Made admin changelist use Exists() instead of …
- 3:34 AM Changeset [cd74aad]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Refs #32682 -- Renamed use_distinct variable to may_have_duplicates. …
- 3:34 AM Changeset [4074f38e]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Refs #32682 -- Fixed QuerySet.delete() crash on querysets with …
- 3:34 AM Changeset [158eca4f]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Refs #19080 -- Added tests for preserving select_related() in the …
- 2:19 AM Ticket #32687 (Core (Management commands) - database client runshell doesn't respect os.environ values in some cases) updated by
-
Patch needs improvement, Triage Stage changed
- 1:41 AM Changeset [727a154]stable/3.2.x by
- [3.2.x] Refs 32637 -- Made technical 404 debug page display exception …
- 1:40 AM Changeset [d68be049]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Refs 32637 -- Made technical 404 debug page display exception message …
- 1:35 AM Ticket #32686 (Migrations - Extraneous semicolon displayed on sqlmigrate for multiline RunSQL ...) closed by
- fixed: In eab71f76: […]
- 1:35 AM Ticket #32686 (Migrations - Extraneous semicolon displayed on sqlmigrate for multiline RunSQL ...) updated by
- In 95754db: […]
- 1:01 AM Changeset [eab71f76]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #32686 -- Removed unnecessary semicolon on collected multiline …
- 12:59 AM Changeset [95754db]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Refs #32686 -- Added tests for adding a semicolon when collecting SQL …
Apr 26, 2021:
- 10:59 PM Ticket #32676 (Migrations - Migration autodetector changes related_name for self-referential ...) updated by
-
Triage Stage changed
That seems like a flaw ofRelatedField.deconstruct
tbh, it should … - 10:40 PM Ticket #32675 (Migrations - Migration autodetector detects unnecessary changes.) updated by
-
Triage Stage changed
The idea of consideringto_field='id'
equivalent to a non-specified … - 4:13 PM Ticket #32178 (Database layer (models, ORM) - Allow database backends to skip tests and mark expected failures) updated by
- I've created a PR to add …
- 4:08 PM Ticket #32687 (Core (Management commands) - database client runshell doesn't respect os.environ values in some cases) updated by
-
Patch needs improvement, Needs tests changed
- 3:40 PM Ticket #32688 (Database layer (models, ORM) - The ON CONFLICT sql suffix creates a syntax error on m2m inserts) closed by
- invalid: It looks that you're using unsupported version of PostgreSQL i.e. < 9.5.
- 3:36 PM Ticket #31169 (Testing framework - Allow parallel test runner to work with Windows/macOS `spawn` process ...) updated by
-
Cc changed
- 3:14 PM Ticket #32688 (Database layer (models, ORM) - The ON CONFLICT sql suffix creates a syntax error on m2m inserts) created by
- When I made the leap from 1.11.5 to 3.1.1, I ran into this issue: …
- 8:39 AM Ticket #32686 (Migrations - Extraneous semicolon displayed on sqlmigrate for multiline RunSQL ...) updated by
-
Triage Stage changed
- 8:16 AM Ticket #32687 (Core (Management commands) - database client runshell doesn't respect os.environ values in some cases) updated by
-
Triage Stage changed
(Oops, my mistake.) - 8:10 AM Ticket #32687 (Core (Management commands) - database client runshell doesn't respect os.environ values in some cases) updated by
-
Easy pickings, Severity, Needs tests, Triage Stage changed
Agreed, this is a regression in … - 7:58 AM Ticket #32686 (Migrations - Extraneous semicolon displayed on sqlmigrate for multiline RunSQL ...) updated by
-
Triage Stage changed
- 7:40 AM Ticket #32687 (Core (Management commands) - database client runshell doesn't respect os.environ values in some cases) updated by
-
Description changed
- 7:34 AM Ticket #32687 (Core (Management commands) - database client runshell doesn't respect os.environ values in some cases) created by
- postgresql client returns empty dict instead of None for env as a …
- 6:59 AM Ticket #32686 (Migrations - Extraneous semicolon displayed on sqlmigrate for multiline RunSQL ...) updated by
-
Owner changed
- 6:56 AM Ticket #32686 (Migrations - Extraneous semicolon displayed on sqlmigrate for multiline RunSQL ...) updated by
-
Has patch changed
PR: https://github.com/django/django/pull/14314 - 6:47 AM Ticket #32686 (Migrations - Extraneous semicolon displayed on sqlmigrate for multiline RunSQL ...) created by
- For example: […] Will output: […] As in: […] We should at …
- 6:40 AM Ticket #32685 (Database layer (models, ORM) - Add feature to preserve order in .filter(field__in=list) query) updated by
-
Description changed
- 6:22 AM Ticket #32680 (contrib.admin - Add an option to display inlines as a table without forms.) closed by
- wontfix: Admin inlines are for editing models on the same page as a parent …
- 5:53 AM Ticket #32681 (contrib.admin - Variable lookup errors are logged rendering the admin index page if ...) updated by
- In 0dfe88e: […]
- 5:52 AM Changeset [0dfe88e]stable/3.2.x by
- [3.2.x] Fixed #32681 -- Fixed VariableDoesNotExist when rendering some …
- 5:48 AM Ticket #32681 (contrib.admin - Variable lookup errors are logged rendering the admin index page if ...) closed by
- fixed: In 4e5bbb6e: […]
- 5:43 AM Ticket #32685 (Database layer (models, ORM) - Add feature to preserve order in .filter(field__in=list) query) closed by
- wontfix: This behavior depends on a database, it has nothing to do with Django …
- 5:31 AM Ticket #32685 (Database layer (models, ORM) - Add feature to preserve order in .filter(field__in=list) query) updated by
-
Description changed
- 5:26 AM Ticket #32685 (Database layer (models, ORM) - Add feature to preserve order in .filter(field__in=list) query) created by
-
filter
__in
query does not guarantee to preserve order, so I … - 5:24 AM Ticket #32659 (contrib.admin - Autocomplete field: The results could not be loaded.) updated by
- Replying to Nicolas Meisberger: > To fix the issue I …
- 4:41 AM Ticket #32682 (contrib.admin - Deleting objects after searching related many to many field crashes ...) updated by
-
Has patch changed
PR - 4:19 AM Ticket #32659 (contrib.admin - Autocomplete field: The results could not be loaded.) updated by
- I was running into the exact same issue after updating from 3.1 to …
- 2:18 AM Ticket #32682 (contrib.admin - Deleting objects after searching related many to many field crashes ...) updated by
-
Status, Owner, Severity, Triage Stage changed
This exception was introduce in … - 12:57 AM Ticket #32669 (Utilities - Allow autoreloading of `python -m custom_module runserver`) updated by
- Replying to Moriyoshi Koizumi: > I put manage.py under …
- 12:09 AM Ticket #32681 (contrib.admin - Variable lookup errors are logged rendering the admin index page if ...) updated by
-
Triage Stage changed
- 12:08 AM Changeset [4e5bbb6]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed #32681 -- Fixed VariableDoesNotExist when rendering some admin …
Apr 25, 2021:
- 11:11 PM Changeset [af609c2]mainstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed isolation of test_rename_table_renames_deferred_sql_references().
- 9:11 PM Ticket #24522 (Testing framework - Add test command option to run tests in a random order) updated by
-
Summary changed
- 6:09 AM Ticket #24522 (Testing framework - Add test command option to run tests in a random order) updated by
-
Patch needs improvement changed
Note:
See TracTimeline
for information about the timeline view.