Timeline
Nov 24, 2022:
- 11:03 PM Ticket #34182 (CSRF - Is there a reason only the headers are checked when using the csrf token?) closed by
- invalid: As far as I'm aware, using only the cookie, is not sufficient. Quoting …
- 10:44 PM Ticket #29802 (CSRF - Allow skipping CSRF check for Referer header) closed by
- wontfix: Please first start a discussion on the DevelopersMailingList, where …
- 10:32 PM Ticket #34176 (Database layer (models, ORM) - Annotation's original field-name can clash with result field name over ...) updated by
-
Patch needs improvement, Triage Stage changed
- 7:45 PM Ticket #34182 (CSRF - Is there a reason only the headers are checked when using the csrf token?) created by
- It seems unnatural to put the token back in the body while using the …
- 3:12 PM Ticket #33747 (Error reporting - Display exception notes on the technical 500 debug page on Python 3.11+.) updated by
-
Patch needs improvement changed
- 12:41 PM Changeset [70c945d6]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Used DatabaseFeatures.django_test_skips to skip …
- 8:47 AM Ticket #34173 (contrib.sessions - SessionMiddleware support 503 status code) closed by
- fixed: In 17472c3: […]
- 8:46 AM Changeset [17472c3]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #34173 -- Skipped saving sessions on 5xx responses.
- 8:16 AM Changeset [df2db8b4]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Adjusted BaseFormSet.get_form_kwargs example in docs.
- 8:16 AM Ticket #34180 (Documentation - Document that setting language in tests affects other tests) updated by
- I'll add the results of the extra investigation I did in #34181 (sorry …
- 8:11 AM Ticket #34064 (Documentation - USE_THOUSAND_SEPARATOR docs clarification of override by locale) updated by
- In 754c0c5: […]
- 8:11 AM Ticket #34064 (Documentation - USE_THOUSAND_SEPARATOR docs clarification of override by locale) closed by
- fixed: In 33f4de34: […]
- 8:08 AM Ticket #34180 (Documentation - Document that setting language in tests affects other tests) updated by
- #34181 was a duplicate which found source of this behaviour: > …
- 8:03 AM Ticket #34181 (Internationalization - The active locale context can leak across tests when using LocaleMiddleware) closed by
- duplicate: Duplicate of #34180
- 7:48 AM Ticket #34173 (contrib.sessions - SessionMiddleware support 503 status code) updated by
-
Triage Stage changed
- 7:37 AM Ticket #31949 (Core (Other) - Allow builtin view decorators to be applied directly to async views.) updated by
- Hey Ben. I think the shorter version would be that the …
- 7:31 AM Ticket #34181 (Internationalization - The active locale context can leak across tests when using LocaleMiddleware) created by
- Django's LocaleMiddleware only activates a translation, but doesn't …
- 7:27 AM Ticket #34064 (Documentation - USE_THOUSAND_SEPARATOR docs clarification of override by locale) updated by
-
Has patch changed
- 7:27 AM Ticket #34064 (Documentation - USE_THOUSAND_SEPARATOR docs clarification of override by locale) updated by
-
Status, Owner changed
- 7:26 AM Ticket #34064 (Documentation - USE_THOUSAND_SEPARATOR docs clarification of override by locale) updated by
-
Triage Stage, Status, Resolution changed
PR - 7:23 AM Changeset [33f4de34]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #34064 -- Adjusted locale override wording in settings docs.
- 6:10 AM Ticket #34173 (contrib.sessions - SessionMiddleware support 503 status code) updated by
-
Has patch changed
PR - 5:56 AM Ticket #34110 (File uploads/storage - Add InMemoryStorage) updated by
-
Patch needs improvement, Needs tests changed
- 5:14 AM Ticket #34180 (Documentation - Document that setting language in tests affects other tests) updated by
-
Triage Stage changed
Yes, this reproduces. Thanks! Expected behaviour was doc'd in … - 4:37 AM Ticket #34176 (Database layer (models, ORM) - Annotation's original field-name can clash with result field name over ...) updated by
-
Cc changed
- 4:31 AM Ticket #34180 (Documentation - Document that setting language in tests affects other tests) created by
- The testing documentation …
- 3:53 AM Ticket #29062 (Testing framework - "database table locked errors" when using sqlite in-memory database ...) closed by
- fixed: In 855f5a36: […]
- 3:52 AM Changeset [855f5a36]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #29062 -- Prevented possibility of database lock when using …
- 3:41 AM Ticket #31949 (Core (Other) - Allow builtin view decorators to be applied directly to async views.) updated by
- Thank you for your review, it's always very appreciated. I'll try to …
- 3:14 AM Ticket #33497 (Database layer (models, ORM) - Document that database persistent connections do not work with ASGI ...) updated by
-
Cc changed
Nov 23, 2022:
- 11:07 PM Ticket #29062 (Testing framework - "database table locked errors" when using sqlite in-memory database ...) updated by
-
Patch needs improvement, Triage Stage changed
- 10:02 PM Ticket #34151 (Migrations - Adding explicit primary key with different type doesn't update related ...) updated by
- Replying to Aravind Swaminathan: > Does this problem occur …
- 3:04 PM Ticket #32263 (Migrations - squashmigrations produces incorrect result with a RenameModel on a ...) updated by
- A regression test for this ticket would look something like this: …
- 12:17 PM Ticket #33651 (contrib.contenttypes - Support prefetch GenericForeignKey with custom queryset.) updated by
- Hi, I think there is no way to add two lookups on same foreign key on …
- 12:00 PM Ticket #31679 (Database layer (models, ORM) - Django subtly produces incorrect query when the same keyword appears ...) closed by
- fixed: In 1297c0d: […]
- 10:46 AM Changeset [1297c0d0]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #31679 -- Delayed annotating aggregations. By avoiding to …
- 10:04 AM Ticket #34173 (contrib.sessions - SessionMiddleware support 503 status code) updated by
- Replying to Carlton Gibson: > Happy to look at a patch …
- 8:16 AM Ticket #34174 (Documentation - async process_exception being called as sync from async view/middleware) updated by
- OK, thanks for the follow-up. Do reopen if you're able to reduce it to …
- 8:08 AM Ticket #34174 (Documentation - async process_exception being called as sync from async view/middleware) closed by
- invalid: i tried to create a test to demonstrate this behavior and every try …
- 7:32 AM Changeset [d526d156]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed typo in settings topic doc.
- 7:24 AM Ticket #34151 (Migrations - Adding explicit primary key with different type doesn't update related ...) updated by
- Does this problem occur only while using a uuid field or even with …
- 7:16 AM Changeset [5322b57]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Corrected a typo in signals reference.
- 6:43 AM Ticket #32873 (Internationalization - Deprecate USE_L10N setting.) updated by
- In 3a46d5ec: […]
- 6:42 AM Ticket #32873 (Internationalization - Deprecate USE_L10N setting.) updated by
- In 9582f2f9: […]
- 6:23 AM Ticket #31679 (Database layer (models, ORM) - Django subtly produces incorrect query when the same keyword appears ...) updated by
-
Triage Stage changed
- 5:28 AM Changeset [9582f2f9]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Refs #32873 -- Adjusted formatting note on USE_L10N default.
- 4:10 AM Ticket #34178 (Database layer (models, ORM) - Prefetching a foreign key on GenericForeignKey results in incorrect ...) updated by
- > It silently does the wrong thing instead of erroring out. As far …
- 3:49 AM Ticket #34178 (Database layer (models, ORM) - Prefetching a foreign key on GenericForeignKey results in incorrect ...) updated by
- Replying to Mariusz Felisiak: > …
- 3:33 AM Ticket #33651 (contrib.contenttypes - Support prefetch GenericForeignKey with custom queryset.) updated by
- Hi everyone, I took a brief look at the conversation in the pull …
- 3:26 AM Ticket #34176 (Database layer (models, ORM) - Annotation's original field-name can clash with result field name over ...) updated by
-
Triage Stage changed
- 3:05 AM Ticket #34110 (File uploads/storage - Add InMemoryStorage) updated by
-
Needs documentation, Patch needs improvement changed
- 2:36 AM Ticket #33050 (Database layer (models, ORM) - QuerySet.count() on combined queries with select_related() crashes on ...) updated by
- In a411b909: […]
- 2:35 AM Changeset [a411b909]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Refs #33050 -- Added test for QuerySet.count() on combined queries …
- 2:08 AM Ticket #33651 (contrib.contenttypes - Support prefetch GenericForeignKey with custom queryset.) updated by
-
Cc changed
- 1:22 AM Ticket #33050 (Database layer (models, ORM) - QuerySet.count() on combined queries with select_related() crashes on ...) closed by
- fixed: Replying to Simon Charette: > I haven't tried it out but …
- 12:58 AM Ticket #33403 (Database layer (models, ORM) - Annotate results change when filtering *after* the annotate) closed by
- duplicate: Replying to Simon Charette: > FWIW this seems highly …
Nov 22, 2022:
- 10:52 PM Ticket #32813 (Core (Management commands) - Display development server address after server bind) updated by
- Hi, sorry. But I was waiting for some comments on it to move forward …
- 10:51 PM Ticket #15049 (Database layer (models, ORM) - Using annotation before and after filter gives wrong results) updated by
- > I say we don't fix this issue. Instead we could add an explicit way …
- 10:50 PM Ticket #33403 (Database layer (models, ORM) - Annotate results change when filtering *after* the annotate) updated by
- FWIW this seems highly related if not a duplicate of #15049.
- 10:45 PM Ticket #33050 (Database layer (models, ORM) - QuerySet.count() on combined queries with select_related() crashes on ...) updated by
- I haven't tried it out but I wouldn't be surprised if this was fixed …
- 10:25 PM Ticket #31679 (Database layer (models, ORM) - Django subtly produces incorrect query when the same keyword appears ...) updated by
-
Status, Owner changed
- 9:53 PM Ticket #31679 (Database layer (models, ORM) - Django subtly produces incorrect query when the same keyword appears ...) updated by
-
Has patch changed
PR - 9:43 PM Ticket #34173 (contrib.sessions - SessionMiddleware support 503 status code) updated by
-
Status, Owner changed
- 7:07 PM Ticket #34176 (Database layer (models, ORM) - Annotation's original field-name can clash with result field name over ...) updated by
-
Has patch changed
I didn't know that […] was allowed but […] wasn't which … - 1:53 PM Ticket #34151 (Migrations - Adding explicit primary key with different type doesn't update related ...) updated by
-
Status, Owner changed
- 1:23 PM Ticket #34179 (Database layer (models, ORM) - Django F expression not working as expected on MariaDB 10.5.13) closed by
- worksforme: Hi, thanks for this report, however everything works for me with …
- 1:05 PM Ticket #34171 (Database layer (models, ORM) - QuerySet.bulk_create() crashes on mixed case columns in ...) updated by
- In 1703224: […]
- 1:05 PM Ticket #34171 (Database layer (models, ORM) - QuerySet.bulk_create() crashes on mixed case columns in ...) closed by
- fixed: In 4035bab5: […]
- 12:03 PM Ticket #34174 (Documentation - async process_exception being called as sync from async view/middleware) updated by
-
Status, Owner changed
- 9:30 AM Ticket #32813 (Core (Management commands) - Display development server address after server bind) updated by
-
Owner, Patch needs improvement changed
PR https://github.com/django/django/pull/16319 - 9:30 AM Ticket #34179 (Database layer (models, ORM) - Django F expression not working as expected on MariaDB 10.5.13) created by
- My hosting updated the server from MySQL 5.7 to MariaDB 10.5.13. …
- 7:51 AM Ticket #34171 (Database layer (models, ORM) - QuerySet.bulk_create() crashes on mixed case columns in ...) updated by
-
Has patch, Triage Stage changed
PR - 7:47 AM Changeset [4035bab5]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #34171 -- Fixed QuerySet.bulk_create() on fields with db_column …
- 7:44 AM Ticket #34173 (contrib.sessions - SessionMiddleware support 503 status code) updated by
-
Easy pickings changed
- 7:43 AM Ticket #34173 (contrib.sessions - SessionMiddleware support 503 status code) updated by
-
Type, Triage Stage changed
Happy to look at a patch (with tests) adjusting the check to `if … - 7:39 AM Ticket #34176 (Database layer (models, ORM) - Annotation's original field-name can clash with result field name over ...) updated by
-
Status, Owner changed
Thanks for the report Shai. I stumbled upon something similar in … - 7:27 AM Ticket #34177 (Database layer (models, ORM) - QuerySet.bulk_create() crashes on "pk" in unique_fields.) updated by
- In 3b0a8ea: […]
- 7:27 AM Ticket #34177 (Database layer (models, ORM) - QuerySet.bulk_create() crashes on "pk" in unique_fields.) closed by
- fixed: In 7d53298: […]
- 7:26 AM Changeset [7d53298]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #34177 -- Fixed QuerySet.bulk_create() crash on "pk" in …
- 7:21 AM Ticket #34177 (Database layer (models, ORM) - QuerySet.bulk_create() crashes on "pk" in unique_fields.) updated by
-
Triage Stage changed
- 7:16 AM Ticket #34178 (Database layer (models, ORM) - Prefetching a foreign key on GenericForeignKey results in incorrect ...) closed by
-
duplicate:
QuerySet.prefetch_related()works withGenericForeignKey, however … - 7:09 AM Ticket #34165 (contrib.auth - migrate management command does not respect database parameter when ...) updated by
- After diving a bit deeper it turned out that the issue was with one of …
- 7:06 AM Ticket #34095 (contrib.admin - Form controls in admin should use heights in relative units) updated by
-
Owner changed
- 6:31 AM Ticket #34177 (Database layer (models, ORM) - QuerySet.bulk_create() crashes on "pk" in unique_fields.) updated by
-
Description changed
- 6:22 AM Ticket #34176 (Database layer (models, ORM) - Annotation's original field-name can clash with result field name over ...) updated by
-
Version, Triage Stage changed
Thanks for the report! Reproduced at … - 6:08 AM Ticket #34177 (Database layer (models, ORM) - QuerySet.bulk_create() crashes on "pk" in unique_fields.) updated by
-
Has patch changed
PR - 5:57 AM Ticket #34178 (Database layer (models, ORM) - Prefetching a foreign key on GenericForeignKey results in incorrect ...) updated by
-
Description changed
- 5:44 AM Ticket #34178 (Database layer (models, ORM) - Prefetching a foreign key on GenericForeignKey results in incorrect ...) created by
- These are the models that I created to test my hypothesis. . […] …
- 5:43 AM Ticket #34177 (Database layer (models, ORM) - QuerySet.bulk_create() crashes on "pk" in unique_fields.) created by
-
QuerySet.bulk_create()crashes on"pk"inunique_fieldswhich … - 5:06 AM Ticket #34176 (Database layer (models, ORM) - Annotation's original field-name can clash with result field name over ...) created by
- This is a bit of a continuation of #34123 With current Django main, …
- 5:01 AM Ticket #34146 (Documentation - Add tutorial step for installing third party package(s)) updated by
-
Patch needs improvement changed
Marking as Patch needs improvement whilst in progress. - 4:59 AM Changeset [744a1af7]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Bumped gh-problem-matcher-wrap version to 2.0.0. This avoids issues …
- 4:48 AM Ticket #34173 (contrib.sessions - SessionMiddleware support 503 status code) updated by
- Replying to Mariusz Felisiak: > I'm not sure why we should …
- 3:50 AM Ticket #33868 (contrib.admin - Admin “delete object(s)” view: improve labels of m2m relations) updated by
-
Triage Stage changed
Closing as "wonfix" due to backward compatibility concerns and a … - 3:47 AM Ticket #33868 (contrib.admin - Admin “delete object(s)” view: improve labels of m2m relations) closed by
- wontfix: Closing this – the improved labels can only be implemented by fetching …
- 3:40 AM Ticket #34173 (contrib.sessions - SessionMiddleware support 503 status code) updated by
-
Cc changed
I'm not sure why we should treat 503 differently. IMO, we could … - 3:28 AM Ticket #34173 (contrib.sessions - SessionMiddleware support 503 status code) updated by
-
Resolution, Type, Description, Summary, Status changed
- 2:42 AM Ticket #34172 (contrib.admin - Documentation of AdminSite.get_urls() encourages security vulnerabilities) updated by
-
Status, Owner changed
Thanks for your feedback! I’ll work on a proposal soon. - 2:30 AM Ticket #34172 (contrib.admin - Documentation of AdminSite.get_urls() encourages security vulnerabilities) updated by
-
Type, Triage Stage changed
I tend to agree with the report here: > ... as some people might … - 1:52 AM Ticket #34171 (Database layer (models, ORM) - QuerySet.bulk_create() crashes on mixed case columns in ...) updated by
-
Status, Owner changed
- 1:52 AM Ticket #34171 (Database layer (models, ORM) - QuerySet.bulk_create() crashes on mixed case columns in ...) updated by
- I guess no one is working on this one so i'll just open a quick PR.
- 1:30 AM Changeset [96a59835]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Used CSS flex for form rows.
- 1:20 AM Ticket #34174 (Documentation - async process_exception being called as sync from async view/middleware) updated by
-
Triage Stage changed
Hi Gabriel. OK, seems right, are you happy to suggest a docs …
Nov 21, 2022:
- 11:14 PM Ticket #34175 (Testing framework - Cannot make whole test set to pass) closed by
- invalid: Hi, please don't use Trac as a support channel. Use one of these to …
- 11:05 PM Ticket #33747 (Error reporting - Display exception notes on the technical 500 debug page on Python 3.11+.) updated by
-
Patch needs improvement changed
- 10:51 PM Ticket #34175 (Testing framework - Cannot make whole test set to pass) created by
- I tried with two ubi8 base images, the python38 one and the python39 …
- 12:52 PM Ticket #34172 (contrib.admin - Documentation of AdminSite.get_urls() encourages security vulnerabilities) updated by
-
get_urls()docs contains a step by step example with further … - 12:39 PM Ticket #34173 (contrib.sessions - SessionMiddleware support 503 status code) closed by
- invalid: Thanks for this ticket, however it is a support question and Trac is …
- 10:14 AM Ticket #33747 (Error reporting - Display exception notes on the technical 500 debug page on Python 3.11+.) updated by
-
Has patch changed
PR - 8:24 AM Ticket #34174 (Documentation - async process_exception being called as sync from async view/middleware) updated by
-
Description changed
- 8:21 AM Ticket #34174 (Documentation - async process_exception being called as sync from async view/middleware) created by
- following this bold part from …
- 7:59 AM Ticket #34173 (contrib.sessions - SessionMiddleware support 503 status code) created by
- Hi guys, I have the following situation. In one of my applications …
- 7:56 AM Ticket #34172 (contrib.admin - Documentation of AdminSite.get_urls() encourages security vulnerabilities) updated by
- I think you have a valid point 👍 Interested in submitting a …
- 7:40 AM Ticket #34152 (Utilities - Add the ability to store logs in a table) updated by
- You can use django-model-trackwr which allows you to know how and when …
- 7:35 AM Ticket #34172 (contrib.admin - Documentation of AdminSite.get_urls() encourages security vulnerabilities) created by
- The documentation for AdminSite.get_urls() …
- 7:15 AM Ticket #34160 (Database layer (models, ORM) - Django 4.1 Expression contains mixed types for (Big/Small)IntegerFields.) updated by
- Alright thank you for you explanation, I'd be happy to have a look. I …
- 7:14 AM Ticket #34167 (Core (Mail) - Set a reasonable default for EMAIL_TIMEOUT) updated by
-
Description changed
- 7:01 AM Ticket #34167 (Core (Mail) - Set a reasonable default for EMAIL_TIMEOUT) updated by
-
Description changed
For the record, I started a discussion in the Django Developers … - 6:56 AM Ticket #32935 (GIS - Test suite fails with sqlite 3.36 and spatialite 5.) updated by
- Yes, InitSpatialMetaDataFull would remain as the preferred option. …
- 6:01 AM Ticket #29062 (Testing framework - "database table locked errors" when using sqlite in-memory database ...) updated by
-
Patch needs improvement changed
- 3:55 AM Ticket #34168 (Database layer (models, ORM) - Add support for list of parameters to the QuerySet.raw().) updated by
- The specific problem I am facing is that I need to access an existing …
- 3:47 AM Ticket #31090 (Database layer (models, ORM) - Log when DB transactions are commited and rollbacked.) closed by
- fixed: In 798e38c2: […]
- 3:44 AM Ticket #32935 (GIS - Test suite fails with sqlite 3.36 and spatialite 5.) updated by
- > Can this ticket be reopened? As far as I'm aware, changing to the …
- 2:15 AM Ticket #32935 (GIS - Test suite fails with sqlite 3.36 and spatialite 5.) updated by
- I can confirm this is broken on Ubuntu 22.04 with the default apt …
- 2:10 AM Changeset [798e38c2]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #31090 -- Logged transaction management queries. Thanks to …
- 2:02 AM Ticket #31090 (Database layer (models, ORM) - Log when DB transactions are commited and rollbacked.) updated by
-
Patch needs improvement, Triage Stage changed
- 1:18 AM Ticket #34171 (Database layer (models, ORM) - QuerySet.bulk_create() crashes on mixed case columns in ...) updated by
-
Severity, Cc, Component, Summary, Type, Triage Stage changed
Thanks for the report! Bug in … - 12:51 AM Ticket #34171 (Database layer (models, ORM) - QuerySet.bulk_create() crashes on mixed case columns in ...) created by
- Not sure exactly how to phrase this, but when I I'm calling …
Note:
See TracTimeline
for information about the timeline view.