Timeline



Aug 27, 2020:

10:59 PM Ticket #31912 (Core (Other) - Path.resolve(strict=True) raises PermissionError.) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 14a19700: […]
10:59 PM Changeset [14a1970]stable/3.1.x by Mariusz Felisiak <felisiak.mariusz@…>
[3.1.x] Fixed #31912 -- Removed strict=True in Path.resolve() in …
10:58 PM Ticket #31912 (Core (Other) - Path.resolve(strict=True) raises PermissionError.) closed by GitHub <noreply@…>
fixed: In e39e727: […]
10:57 PM Changeset [e39e727d]mainstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Fixed #31912 -- Removed strict=True in Path.resolve() in project …
7:13 PM Ticket #31948 (Database layer (models, ORM) - Add support for tzinfo parameter to TruncDate() and TruncTime().) updated by Josh Smeaton
There was no explicit reason to ignore any passed in tz parameter - it …
4:17 PM Ticket #31956 (Database layer (models, ORM) - QuerySet.order_by() chained with values() crashes on JSONField with a ...) updated by Marc DEBUREAUX
Description changed
4:17 PM Ticket #31956 (Database layer (models, ORM) - QuerySet.order_by() chained with values() crashes on JSONField with a ...) created by Marc DEBUREAUX
When using ORDER BY clause after an aggregation on a JSONField as …
3:26 PM Ticket #31952 (contrib.admin - Using EmptyFieldListFilter with reverse relationship crashes) updated by Federico Jaramillo Martínez
Has patch changed
PR
2:26 PM Ticket #31952 (contrib.admin - Using EmptyFieldListFilter with reverse relationship crashes) updated by Federico Jaramillo Martínez
Status, Owner changed
12:13 PM Ticket #31954 (Migrations - MigrationOptimizer mangles operation order if app name contains ...) updated by Koen De Wit
Needs tests changed
Added test: https://github.com/django/django/pull/13354/files
11:06 AM Ticket #31949 (Core (Other) - Allow builtin view decorators to be applied directly to async views.) updated by Andrew Godwin
Yeah, while you can technically apply enough async/sync things to …
10:29 AM Ticket #31954 (Migrations - MigrationOptimizer mangles operation order if app name contains ...) updated by Mariusz Felisiak
Status, Owner, Triage Stage, Needs tests, Summary changed
PR
9:55 AM Ticket #31955 (Core (Mail) - Multiple email send issues) closed by Mariusz Felisiak
invalid: to should contain a list of addresses, not a string with multiple …
8:42 AM Ticket #31954 (Migrations - MigrationOptimizer mangles operation order if app name contains ...) updated by Koen De Wit
Status, Owner, Has patch changed
8:16 AM Ticket #31955 (Core (Mail) - Multiple email send issues) created by ajeet
Hi, to = str('to@…') cc = str(contextworkernotification) …
8:05 AM Ticket #31954 (Migrations - MigrationOptimizer mangles operation order if app name contains ...) created by Koen De Wit
I am aware that app names are preferably all-lowercase according to …
7:21 AM Ticket #31943 (Database layer (models, ORM) - Queryset with values()/values_list() crashes when recreated from a ...) updated by Mariusz Felisiak
Triage Stage, Summary changed
Thanks for this ticket, I was able to reproduce this issue. We could …
7:02 AM test-31943.diff attached to Ticket #31943 by Mariusz Felisiak
Tests.
6:49 AM Ticket #31944 (Testing framework - Use addCleanup() to register TestContextDecorator cleanups.) updated by François Freitag
Status, Resolution changed
Thanks for attempting to reproduce. To show the leak, tests must be …
6:48 AM 31944_repr.patch attached to Ticket #31944 by François Freitag
Patch modifyingt the test suite to reproduce the failure.
6:28 AM Ticket #31913 (contrib.auth - PasswordResetConfirmView results in NoReverseMarch) updated by Mariusz Felisiak <felisiak.mariusz@…>
In e02738b: […]
6:22 AM Ticket #31944 (Testing framework - Use addCleanup() to register TestContextDecorator cleanups.) closed by Mariusz Felisiak
needsinfo: Thanks for this ticket, however I cannot reproduce a test failure …
5:57 AM Changeset [e02738b]mainstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #31913 -- Corrected comment in PasswordResetTokenGenerator. …
5:56 AM Ticket #31953 (Database layer (models, ORM) - Model Inheritance and reverse relations) closed by Mariusz Felisiak
invalid: Please don't use Trac as a support channel. Closing per …
5:51 AM Ticket #31953 (Database layer (models, ORM) - Model Inheritance and reverse relations) created by Yash Jhunjhunwala
Given the following structure […] This works […] This works …
5:47 AM Ticket #31947 (Database layer (models, ORM) - QuerySet.update_or_create() should use get_or_create() internally) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 20d38fd7: […]
5:27 AM Ticket #31952 (contrib.admin - Using EmptyFieldListFilter with reverse relationship crashes) created by Mariusz Felisiak
Using EmptyFieldListFilter with reverse relationship crashes because …
5:08 AM Ticket #31894 (Documentation - JSONField filter() and JSONField exclude() are sometimes not inverses ...) updated by Sage Abdullah
Cc changed
5:04 AM Ticket #31951 (contrib.admin - verbose_name_plural does not overwrite names on list (admin)) closed by Mariusz Felisiak
invalid: > …
4:48 AM Ticket #31947 (Database layer (models, ORM) - QuerySet.update_or_create() should use get_or_create() internally) updated by Mariusz Felisiak
Triage Stage changed
4:46 AM Changeset [20d38fd7]mainstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #31947 -- Made QuerySet.update_or_create() reuse get_or_create().
4:37 AM Ticket #31913 (contrib.auth - PasswordResetConfirmView results in NoReverseMarch) updated by Phil Gyford
Replying to felixxm: Thanks - done!
4:33 AM Ticket #31951 (contrib.admin - verbose_name_plural does not overwrite names on list (admin)) created by Andrzej Dąbrowski
If we need overwrite model verbose name on list at django admin we …
4:23 AM Ticket #31912 (Core (Other) - Path.resolve(strict=True) raises PermissionError.) updated by Mariusz Felisiak
Status, Owner, Has patch changed
PR
4:12 AM Ticket #31912 (Core (Other) - Path.resolve(strict=True) raises PermissionError.) updated by Mariusz Felisiak
Status, Resolution changed
4:10 AM Ticket #31945 (contrib.auth - PermissionError due to unjustified attempt to access '/usr'.) closed by Mariusz Felisiak
duplicate: OK let's fix both and keep them in the first ticket, sorry for the noise.
4:09 AM Ticket #31912 (Core (Other) - Path.resolve(strict=True) raises PermissionError.) updated by Mariusz Felisiak
Triage Stage, Component, Severity, Summary changed
OK let's fix both and keep them in the first ticket, sorry for the noise.
3:09 AM Ticket #31949 (Core (Other) - Allow builtin view decorators to be applied directly to async views.) updated by Carlton Gibson
Keywords, Triage Stage, Type, Summary changed
OK, so let's accept this as a new feature: Yes, it would be nice if …
2:07 AM Ticket #31945 (contrib.auth - PermissionError due to unjustified attempt to access '/usr'.) updated by Mariusz Felisiak
Has patch changed
PR
1:54 AM Ticket #31945 (contrib.auth - PermissionError due to unjustified attempt to access '/usr'.) updated by Claude Paroz
Maybe someone could report an issue in the Python documentation. The …
1:44 AM Ticket #31945 (contrib.auth - PermissionError due to unjustified attempt to access '/usr'.) updated by Mariusz Felisiak
Status, Owner changed
1:44 AM Ticket #31945 (contrib.auth - PermissionError due to unjustified attempt to access '/usr'.) updated by Mariusz Felisiak
Status, Resolution, Component, Severity, Triage Stage changed
It's a separate issue, accepted based on …
1:40 AM Ticket #31912 (Core (Other) - Path.resolve(strict=True) raises PermissionError.) closed by Mariusz Felisiak
invalid: Thanks for extra info, I think we should remove strict=True in …
1:27 AM Ticket #31948 (Database layer (models, ORM) - Add support for tzinfo parameter to TruncDate() and TruncTime().) updated by Mariusz Felisiak
Cc, Summary, Version, Keywords, Type, Triage Stage changed
tzinfo is not a documented (or tested) parameter of …
1:04 AM Ticket #30939 (Internationalization - Upgrading Django from 2.1 to 2.2 - strings are not translated) updated by אורי
Type changed
1:02 AM Ticket #31950 (contrib.messages - Messages persist even between pages and after reloading the page) updated by Mariusz Felisiak
Resolution changed
1:01 AM Ticket #31950 (contrib.messages - Messages persist even between pages and after reloading the page) closed by אורי
worksforme
12:30 AM Ticket #31949 (Core (Other) - Allow builtin view decorators to be applied directly to async views.) updated by Michael Galler
Replying to felixxm: > > The cache middleware is broken …
12:28 AM Ticket #31950 (contrib.messages - Messages persist even between pages and after reloading the page) updated by אורי
I want to close this ticket but I didn't find how. How do I close it?
12:23 AM Ticket #31950 (contrib.messages - Messages persist even between pages and after reloading the page) updated by אורי
Description changed

