Timeline



Dec 19, 2023:

11:12 PM Ticket #35051 (HTTP handling - HEAD Responses Drop Headers) updated by Mariusz Felisiak
As for me this is a new feature request for supporting HTTP ranges.
7:48 PM Ticket #24638 (Database layer (models, ORM) - Support adding an SQL comment in queries) updated by Michael Warkentin
I've recently come across https://github.com/ossc-db/pg_hint_plan
4:32 PM Ticket #35051 (HTTP handling - HEAD Responses Drop Headers) updated by Paul Bailey
something like: […]
4:27 PM Ticket #35051 (HTTP handling - HEAD Responses Drop Headers) updated by Paul Bailey
The discussion linked is over Content-Length being returned for the …
4:15 PM Ticket #35051 (HTTP handling - HEAD Responses Drop Headers) updated by Paul Bailey
The use case for this is that your GET request has a large body and so …
3:34 PM Ticket #35051 (HTTP handling - HEAD Responses Drop Headers) updated by Mariusz Felisiak
Cc, Component changed
3:34 PM Ticket #35051 (HTTP handling - HEAD Responses Drop Headers) updated by Mariusz Felisiak
I don't agree, we intentionally drop the Content-Length. Please …
3:10 PM Ticket #35051 (HTTP handling - HEAD Responses Drop Headers) updated by Natalia Bidart
Cc, Severity, Triage Stage changed
I did some research on the topic and from …
11:04 AM Changeset [47033bf]mainstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Doc'd that users with unusable passwords cannot request a password reset.
7:15 AM Ticket #35051 (HTTP handling - HEAD Responses Drop Headers) created by Paul Bailey
When using runserver headers are dropped for head requests, in …
7:07 AM Ticket #35033 (Core (Mail) - EmailMessage repeats header if provided via the headers kwargs) updated by Mariusz Felisiak
Patch needs improvement, Has patch, Needs tests changed
5:03 AM Ticket #34277 (Database layer (models, ORM) - Add where clause in QuerySet.bulk_create() when update_conflicts=True) updated by Mariusz Felisiak
Patch needs improvement, Needs documentation changed
3:46 AM Ticket #28586 (Database layer (models, ORM) - Automatically prefetch related for "to one" fields as needed.) updated by şuayip üzülmez
Cc changed
3:02 AM Ticket #33497 (Database layer (models, ORM) - Document that database persistent connections do not work with ASGI ...) updated by Mariusz Felisiak
Status, Patch needs improvement, Owner changed

Dec 18, 2023:

