Timeline



Dec 24, 2022:

2:16 PM Changeset [48b6108e]mainstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Used allow_migrate_model() shortcut in …
2:05 PM Ticket #34226 (Database layer (models, ORM) - QuerySet.select_related() with multiple filtered relations to the ...) updated by GitHub <noreply@…>
In e07e8358: […]
2:04 PM Changeset [e07e8358]mainstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Refs #34226 -- Renamed local field variables in …
7:46 AM Ticket #34165 (contrib.auth - migrate management command does not respect database parameter when ...) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 5aaad5f: […]
7:45 AM Ticket #27029 (Core (Other) - Make EmailValidator accept non-ASCII characters in local part) updated by Jacob Walls
Patch needs improvement changed
Improvement flag was set on prior PR proposing additional regular …
7:36 AM Ticket #12075 (HTTP handling - Add wsgiorg.routing args support) updated by Jacob Walls
Needs documentation changed
Resetting docs flag for new PR
7:29 AM Ticket #32820 (Forms - Fields’ errors should be programmatically associated with fields.) updated by Jacob Walls
Patch needs improvement, Has patch changed
7:27 AM Ticket #32819 (Forms - Fields’ help text and errors should be associated with input) updated by Jacob Walls
Patch needs improvement, Has patch changed
PR
5:00 AM Ticket #34165 (contrib.auth - migrate management command does not respect database parameter when ...) updated by Mariusz Felisiak
Triage Stage changed
4:58 AM Changeset [5aaad5f]mainstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #34165 -- Made permissions creation respect the "using" parameter.

Dec 23, 2022:

