Re: [Django] #31905: ASGI: Dead persistent postgres connections are not closed when the database is accessed in middleware

2020-08-25 Thread Django
#31905: ASGI: Dead persistent postgres connections are not closed when the database is accessed in middleware -+- Reporter: Michael Galler |Owner: Michael

Re: [Django] #31917: MySQL Operational Error: "Unknown column 'x' in 'having clause'"

2020-08-25 Thread Django
#31917: MySQL Operational Error: "Unknown column 'x' in 'having clause'" -+- Reporter: StefanosChaliasos|Owner: nobody Type: Uncategorized| Status: closed

Re: [Django] #31945: PermissionError due to unjustified attempt to access '/usr' when using manage.py after updating from 3.0.8 to 3.1.0

2020-08-25 Thread Django
#31945: PermissionError due to unjustified attempt to access '/usr' when using manage.py after updating from 3.0.8 to 3.1.0 -+-- Reporter: tytusd |Owner: nobody Type: Bug

[Django] #31945: PermissionError due to unjustified attempt to access '/usr' when using manage.py after updating from 3.0.8 to 3.1.0

2020-08-25 Thread Django
#31945: PermissionError due to unjustified attempt to access '/usr' when using manage.py after updating from 3.0.8 to 3.1.0 -+- Reporter: tytusd | Owner: nobody Type: Bug

Re: [Django] #31942: SafeExceptionReporterFilter does not recurse into dictionaries with non-string keys

2020-08-25 Thread Django
#31942: SafeExceptionReporterFilter does not recurse into dictionaries with non- string keys -+- Reporter: Jeremy Lainé |Owner: Jeremy Type: | Lainé

Re: [Django] #31905: ASGI: Dead persistent postgres connections are not closed when the database is accessed in middleware

2020-08-25 Thread Django
#31905: ASGI: Dead persistent postgres connections are not closed when the database is accessed in middleware -+- Reporter: Michael Galler |Owner: Michael

Re: [Django] #31905: ASGI: Dead persistent postgres connections are not closed when the database is accessed in middleware

2020-08-25 Thread Django
#31905: ASGI: Dead persistent postgres connections are not closed when the database is accessed in middleware -+- Reporter: Michael Galler |Owner: Michael

Re: [Django] #31942: SafeExceptionReporterFilter does not recurse into dictionaries with non-string keys

2020-08-25 Thread Django
#31942: SafeExceptionReporterFilter does not recurse into dictionaries with non- string keys -+- Reporter: Jeremy Lainé |Owner: Jeremy Type: | Lainé

Re: [Django] #31926: Queryset crashes when recreated from a pickled query with FilteredRelation used in aggregation.

2020-08-25 Thread Django
#31926: Queryset crashes when recreated from a pickled query with FilteredRelation used in aggregation. -+- Reporter: Beda Kosata |Owner: nobody Type: Bug |

Re: [Django] #31926: Queryset crashes when recreated from a pickled query with FilteredRelation used in aggregation. (was: missing FROM-clause entry when unpickling queries with FilteredRelation)

2020-08-25 Thread Django
#31926: Queryset crashes when recreated from a pickled query with FilteredRelation used in aggregation. -+- Reporter: Beda Kosata |Owner: nobody Type: Bug |

Re: [Django] #31939: Allow to specify a custom --add-comments option to pass to xgettext in makemessages.

2020-08-25 Thread Django
#31939: Allow to specify a custom --add-comments option to pass to xgettext in makemessages. -+- Reporter: Álvaro Mondéjar |Owner: nobody Type: New feature |

Re: [Django] #31934: Document that "SameSite" has defaults in some browsers.

2020-08-25 Thread Django
#31934: Document that "SameSite" has defaults in some browsers. -+- Reporter: אורי |Owner: Hasan Type: | Ramezani Cleanup/optimization

Re: [Django] #31936: On MySQL, Oracle, and SQLite, __in lookup doesn't work on key transforms.