10:21 PM Ticket #15049 (Database layer (models, ORM) - Using annotation before and after filter gives wrong results) updated by Mariusz Felisiak
Status, Patch needs improvement, Owner changed
3:03 PM Ticket #29843 (contrib.auth - Create permissions using migration operations rather than using the ...) updated by Ryan Hiebert
Cc changed
2:19 PM Ticket #35050 (Database layer (models, ORM) - Issue filtering on FilteredRelation with F object) updated by Mariusz Felisiak
Cc, Component, Triage Stage changed
Thanks for the report! Regression in …
1:57 PM Ticket #35050 (Database layer (models, ORM) - Issue filtering on FilteredRelation with F object) updated by Mark Zorn
Description changed
1:57 PM Ticket #35050 (Database layer (models, ORM) - Issue filtering on FilteredRelation with F object) updated by Mark Zorn
Description changed
1:45 PM Ticket #35050 (Database layer (models, ORM) - Issue filtering on FilteredRelation with F object) created by Mark Zorn
I just started trying to upgrade an existing project from Django 4.2.8 …
1:25 PM Ticket #34277 (Database layer (models, ORM) - Add where clause in QuerySet.bulk_create() when update_conflicts=True) updated by HAMA Barhamou
Patch needs improvement changed
12:33 PM Ticket #35028 (Database layer (models, ORM) - psycopg3: distinct query iteration causes ...) updated by Jonathan Weth
Cc changed
8:31 AM Ticket #35049 (GIS - Drop support for GDAL 2.4) updated by Natalia Bidart
Version, Type, Triage Stage changed
Accepting following the conversation in the …
8:26 AM Ticket #34566 (contrib.admin - ModelAdmin get_field_queryset uses related admin ordering, but not ...) updated by Natalia Bidart
PR has code style and test failures that needs fixing.
8:20 AM Ticket #35048 (GIS - Drop support for Proj 5.x) updated by Natalia Bidart
Version, Type, Triage Stage changed
Accepting following the conversation in the …
8:17 AM Ticket #35049 (GIS - Drop support for GDAL 2.4) created by David Smith
GDAL 2.4 was released in December-2018. Therefore by the time Django …
8:12 AM Ticket #35048 (GIS - Drop support for Proj 5.x) created by David Smith
Proj 5.x was released in March-2018. By the time Django 5.1 is …
7:46 AM Ticket #35030 (contrib.auth - Make django.contrib.auth decorators work with async functions.) updated by Mariusz Felisiak
Patch needs improvement changed
6:44 AM Ticket #35030 (contrib.auth - Make django.contrib.auth decorators work with async functions.) updated by Dingning
Patch needs improvement changed
6:17 AM Ticket #35013 (HTTP handling - LogoutView from django.contrib.auth in Django 5.0 seems to use the ...) updated by Natalia Bidart
Severity changed
6:14 AM Ticket #35030 (contrib.auth - Make django.contrib.auth decorators work with async functions.) updated by Natalia Bidart
Hello Dingning, thanks for your work on this ticket. Once your PR is …
5:45 AM Ticket #35047 (Migrations - Wrong sql query for migration) closed by Tim Graham
invalid: Field.default doesn't set a permanent default at the database level. …
5:25 AM Ticket #35047 (Migrations - Wrong sql query for migration) updated by mgoldenbe
Code format
5:24 AM Ticket #35047 (Migrations - Wrong sql query for migration) updated by mgoldenbe
Description changed
5:23 AM Ticket #35047 (Migrations - Wrong sql query for migration) created by mgoldenbe
I had the model: […] Then I changed the usd_per_credit field …
3:20 AM Ticket #34411 (GIS - Update obsolete GDAL API for DataSource handling) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 08306bad: […]
2:43 AM Ticket #34411 (GIS - Update obsolete GDAL API for DataSource handling) updated by Mariusz Felisiak
Owner, Triage Stage changed
2:42 AM Changeset [08306bad]mainstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #34411 -- Updated GDAL API to handle vector DataSource's. …
2:12 AM Ticket #35046 (Utilities - BlankChoiceIterator causes AttributeError for some existing packages ...) updated by Nick Pope
Agreed. Also, returning 0 is incorrect and would likely break things …

Dec 17, 2023:

11:07 PM Ticket #35030 (contrib.auth - Make django.contrib.auth decorators work with async functions.) updated by Dingning
Patch needs improvement changed
Here is my PR. https://github.com/django/django/pull/17621
11:05 PM Ticket #35030 (contrib.auth - Make django.contrib.auth decorators work with async functions.) updated by Dingning
Needs documentation, Has patch changed
10:47 PM Ticket #35046 (Utilities - BlankChoiceIterator causes AttributeError for some existing packages ...) closed by Mariusz Felisiak
invalid: Replying to Hazho Human: > The iterators should have …
9:02 PM Ticket #35043 (HTTP handling - LogoutView.as_view() no longer works in 5.0) updated by Tim Graham
If you would like to continue supporting logout via GET, you could …
5:52 PM Ticket #35046 (Utilities - BlankChoiceIterator causes AttributeError for some existing packages ...) updated by Hazho Human
Cc changed
5:51 PM Ticket #35046 (Utilities - BlankChoiceIterator causes AttributeError for some existing packages ...) created by Hazho Human
The iterators should have method len ...! while this is not the …
5:00 PM Ticket #35043 (HTTP handling - LogoutView.as_view() no longer works in 5.0) updated by otonoton
How am I supposed to use LogoutView in urls.py now? i.e. without any …
3:05 PM Ticket #35043 (HTTP handling - LogoutView.as_view() no longer works in 5.0) updated by Mariusz Felisiak
> Please don't just immediately close my ticket without at least …
1:19 PM Ticket #35043 (HTTP handling - LogoutView.as_view() no longer works in 5.0) updated by otonoton
I don't consider it a duplicate because URL path entries do not …
12:51 PM Ticket #34411 (GIS - Update obsolete GDAL API for DataSource handling) updated by Claude Paroz
Patch needs improvement changed
Patch should be reviewable now, thanks to David Smith!
11:14 AM Ticket #27055 (GIS - Model form with geometry widgets has invalid html) closed by Claude Paroz
fixed: The <style> part was removed in …
10:02 AM Ticket #35041 (File uploads/storage - DATA_UPLOAD_MAX_MEMORY_SIZE causes a confusing error when not an integer) closed by Mariusz Felisiak
wontfix: Thanks for the report, however we cannot add type checks for all …
9:30 AM Ticket #35042 (Database layer (models, ORM) - Queryset count does not work after union when annotations on ...) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 7727892: […]
7:44 AM Ticket #34981 (Testing framework - Promote `--pair` and `--bisect` from `runtest.py` to be available as ...) updated by Adam Johnson
Cc changed
7:36 AM Ticket #35033 (Core (Mail) - EmailMessage repeats header if provided via the headers kwargs) updated by Adam Johnson
I agree that an exception sounds more correct, probably a ValueError, …
6:37 AM Ticket #24686 (Migrations - Support for Moving a model between two Django apps) updated by Bhuvnesh
Hi Maarten! I don't think moving the model code to the new django app …
4:00 AM Ticket #24686 (Migrations - Support for Moving a model between two Django apps) updated by Maarten Nieber
I've been struggling with this issue for a while, and came upon an …

