Timeline



May 5, 2022:

11:51 PM Ticket #29538 (Database layer (models, ORM) - Query Expression in ordering of a related object fails) updated by Mariusz Felisiak
Needs tests changed
11:45 PM Ticket #33680 (Documentation - Documentation example of customising model instance loading has a bug) updated by Mariusz Felisiak
Patch needs improvement, Triage Stage changed
11:42 PM Changeset [faab9e67]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #33680 -- Corrected example of customizing model loading in docs.
11:24 PM Ticket #33681 (Core (Cache system) - Cache OPTIONS are not passed to the Redis client.) updated by Mariusz Felisiak
Cc, Triage Stage, Type, Severity, Summary changed
Thanks for the report. Agreed, we should pass all options to the Redis …
10:20 PM Ticket #33682 (Documentation - Clarify using distinct() with related fields that have Meta.ordering ...) updated by Simon Charette
The QuerySet.distinct and order_by methods …
6:05 PM Ticket #33680 (Documentation - Documentation example of customising model instance loading has a bug) updated by Ali Toosi
Replying to Mariusz Felisiak: Thanks, Mariusz. I've …
2:25 PM Ticket #33683 (HTTP handling - Document HttpResponseBase and allow import from django.http) updated by Collin Anderson
Has patch changed
https://github.com/django/django/pull/15667
2:23 PM Ticket #33683 (HTTP handling - Document HttpResponseBase and allow import from django.http) created by Collin Anderson
HttpResponseBase shouldn't be used directly for creating responses, …
1:15 PM Ticket #33682 (Documentation - Clarify using distinct() with related fields that have Meta.ordering ...) created by Robert Leach
I have a rather complex database and an advanced search interface that …
11:49 AM Ticket #29538 (Database layer (models, ORM) - Query Expression in ordering of a related object fails) updated by Eduardo Rivas
Owner changed
11:48 AM Ticket #29538 (Database layer (models, ORM) - Query Expression in ordering of a related object fails) updated by Eduardo Rivas
Cc, Patch needs improvement changed
PR
10:12 AM Ticket #33681 (Core (Cache system) - Cache OPTIONS are not passed to the Redis client.) updated by Ben Picolo
Description changed
10:11 AM Ticket #33681 (Core (Cache system) - Cache OPTIONS are not passed to the Redis client.) updated by Ben Picolo
Description changed
10:10 AM Ticket #33681 (Core (Cache system) - Cache OPTIONS are not passed to the Redis client.) updated by Ben Picolo
Description changed
10:09 AM Ticket #33681 (Core (Cache system) - Cache OPTIONS are not passed to the Redis client.) updated by Ben Picolo
Description changed
10:03 AM Ticket #33681 (Core (Cache system) - Cache OPTIONS are not passed to the Redis client.) updated by Ben Picolo
Description changed
10:01 AM Ticket #33681 (Core (Cache system) - Cache OPTIONS are not passed to the Redis client.) created by Ben Picolo
Hello! First Django interaction, so please let me know how better I …
7:35 AM Ticket #32338 (Forms - Accessibility issues with Django forms RadioSelect and ...) closed by Carlton Gibson
fixed: Fixed by ec5659382a5f5fc2daf0c87ccc89d0fb07534874 for #32339. It may …
7:33 AM Ticket #32339 (Forms - Accessibility issues with Django forms as_table, as_ul, as_p rendering ...) closed by Carlton Gibson <carlton@…>
fixed: In ec565938: […]
7:32 AM Changeset [ec56593]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Carlton Gibson <carlton@…>
Fixed #32339 -- Added div.html form template.
4:52 AM Ticket #33680 (Documentation - Documentation example of customising model instance loading has a bug) updated by Mariusz Felisiak
Triage Stage changed
4:51 AM Ticket #33680 (Documentation - Documentation example of customising model instance loading has a bug) updated by Mariusz Felisiak
Status, Patch needs improvement, Owner changed
Thanks for the ticket. > The easiest fix for this is to update the …
4:42 AM Ticket #33680 (Documentation - Documentation example of customising model instance loading has a bug) updated by Ali Toosi
Has patch, Description changed
PR
4:28 AM Ticket #33680 (Documentation - Documentation example of customising model instance loading has a bug) created by Ali Toosi
The docs provide an example of how the model instance loading can be …
1:19 AM Ticket #22078 (contrib.syndication - views.Feed methods cannot be decorated) updated by Marcelo Galigniana
Patch needs improvement changed

May 4, 2022:

