Re: [Django] #31504: Allow makemigrations to skip database consistency checks

2020-04-22 Thread Django
#31504: Allow makemigrations to skip database consistency checks -+-- Reporter: Tom Forbes |Owner: nobody Type: New feature | Status: new Component: Migrations |

Re: [Django] #31503: Moving a unique constraint from unique_together to Field.unique generate an invalid migration. (was: I met a problem when I convert a unique_together to the unique=True attribute.

2020-04-22 Thread Django
#31503: Moving a unique constraint from unique_together to Field.unique generate an invalid migration. -+- Reporter: Xiang Wang |Owner: nobody Type: Bug |

Re: [Django] #31503: Moving a unique constraint from unique_together to Field.unique generate an invalid migration.

2020-04-22 Thread Django
#31503: Moving a unique constraint from unique_together to Field.unique generate an invalid migration. -+- Reporter: Xiang Wang |Owner: nobody Type: Bug |

Re: [Django] #23318: Management command dbshell does not use DATABASE[...]['OPTIONS'] to set env PGOPTIONS

2020-04-22 Thread Django
#23318: Management command dbshell does not use DATABASE[...]['OPTIONS'] to set env PGOPTIONS -+- Reporter: benjaoming |Owner: Flavio | Curella

Re: [Django] #31507: Augment QuerySet.exists() optimizations to .union().exists().

2020-04-22 Thread Django
#31507: Augment QuerySet.exists() optimizations to .union().exists(). -+- Reporter: Simon Charette |Owner: nobody Type: | Status: new

Re: [Django] #31486: Deprecate passing unsaved objects to related filters.

2020-04-22 Thread Django
#31486: Deprecate passing unsaved objects to related filters. -+- Reporter: Mapiarz |Owner: Hasan | Ramezani Type: Bug |

Re: [Django] #31499: Store ModeState.fields into a dict.

2020-04-22 Thread Django
#31499: Store ModeState.fields into a dict. -+- Reporter: Simon Charette |Owner: Simon Type: | Charette Cleanup/optimization |

Re: [Django] #20581: Support DEFERRABLE INITIALLY DEFERRED for UNIQUE constraints

2020-04-22 Thread Django
#20581: Support DEFERRABLE INITIALLY DEFERRED for UNIQUE constraints -+- Reporter: dmadeley@… |Owner: Ian Foote Type: New feature | Status: assigned

[Django] #31508: ASGI Lifespan Support

2020-04-22 Thread Django
#31508: ASGI Lifespan Support -+ Reporter: braunsonm | Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |Version: 3.0

Re: [Django] #31506: ExpressionWrapper() doesn't respect output_field when combining DateField and timedelta on PostgreSQL and MySQL.

2020-04-22 Thread Django
#31506: ExpressionWrapper() doesn't respect output_field when combining DateField and timedelta on PostgreSQL and MySQL. -+- Reporter: Matthieu Rigal |Owner: nobody Type: Bug

Re: [Django] #31506: ExpressionWrapper() doesn't respect output_field when combining DateField and timedelta on PostgreSQL and MySQL. (was: ExpressionWrapper on DateField + timedelta always returns Da

2020-04-22 Thread Django
#31506: ExpressionWrapper() doesn't respect output_field when combining DateField and timedelta on PostgreSQL and MySQL. -+- Reporter: Matthieu Rigal |Owner: nobody Type: Bug

Re: [Django] #21906: dumpdata should not use router.allow_migrate

2020-04-22 Thread Django
#21906: dumpdata should not use router.allow_migrate -+- Reporter: yscumc |Owner: Hasan | Ramezani Type: Bug |

Re: [Django] #31500: Allow QuerySet.in_bulk() for fields with total UniqueConstraints.

2020-04-22 Thread Django
#31500: Allow QuerySet.in_bulk() for fields with total UniqueConstraints. -+- Reporter: Hannes Ljungberg |Owner: Hannes | Ljungberg Type: Bug

[Django] #31501: Update Documentation for "Testing Responses" section on Django Documentation

2020-04-22 Thread Django
#31501: Update Documentation for "Testing Responses" section on Django Documentation -+- Reporter: | Owner: nobody AvuGradConnection | Type:

Re: [Django] #31501: Update Documentation for "Testing Responses" section on Django Documentation

2020-04-22 Thread Django
#31501: Update Documentation for "Testing Responses" section on Django Documentation -+- Reporter: AvuGradConnection|Owner: nobody Type: | Status:

Re: [Django] #31500: Allow QuerySet.in_bulk() for fields with total UniqueConstraints. (was: Allow in_bulk() for fields with UniqueConstraint)

2020-04-22 Thread Django
#31500: Allow QuerySet.in_bulk() for fields with total UniqueConstraints. -+- Reporter: Hannes Ljungberg |Owner: Hannes | Ljungberg Type: Bug

Re: [Django] #30796: Chaining select_related mutates original QuerySet.

2020-04-22 Thread Django
#30796: Chaining select_related mutates original QuerySet. -+- Reporter: Darren Maki |Owner: Simon | Charette Type: Bug |

Re: [Django] #31483: Remove admin change_form.js dependency on jQuery.

2020-04-22 Thread Django
#31483: Remove admin change_form.js dependency on jQuery. -+- Reporter: Jon Dufresne |Owner: Jon Type: | Dufresne Cleanup/optimization |

Re: [Django] #30796: Chaining select_related mutates original QuerySet.

2020-04-22 Thread Django
#30796: Chaining select_related mutates original QuerySet. -+- Reporter: Darren Maki |Owner: Simon | Charette Type: Bug |

Re: [Django] #31503: I met a problem when I convert a unique_together to the unique=True attribute.

2020-04-22 Thread Django
#31503: I met a problem when I convert a unique_together to the unique=True attribute. -+- Reporter: ramwin |Owner: nobody Type: Bug |

Re: [Django] #31496: Combined queryset crash when chaining `values()` after `order_by()` with annotated constantants.

2020-04-22 Thread Django
#31496: Combined queryset crash when chaining `values()` after `order_by()` with annotated constantants. -+- Reporter: GardenLee|Owner: nobody Type: Bug |

Re: [Django] #24691: Document model._state.adding (since UUIDField sets value before save)

2020-04-22 Thread Django
#24691: Document model._state.adding (since UUIDField sets value before save) -+- Reporter: Mattia Procopio |Owner: nobody Type: | Status:

Re: [Django] #31502: Document Model._state.db and Model._state.adding. (was: Document Model._state)

2020-04-22 Thread Django
#31502: Document Model._state.db and Model._state.adding. -+- Reporter: Adam (Chainz)|Owner: nobody Johnson| Type: |