5:37 PM Ticket #26001 (contrib.admin - Make ModelAdmin.search_fields raise data errors on __exact lookups for ...) updated by Myhailo Chernyshov
Replying to Mariusz Felisiak: > #34191 was a duplicate …
11:23 AM Ticket #34165 (contrib.auth - migrate management command does not respect database parameter when ...) updated by David Wobrock
Status, Owner, Has patch changed
Thanks for all the details Mariusz! Then let's try with a basic …
6:35 AM Ticket #34227 (Database layer (models, ORM) - Multi-level FilteredRelation with select_related() may set wrong ...) created by zhu
test case: […] result: […]
6:20 AM Ticket #34226 (Database layer (models, ORM) - QuerySet.select_related() with multiple filtered relations to the ...) updated by Mariusz Felisiak
Status, Owner, Has patch changed
6:15 AM Ticket #34226 (Database layer (models, ORM) - QuerySet.select_related() with multiple filtered relations to the ...) updated by zhu
Replying to Mariusz Felisiak: > Thanks, can you prepare PR …
5:31 AM Ticket #34226 (Database layer (models, ORM) - QuerySet.select_related() with multiple filtered relations to the ...) updated by Mariusz Felisiak
Thanks, can you prepare PR (with patch and tests) and …
5:27 AM Ticket #34224 (Core (Management commands) - App name in help text of commands is missing context) closed by Mariusz Felisiak
wontfix: Thanks for the ticket, however I have some doubts. > And I don't …
5:13 AM Ticket #34226 (Database layer (models, ORM) - QuerySet.select_related() with multiple filtered relations to the ...) updated by zhu
Replying to Mariusz Felisiak: > Thanks! Would you like to …
4:14 AM Ticket #34226 (Database layer (models, ORM) - QuerySet.select_related() with multiple filtered relations to the ...) updated by Mariusz Felisiak
Summary changed
Thanks! Would you like to prepare a patch?
3:51 AM Ticket #34226 (Database layer (models, ORM) - QuerySet.select_related() with multiple filtered relations to the ...) updated by zhu
Replying to Mariusz Felisiak: > Replying to [comment:1
3:24 AM Ticket #34226 (Database layer (models, ORM) - QuerySet.select_related() with multiple filtered relations to the ...) updated by Mariusz Felisiak
Cc, Status, Resolution, Triage Stage changed
1:58 AM Ticket #34226 (Database layer (models, ORM) - QuerySet.select_related() with multiple filtered relations to the ...) updated by Mariusz Felisiak
Type changed
1:57 AM Ticket #34226 (Database layer (models, ORM) - QuerySet.select_related() with multiple filtered relations to the ...) updated by Mariusz Felisiak
Replying to Mariusz Felisiak: > Why? it doesn't use a …
1:55 AM Ticket #34226 (Database layer (models, ORM) - QuerySet.select_related() with multiple filtered relations to the ...) closed by Mariusz Felisiak
needsinfo: Replying to zhu: > should use partial, just like the …
1:50 AM Ticket #34226 (Database layer (models, ORM) - QuerySet.select_related() with multiple filtered relations to the ...) created by zhu
https://github.com/django/django/commit/e1ae2b00504ba30481285b2bd767d1a

Dec 22, 2022:

1:16 PM Ticket #34217 (Migrations - Migration removing a CheckConstraint results in ProgrammingError using ...) updated by Bhuvnesh
Status, Owner changed
Okay ,Thanks !
12:58 PM Ticket #34225 (Database layer (models, ORM) - bulk_create() raises IntegrityError when another constraint exists on ...) closed by Mariusz Felisiak
invalid: Thanks for the report, however Django is not at fault. NULL values …
12:20 PM Ticket #34217 (Migrations - Migration removing a CheckConstraint results in ProgrammingError using ...) updated by Max Fisco
Replying to Bhuvnesh: > Hi Max, if you are working on this …
12:18 PM Ticket #34225 (Database layer (models, ORM) - bulk_create() raises IntegrityError when another constraint exists on ...) created by Victor J. Fuente
bulk_create on 4.1 perform a bulk_update when a unique constraint …
12:11 PM Ticket #34217 (Migrations - Migration removing a CheckConstraint results in ProgrammingError using ...) updated by Bhuvnesh
Hi Max, if you are working on this issue please assign it to yourself, …
8:40 AM Ticket #34180 (Documentation - Document that setting language in tests affects other tests) updated by Tim Graham
Has patch changed
PR
5:55 AM Ticket #26029 (File uploads/storage - Provide an API to configure arbitrary file storage backends) updated by Carlton Gibson
Patch needs improvement changed
I think the PR looks close. (I suggested a few docs tweaks) Main …
4:30 AM Ticket #34224 (Core (Management commands) - App name in help text of commands is missing context) created by David
In the help text shown by python manage.py help, only the last part …
4:09 AM Ticket #33735 (HTTP handling - Add asynchronous responses for use with an ASGI server) closed by Carlton Gibson <carlton.gibson@…>
fixed: In 0bd2c0c: […]
3:45 AM Ticket #33735 (HTTP handling - Add asynchronous responses for use with an ASGI server) updated by Mariusz Felisiak
Triage Stage changed
3:41 AM Changeset [0bd2c0c]mainstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Carlton Gibson <carlton.gibson@…>
Fixed #33735 -- Added async support to StreamingHttpResponse. Thanks …
12:13 AM Ticket #34219 (Database layer (models, ORM) - Collation is not preserved when field is altered on PostgreSQL and MySQL.) closed by GitHub <noreply@…>
fixed: In ae0899b: […]
12:12 AM Changeset [ae0899b]mainstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Fixed #34219 -- Preserved Char/TextField.db_collation when altering …

Dec 21, 2022:

7:50 PM Ticket #34208 (GIS - Confirm/Add support for GDAL 3.6.) updated by Leo Tom
Status, Owner changed
1:53 PM Ticket #34221 (Internationalization - Plural-Forms in .po files break Django's translation precedence.) updated by Claude Paroz
Triage Stage changed
Thanks for the detailed report and test project! To solve #30439 and …
1:50 PM Ticket #33735 (HTTP handling - Add asynchronous responses for use with an ASGI server) updated by Carlton Gibson
Patch needs improvement changed
PR should now be ready for review.
1:48 PM Ticket #34180 (Documentation - Document that setting language in tests affects other tests) updated by Václav Řehák
Status, Resolution changed
How can you close ticket just because there is a commit in a Github …
1:39 PM Ticket #34180 (Documentation - Document that setting language in tests affects other tests) closed by Faris Naimi
fixed
1:37 PM Ticket #34180 (Documentation - Document that setting language in tests affects other tests) updated by Faris Naimi
The documentation was modified to explain the issue and the …
12:23 PM Ticket #34223 (Uncategorized - I am Faceing tis type of error when i run the command py manage.py ...) closed by Mariusz Felisiak
invalid: Please don't use Trac as a support channel. Closing per …
12:17 PM Ticket #34223 (Uncategorized - I am Faceing tis type of error when i run the command py manage.py ...) updated by Umer Farooq
Summary changed
12:15 PM Ticket #34223 (Uncategorized - I am Faceing tis type of error when i run the command py manage.py ...) created by Umer Farooq
PS F:\Git\ClintProjects\Bait-Souq\bait_souq> py manage.py runserver …
12:06 PM Ticket #16055 (contrib.contenttypes - Filtering over generic relations with TextField/CharField object_id ...) updated by Sage Abdullah
Cc changed
10:43 AM Ticket #34222 (Testing framework - Django unit tests hang when running against a Postgres database) updated by Egor R
I'm not that deeply involved with the project, so can't answer that. …
10:26 AM Ticket #34222 (Testing framework - Django unit tests hang when running against a Postgres database) closed by Adrian Garcia
invalid: Replying to Egor R: > You have the same name for "default" …
10:05 AM Ticket #34222 (Testing framework - Django unit tests hang when running against a Postgres database) updated by Egor R
Cc changed
10:05 AM Ticket #34222 (Testing framework - Django unit tests hang when running against a Postgres database) updated by Egor R
You have the same name for "default" and "other" databases, and they …
10:02 AM Ticket #34222 (Testing framework - Django unit tests hang when running against a Postgres database) created by Adrian Garcia
I am trying to get the …
6:18 AM Ticket #34219 (Database layer (models, ORM) - Collation is not preserved when field is altered on PostgreSQL and MySQL.) updated by Mariusz Felisiak
Has patch changed
PR
5:33 AM Ticket #33961 (contrib.admin - Update admin's jQuery to 3.6.X.) updated by Carlton Gibson
Triage Stage changed
5:10 AM Ticket #26029 (File uploads/storage - Provide an API to configure arbitrary file storage backends) updated by Carlton Gibson
Patch needs improvement changed
PR looks promising, but have comments outstanding ref adding the new …
4:55 AM Ticket #34219 (Database layer (models, ORM) - Collation is not preserved when field is altered on PostgreSQL and MySQL.) updated by Mariusz Felisiak
Status, Owner changed
I decided to work on this as we will have a similar issue with …
4:41 AM Changeset [3b24a3f]mainstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Removed unnecessary commas in tests.
3:26 AM Ticket #29510 (File uploads/storage - QueryDict.copy() returns closed files when the type of file is ...) updated by anton-kazlouski
This is exactly what happened in my case. I have a code that modifies …
2:38 AM Ticket #34221 (Internationalization - Plural-Forms in .po files break Django's translation precedence.) updated by Mariusz Felisiak
Cc changed
2:26 AM Ticket #34221 (Internationalization - Plural-Forms in .po files break Django's translation precedence.) created by Stefano Parmesan
According to the …
2:01 AM Ticket #34220 (Template system - Cannot import csrf_input_lazy from partially initialized module.) updated by thommy
Hi Mariusz, thanks for the quick response. I'll give it a try. …
1:50 AM Ticket #33961 (contrib.admin - Update admin's jQuery to 3.6.X.) updated by Mariusz Felisiak
Description changed
1:47 AM Ticket #34220 (Template system - Cannot import csrf_input_lazy from partially initialized module.) updated by Mariusz Felisiak
Triage Stage, Summary changed
Tentatively accepted (similar to the #33420). Can you confirm that the …
1:31 AM Ticket #34220 (Template system - Cannot import csrf_input_lazy from partially initialized module.) created by thommy
Hi, most of the time a TemplateView using Jinja2 is working fine, but …
1:24 AM test-34219.diff attached to Ticket #34219 by Mariusz Felisiak
Regression test.
1:24 AM Ticket #34219 (Database layer (models, ORM) - Collation is not preserved when field is altered on PostgreSQL and MySQL.) updated by Mariusz Felisiak
Cc, Triage Stage, Summary changed
Thanks for the ticket. Would you like to prepare a patch?
Note: See TracTimeline for information about the timeline view.
Back to Top