11:45 PM Ticket #30581 (Database layer (models, ORM) - Allow constraints to be used for validation (in Python)) updated by GitHub <noreply@…>
In 27b07a32: […]
11:44 PM Changeset [27b07a32]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Refs #30581 -- Moved CheckConstraint tests for conditional expressions …
6:14 PM Ticket #33678 (Database layer (models, ORM) - order_by crash when sorting by a foreign key referencing a Model with ...) updated by Eduardo Rivas
Thanks for the pointer Simon. And yes, I'd like to dive into this
1:57 PM Ticket #33674 (Error reporting - Timezones cause 500 errors to not email the site admin) updated by Carlton Gibson
OK, thanks. If you are able to put together a reproducer, that would …
10:31 AM Changeset [c5cc750b]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Corrected example in Polygon docstring.
10:18 AM Ticket #27064 (Migrations - Implement RenameIndex in a backwards compatible way) updated by David Wobrock
Status, Cc, Needs tests, Owner, Needs documentation, Has patch changed
Hi there, I tried to tackle this change in this …
9:57 AM Ticket #29538 (Database layer (models, ORM) - Query Expression in ordering of a related object fails) updated by Simon Charette
If anyone is interested in addressing this ticket there's a possible …
9:56 AM Ticket #33678 (Database layer (models, ORM) - order_by crash when sorting by a foreign key referencing a Model with ...) updated by Simon Charette
It is, thanks Mariusz.
9:24 AM Ticket #33674 (Error reporting - Timezones cause 500 errors to not email the site admin) updated by iragm
Yeah, sorry tzdata, not tzinfo. My system is an Ubuntu 21.10 desktop …
9:24 AM Ticket #32339 (Forms - Accessibility issues with Django forms as_table, as_ul, as_p rendering ...) updated by Carlton Gibson
Patch needs improvement changed
9:15 AM Ticket #33674 (Error reporting - Timezones cause 500 errors to not email the site admin) updated by Carlton Gibson
> tzinfo was not installed. I am not sure what to make of that, I …
7:41 AM Ticket #33674 (Error reporting - Timezones cause 500 errors to not email the site admin) updated by iragm
tzinfo was not installed. I am not sure what to make of that, I would …
7:23 AM Ticket #25105 (Migrations - Migrating multiple CharFields to null=False breaks on PostgreSQL) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 8f04473a: […]
5:15 AM Ticket #25105 (Migrations - Migrating multiple CharFields to null=False breaks on PostgreSQL) updated by Mariusz Felisiak
Triage Stage changed
5:15 AM Changeset [8f04473a]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #25105 -- Checked deferred constraints before updating rows on …
4:53 AM Ticket #32339 (Forms - Accessibility issues with Django forms as_table, as_ul, as_p rendering ...) updated by Carlton Gibson <carlton@…>
In fde946da: […]
4:52 AM Changeset [fde946da]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Carlton Gibson <carlton@…>
Refs #32339 -- Restructured outputting HTML form docs. In the topic …
4:51 AM Ticket #33679 (contrib.admin - "empty" suffix gets added to last (original) admin inline form row for ...) created by Daniel Hahler
django/contrib/admin/templates/admin/edit_inline/tabular.html has …
4:04 AM Ticket #30581 (Database layer (models, ORM) - Allow constraints to be used for validation (in Python)) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 5d91dc8e: […]
1:47 AM Changeset [5d91dc8e]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #30581 -- Added Q.check() hook.
1:32 AM Ticket #33646 (Database layer (models, ORM) - Adding async interface to QuerySet.) updated by GitHub <noreply@…>
In 1109e669: […]
1:31 AM Changeset [1109e669]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Refs #33646 -- Reduced sync_to_async hops on async QuerySet iteration. …
12:49 AM Ticket #32234 (Core (Management commands) - inspectdb should inform about composite keys.) updated by Anvesh Mishra
Owner changed

May 3, 2022:

