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 Mariusz Felisiak
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 Mariusz Felisiak
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 Mariusz Felisiak
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 Joon Hwan 김준환
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 Giebisch
Patch needs improvement changed
12:41 PM Changeset [70c945d6]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Used DatabaseFeatures.django_test_skips to skip …
8:47 AM Ticket #34173 (contrib.sessions - SessionMiddleware support 503 status code) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 17472c3: […]
8:46 AM Changeset [17472c3]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
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 GitHub <noreply@…>
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 Raphaël Barrois
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 Carlton Gibson <carlton.gibson@…>
In 754c0c5: […]
8:11 AM Ticket #34064 (Documentation - USE_THOUSAND_SEPARATOR docs clarification of override by locale) closed by Carlton Gibson <carlton.gibson@…>
fixed: In 33f4de34: […]
8:08 AM Ticket #34180 (Documentation - Document that setting language in tests affects other tests) updated by Carlton Gibson
#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 Carlton Gibson
duplicate: Duplicate of #34180
7:48 AM Ticket #34173 (contrib.sessions - SessionMiddleware support 503 status code) updated by Mariusz Felisiak
Triage Stage changed
7:37 AM Ticket #31949 (Core (Other) - Allow builtin view decorators to be applied directly to async views.) updated by Carlton Gibson
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 Raphaël Barrois
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 Carlton Gibson
Has patch changed
7:27 AM Ticket #34064 (Documentation - USE_THOUSAND_SEPARATOR docs clarification of override by locale) updated by Carlton Gibson
Status, Owner changed
7:26 AM Ticket #34064 (Documentation - USE_THOUSAND_SEPARATOR docs clarification of override by locale) updated by Carlton Gibson
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 Carlton Gibson <carlton.gibson@…>
Fixed #34064 -- Adjusted locale override wording in settings docs.
6:10 AM Ticket #34173 (contrib.sessions - SessionMiddleware support 503 status code) updated by Abhinav Yadav
Has patch changed
PR
5:56 AM Ticket #34110 (File uploads/storage - Add InMemoryStorage) updated by Mariusz Felisiak
Patch needs improvement, Needs tests changed
5:14 AM Ticket #34180 (Documentation - Document that setting language in tests affects other tests) updated by Carlton Gibson
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 Paolo Melchiorre
Cc changed
4:31 AM Ticket #34180 (Documentation - Document that setting language in tests affects other tests) created by Václav Řehák
The testing documentation …
3:53 AM Ticket #29062 (Testing framework - "database table locked errors" when using sqlite in-memory database ...) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 855f5a36: […]
3:52 AM Changeset [855f5a36]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
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 Ben Lomax
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 Alex
Cc changed

Nov 23, 2022:

