Re: [Django] #31667: Avoid passing NULL to the IN lookup (was: Avoid passing NULL to prefetch_related() queries)

2020-06-10 Thread Django
#31667: Avoid passing NULL to the IN lookup -+- Reporter: Adam (Chainz)|Owner: Adam Johnson| (Chainz) Johnson Type: |

Re: [Django] #31687: Subquery loses ordering when passed to Func even if Func needs ordering. (was: Subquery loses ordering when passed to Func even if Func needs ordering)

2020-06-10 Thread Django
#31687: Subquery loses ordering when passed to Func even if Func needs ordering. -+- Reporter: john-parton |Owner: nobody Type: Bug | Status: clo

[Django] #31688: Fail to rename and reuse field when using postgres

2020-06-10 Thread Django
#31688: Fail to rename and reuse field when using postgres -+ Reporter: Eran Keydar| Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |

Re: [Django] #31685: Support updating conflicts with QuerySet.bulk_create(). (was: Add `update_or_create()` in bulk)

2020-06-10 Thread Django
#31685: Support updating conflicts with QuerySet.bulk_create(). -+- Reporter: Vitor Pereira|Owner: nobody Type: New feature | Status: new Component:

[Django] #31687: Subquery loses ordering when passed to Func even if Func needs ordering

2020-06-10 Thread Django
#31687: Subquery loses ordering when passed to Func even if Func needs ordering -+- Reporter: john- | Owner: nobody parton | Type: Bug|

[Django] #31685: Add `update_or_create()` in bulk

2020-06-10 Thread Django
#31685: Add `update_or_create()` in bulk -+- Reporter: Vitor | Owner: nobody Sousa Pereira | Type: New| Status: new feature

Re: [Django] #24810: Reopen database connection automatically when no transaction is active

2020-06-10 Thread Django
#24810: Reopen database connection automatically when no transaction is active -+- Reporter: Aymeric Augustin |Owner: nobody Type: New feature | Status: new

Re: [Django] #30933: Update installation instructions for GeoDjango dependencies on Windows.

2020-06-10 Thread Django
#30933: Update installation instructions for GeoDjango dependencies on Windows. -+- Reporter: Adam Starrh |Owner: David Type: | Smith Cleanup/optimization

Re: [Django] #31683: Overridden methods ignored in models.DecimalField subclass

2020-06-10 Thread Django
#31683: Overridden methods ignored in models.DecimalField subclass -+- Reporter: Max Rothman |Owner: nobody Type: Bug | Status: closed Compon

Re: [Django] #31684: Document upload_to method behavior when duplicate file is present

2020-06-10 Thread Django
#31684: Document upload_to method behavior when duplicate file is present -+- Reporter: Matthew Pava |Owner: nobody Type: | Status: new Clea

Re: [Django] #31683: Overridden methods ignored in models.DecimalField subclass

2020-06-10 Thread Django
#31683: Overridden methods ignored in models.DecimalField subclass -+- Reporter: Max Rothman |Owner: nobody Type: Bug | Status: closed Compon

[Django] #31684: Document upload_to method behavior when duplicate file is present

2020-06-10 Thread Django
#31684: Document upload_to method behavior when duplicate file is present -+- Reporter: Matthew| Owner: nobody Pava | Type: |

Re: [Django] #31667: Avoid passing NULL to prefetch_related() queries

2020-06-10 Thread Django
#31667: Avoid passing NULL to prefetch_related() queries -+- Reporter: Adam (Chainz)|Owner: Adam Johnson| (Chainz) Johnson Type: |

Re: [Django] #31683: Overridden methods ignored in models.DecimalField subclass

2020-06-10 Thread Django
#31683: Overridden methods ignored in models.DecimalField subclass -+- Reporter: Max Rothman |Owner: nobody Type: Bug | Status: closed Compon

Re: [Django] #31683: Overridden methods ignored in models.DecimalField subclass

2020-06-10 Thread Django
#31683: Overridden methods ignored in models.DecimalField subclass -+- Reporter: Max Rothman |Owner: nobody Type: Bug | Status: closed Compon

Re: [Django] #31680: Preventing DeferredAttribute.__ get__() unnecessary calls.

2020-06-10 Thread Django
#31680: Preventing DeferredAttribute.__ get__() unnecessary calls. -+- Reporter: Sultan |Owner: Sultan Type: | Status: closed Cleanup/

Re: [Django] #31680: Preventing DeferredAttribute.__ get__() unnecessary calls.

2020-06-10 Thread Django
#31680: Preventing DeferredAttribute.__ get__() unnecessary calls. -+- Reporter: Sultan |Owner: Sultan Type: | Status: assigned Cleanu

Re: [Django] #31675: Add a warning about cyclic references in exceptions to the debug error view.

2020-06-10 Thread Django
#31675: Add a warning about cyclic references in exceptions to the debug error view. -+- Reporter: Chris Jerdonek |Owner: Hasan Type: | Ramezani Cleanup/optimiz

Re: [Django] #31657: Self referencing foreign key doesn't correctly order by a relation "_id" field.

2020-06-10 Thread Django
#31657: Self referencing foreign key doesn't correctly order by a relation "_id" field. -+- Reporter: Jack Delany |Owner: Hasan | Ramezani Type:

Re: [Django] #31657: Self referencing foreign key doesn't correctly order by a relation "_id" field.

2020-06-10 Thread Django
#31657: Self referencing foreign key doesn't correctly order by a relation "_id" field. -+- Reporter: Jack Delany |Owner: Hasan | Ramezani Type:

Re: [Django] #31657: Self referencing foreign key doesn't correctly order by a relation "_id" field.

2020-06-10 Thread Django
#31657: Self referencing foreign key doesn't correctly order by a relation "_id" field. -+- Reporter: Jack Delany |Owner: Hasan | Ramezani Type:

Re: [Django] #31657: Self referencing foreign key doesn't correctly order by a relation "_id" field.

2020-06-10 Thread Django
#31657: Self referencing foreign key doesn't correctly order by a relation "_id" field. -+- Reporter: Jack Delany |Owner: Hasan | Ramezani Type:

Re: [Django] #31675: Add a warning about cyclic references in exceptions to the debug error view.

2020-06-10 Thread Django
#31675: Add a warning about cyclic references in exceptions to the debug error view. -+- Reporter: Chris Jerdonek |Owner: Hasan Type: | Ramezani Cleanup/optimiz

Re: [Django] #31675: Add a warning about cyclic references in exceptions to the debug error view.

2020-06-10 Thread Django
#31675: Add a warning about cyclic references in exceptions to the debug error view. -+- Reporter: Chris Jerdonek |Owner: Hasan Type: | Ramezani Cleanup/optimiz

Re: [Django] #31667: Avoid passing NULL to prefetch_related() queries

2020-06-10 Thread Django
#31667: Avoid passing NULL to prefetch_related() queries -+- Reporter: Adam (Chainz)|Owner: Adam Johnson| (Chainz) Johnson Type: |

Re: [Django] #31675: Add a warning about cyclic references in exceptions to the debug error view.

2020-06-10 Thread Django
#31675: Add a warning about cyclic references in exceptions to the debug error view. -+- Reporter: Chris Jerdonek |Owner: Hasan Type: | Ramezani Cleanup/optimiz

Re: [Django] #31683: Overridden methods ignored in models.DecimalField subclass

2020-06-10 Thread Django
#31683: Overridden methods ignored in models.DecimalField subclass -+- Reporter: Max Rothman |Owner: nobody Type: Bug | Status: closed Compon