11:29 PM Ticket #33675 (Database layer (models, ORM) - Drop support for PostgreSQL 10 and PostGIS 2.4.) closed by GitHub <noreply@…>
fixed: In 37470bbd: […]
11:28 PM Changeset [37470bb]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.
11:20 PM Ticket #29538 (Database layer (models, ORM) - Query Expression in ordering of a related object fails) updated by Mariusz Felisiak
#33678 was a duplicate for functions in related Meta.ordering.
11:19 PM Ticket #33678 (Database layer (models, ORM) - order_by crash when sorting by a foreign key referencing a Model with ...) closed by Mariusz Felisiak
duplicate: IMO it's a duplicate of #29538.
11:07 PM Ticket #33678 (Database layer (models, ORM) - order_by crash when sorting by a foreign key referencing a Model with ...) updated by Simon Charette
Type, Triage Stage, Component, Summary changed
Thank you for your report. I vaguely remember that this was brought up …
7:11 PM Ticket #33678 (Database layer (models, ORM) - order_by crash when sorting by a foreign key referencing a Model with ...) created by Eduardo Rivas
Possibly related to https://code.djangoproject.com/ticket/31481
12:36 PM Ticket #30581 (Database layer (models, ORM) - Allow constraints to be used for validation (in Python)) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 9d047112: […]
12:23 PM Ticket #33677 (Testing framework - Django test does not migrate parallel db's if --keepdb --parallel ...) closed by Mariusz Felisiak
invalid: Thanks for the report, however Django 2.2 is not supported anymore. …
12:00 PM Ticket #33676 (Internationalization - Translation of some languages confused about apostrophe.) updated by Mariusz Felisiak
Resolution, UI/UX, Component changed
Duplicate of #31302.
12:00 PM Ticket #33676 (Internationalization - Translation of some languages confused about apostrophe.) closed by Claude Paroz
invalid: Yes, the newer strings use the curly typographic quotes. If there are …
10:22 AM Ticket #33677 (Testing framework - Django test does not migrate parallel db's if --keepdb --parallel ...) updated by Barney Szabolcs
Description changed
10:20 AM Ticket #33677 (Testing framework - Django test does not migrate parallel db's if --keepdb --parallel ...) created by Barney Szabolcs
To run my tests, I run […] I use PostgreSQL 11 db on macOS Catalina …
9:04 AM Ticket #33651 (contrib.contenttypes - Support prefetch GenericForeignKey with custom queryset.) updated by Gullapalli Saisurya Revanth
Needs documentation changed
8:50 AM Ticket #33676 (Internationalization - Translation of some languages confused about apostrophe.) created by 六車卓土
django.po in django/contrib/auth/locale/ example: The two password …
8:32 AM Ticket #33675 (Database layer (models, ORM) - Drop support for PostgreSQL 10 and PostGIS 2.4.) updated by Mariusz Felisiak
Has patch changed
PR
8:31 AM Changeset [9d04711]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #30581 -- Added Q.flatten().
8:27 AM Ticket #33658 (Documentation - Document the "blank" argument of forms.ModelChoiceField.) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 256db5c0: […]
8:27 AM Ticket #33658 (Documentation - Document the "blank" argument of forms.ModelChoiceField.) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In df225667: […]
8:27 AM Changeset [256db5c0]stable/4.0.x by Mariusz Felisiak <felisiak.mariusz@…>
[4.0.x] Fixed #33658 -- Doc'd ModelChoiceField.blank attribute. …
8:04 AM Ticket #33673 (Migrations - PostgreSQL removes constraints when removing columns.) updated by Mariusz Felisiak
Replying to George: > Out of curiosity, does django …
7:33 AM Ticket #33673 (Migrations - PostgreSQL removes constraints when removing columns.) updated by George
Replying to Mariusz Felisiak: > Thanks for the report, …
7:23 AM Changeset [df225667]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #33658 -- Doc'd ModelChoiceField.blank attribute. Thanks …
7:22 AM Changeset [aa8b9279]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Fixed CoveringIndexTests.test_covering_partial_index() when …
7:21 AM Ticket #33674 (Error reporting - Timezones cause 500 errors to not email the site admin) updated by Carlton Gibson
Thanks. > ModuleNotFoundError: No module named 'tzdata' Can you try …
5:55 AM Ticket #33674 (Error reporting - Timezones cause 500 errors to not email the site admin) updated by iragm
[…]
4:39 AM Ticket #33675 (Database layer (models, ORM) - Drop support for PostgreSQL 10 and PostGIS 2.4.) updated by Carlton Gibson
Triage Stage changed
4:23 AM Ticket #33675 (Database layer (models, ORM) - Drop support for PostgreSQL 10 and PostGIS 2.4.) created by Mariusz Felisiak
The end of upstream support for PostgreSQL 10 is November 2022. …
4:02 AM SupportedDatabaseVersions edited by Mariusz Felisiak
Added PostgreSQL 10 dates. (diff)
4:01 AM CI edited by Mariusz Felisiak
Updated PostgreSQL version to 11 and PostGIS to 2.5. (diff)
3:03 AM Ticket #29854 (Migrations - Altering the primary key targeted by several foreign keys incorrectly ...) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 3b898ea6: […]
3:01 AM Changeset [3b898ea6]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #29854 -- Made _all_related_fields() return deterministically …
2:19 AM Changeset [5db5c33]stable/4.0.x by Carlton Gibson <carlton.gibson@…>
[4.0.x] Updated release date for Django 4.0.5. Backport of …
2:18 AM Changeset [c5fd5e3c]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Carlton Gibson <carlton.gibson@…>
Updated release date for Django 4.0.5.
2:04 AM Ticket #29854 (Migrations - Altering the primary key targeted by several foreign keys incorrectly ...) updated by Mariusz Felisiak
Patch needs improvement, Triage Stage changed
2:02 AM Ticket #33674 (Error reporting - Timezones cause 500 errors to not email the site admin) closed by Carlton Gibson
needsinfo: Hi, thanks for the report. Can I ask you to flesh it out? > The …
1:53 AM Ticket #33671 (Migrations - Migrations crashes when adding/altering collations on indexed columns ...) updated by Carlton Gibson
Triage Stage changed
1:30 AM Ticket #33667 (contrib.admin - Django admin stylesheet ignores --header-branding-color variable.) closed by GitHub <noreply@…>
fixed: In f74d4ca: […]
1:29 AM Changeset [f74d4ca]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Fixed #33667 -- Used --header-branding-color for branding headers in admin.
12:12 AM Ticket #33667 (contrib.admin - Django admin stylesheet ignores --header-branding-color variable.) updated by Hrushikesh Vaidya
Status, Owner, Has patch changed
I've prepared a patch PR

