Re: [Django] #35276: Push cache backend checks down to backend classes

2024-03-06 Thread Django
#35276: Push cache backend checks down to backend classes --+ Reporter: Adam Johnson |Owner: Almaz Type: Cleanup/optimization | Status: assigned Component:

Re: [Django] #30397: Allow app_label and class to be specified in the name argument for indexes and constraints.

2024-03-06 Thread Django
#30397: Allow app_label and class to be specified in the name argument for indexes and constraints. -+- Reporter: Mariusz Felisiak |Owner: Can | Sarıgöl

Re: [Django] #35276: Push cache backend checks down to backend classes

2024-03-06 Thread Django
#35276: Push cache backend checks down to backend classes --+ Reporter: Adam Johnson |Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #35276: Push cache backend checks down to backend classes

2024-03-06 Thread Django
#35276: Push cache backend checks down to backend classes --+ Reporter: Adam Johnson |Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #35277: Issue with the new "formset:added" event

2024-03-06 Thread Django
#35277: Issue with the new "formset:added" event -+- Reporter: meesterguyman|Owner: nobody Type: | Status: closed Cleanup/optimization

Re: [Django] #35273: AdminFileWidget renders two elements with the same ID

2024-03-06 Thread Django
#35273: AdminFileWidget renders two elements with the same ID -+ Reporter: Johannes Maron |Owner: nobody Type: Bug | Status: new Component: contrib.admin

[Django] #35277: Issue with the new "formset:added" event

2024-03-06 Thread Django
#35277: Issue with the new "formset:added" event + Reporter: meesterguyman | Owner: nobody Type: Cleanup/optimization | Status: new Component:

[Django] #35276: Push cache backend checks down to backend classes

2024-03-06 Thread Django
#35276: Push cache backend checks down to backend classes + Reporter: Adam Johnson | Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #35270: Optimize Model._meta._property_names

2024-03-06 Thread Django
#35270: Optimize Model._meta._property_names -+- Reporter: Adam Johnson |Owner: Adam Type: | Johnson Cleanup/optimization |

Re: [Django] #35273: AdminFileWidget renders two elements with the same ID

2024-03-06 Thread Django
#35273: AdminFileWidget renders two elements with the same ID +-- Reporter: Johannes Maron |Owner: nobody Type: Bug | Status: closed Component:

Re: [Django] #35275: Constraints validation fails on UniqueConstraint using OpClass

2024-03-06 Thread Django
#35275: Constraints validation fails on UniqueConstraint using OpClass -+- Reporter: Mathieu Kniewallner |Owner: Mathieu | Kniewallner Type: Bug

Re: [Django] #35275: Constraints validation fails on UniqueConstraint using OpClass

2024-03-06 Thread Django
#35275: Constraints validation fails on UniqueConstraint using OpClass -+- Reporter: Mathieu Kniewallner |Owner: Mathieu | Kniewallner Type: Bug

Re: [Django] #35275: Constraints validation fails on UniqueConstraint using OpClass

2024-03-06 Thread Django
#35275: Constraints validation fails on UniqueConstraint using OpClass -+- Reporter: Mathieu Kniewallner |Owner: nobody Type: Bug | Status: new

Re: [Django] #35273: AdminFileWidget renders two elements with the same ID

2024-03-06 Thread Django
#35273: AdminFileWidget renders two elements with the same ID +-- Reporter: Johannes Maron |Owner: nobody Type: Bug | Status: closed Component:

Re: [Django] #35273: AdminFileWidget renders two elements with the same ID

2024-03-06 Thread Django
#35273: AdminFileWidget renders two elements with the same ID +- Reporter: Johannes Maron |Owner: nobody Type: Bug | Status: closed Component: contrib.admin

Re: [Django] #35167: JSONField get_db_prep_value being called with `Cast` types

2024-03-06 Thread Django
#35167: JSONField get_db_prep_value being called with `Cast` types -+- Reporter: Samantha Hughes |Owner: (none) Type: Bug | Status: new

Re: [Django] #35167: JSONField get_db_prep_value being called with `Cast` types

2024-03-06 Thread Django
#35167: JSONField get_db_prep_value being called with `Cast` types -+- Reporter: Samantha Hughes |Owner: Almaz Type: Bug | Status: assigned

[Django] #35275: Constraints validation fails on UniqueConstraint using OpClass

2024-03-06 Thread Django
#35275: Constraints validation fails on UniqueConstraint using OpClass -+- Reporter: Mathieu| Owner: nobody Kniewallner| Type: Bug|

Re: [Django] #35030: Make django.contrib.auth decorators work with async functions.

2024-03-06 Thread Django
#35030: Make django.contrib.auth decorators work with async functions. --+ Reporter: Mike Lissner |Owner: Dingning Type: New feature | Status: assigned

Re: [Django] #35273: AdminFileWidget renders two elements with the same ID

2024-03-06 Thread Django
#35273: AdminFileWidget renders two elements with the same ID + Reporter: Johannes Maron |Owner: nobody Type: Bug | Status: new Component: contrib.admin |

Re: [Django] #35273: AdminFileWidget renders two elements with the same ID

2024-03-06 Thread Django
#35273: AdminFileWidget renders two elements with the same ID +-- Reporter: Johannes Maron |Owner: nobody Type: Bug | Status: new Component: contrib.admin

Re: [Django] #35273: AdminFileWidget renders two elements with the same ID

2024-03-06 Thread Django
#35273: AdminFileWidget renders two elements with the same ID +-- Reporter: Johannes Maron |Owner: nobody Type: Bug | Status: new Component: contrib.admin

Re: [Django] #35273: AdminFileWidget renders two elements with the same ID

2024-03-06 Thread Django
#35273: AdminFileWidget renders two elements with the same ID +-- Reporter: Johannes Maron |Owner: nobody Type: Bug | Status: new Component: contrib.admin

Re: [Django] #35270: Optimize Model._meta._property_names

2024-03-06 Thread Django
#35270: Optimize Model._meta._property_names -+- Reporter: Adam Johnson |Owner: Adam Type: | Johnson Cleanup/optimization |

Re: [Django] #35021: Debug query capturing on psycopg3 disregards execute wrappers.

2024-03-06 Thread Django
#35021: Debug query capturing on psycopg3 disregards execute wrappers. -+- Reporter: Ran Benita |Owner: Michail Type: | Chatzis Cleanup/optimization

Re: [Django] #35021: Debug query capturing on psycopg3 disregards execute wrappers.

2024-03-06 Thread Django
#35021: Debug query capturing on psycopg3 disregards execute wrappers. -+- Reporter: Ran Benita |Owner: Michail Type: | Chatzis Cleanup/optimization

Re: [Django] #35021: Debug query capturing on psycopg3 disregards execute wrappers.

2024-03-06 Thread Django
#35021: Debug query capturing on psycopg3 disregards execute wrappers. -+- Reporter: Ran Benita |Owner: Michail Type: | Chatzis Cleanup/optimization

Re: [Django] #34277: Add where clause in QuerySet.bulk_create() when update_conflicts=True

2024-03-06 Thread Django
#34277: Add where clause in QuerySet.bulk_create() when update_conflicts=True -+- Reporter: Alain Delplanque |Owner: HAMA | Barhamou Type: New