Re: [Django] #26367: Assess if FieldFile can work with stdlib File instead of requiring Django's File

2020-07-06 Thread Django
#26367: Assess if FieldFile can work with stdlib File instead of requiring Django's File -+- Reporter: Cristiano Coelho |Owner: David Type: | Smith Cleanup/optim

Re: [Django] #31759: Why do instance hints in ForwardManyToOneDescriptor use the related object?

2020-07-06 Thread Django
#31759: Why do instance hints in ForwardManyToOneDescriptor use the related object? -+- Reporter: Daniel Miller|Owner: nobody Type: Uncategorized| Status:

Re: [Django] #26367: Assess if FieldFile can work with stdlib File instead of requiring Django's File

2020-07-06 Thread Django
#26367: Assess if FieldFile can work with stdlib File instead of requiring Django's File -+- Reporter: Cristiano Coelho |Owner: David Type: | Smith Cleanup/optim

Re: [Django] #31769: Improve default name of merge migrations. (was: Improve default name of merge migrations)

2020-07-06 Thread Django
#31769: Improve default name of merge migrations. -+- Reporter: Jon Dufresne |Owner: nobody Type: | Status: closed Cleanup/optimization

Re: [Django] #31769: Improve default name of merge migrations

2020-07-06 Thread Django
#31769: Improve default name of merge migrations -+- Reporter: Jon Dufresne |Owner: nobody Type: | Status: new Cleanup/optimization

[Django] #31769: Improve default name of merge migrations

2020-07-06 Thread Django
#31769: Improve default name of merge migrations + Reporter: Jon Dufresne | Owner: nobody Type: Cleanup/optimization | Status: new Component: Migra

Re: [Django] #26367: Assess if FieldFile can work with stdlib File instead of requiring Django's File

2020-07-06 Thread Django
#26367: Assess if FieldFile can work with stdlib File instead of requiring Django's File -+- Reporter: Cristiano Coelho |Owner: David Type: | Smith Cleanup/optim

[Django] #31768: `django.http.request` `validate_domains` - should be optional "Invalid HTTP_HOST header"

2020-07-06 Thread Django
#31768: `django.http.request` `validate_domains` - should be optional "Invalid HTTP_HOST header" + Reporter: Mateusz Kurowski | Owner: nobody Type: Cleanup/optimization |

Re: [Django] #25105: Migrating multiple CharFields to null=False breaks on PostgreSQL

2020-07-06 Thread Django
#25105: Migrating multiple CharFields to null=False breaks on PostgreSQL + Reporter: Daniel Roseman |Owner: nobody Type: Bug | Status: new Component: Migrati

Re: [Django] #31767: QuerySet.none() on combined queries returns all results.

2020-07-06 Thread Django
#31767: QuerySet.none() on combined queries returns all results. -+- Reporter: Tom Carrick |Owner: felixxm Type: Bug | Status: assigned Compo

Re: [Django] #31767: QuerySet.none() on combined queries returns all results.

2020-07-06 Thread Django
#31767: QuerySet.none() on combined queries returns all results. -+- Reporter: Tom Carrick |Owner: felixxm Type: Bug | Status: assigned Compo

Re: [Django] #31767: QuerySet.none() on combined queries returns all results. (was: Strange behaviour with QuerySet unions with ModelMultipleChoiceField)

2020-07-06 Thread Django
#31767: QuerySet.none() on combined queries returns all results. -+- Reporter: Tom Carrick |Owner: nobody Type: Bug | Status: new Component:

[Django] #31767: Strange behaviour with QuerySet unions with ModelMultipleChoiceField

2020-07-06 Thread Django
#31767: Strange behaviour with QuerySet unions with ModelMultipleChoiceField ---+ Reporter: Tom Carrick | Owner: nobody Type: Bug | Status: new Component: Form

Re: [Django] #27331: Proposed opt_group argument for ModelChoiceField and ModelMultipleChoiceField

2020-07-06 Thread Django
#27331: Proposed opt_group argument for ModelChoiceField and ModelMultipleChoiceField -+- Reporter: Héctor Urbina|Owner: nobody Type: New feature | Status:

Re: [Django] #31766: Avoid unneccessary computation in GDALRaster.transform().