May 2, 2022:

6:31 PM Ticket #33674 (Error reporting - Timezones cause 500 errors to not email the site admin) updated by iragm
Description changed
6:28 PM Ticket #33674 (Error reporting - Timezones cause 500 errors to not email the site admin) created by iragm
I believe I have found a bug - my site was working great prior to …
2:57 PM Ticket #25612 (contrib.auth - django.contrib.auth should include support for 2fa out of the box) updated by theExplorer
Status, Owner changed
12:52 PM Ticket #33658 (Documentation - Document the "blank" argument of forms.ModelChoiceField.) updated by Mariusz Felisiak
Triage Stage changed
7:57 AM Ticket #33658 (Documentation - Document the "blank" argument of forms.ModelChoiceField.) updated by Alokik Roy
Patch needs improvement changed
Implemented suggested changes
7:48 AM Ticket #25105 (Migrations - Migrating multiple CharFields to null=False breaks on PostgreSQL) updated by David Wobrock
Cc, Status, Has patch, Owner changed
Hi there, Here is a PR
6:49 AM Ticket #29538 (Database layer (models, ORM) - Query Expression in ordering of a related object fails) updated by Mariusz Felisiak
After 8c5f9906c56ac72fc4f13218dd90bdf9bc8a248b it crashes with: […]
6:34 AM Ticket #26318 (Database layer (models, ORM) - Unexpected / duplicated queries on nested Prefetch queryset with ...) closed by Mariusz Felisiak
duplicate: Fixed by f5233dce309543c826224be9dfa9c9f4f855f73c. Duplicate of #32511.
5:21 AM Ticket #33658 (Documentation - Document the "blank" argument of forms.ModelChoiceField.) updated by Mariusz Felisiak
Patch needs improvement changed
4:22 AM Ticket #33665 (contrib.postgres - Add support for Postgres multirange) closed by Mariusz Felisiak
duplicate: Thanks! I had a gut feeling that I'd seen it already 🤦. Let's close it …
4:14 AM Ticket #33665 (contrib.postgres - Add support for Postgres multirange) updated by Tom Carrick
I just found https://code.djangoproject.com/ticket/33238 for this …
3:53 AM Ticket #33646 (Database layer (models, ORM) - Adding async interface to QuerySet.) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 271a8e7: […]
3:53 AM Ticket #33646 (Database layer (models, ORM) - Adding async interface to QuerySet.) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 77926176: […]
3:52 AM Changeset [271a8e7]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #33646 -- Made QuerySet.raw() async-compatible.
3:52 AM Changeset [7792617]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #33646 -- Added RawModelIterable.
3:06 AM Ticket #33413 (Migrations - Errors with db_collation – no propagation to foreignkeys) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In aca9bb2a: […]
2:59 AM Ticket #33673 (Migrations - PostgreSQL removes constraints when removing columns.) closed by Mariusz Felisiak
needsinfo: Thanks for the report, however PostgreSQL silently drops constraints, …
1:13 AM Ticket #33413 (Migrations - Errors with db_collation – no propagation to foreignkeys) updated by Mariusz Felisiak
Patch needs improvement, Triage Stage changed
1:13 AM Changeset [aca9bb2a]mainstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #33413 -- Made migrations propage collations to related fields.
12:34 AM Ticket #22078 (contrib.syndication - views.Feed methods cannot be decorated) updated by Mariusz Felisiak
Patch needs improvement changed
12:32 AM Changeset [fe2140c1]stable/4.0.x by Mariusz Felisiak <felisiak.mariusz@…>
[4.0.x] Removed 'tests' path prefix in a couple tests. Backport of …
Note: See TracTimeline for information about the timeline view.
Back to Top