Aug 26, 2020:

11:44 PM Ticket #31950 (contrib.messages - Messages persist even between pages and after reloading the page) updated by אורי
Cc changed
11:43 PM Ticket #31950 (contrib.messages - Messages persist even between pages and after reloading the page) created by אורי
I tried to use Django 3.0.9, but I found out that messages persist …
3:15 PM Ticket #31936 (Database layer (models, ORM) - On MySQL, Oracle, and SQLite, __in lookup doesn't work on key transforms.) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 9075d1f6: […]
3:14 PM Changeset [9075d1f6]stable/3.1.x by Mariusz Felisiak <felisiak.mariusz@…>
[3.1.x] Fixed #31936 -- Fixed in lookup on key transforms for …
3:13 PM Ticket #31936 (Database layer (models, ORM) - On MySQL, Oracle, and SQLite, __in lookup doesn't work on key transforms.) closed by GitHub <noreply@…>
fixed: In 1251772c: […]
3:13 PM Changeset [1251772c]mainstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Fixed #31936 -- Fixed in lookup on key transforms for JSONField. …
2:25 PM Ticket #31949 (Core (Other) - Allow builtin view decorators to be applied directly to async views.) updated by Mariusz Felisiak
Cc, Component changed
> The cache middleware is broken because it inherits from …
1:48 PM Ticket #31913 (contrib.auth - PasswordResetConfirmView results in NoReverseMarch) updated by Mariusz Felisiak
Phil Gyford, good catch. Ticket is not required for small cleanups, I …
1:22 PM Ticket #31913 (contrib.auth - PasswordResetConfirmView results in NoReverseMarch) updated by Phil Gyford
Replying to felixxm: There's …
11:50 AM Ticket #31912 (Core (Other) - Path.resolve(strict=True) raises PermissionError.) updated by tytusd
I do confirm that removing "strict=True" parameter from the call to …
9:27 AM Ticket #31948 (Database layer (models, ORM) - Add support for tzinfo parameter to TruncDate() and TruncTime().) updated by Joe Jackson
Description changed
9:25 AM Ticket #31948 (Database layer (models, ORM) - Add support for tzinfo parameter to TruncDate() and TruncTime().) updated by Joe Jackson
Replying to Serhii Romanov: > Please check …
8:56 AM Ticket #31949 (Core (Other) - Allow builtin view decorators to be applied directly to async views.) updated by Michael Galler
Description changed
8:42 AM Ticket #31948 (Database layer (models, ORM) - Add support for tzinfo parameter to TruncDate() and TruncTime().) updated by Serhii Romanov
Please check https://code.djangoproject.com/ticket/31640 Is it …
7:57 AM Ticket #31949 (Core (Other) - Allow builtin view decorators to be applied directly to async views.) created by Michael Galler
The cache middleware is broken because it inherits from …
6:59 AM Ticket #31948 (Database layer (models, ORM) - Add support for tzinfo parameter to TruncDate() and TruncTime().) created by Joe Jackson
== Description TruncDate inherits from TruncBase, which includes the …
5:55 AM Ticket #31947 (Database layer (models, ORM) - QuerySet.update_or_create() should use get_or_create() internally) updated by Mariusz Felisiak
Triage Stage changed
Sounds reasonable.
5:32 AM Ticket #31947 (Database layer (models, ORM) - QuerySet.update_or_create() should use get_or_create() internally) updated by homm
Here is the patch: https://github.com/django/django/pull/13349
5:30 AM Ticket #31942 (Error reporting - SafeExceptionReporterFilter does not recurse into dictionaries with ...) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 9c92924c: […]
5:25 AM Ticket #31947 (Database layer (models, ORM) - QuerySet.update_or_create() should use get_or_create() internally) updated by homm
Status, Owner changed
5:24 AM Ticket #31947 (Database layer (models, ORM) - QuerySet.update_or_create() should use get_or_create() internally) created by homm
QuerySet.update_or_create() internal method's logic perfectly …
5:13 AM Ticket #31942 (Error reporting - SafeExceptionReporterFilter does not recurse into dictionaries with ...) updated by Mariusz Felisiak
Patch needs improvement, Triage Stage changed
4:59 AM Changeset [9c92924]mainstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #31942 -- Made settings cleansing work with dictionary settings …
4:51 AM Ticket #31901 (contrib.admin - Content will out of screen when nav-sidebar is open) updated by Mariusz Felisiak
Patch needs improvement, Has patch, Owner changed
PR
4:31 AM Ticket #31912 (Core (Other) - Path.resolve(strict=True) raises PermissionError.) updated by Carlton Gibson
Cc changed
4:31 AM Ticket #31912 (Core (Other) - Path.resolve(strict=True) raises PermissionError.) updated by Carlton Gibson
Status, Resolution changed
OK, let's re-open just to take a look. Still seems like a permission …
4:30 AM Ticket #31945 (contrib.auth - PermissionError due to unjustified attempt to access '/usr'.) closed by Carlton Gibson
duplicate: Sorry. Wrong ticket. Doh.
4:29 AM Ticket #31945 (contrib.auth - PermissionError due to unjustified attempt to access '/usr'.) updated by Carlton Gibson
Cc, Status, Resolution changed
OK, let's re-open just to take a look. Still seems like a permission …
4:16 AM Ticket #31918 (Database layer (models, ORM) - in_bulk not working for distinct fields) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In b9be11d4: […]
3:58 AM Ticket #31934 (Documentation - Document that "SameSite" has defaults in some browsers.) updated by Mariusz Felisiak
Triage Stage changed
3:42 AM Ticket #31917 (Database layer (models, ORM) - MySQL Operational Error: "Unknown column 'x' in 'having clause'") updated by Adam Johnson
I agree, this is a MySQL/MariaDB bug, and there's not much we can do …
3:14 AM Ticket #31917 (Database layer (models, ORM) - MySQL Operational Error: "Unknown column 'x' in 'having clause'") updated by Mariusz Felisiak
Cc changed
> Django produces a query that is invalid according to SQL standard. …
3:06 AM Ticket #31912 (Core (Other) - Path.resolve(strict=True) raises PermissionError.) updated by Claude Paroz
It looks strange that your user has not at least traversal directory …
2:55 AM Ticket #31944 (Testing framework - Use addCleanup() to register TestContextDecorator cleanups.) updated by François Freitag
Description changed
Clarified ordering issue with comments in the example code.
2:50 AM Ticket #31946 (contrib.admin - Admin Sidebar django 3.1 display errors (Panel is Overlapping)) closed by Mariusz Felisiak
duplicate: I think it's a duplicate of #31909. Can you check …
2:46 AM Ticket #31946 (contrib.admin - Admin Sidebar django 3.1 display errors (Panel is Overlapping)) updated by Roberth Solís
Status, Owner changed
2:43 AM Captura de pantalla de 2020-08-26 01-25-28.png attached to Ticket #31946 by Roberth Solís
Sidebar Panel closed
2:43 AM Changeset [b9be11d4]mainstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #31918 -- Allowed QuerySet.in_bulk() to fetch on a single …
2:43 AM Captura de pantalla de 2020-08-26 01-25-13.png attached to Ticket #31946 by Roberth Solís
Sidebar Panel overlapping
2:42 AM Ticket #31946 (contrib.admin - Admin Sidebar django 3.1 display errors (Panel is Overlapping)) created by Roberth Solís
I've an Issue with the sidebar panel, the content (Detail View) is …
2:42 AM Ticket #31918 (Database layer (models, ORM) - in_bulk not working for distinct fields) updated by Mariusz Felisiak
Has patch, Triage Stage changed
2:16 AM Ticket #31917 (Database layer (models, ORM) - MySQL Operational Error: "Unknown column 'x' in 'having clause'") updated by StefanosChaliasos
Hello again, Base on this MySQL report …
1:56 AM Ticket #31912 (Core (Other) - Path.resolve(strict=True) raises PermissionError.) updated by tytusd
After updating Django from 3.0.8 to 3.1.0 it became unusable - I …
1:56 AM Ticket #31912 (Core (Other) - Path.resolve(strict=True) raises PermissionError.) updated by tytusd
Hi Carlton, thanks for looking into this. I have just been hit by this …
1:12 AM Ticket #31912 (Core (Other) - Path.resolve(strict=True) raises PermissionError.) updated by Mariusz Felisiak
#31945 was marked as a duplicate.
1:12 AM Ticket #31945 (contrib.auth - PermissionError due to unjustified attempt to access '/usr'.) updated by Mariusz Felisiak
Summary changed
1:11 AM Ticket #31945 (contrib.auth - PermissionError due to unjustified attempt to access '/usr'.) closed by Mariusz Felisiak
duplicate: Duplicate of #31912 (both are related with PermissionError raised by …
12:55 AM Ticket #31905 (Database layer (models, ORM) - ASGI: Dead persistent postgres connections are not closed when the ...) updated by Mariusz Felisiak <felisiak.mariusz@…>
In b6d2419: […]
12:55 AM Ticket #31905 (Database layer (models, ORM) - ASGI: Dead persistent postgres connections are not closed when the ...) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 547a07f: […]
12:54 AM Changeset [b6d2419]stable/3.1.x by Mariusz Felisiak <felisiak.mariusz@…>
[3.1.x] Fixed #31905 -- Made MiddlewareMixin call …
12:53 AM Ticket #31942 (Error reporting - SafeExceptionReporterFilter does not recurse into dictionaries with ...) updated by Mariusz Felisiak
Patch needs improvement changed
12:20 AM Ticket #31942 (Error reporting - SafeExceptionReporterFilter does not recurse into dictionaries with ...) updated by Mariusz Felisiak
Type, Triage Stage changed
12:13 AM Changeset [547a07f]mainstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #31905 -- Made MiddlewareMixin call …
12:09 AM Ticket #31945 (contrib.auth - PermissionError due to unjustified attempt to access '/usr'.) updated by tytusd
Description changed
12:08 AM Ticket #31945 (contrib.auth - PermissionError due to unjustified attempt to access '/usr'.) created by tytusd
After updating Django from 3.0.8 to 3.1.0 it became unusable - I …