2020-08-25 Thread Django
#31936: On MySQL, Oracle, and SQLite, __in lookup doesn't work on key transforms. -+- Reporter: Sébastien Pattyn |Owner: felixxm Type: Bug | Status:

Re: [Django] #31920: ASGI/ASYNC SessionMiddleware - SynchronousOnlyOperation exception if request.user is not unwrapped in sync code

2020-08-25 Thread Django
#31920: ASGI/ASYNC SessionMiddleware - SynchronousOnlyOperation exception if request.user is not unwrapped in sync code --+ Reporter: Michael Galler|Owner: nobody Type: New feature |

Re: [Django] #31910: Django geo model aggregate union fails with distinct

2020-08-25 Thread Django
#31910: Django geo model aggregate union fails with distinct -+-- Reporter: Eran Keydar |Owner: Simon Charette Type: Bug | Status: assigned Component: GIS

Re: [Django] #28223: Form not always picklable due to template renderer

2020-08-25 Thread Django
#28223: Form not always picklable due to template renderer --+- Reporter: Claude Paroz |Owner: Gaurav Sehgal Type: Bug | Status: assigned Component: Forms

Re: [Django] #31924: Support --force-color for runserver

2020-08-25 Thread Django
#31924: Support --force-color for runserver -+- Reporter: Zach Waggoner|Owner: nobody Type: New feature | Status: closed Component: Core (Management

Re: [Django] #31942: SafeExceptionReporterFilter does not recurse into dictionaries with non-string keys

2020-08-25 Thread Django
#31942: SafeExceptionReporterFilter does not recurse into dictionaries with non- string keys -+ Reporter: Jeremy Lainé |Owner: Jeremy Lainé Type: Uncategorized|

[Django] #31944: Use addCleanup() to register TestContextDecorator cleanups

2020-08-25 Thread Django
#31944: Use addCleanup() to register TestContextDecorator cleanups + Reporter: François Freitag | Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #31924: Support --force-color for runserver

2020-08-25 Thread Django
#31924: Support --force-color for runserver -+- Reporter: Zach Waggoner|Owner: nobody Type: New feature | Status: closed Component: Core (Management

Re: [Django] #31924: Support --force-color for runserver

2020-08-25 Thread Django
#31924: Support --force-color for runserver -+- Reporter: Zach Waggoner|Owner: nobody Type: New feature | Status: closed Component: Core (Management

[Django] #31942: SafeExceptionReporterFilter does not recurse into dictionaries with non-string keys

2020-08-25 Thread Django
#31942: SafeExceptionReporterFilter does not recurse into dictionaries with non- string keys ---+ Reporter: Jeremy Lainé | Owner: (none) Type: Uncategorized| Status: new

[Django] #31943: restoring pickled query with values() and annotate() creates broken result

2020-08-25 Thread Django
#31943: restoring pickled query with values() and annotate() creates broken result -+- Reporter: Beda | Owner: nobody Kosata | Type: Bug

Re: [Django] #31922: QuerySet.filter() against Q() with Subquery() and __in produces wrong results.

2020-08-25 Thread Django
#31922: QuerySet.filter() against Q() with Subquery() and __in produces wrong results. -+- Reporter: Chris Bell |Owner: nobody Type: Bug |

Re: [Django] #31943: restoring pickled query with values() and annotate() creates broken result

2020-08-25 Thread Django
#31943: restoring pickled query with values() and annotate() creates broken result -+- Reporter: Beda Kosata |Owner: nobody Type: Bug | Status:

Re: [Django] #31924: Support --force-color for runserver

2020-08-25 Thread Django
#31924: Support --force-color for runserver -+- Reporter: Zach Waggoner|Owner: nobody Type: New feature | Status: closed Component: Core (Management

Re: [Django] #31928: Coroutine passed to the first middleware's process_response() instead of HttpResponse.

2020-08-25 Thread Django
#31928: Coroutine passed to the first middleware's process_response() instead of HttpResponse. --+ Reporter: Kordian Kowalski |Owner: Kevin Michel Type: Bug |