Re: [Django] #32046: Add a postgres operation to create collations.

2020-10-15 Thread Django
#32046: Add a postgres operation to create collations. --+--- Reporter: Tom Carrick |Owner: Tom Carrick Type: New feature | Status: assigned Component:

Re: [Django] #29899: Adapt the auto-detector to detect changes from model states instead of model classes

2020-10-15 Thread Django
#29899: Adapt the auto-detector to detect changes from model states instead of model classes -+- Reporter: Simon Charette |Owner: David Type: | Wobrock

Re: [Django] #31653: Add PostgreSQL operations to add constraints via NOT VALID / VALIDATE CONSTRAINT

2020-10-15 Thread Django
#31653: Add PostgreSQL operations to add constraints via NOT VALID / VALIDATE CONSTRAINT -+- Reporter: Adam (Chainz)|Owner: nobody Johnson| Type:

Re: [Django] #31672: debug error view shows no traceback if exc.__traceback__ is None for innermost exception

2020-10-15 Thread Django
#31672: debug error view shows no traceback if exc.__traceback__ is None for innermost exception -+- Reporter: Chris Jerdonek |Owner: Hasan Type: | Ramezani

Re: [Django] #25253: MySQL migrations drop & recreate constraints unnecessarily when changing attributes that don't affect the schema

2020-10-15 Thread Django
#25253: MySQL migrations drop & recreate constraints unnecessarily when changing attributes that don't affect the schema -+- Reporter: Thomas Recouvreux|Owner: Çağıl Type:

Re: [Django] #32089: prefetch_related_objects() does not work for reused model instances.

2020-10-15 Thread Django
#32089: prefetch_related_objects() does not work for reused model instances. -+- Reporter: Dennis Kliban|Owner: nobody Type: Bug | Status: new

Re: [Django] #30022: Doc how to combine post_save signal with on_commit to alter a m2m relation when saving a model instance

2020-10-15 Thread Django
#30022: Doc how to combine post_save signal with on_commit to alter a m2m relation when saving a model instance -+- Reporter: George Tantiras |Owner: nobody Type:

[Django] #32111: Django 3.1.2 JSONField handling error with an Postgres Foreign Data Wrapper-based model

2020-10-15 Thread Django
#32111: Django 3.1.2 JSONField handling error with an Postgres Foreign Data Wrapper-based model -+- Reporter: Shaheed| Owner: nobody Haque | Type:

Re: [Django] #32095: update_or_create should utilize update_fields on update

2020-10-15 Thread Django
#32095: update_or_create should utilize update_fields on update -+- Reporter: Florian Apolloner|Owner: Florian Type: | Apolloner Cleanup/optimization

Re: [Django] #25253: MySQL migrations drop & recreate constraints unnecessarily when changing attributes that don't affect the schema

2020-10-15 Thread Django
#25253: MySQL migrations drop & recreate constraints unnecessarily when changing attributes that don't affect the schema -+- Reporter: Thomas Recouvreux|Owner: Çağıl Type:

Re: [Django] #32110: Allow using an Enum class in form Field choices

2020-10-15 Thread Django
#32110: Allow using an Enum class in form Field choices --+ Reporter: Claude Paroz |Owner: nobody Type: New feature | Status: new Component: Forms |

Re: [Django] #32110: Allow using an Enum class in form Field choices

2020-10-15 Thread Django
#32110: Allow using an Enum class in form Field choices --+ Reporter: Claude Paroz |Owner: nobody Type: New feature | Status: new Component: Forms |

Re: [Django] #29988: Use f-strings for string formatting once support for Python 3.5 is dropped

2020-10-15 Thread Django
#29988: Use f-strings for string formatting once support for Python 3.5 is dropped -+- Reporter: Jaap Roes|Owner: Carlton Type: | Gibson

Re: [Django] #32109: Cannot add content to admin sidebar without breaking layout

2020-10-15 Thread Django
#32109: Cannot add content to admin sidebar without breaking layout -+- Reporter: Ben Davis|Owner: nobody Type: Bug | Status: new

[Django] #32110: Allow using an Enum class in form Field choices

2020-10-15 Thread Django
#32110: Allow using an Enum class in form Field choices + Reporter: Claude Paroz | Owner: nobody Type: New feature | Status: new Component: Forms |

Re: [Django] #6517: MySQL: manage.py dbshell does not get charset from DATABASES setting

2020-10-15 Thread Django
#6517: MySQL: manage.py dbshell does not get charset from DATABASES setting -+- Reporter: Tom Vergote |Owner: Manav | Agarwal Type: Bug