Aug 25, 2020:

11:57 PM Ticket #31905 (Database layer (models, ORM) - ASGI: Dead persistent postgres connections are not closed when the ...) updated by Mariusz Felisiak
Needs tests, Triage Stage changed
11:31 PM Ticket #31917 (Database layer (models, ORM) - MySQL Operational Error: "Unknown column 'x' in 'having clause'") closed by Mariusz Felisiak
invalid: IMO it's an issue in MySQL not in Django itself, see …
4:36 PM Ticket #31928 (HTTP handling - Coroutine passed to the first middleware's process_response() instead ...) updated by Andrew Godwin
Nice catch - can't believe I didn't see this during testing. I agree …
4:13 PM Ticket #31920 (contrib.sessions - ASGI/ASYNC SessionMiddleware - SynchronousOnlyOperation exception if ...) updated by Andrew Godwin
Unfortunately that only appears to work reliably - you're still …
3:39 PM Ticket #31924 (Core (Management commands) - Support --force-color for runserver) updated by Zach Waggoner
Description changed
3:17 PM Ticket #31924 (Core (Management commands) - Support --force-color for runserver) updated by Zach Waggoner
Replying to felixxm: > It looks that Django doesn't …
1:44 PM Ticket #31924 (Core (Management commands) - Support --force-color for runserver) updated by Mariusz Felisiak
It looks that Django doesn't recognize that your system's terminal …
11:19 AM Ticket #31944 (Testing framework - Use addCleanup() to register TestContextDecorator cleanups.) created by François Freitag
unittest.TestCase offers an …
11:14 AM Ticket #31942 (Error reporting - SafeExceptionReporterFilter does not recurse into dictionaries with ...) updated by Jeremy Lainé
Status, Owner, Has patch changed
Here is a PR for this issue https://github.com/django/django/pull/13347
8:58 AM Ticket #31943 (Database layer (models, ORM) - Queryset with values()/values_list() crashes when recreated from a ...) updated by Beda Kosata
It seems that I have found the culprit. The queryset has an attribute …
8:49 AM Ticket #31922 (Database layer (models, ORM) - QuerySet.filter() against Q() with Subquery() and __in produces wrong ...) updated by Chris Bell
Hi @felixmm et al. Thanks for confirming the issue and suggestion for …
8:42 AM Ticket #31924 (Core (Management commands) - Support --force-color for runserver) updated by Zach Waggoner
Replying to felixxm: > It already works properly, you just …
8:30 AM Ticket #31943 (Database layer (models, ORM) - Queryset with values()/values_list() crashes when recreated from a ...) created by Beda Kosata
I am pickling query objects (queryset.query) for later re-evaluation …
7:20 AM Ticket #31942 (Error reporting - SafeExceptionReporterFilter does not recurse into dictionaries with ...) created by Jeremy Lainé
SafeExceptionReporterFilter has provisions for recursively cleaning …
5:31 AM Ticket #31924 (Core (Management commands) - Support --force-color for runserver) closed by Mariusz Felisiak
invalid: It already works properly, you just need to set the DJANGO_COLORS
5:28 AM Ticket #28223 (Forms - Form not always picklable due to template renderer) updated by Matti Haavikko
Cc changed
4:33 AM Ticket #31920 (contrib.sessions - ASGI/ASYNC SessionMiddleware - SynchronousOnlyOperation exception if ...) updated by Carlton Gibson
Keywords, Cc changed
4:09 AM Changeset [a3aebfdc]stable/2.2.x by Mariusz Felisiak <felisiak.mariusz@…>
[2.2.x] Fixed CVE-2020-24584 -- Fixed permission escalation in …
3:59 AM Changeset [375657a7]stable/2.2.x by Mariusz Felisiak <felisiak.mariusz@…>
[2.2.x] Fixed CVE-2020-24583, #31921 -- Fixed permissions on …
3:50 AM Ticket #31934 (Documentation - Document that "SameSite" has defaults in some browsers.) updated by Hasan Ramezani
Status, Owner, Has patch changed
3:45 AM Changeset [cdb367c]stable/3.0.x by Mariusz Felisiak <felisiak.mariusz@…>
[3.0.x] Fixed CVE-2020-24584 -- Fixed permission escalation in …
3:43 AM Changeset [08892bf]stable/3.0.x by Mariusz Felisiak <felisiak.mariusz@…>
[3.0.x] Fixed CVE-2020-24583, #31921 -- Fixed permissions on …
3:02 AM Changeset [0b06581]mainstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Removed trailing whitespace in 3.2 release notes.
2:45 AM test-31926.diff attached to Ticket #31926 by Mariusz Felisiak
Tests.
2:44 AM Ticket #31926 (Database layer (models, ORM) - Queryset crashes when recreated from a pickled query with ...) updated by Mariusz Felisiak
Triage Stage, Summary changed
Thanks for this ticket, I was able to reproduce this issue.
1:31 AM Ticket #31910 (GIS - Django geo model aggregate union fails with distinct) updated by Mariusz Felisiak
Patch needs improvement changed
1:29 AM Ticket #31936 (Database layer (models, ORM) - On MySQL, Oracle, and SQLite, __in lookup doesn't work on key transforms.) updated by Mariusz Felisiak
Has patch changed
PR
1:26 AM Ticket #31939 (Internationalization - Allow to specify a custom --add-comments option to pass to xgettext in ...) updated by Claude Paroz
Note you should be able to customize this rather easily by having your …
12:02 AM Ticket #31940 (Database layer (models, ORM) - Order of WHERE clauses do not match the order of the arguments to ...) closed by Mariusz Felisiak
wontfix: Thanks for this ticket. > After some experimentation, it looks like …

Aug 24, 2020:

11:29 PM Ticket #31928 (HTTP handling - Coroutine passed to the first middleware's process_response() instead ...) updated by Mariusz Felisiak
Status, Owner, Has patch changed
PR
11:13 PM Changeset [9f8c7d2b]mainstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Moved CreateExtension release notes into django.contrib.postgres section.
2:29 PM Ticket #31941 (File uploads/storage - FileField with a callable storage does not deconstruct properly) updated by Brian Helba
Here is a PR fixing the issue: https://github.com/django/django/pull/13343
2:24 PM Ticket #31941 (File uploads/storage - FileField with a callable storage does not deconstruct properly) updated by Brian Helba
Status, Owner changed
2:21 PM Ticket #31941 (File uploads/storage - FileField with a callable storage does not deconstruct properly) created by Brian Helba
A FileField with a callable storage parameter should not actually …
2:13 PM Ticket #31939 (Internationalization - Allow to specify a custom --add-comments option to pass to xgettext in ...) closed by Mariusz Felisiak
wontfix: Thanks for this ticket, however comments for translators are already …
1:43 PM Ticket #31928 (HTTP handling - Coroutine passed to the first middleware's process_response() instead ...) updated by Carlton Gibson
Hi Kevin. > would you prefer a common PR with all middlewares fixed …
1:37 PM Ticket #31940 (Database layer (models, ORM) - Order of WHERE clauses do not match the order of the arguments to ...) updated by Tommy Li
Description changed
1:28 PM Ticket #31940 (Database layer (models, ORM) - Order of WHERE clauses do not match the order of the arguments to ...) created by Tommy Li
With the following sample model […] If I run the following query: …
12:38 PM Ticket #31939 (Internationalization - Allow to specify a custom --add-comments option to pass to xgettext in ...) updated by Álvaro Mondéjar
Needs tests, Needs documentation changed
12:37 PM Ticket #31939 (Internationalization - Allow to specify a custom --add-comments option to pass to xgettext in ...) created by Álvaro Mondéjar
Django programs that use any other language as source instead of …
11:17 AM Ticket #31938 (Core (Cache system) - Add a mechanism for page cache invalidation.) created by Laurent Tramoy
I've recently started to use caching for some of my pages, through the …
10:48 AM Ticket #31928 (HTTP handling - Coroutine passed to the first middleware's process_response() instead ...) updated by Kevin Michel
Hi ! Yeah I can do a PR for that :) I see that the cache-related …
10:10 AM Ticket #31928 (HTTP handling - Coroutine passed to the first middleware's process_response() instead ...) updated by Carlton Gibson
Hi Kevin. That's a good spot! :) Would you fancy taking on a quick …
9:33 AM Ticket #31928 (HTTP handling - Coroutine passed to the first middleware's process_response() instead ...) updated by Kevin Michel
I think it's a bug in SecurityMiddleware : its __init__ does not …
8:56 AM Ticket #31936 (Database layer (models, ORM) - On MySQL, Oracle, and SQLite, __in lookup doesn't work on key transforms.) updated by Mariusz Felisiak
I should send PR tomorrow morning, fix is almost ready.
8:24 AM Ticket #31936 (Database layer (models, ORM) - On MySQL, Oracle, and SQLite, __in lookup doesn't work on key transforms.) updated by Sage Abdullah
django-mysql
8:09 AM Ticket #31934 (Documentation - Document that "SameSite" has defaults in some browsers.) updated by אורי
Replying to Hasan Ramezani: > I've created a …
7:54 AM Ticket #24533 (Migrations - Changing an AutoField into an IntegerField leaks the sequence on PostgreSQL) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In ea880ec: […]
7:32 AM Changeset [ea880ec]mainstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #24533 -- Dropped PostgreSQL sequence and Oracle identity when …
7:29 AM Ticket #31934 (Documentation - Document that "SameSite" has defaults in some browsers.) updated by Hasan Ramezani
I've created a PR based …
7:09 AM Ticket #31937 (Internationalization - Can't translate strings properly to Hebrew and Arabic) updated by אורי
[https://savannah.gnu.org/bugs/index.php?59005 bug #59005: Can't …
7:03 AM Ticket #31936 (Database layer (models, ORM) - On MySQL, Oracle, and SQLite, __in lookup doesn't work on key transforms.) updated by Mariusz Felisiak
Summary changed
On Oracle, it doesn't work when list contains strings.
6:52 AM Ticket #31937 (Internationalization - Can't translate strings properly to Hebrew and Arabic) closed by Claude Paroz
wontfix: This is a "limitation" (or feature, depends on how you look at it) of …
5:12 AM Ticket #31936 (Database layer (models, ORM) - On MySQL, Oracle, and SQLite, __in lookup doesn't work on key transforms.) updated by Mariusz Felisiak
Status, Owner changed
5:12 AM Ticket #31936 (Database layer (models, ORM) - On MySQL, Oracle, and SQLite, __in lookup doesn't work on key transforms.) updated by Mariusz Felisiak
Status, Severity, Cc, Summary, Keywords, Resolution, Triage Stage changed
Thanks I confirmed this issue on SQLite and MySQL, it works on …
5:12 AM Ticket #31937 (Internationalization - Can't translate strings properly to Hebrew and Arabic) updated by אורי
Description changed
5:06 AM Ticket #31919 (Database layer (models, ORM) - Django fails with FieldError: Expression contains mixed types: ...) updated by Matt Hegarty
I can confirm that the above patch does not fix the issue I have seen. …
5:03 AM Ticket #31937 (Internationalization - Can't translate strings properly to Hebrew and Arabic) updated by אורי
Cc changed
5:03 AM Ticket #31937 (Internationalization - Can't translate strings properly to Hebrew and Arabic) created by אורי
I can't translate strings such as "2 weeks" to Hebrew and Arabic …
4:47 AM Ticket #30897 (Database layer (models, ORM) - Improved QuerySet.explain() for newer versions of MariaDB, MySQL and ...) updated by GitHub <noreply@…>
In b3124215: […]
4:47 AM Changeset [b312421]mainstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by GitHub <noreply@…>
Refs #30897 -- Added test for WAL option to Queryset.explain() on …
4:42 AM Ticket #19878 (Generic views - Stop TemplateView automatically passing kwargs into the context) updated by Mariusz Felisiak
Has patch, Resolution, Triage Stage changed
Marked as wontfix because we don't have a clear deprecation path …
4:39 AM Tickets #19878,​31877 batch updated by Mariusz Felisiak <felisiak.mariusz@…>
In e81aa7a: […]
4:39 AM Ticket #31877 (Generic views - TemplateView.get_context_data()'s kwargs returns SimpleLazyObjects ...) updated by Mariusz Felisiak <felisiak.mariusz@…>
In f247c66b: […]
4:39 AM Changeset [e81aa7a]stable/3.1.x by Mariusz Felisiak <felisiak.mariusz@…>
[3.1.x] Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated …
4:38 AM Changeset [f247c66b]stable/3.1.x by Mariusz Felisiak <felisiak.mariusz@…>
[3.1.x] Refs #31877 -- Reverted "Fixes #31877 -- Used lazy() for …
4:38 AM Tickets #19878,​31877 batch updated by Mariusz Felisiak <felisiak.mariusz@…>
In bb8f6693: […]
4:38 AM Ticket #31877 (Generic views - TemplateView.get_context_data()'s kwargs returns SimpleLazyObjects ...) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In 04e87e79: […]
4:37 AM Changeset [bb8f6693]mainstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView …
4:37 AM Changeset [04e87e79]mainstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #31877 -- Reverted "Fixes #31877 -- Used lazy() for TemplateView …
4:21 AM Ticket #31877 (Generic views - TemplateView.get_context_data()'s kwargs returns SimpleLazyObjects ...) updated by Adam Johnson
I agree too.
4:20 AM Ticket #31936 (Database layer (models, ORM) - On MySQL, Oracle, and SQLite, __in lookup doesn't work on key transforms.) updated by Sébastien Pattyn
Hi, I noticed I forgot to mention that this error only occurs if the …
4:15 AM Ticket #30897 (Database layer (models, ORM) - Improved QuerySet.explain() for newer versions of MariaDB, MySQL and ...) updated by Nick Pope
Description changed
4:14 AM Ticket #31936 (Database layer (models, ORM) - On MySQL, Oracle, and SQLite, __in lookup doesn't work on key transforms.) closed by Mariusz Felisiak
needsinfo: Thanks for this ticket, however I cannot reproduce this issue. I tried …
4:13 AM Ticket #25139 (Forms - ModelFormSet: allow swapping unique values) updated by Marco Beri
Cc changed
3:56 AM Ticket #31935 (contrib.admin - The add link on sidebar are slipped when use japanese or chinese language) closed by Mariusz Felisiak
duplicate: Duplicate of #31853.
3:55 AM Ticket #31936 (Database layer (models, ORM) - On MySQL, Oracle, and SQLite, __in lookup doesn't work on key transforms.) created by Sébastien Pattyn
I am currently rewriting our app where we will start using …
3:54 AM Ticket #25139 (Forms - ModelFormSet: allow swapping unique values) updated by Mariusz Felisiak
#31932 is a related ticket for excluding objects marked for deletion …
3:51 AM Ticket #31932 (Forms - Unique checking in formsets should exclude forms marked for deletion.) updated by Mariusz Felisiak
Triage Stage, Type, Summary changed
Thanks for this ticket, this looks simpler then swapping unique values …
3:47 AM Ticket #31935 (contrib.admin - The add link on sidebar are slipped when use japanese or chinese language) updated by Shinya Okano
Description changed
3:45 AM django31-sidebar-linksize2.png attached to Ticket #31935 by Shinya Okano
3:45 AM django31-sidebar-linksize.png attached to Ticket #31935 by Shinya Okano
3:44 AM Ticket #31935 (contrib.admin - The add link on sidebar are slipped when use japanese or chinese language) created by Shinya Okano
The add link on sidebar are slipped when use japanese or chinese …
3:04 AM Ticket #31907 (Core (Cache system) - Inconsistent key validation checks in cache backends.) closed by Mariusz Felisiak <felisiak.mariusz@…>
fixed: In b5acb9db: […]
3:04 AM Ticket #31907 (Core (Cache system) - Inconsistent key validation checks in cache backends.) updated by Mariusz Felisiak <felisiak.mariusz@…>
In 9e04b242: […]
2:41 AM Changeset [b5acb9db]mainstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Fixed #31907 -- Fixed missing validate_key() calls in cache backends.
2:33 AM Changeset [9e04b242]mainstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by Mariusz Felisiak <felisiak.mariusz@…>
Refs #31907 -- Added cache key validation tests for cache operations.
2:19 AM Ticket #31877 (Generic views - TemplateView.get_context_data()'s kwargs returns SimpleLazyObjects ...) updated by Mariusz Felisiak
Has patch changed
Agreed, we should revert it since we don't have a clear deprecation …
1:44 AM Ticket #31920 (contrib.sessions - ASGI/ASYNC SessionMiddleware - SynchronousOnlyOperation exception if ...) updated by Michael Galler
Replying to Andrew Godwin: > Right, that's just removing …
1:33 AM Ticket #31928 (HTTP handling - Coroutine passed to the first middleware's process_response() instead ...) updated by Mariusz Felisiak
Cc, Keywords, Triage Stage, Severity, Summary changed
Tentatively accepted for investigation. It's not about the first …
12:22 AM Ticket #24533 (Migrations - Changing an AutoField into an IntegerField leaks the sequence on PostgreSQL) updated by Mariusz Felisiak
Status, Owner, Triage Stage changed
I added fix for Oracle.
Note: See TracTimeline for information about the timeline view.
Back to Top