Dec 16, 2023:

5:28 PM Ticket #35041 (File uploads/storage - DATA_UPLOAD_MAX_MEMORY_SIZE causes a confusing error when not an integer) updated by Joshua Sheng
Status, Owner, Triage Stage changed
Looks like it'll probably be the user's responsibility for handling …
1:24 PM Ticket #35033 (Core (Mail) - EmailMessage repeats header if provided via the headers kwargs) updated by Florian Apolloner
Cc changed
1:24 PM Ticket #35033 (Core (Mail) - EmailMessage repeats header if provided via the headers kwargs) updated by Florian Apolloner
Should we override with the data in headers or should be throw an …
1:23 PM Ticket #35042 (Database layer (models, ORM) - Queryset count does not work after union when annotations on ...) updated by Mariusz Felisiak
Triage Stage changed
1:22 PM Ticket #35045 (File uploads/storage - Add a PersistedTemporaryFileUploadHandler for file upload) closed by Mariusz Felisiak
wontfix: Please first start a discussion on the …
1:19 PM Changeset [7727892]mainstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #35042 -- Fixed a count() crash on combined queries. Regression …
1:05 PM Ticket #34013 (Database layer (models, ORM) - Support ordering by annotation transforms (e.g JSONObject/ArrayAgg ...) updated by GitHub <noreply@…>
In eea4f92f: […]
1:05 PM Changeset [eea4f92f]mainstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Refs #34013 -- Registered instance lookups as documented in tests.
11:42 AM Ticket #35044 (Database layer (models, ORM) - Accessing a deferred field clears reverse relations) updated by Simon Charette
Type, Triage Stage changed
Feels like a bug to me. When refresh_from_db(fields) is specified …
11:38 AM Ticket #35045 (File uploads/storage - Add a PersistedTemporaryFileUploadHandler for file upload) created by Adnane Guettaf
Using the PersistedTemporaryFileUploadHandler upload handler, …
6:53 AM Ticket #35044 (Database layer (models, ORM) - Accessing a deferred field clears reverse relations) created by Adam Johnson
DeferredAttribute.__get__ calls Model.refresh_from_db() to load …
2:32 AM Ticket #35043 (HTTP handling - LogoutView.as_view() no longer works in 5.0) closed by Mariusz Felisiak
duplicate: Duplicate of #35013. Please don't open duplicates and check …
2:18 AM Ticket #34909 (contrib.admin - Accessible names for Add / Change buttons in Django Admin) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In c83c639: […]
2:18 AM Ticket #34909 (contrib.admin - Accessible names for Add / Change buttons in Django Admin) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 5b885106: […]
1:02 AM Ticket #35041 (File uploads/storage - DATA_UPLOAD_MAX_MEMORY_SIZE causes a confusing error when not an integer) updated by Joshua Sheng
Status, Owner changed
1:01 AM Ticket #35041 (File uploads/storage - DATA_UPLOAD_MAX_MEMORY_SIZE causes a confusing error when not an integer) updated by Joshua Sheng
Has patch, Triage Stage changed
I was able to reproduce the error using the steps you provided. It …
12:48 AM Ticket #35028 (Database layer (models, ORM) - psycopg3: distinct query iteration causes ...) updated by Mariusz Felisiak
Severity changed
Django 4.2 is in extended support so it no longer receive bugfixes …
Note: See TracTimeline for information about the timeline view.
Back to Top