11:07 PM Ticket #29062 (Testing framework - "database table locked errors" when using sqlite in-memory database ...) updated by Mariusz Felisiak
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 STANISLAV LEPEKHOV
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 Anvesh Mishra
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 revanthgss
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 Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 1297c0d: […]
10:46 AM Changeset [1297c0d0]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #31679 -- Delayed annotating aggregations. By avoiding to …
10:04 AM Ticket #34173 (contrib.sessions - SessionMiddleware support 503 status code) updated by SessionIssue
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 Carlton Gibson
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 Gabriel Rado
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 Carlton Gibson <carlton.gibson@…>
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 Aravind Swaminathan
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 GitHub <noreply@…>
Corrected a typo in signals reference.
6:43 AM Ticket #32873 (Internationalization - Deprecate USE_L10N setting.) updated by Carlton Gibson <carlton.gibson@…>
In 3a46d5ec: […]
6:42 AM Ticket #32873 (Internationalization - Deprecate USE_L10N setting.) updated by Carlton Gibson <carlton.gibson@…>
In 9582f2f9: […]
6:23 AM Ticket #31679 (Database layer (models, ORM) - Django subtly produces incorrect query when the same keyword appears ...) updated by Mariusz Felisiak
Triage Stage changed
5:28 AM Changeset [9582f2f9]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Carlton Gibson <carlton.gibson@…>
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 Mariusz Felisiak
> 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 Rohan Nahata
Replying to Mariusz Felisiak: > …
3:33 AM Ticket #33651 (contrib.contenttypes - Support prefetch GenericForeignKey with custom queryset.) updated by Todor Velichkov
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 Mariusz Felisiak
Triage Stage changed
3:05 AM Ticket #34110 (File uploads/storage - Add InMemoryStorage) updated by Francesco Panico
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 GitHub <noreply@…>
In a411b909: […]
2:35 AM Changeset [a411b909]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
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 Rohan Nahata
Cc changed
1:22 AM Ticket #33050 (Database layer (models, ORM) - QuerySet.count() on combined queries with select_related() crashes on ...) closed by Mariusz Felisiak
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 Mariusz Felisiak
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 Abhijeet Pal
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 Simon Charette
> 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 Simon Charette
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 Simon Charette
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 Simon Charette
Status, Owner changed
9:53 PM Ticket #31679 (Database layer (models, ORM) - Django subtly produces incorrect query when the same keyword appears ...) updated by Simon Charette
Has patch changed
PR
9:43 PM Ticket #34173 (contrib.sessions - SessionMiddleware support 503 status code) updated by Abhinav Yadav
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 Simon Charette
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 Bhuvnesh
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 Mariusz Felisiak
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 Mariusz Felisiak <felisiak.mariusz@…>
In 1703224: […]
1:05 PM Ticket #34171 (Database layer (models, ORM) - QuerySet.bulk_create() crashes on mixed case columns in ...) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 4035bab5: […]
12:03 PM Ticket #34174 (Documentation - async process_exception being called as sync from async view/middleware) updated by Gabriel Rado
Status, Owner changed
9:30 AM Ticket #32813 (Core (Management commands) - Display development server address after server bind) updated by Dhanush
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 Gerben Morsink
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 Mariusz Felisiak
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 Mariusz Felisiak <felisiak.mariusz@…>
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 Carlton Gibson
Easy pickings changed
7:43 AM Ticket #34173 (contrib.sessions - SessionMiddleware support 503 status code) updated by Carlton Gibson
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 Simon Charette
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 Mariusz Felisiak <felisiak.mariusz@…>
In 3b0a8ea: […]
7:27 AM Ticket #34177 (Database layer (models, ORM) - QuerySet.bulk_create() crashes on "pk" in unique_fields.) closed by GitHub <noreply@…>
fixed: In 7d53298: […]
7:26 AM Changeset [7d53298]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
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 Carlton Gibson
Triage Stage changed
7:16 AM Ticket #34178 (Database layer (models, ORM) - Prefetching a foreign key on GenericForeignKey results in incorrect ...) closed by Mariusz Felisiak
duplicate: QuerySet.prefetch_related() works with GenericForeignKey, however …
7:09 AM Ticket #34165 (contrib.auth - migrate management command does not respect database parameter when ...) updated by Vasanth
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 SwastikTripathi
Owner changed
6:31 AM Ticket #34177 (Database layer (models, ORM) - QuerySet.bulk_create() crashes on "pk" in unique_fields.) updated by Mariusz Felisiak
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 Mariusz Felisiak
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 Mariusz Felisiak
Has patch changed
PR
5:57 AM Ticket #34178 (Database layer (models, ORM) - Prefetching a foreign key on GenericForeignKey results in incorrect ...) updated by Rohan Nahata
Description changed
5:44 AM Ticket #34178 (Database layer (models, ORM) - Prefetching a foreign key on GenericForeignKey results in incorrect ...) created by Rohan Nahata
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 Mariusz Felisiak
QuerySet.bulk_create() crashes on "pk" in unique_fields which …
5:06 AM Ticket #34176 (Database layer (models, ORM) - Annotation's original field-name can clash with result field name over ...) created by Shai Berger
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 Carlton Gibson
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 GitHub <noreply@…>
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 SessionIssue
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 Mariusz Felisiak
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 [email protected]
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 Mariusz Felisiak
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 SessionIssue
Resolution, Type, Description, Summary, Status changed
2:42 AM Ticket #34172 (contrib.admin - Documentation of AdminSite.get_urls() encourages security vulnerabilities) updated by Sylvain Fankhauser
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 Carlton Gibson
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 Bhuvnesh
Status, Owner changed
1:52 AM Ticket #34171 (Database layer (models, ORM) - QuerySet.bulk_create() crashes on mixed case columns in ...) updated by Bhuvnesh
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 Mariusz Felisiak <felisiak.mariusz@…>
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 Carlton Gibson
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 Mariusz Felisiak
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 Mariusz Felisiak
Patch needs improvement changed
10:51 PM Ticket #34175 (Testing framework - Cannot make whole test set to pass) created by gzuccarelli
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 Mariusz Felisiak
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 Mariusz Felisiak
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 Giebisch
Has patch changed
PR
8:24 AM Ticket #34174 (Documentation - async process_exception being called as sync from async view/middleware) updated by Gabriel Rado
Description changed
8:21 AM Ticket #34174 (Documentation - async process_exception being called as sync from async view/middleware) created by Gabriel Rado
following this bold part from …
7:59 AM Ticket #34173 (contrib.sessions - SessionMiddleware support 503 status code) created by SessionIssue
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 David Sanders
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 Mohamed El-Kalioby
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 Sylvain Fankhauser
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 Martin Lehoux
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 Federico Capoano
Description changed
7:01 AM Ticket #34167 (Core (Mail) - Set a reasonable default for EMAIL_TIMEOUT) updated by Federico Capoano
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 S. Andrew Sheppard
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 Mariusz Felisiak
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 Marek Rouchal
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 Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 798e38c2: […]
3:44 AM Ticket #32935 (GIS - Test suite fails with sqlite 3.36 and spatialite 5.) updated by Mariusz Felisiak
> 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 S. Andrew Sheppard
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 Mariusz Felisiak <felisiak.mariusz@…>
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 Mariusz Felisiak
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 Mariusz Felisiak
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 Joshua Brooks
Not sure exactly how to phrase this, but when I I'm calling …
Note: See TracTimeline for information about the timeline view.
Back to Top