2020-07-06 Thread Django
#31766: Avoid unneccessary computation in GDALRaster.transform(). --+ Reporter: Riccardo |Owner: nobody Type: Cleanup/optimization | Status: new Componen

Re: [Django] #31766: Avoid unneccessary computation in GDALRaster.transform().

2020-07-06 Thread Django
#31766: Avoid unneccessary computation in GDALRaster.transform(). --+ Reporter: Riccardo |Owner: nobody Type: Cleanup/optimization | Status: new Componen

Re: [Django] #26565: Allow Prefetch query to use .values()

2020-07-06 Thread Django
#26565: Allow Prefetch query to use .values() -+- Reporter: Maxime Lorant|Owner: nobody Type: New feature | Status: new Component: Database layer

Re: [Django] #31761: Gracefull Migration | relation already exists

2020-07-06 Thread Django
#31761: Gracefull Migration | relation already exists -+- Reporter: Graeme Ford |Owner: nobody Type: | Status: closed Cleanup/optimization

Re: [Django] #31765: schema.tests.SchemaTests.test_db_table fails on MacOS

2020-07-06 Thread Django
#31765: schema.tests.SchemaTests.test_db_table fails on MacOS ---+ Reporter: Tom Forbes |Owner: nobody Type: Bug| Status: new Component: Uncategorized |

Re: [Django] #31766: Avoid unneccessary computation in GDALRaster.transform(). (was: GDALRaster: return self on transformation)

2020-07-06 Thread Django
#31766: Avoid unneccessary computation in GDALRaster.transform(). --+ Reporter: Riccardo |Owner: nobody Type: Cleanup/optimization | Status: new Componen

[Django] #31766: GDALRaster: return self on transformation

2020-07-06 Thread Django
#31766: GDALRaster: return self on transformation -+- Reporter: Riccardo | Owner: nobody Type: | Status: new Cleanup/optimization |

Re: [Django] #26445: Can't set password on User during migration that depends on contrib.auth

2020-07-06 Thread Django
#26445: Can't set password on User during migration that depends on contrib.auth -+- Reporter: Markus Amalthea |Owner: Markus Magnuson | Amalthea Magnuson Ty

Re: [Django] #26445: Can't set password on User during migration that depends on contrib.auth

2020-07-06 Thread Django
#26445: Can't set password on User during migration that depends on contrib.auth -+- Reporter: Markus Amalthea |Owner: Markus Magnuson | Amalthea Magnuson Ty

Re: [Django] #31732: Cache function signatures in django.utils.inspect.

2020-07-06 Thread Django
#31732: Cache function signatures in django.utils.inspect. -+- Reporter: Adam (Chainz)|Owner: Tim Park Johnson| Type: |

Re: [Django] #31732: Cache function signatures in django.utils.inspect.

2020-07-06 Thread Django
#31732: Cache function signatures in django.utils.inspect. -+- Reporter: Adam (Chainz)|Owner: Tim Park Johnson| Type: |

Re: [Django] #23797: SQL generated for negated F() expressions is incorrect

2020-07-06 Thread Django
#23797: SQL generated for negated F() expressions is incorrect -+- Reporter: Suriya Subramanian |Owner: Jacob | Walls Type: Bug |

Re: [Django] #31530: Check that CheckConstraint.check and UniqueConstraint.condition don't span joins.

2020-07-06 Thread Django
#31530: Check that CheckConstraint.check and UniqueConstraint.condition don't span joins. -+- Reporter: Simon Charette |Owner: Hasan Type: | Ramezani Cleanup/o

Re: [Django] #31761: Gracefull Migration | relation already exists

2020-07-06 Thread Django
#31761: Gracefull Migration | relation already exists -+- Reporter: Graeme Ford |Owner: nobody Type: | Status: closed Cleanup/optimization

Re: [Django] #31765: schema.tests.SchemaTests.test_db_table fails on MacOS

2020-07-06 Thread Django
#31765: schema.tests.SchemaTests.test_db_table fails on MacOS ---+ Reporter: Tom Forbes |Owner: nobody Type: Bug| Status: new Component: Uncategorized |

Re: [Django] #29112: Make it easier to update specific keys within nested Django JSONField data.

2020-07-06 Thread Django
#29112: Make it easier to update specific keys within nested Django JSONField data. -+- Reporter: Michael |Owner: Priyansh | Saxena Type: