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

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

Re: [Django] #27447: Provide an easy way to test sending of signals

2024-03-17 Thread Django
#27447: Provide an easy way to test sending of signals ---+ Reporter: James Bennett |Owner: (none) Type: New feature| Status: new Component: Testing framewor

Re: [Django] #27620: Add a TransactionMiddleware

2024-03-17 Thread Django
#27620: Add a TransactionMiddleware --+ Reporter: Tim Graham|Owner: (none) Type: New feature | Status: new Component: Core (Other) | Version: dev

Re: [Django] #27645: Move Settings.__init__ checks to system checks

2024-03-17 Thread Django
#27645: Move Settings.__init__ checks to system checks --+ Reporter: Adam Johnson |Owner: (none) Type: Cleanup/optimization | Status: new Component: Core (O

Re: [Django] #27747: Add signals for Django management commands

2024-03-17 Thread Django
#27747: Add signals for Django management commands -+- Reporter: Dmitry Gladkov |Owner: nobody Type: New feature | Status: new Component: Core (Managem

Re: [Django] #27752: Fix and test admin_order_field set for the __str__ of a model

2024-03-17 Thread Django
#27752: Fix and test admin_order_field set for the __str__ of a model ---+ Reporter: Claude Paroz |Owner: (none) Type: Bug| Status: new Component: contrib.admin

Re: [Django] #28250: Ignore soft applied migrations in consistency check

2024-03-17 Thread Django
#28250: Ignore soft applied migrations in consistency check --+ Reporter: Brian May |Owner: (none) Type: Cleanup/optimization | Status: new Component: Mi

Re: [Django] #28369: Provide ModelAdmin hooks for reversing URLs

2024-03-17 Thread Django
#28369: Provide ModelAdmin hooks for reversing URLs ---+ Reporter: steve yeago|Owner: nobody Type: New feature| Status: new Component: contrib.admin |

Re: [Django] #28452: Consider adding a test command argument --locals to show traceback locals

2024-03-17 Thread Django
#28452: Consider adding a test command argument --locals to show traceback locals -+- Reporter: David Sanders|Owner: nobody Type: New feature | Status: n

Re: [Django] #28757: Allow using forms of contrib.auth without installing contrib.auth

2024-03-17 Thread Django
#28757: Allow using forms of contrib.auth without installing contrib.auth -+- Reporter: Sagar Chalise|Owner: Type: | shangdahao Cleanup/optimization

Re: [Django] #28608: Allow UserCreationForm and UserChangeForm to work with custom user models

2024-03-17 Thread Django
#28608: Allow UserCreationForm and UserChangeForm to work with custom user models -+- Reporter: Rômulo Collopy |Owner: Type: | shangdahao Cleanup/optimization

Re: [Django] #28715: Prevent a migration changing DateTimeField(auto_now_add=True) to default=timezone.now from generating SQL

2024-03-17 Thread Django
#28715: Prevent a migration changing DateTimeField(auto_now_add=True) to default=timezone.now from generating SQL --+ Reporter: Дилян Палаузов|Owner: nobody Type: Cleanup/optimizatio

Re: [Django] #29023: running tests in parallel doesn't show exception chain, even with tblib

2024-03-17 Thread Django
#29023: running tests in parallel doesn't show exception chain, even with tblib -+- Reporter: Chris Jerdonek |Owner: nobody Type: | Status: new

Re: [Django] #28939: Document which ORM methods provide an instance hint to database routers

2024-03-17 Thread Django
#28939: Document which ORM methods provide an instance hint to database routers -+- Reporter: Nick Pope|Owner: nobody Type: | Status: new

Re: [Django] #29381: Move some parts of `django.contrib.auth.models` to `django.contrib.auth.base_user` for reusability

2024-03-17 Thread Django
#29381: Move some parts of `django.contrib.auth.models` to `django.contrib.auth.base_user` for reusability ---+ Reporter: Sagar Chalise |Owner: nobody Type: New feature| Statu

Re: [Django] #29522: Make Serializers easier to modify.

2024-03-17 Thread Django
#29522: Make Serializers easier to modify. --+ Reporter: Levi Cameron |Owner: (none) Type: Cleanup/optimization | Status: new Component: Core (Serialization

Re: [Django] #31255: Migrations create a redundant RemoveField operation when deleting 2 models with related fields.

2024-03-17 Thread Django
#31255: Migrations create a redundant RemoveField operation when deleting 2 models with related fields. --+ Reporter: Panagis Alisandratos |Owner: (none) Type: Cleanup/optimization |

Re: [Django] #32915: ./manage runserver --nostatic still doesn't return a traceback

2024-03-17 Thread Django
#32915: ./manage runserver --nostatic still doesn't return a traceback -+- Reporter: Michael |Owner: (none) Type: Bug | Status: new Compo

Re: [Django] #32969: Improve pickling of HttpResponse instances

2024-03-17 Thread Django
#32969: Improve pickling of HttpResponse instances -+- Reporter: zatro|Owner: Anvesh Type: | Mishra Cleanup/optimization |

Re: [Django] #32980: Improve performance of related manager attribute access

2024-03-17 Thread Django
#32980: Improve performance of related manager attribute access -+- Reporter: Keryn Knight |Owner: Keryn Type: | Knight Cleanup/optimization |

Re: [Django] #33058: Use DiscoverRunner's logger for logging when running checks

2024-03-17 Thread Django
#33058: Use DiscoverRunner's logger for logging when running checks --+ Reporter: Chris Jerdonek|Owner: (none) Type: Cleanup/optimization | Status: new Compon

Re: [Django] #31317: Migration using CreateModel with unique_together followed by AlterUniqueTogether crashes

2024-03-17 Thread Django
#31317: Migration using CreateModel with unique_together followed by AlterUniqueTogether crashes --+ Reporter: Adam Johnson |Owner: nobody Type: Bug | Status: new C

Re: [Django] #31354: HttpRequest.get_host() doesn't include the port from META['HTTP_X_FORWARDED_PORT'].

2024-03-17 Thread Django
#31354: HttpRequest.get_host() doesn't include the port from META['HTTP_X_FORWARDED_PORT']. -+- Reporter: dgcgh|Owner: (none) Type: Bug | S

Re: [Django] #21289: Add login rate limiting to contrib.auth

2024-03-17 Thread Django
#21289: Add login rate limiting to contrib.auth --+ Reporter: Tim Graham|Owner: nobody Type: New feature | Status: new Component: contrib.auth | Versi

Re: [Django] #21292: A how-to or tutorial document for using authentication views and forms is needed

2024-03-17 Thread Django
#21292: A how-to or tutorial document for using authentication views and forms is needed -+ Reporter: Daniele Procida |Owner: (none) Type: New feature | Status: new

Re: [Django] #21392: changepassword option to read from stdin

2024-03-17 Thread Django
#21392: changepassword option to read from stdin --+ Reporter: Paris Kasidiaris |Owner: (none) Type: New feature | Status: new Component: contrib.auth |

Re: [Django] #21461: Add pre_update and post_update signals

2024-03-17 Thread Django
#21461: Add pre_update and post_update signals -+- Reporter: loic84 |Owner: (none) Type: New feature | Status: new Component: Database layer

Re: [Django] #21540: TestCase with multiple assertRaises fails with TransactionManagementError

2024-03-17 Thread Django
#21540: TestCase with multiple assertRaises fails with TransactionManagementError -+- Reporter: Kevin Christopher|Owner: (none) Henry | Type: Bug

Re: [Django] #22158: Allow model level custom lookups

2024-03-17 Thread Django
#22158: Allow model level custom lookups -+- Reporter: Anssi Kääriäinen |Owner: nobody Type: New feature | Status: new Component: Database layer |

Re: [Django] #35312: staticurl_urlpatterns incorrectly uses STATIC_URL that prefixed using SCRIPT_NAME

2024-03-17 Thread Django
#35312: staticurl_urlpatterns incorrectly uses STATIC_URL that prefixed using SCRIPT_NAME -+- Reporter: yudhiwidyatama |Owner: nobody Type: Bug | Sta

Re: [Django] #35313: is not working

2024-03-17 Thread Django
#35313: is not working --+-- Reporter: Alpha Diallo |Owner: nobody Type: Bug | Status: closed Component: Forms | Version: 5.0 Sever

[Django] #35313: is not working

2024-03-17 Thread Django
#35313: is not working + Reporter: Alpha Diallo | Owner: nobody Type: Bug | Status: new Component: Forms |Version: 5.0 Se

Re: [Django] #35301: Overriding a @property of an abstract model with a GenericRelation causes a models.E025 error.

2024-03-17 Thread Django
#35301: Overriding a @property of an abstract model with a GenericRelation causes a models.E025 error. -+- Reporter: Sage Abdullah|Owner: Adam | Johnson

Re: [Django] #35305: No-op rename of field with `db_column` drops and recreates constraints/indexes. (was: No-op rename of field with `db_column` drops and recreates constraints)

2024-03-17 Thread Django
#35305: No-op rename of field with `db_column` drops and recreates constraints/indexes. --+ Reporter: Jacob Walls |Owner: nobody Type: Cleanup/optimization | Sta