Timeline



Jan 5, 2020:

8:41 PM Ticket #31139 (contrib.auth - PasswordResetView return success message for emails not in database also) created by SANYAM MITTAL
PasswordResetView returns a success message for emails not in database …
2:42 AM Ticket #31118 (Forms - FileInput shouldn't display required attribute when initial data exists.) updated by shubham singh
Has patch changed
PR

Jan 4, 2020:

1:50 PM Ticket #31136 (Database layer (models, ORM) - Multiple annotations with Exists() should not group by aliases.) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 4f81f6d: […]
1:49 PM Ticket #31136 (Database layer (models, ORM) - Multiple annotations with Exists() should not group by aliases.) closed by GitHub <noreply@…>
fixed: In 0f843fdd: […]
1:49 PM Changeset [0f843fd]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Fixed #31136 -- Disabled grouping by aliases on …
11:30 AM Ticket #31137 (Database layer (models, ORM) - TypeError when ordering by a ForeignKey field to a model which orders ...) closed by Mariusz Felisiak
duplicate: Duplicate of #30557. This issue was fixed in …
10:46 AM Ticket #31118 (Forms - FileInput shouldn't display required attribute when initial data exists.) updated by shubham singh
Cc, Status, Owner changed
8:46 AM Ticket #31124 (Database layer (models, ORM) - Model.get_FOO_display() does not work correctly with inherited choices.) updated by George Popides
Why would checking on fields class be a bad idea? If you are a field …
5:32 AM Ticket #15982 (Internationalization - Lack DateTime formats in some languages) updated by Claude Paroz
Version, Needs tests changed
PR
3:40 AM Ticket #31138 (Template system - Question on template render) closed by Claude Paroz
invalid: Sorry, but this ticket tracker is not a support channel. See …
3:21 AM Ticket #31138 (Template system - Question on template render) updated by AjaxFB
Description changed
3:13 AM Ticket #31138 (Template system - Question on template render) created by AjaxFB
Django version 3.0.2 […] when […] […] Why render …
1:24 AM Ticket #29871 (Database layer (models, ORM) - Resetting primary key for a child model doesn't work.) updated by Chetan Khanna
Status, Owner changed
https://github.com/django/django/pull/12273 I was able to start this …

Jan 3, 2020:

7:54 PM Ticket #31124 (Database layer (models, ORM) - Model.get_FOO_display() does not work correctly with inherited choices.) updated by zeynel
Patch needs improvement changed
I think this ticket is very much related to the discussions on #30931. …
6:24 PM Ticket #22878 (Uncategorized - DateTimeField auto_now_add, auto_now & CreateView) updated by Daniel Hahler
It can be useful to use editable=True to have it included in admin …
3:08 PM Ticket #31137 (Database layer (models, ORM) - TypeError when ordering by a ForeignKey field to a model which orders ...) created by Jeremy Stretch
I have two models, Foo and Bar, both of which are ordered "naturally" …
1:21 PM Ticket #29760 (Database layer (models, ORM) - Cursors are being closed explicitly in autocommit mode) closed by Barış Yeşilçiçek
duplicate: I work with the OP and can confirm that this is a duplicate of #28062.
7:34 AM Ticket #31136 (Database layer (models, ORM) - Multiple annotations with Exists() should not group by aliases.) updated by Mariusz Felisiak
Has patch changed
PR
7:13 AM Ticket #31136 (Database layer (models, ORM) - Multiple annotations with Exists() should not group by aliases.) updated by Mariusz Felisiak
Status, Owner changed
7:03 AM Ticket #31136 (Database layer (models, ORM) - Multiple annotations with Exists() should not group by aliases.) updated by Mariusz Felisiak
Cc, Triage Stage, Severity, Summary changed
Thanks for this report. As a temporary workaround you can use …
6:45 AM Ticket #31131 (contrib.admin - Add selectable pop-up for GenericForeignKey to contrib.admin.) updated by Mariusz Felisiak
Summary changed
6:45 AM Ticket #31131 (contrib.admin - Add selectable pop-up for GenericForeignKey to contrib.admin.) closed by Mariusz Felisiak
duplicate: Duplicate of #9976.
6:43 AM Ticket #31136 (Database layer (models, ORM) - Multiple annotations with Exists() should not group by aliases.) created by Sigurd Ljødal
There's a regression in Django 3.0 where an annotation that is not …
5:30 AM Ticket #30934 (Database layer (models, ORM) - django.db.backends logging output should include the database alias) updated by Mariusz Felisiak
Status, Patch needs improvement, Owner, Needs documentation changed
5:00 AM Ticket #31135 (Database layer (models, ORM) - OuterRef generates invalid SQL with __in filter.) updated by Bernd Wechner
Indeed an issue in my code. But also an issue with Django. There is no …
4:33 AM Ticket #31135 (Database layer (models, ORM) - OuterRef generates invalid SQL with __in filter.) closed by Mariusz Felisiak
invalid: Thanks for this report, behavior was changed in …
3:36 AM Changeset [495d7a1]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Reorganized forms.DateTimeField tests.
3:36 AM Ticket #31133 (Database layer (models, ORM) - Annotations crash with Subquery and DurationFields.) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 02cda09b: […]
3:35 AM Ticket #31133 (Database layer (models, ORM) - Annotations crash with Subquery and DurationFields.) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 9bcbcd59: […]
3:35 AM Changeset [9bcbcd59]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #31133 -- Fixed crash when subtracting against a subquery …
3:12 AM Ticket #31129 (contrib.auth - Password reset requires proper SESSION_COOKIE_SAMESITE value.) updated by Adam Johnson
You're right @felixxm
2:33 AM Ticket #28991 (contrib.admin - Add an admin filter with choices "all", "blank", "not blank") closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 372eaa39: […]
2:15 AM Ticket #31135 (Database layer (models, ORM) - OuterRef generates invalid SQL with __in filter.) created by Bernd Wechner
This is new to Django 3.0 and may relate to: …
12:58 AM Changeset [372eaa3]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #28991 -- Added EmptyFieldListFilter class in admin.filters. …
12:53 AM Changeset [03f61594]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed typo in docs/index.txt. First steps section is no longer below …
12:48 AM Ticket #31040 (Core (Other) - Python 3.9 compatibility) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 09b4224e: […]
12:47 AM Ticket #31040 (Core (Other) - Python 3.9 compatibility) updated by GitHub <noreply@…>
In 1960d55: […]
12:47 AM Changeset [1960d55f]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Refs #31040 -- Fixed crypt.crypt() call in test_hashers.py. An empty …

Jan 2, 2020:

11:40 AM Ticket #31128 (Template system - Custom template tags raise TemplateSyntaxError when keyword-only ...) updated by Mariusz Felisiak <felisiak.mariusz@…>
In e3d546a: […]
10:38 AM Ticket #31133 (Database layer (models, ORM) - Annotations crash with Subquery and DurationFields.) updated by Simon Charette
Has patch changed
PR
9:38 AM Ticket #31133 (Database layer (models, ORM) - Annotations crash with Subquery and DurationFields.) updated by Simon Charette
Status, Owner changed
FWIW the issue has been around for a while but this only broke on 3.0 …
7:06 AM Ticket #28991 (contrib.admin - Add an admin filter with choices "all", "blank", "not blank") updated by Mariusz Felisiak
Triage Stage changed
5:43 AM Ticket #31133 (Database layer (models, ORM) - Annotations crash with Subquery and DurationFields.) updated by Mariusz Felisiak
Cc, Triage Stage, Type, Severity, Summary changed
Thanks for this report. Regression in …
5:28 AM Ticket #31132 (Internationalization - Django Internationalization Issue) closed by Claude Paroz
needsinfo: There is not enough elements in your report to demonstrate that Django …
5:24 AM Ticket #31134 (Database layer (models, ORM) - ASGI does not closing DB connections properly.) updated by Mariusz Felisiak
Cc, Triage Stage, Severity, Summary changed
Thanks for this report.
5:18 AM Ticket #31134 (Database layer (models, ORM) - ASGI does not closing DB connections properly.) created by Wojciech Bartosiak
I’m testing Django 3.0.1 async features and ASGI performance and I …
5:15 AM Ticket #31133 (Database layer (models, ORM) - Annotations crash with Subquery and DurationFields.) created by Reupen Shah
Consider the following models: […] and the following query set: …
4:49 AM Ticket #31128 (Template system - Custom template tags raise TemplateSyntaxError when keyword-only ...) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In e3d546a: […]
3:44 AM Changeset [e3d546a1]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #31128 -- Fixed TemplateSyntaxError in simple_tag() and …
3:09 AM Ticket #31132 (Internationalization - Django Internationalization Issue) updated by Tiago Borges
Description changed
2:17 AM Ticket #31132 (Internationalization - Django Internationalization Issue) created by Tiago Borges
I have a application in django 2.2 to translate just as below: …
1:36 AM Changeset [69331bb8]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Added stub release notes for 3.0.3.
12:55 AM Changeset [434a81d]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by Mariusz Felisiak <felisiak.mariusz@…>
Added release date for 3.0.2.
12:46 AM Changeset [ef1286e]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by GitHub <noreply@…>
Fixed typo in ref/forms/widgets.txt.
12:43 AM Ticket #31124 (Database layer (models, ORM) - Model.get_FOO_display() does not work correctly with inherited choices.) updated by Mariusz Felisiak
Has patch changed
Note: See TracTimeline for information about the timeline view.
Back to Top