Re: [Django] #35309: Remove Order by on models when prefetching by id

2024-03-15 Thread Django
#35309: Remove Order by on models when prefetching by id -+- Reporter: Laurent Lyaudet |Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #35309: Remove Order by on models when prefetching by id

2024-03-15 Thread Django
#35309: Remove Order by on models when prefetching by id -+- Reporter: Laurent Lyaudet |Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #35309: Remove Order by on models when prefetching by id

2024-03-15 Thread Django
#35309: Remove Order by on models when prefetching by id -+- Reporter: Laurent Lyaudet |Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #35309: Remove Order by on models when prefetching by id

2024-03-15 Thread Django
#35309: Remove Order by on models when prefetching by id -+- Reporter: Laurent Lyaudet |Owner: nobody Type: | Status: closed

Re: [Django] #35309: Remove Order by on models when prefetching by id

2024-03-15 Thread Django
#35309: Remove Order by on models when prefetching by id -+- Reporter: Laurent Lyaudet |Owner: nobody Type: | Status: closed

[Django] #35309: Remove Order by on models when prefetching by id

2024-03-15 Thread Django
#35309: Remove Order by on models when prefetching by id -+- Reporter: Laurent| Owner: nobody Lyaudet| Type: | Status: new

Re: [Django] #23521: removal of concrete Model from bases doesn't remove it from ModelState bases

2024-03-15 Thread Django
#23521: removal of concrete Model from bases doesn't remove it from ModelState bases -+ Reporter: Sergey Fedoseev |Owner: Tom L. Type: Bug | Status: assigned

Re: [Django] #25068: Metaclass conflict when doing createmigrations in ModelState.render

2024-03-15 Thread Django
#25068: Metaclass conflict when doing createmigrations in ModelState.render -+- Reporter: kosz85 |Owner: Tom L. Type: Bug | Status:

Re: [Django] #35308: FileNotFoundError escapes from run_formatters()

2024-03-15 Thread Django
#35308: FileNotFoundError escapes from run_formatters() ---+-- Reporter: Jacob Walls|Owner: nobody Type: Bug| Status: new Component: Uncategorized |

[Django] #35308: FileNotFoundError escapes from run_formatters()

2024-03-15 Thread Django
#35308: FileNotFoundError escapes from run_formatters() -+ Reporter: Jacob Walls| Owner: nobody Type: Bug| Status: new Component: Uncategorized |

[Django] #35307: make async generic views

2024-03-15 Thread Django
#35307: make async generic views -+ Reporter: amirreza | Owner: nobody Type: New feature| Status: new Component: Generic views |Version:

[Django] #35306: Localisation of dates very confusing - why can't it be turned off anymore?

2024-03-15 Thread Django
#35306: Localisation of dates very confusing - why can't it be turned off anymore? -+- Reporter: | Owner: nobody richardthegit | Type: Bug

Re: [Django] #24076: Query may fail with pytz exception

2024-03-15 Thread Django
#24076: Query may fail with pytz exception ---+ Reporter: lvella |Owner: nobody Type: Bug| Status: new Component: Documentation |

[Django] #35305: No-op rename of field with `db_column` drops and recreates constraints

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

Re: [Django] #35298: LANGUAGE_CODE: zh-Hant does not work for some translations on the admin site.

2024-03-15 Thread Django
#35298: LANGUAGE_CODE: zh-Hant does not work for some translations on the admin site. -+- Reporter: twFroggen|Owner: nobody Type: Bug |

Re: [Django] #35298: LANGUAGE_CODE: zh-Hant does not work for some translations on the admin site.

2024-03-15 Thread Django
#35298: LANGUAGE_CODE: zh-Hant does not work for some translations on the admin site. -+- Reporter: twFroggen|Owner: nobody Type: Bug |

Re: [Django] #35284: PositiveIntegerField description is confusing

2024-03-15 Thread Django
#35284: PositiveIntegerField description is confusing -+- Reporter: Jon Ribbens |Owner: nobody Type: | Status: closed Cleanup/optimization

Re: [Django] #35304: IntegerField trailing decimal and zeros

2024-03-15 Thread Django
#35304: IntegerField trailing decimal and zeros ---+-- Reporter: Piotr Kotarba |Owner: nobody Type: Uncategorized | Status: closed Component: Forms |

[Django] #35304: IntegerField trailing decimal and zeros

2024-03-15 Thread Django
#35304: IntegerField trailing decimal and zeros -+ Reporter: Piotr Kotarba | Owner: nobody Type: Uncategorized | Status: new Component: Forms |

Re: [Django] #15059: Additional Documentation for the objects in the admin templates

2024-03-15 Thread Django
#15059: Additional Documentation for the objects in the admin templates -+- Reporter: mlakewood|Owner: Hassan Type: | Mian Cleanup/optimization

Re: [Django] #34900: Python 3.13 compatibility.

2024-03-15 Thread Django
#34900: Python 3.13 compatibility. -+- Reporter: Mariusz Felisiak |Owner: nobody Type: New feature | Status: new Component: Core (Other) |

Re: [Django] #19515: Increase the max_length of Redirect.old_path/new_path

2024-03-15 Thread Django
#19515: Increase the max_length of Redirect.old_path/new_path -+- Reporter: s.shanabrook@… |Owner: Michael Type: | Howitz Cleanup/optimization |

Re: [Django] #33996: Inconsistent behavior of CheckConstraints validation on None values.

2024-03-15 Thread Django
#33996: Inconsistent behavior of CheckConstraints validation on None values. -+- Reporter: James Beith |Owner: David | Sanders Type: Bug

Re: [Django] #35294: Queryset explain can be truncated.

2024-03-15 Thread Django
#35294: Queryset explain can be truncated. -+- Reporter: Gordon Wrigley |Owner: Adam | Johnson Type: Bug |

Re: [Django] #35294: Queryset explain can be truncated.

2024-03-15 Thread Django
#35294: Queryset explain can be truncated. -+- Reporter: Gordon Wrigley |Owner: Adam | Johnson Type: Bug |

Re: [Django] #35233: Push templates checks down to backend engine classes

2024-03-15 Thread Django
#35233: Push templates checks down to backend engine classes -+- Reporter: Adam Johnson |Owner: Giannis Type: | Terzopoulos Cleanup/optimization

Re: [Django] #35303: Add async implementations to contrib.auth backends

2024-03-15 Thread Django
#35303: Add async implementations to contrib.auth backends --+-- Reporter: Jon Janzen|Owner: Jon Janzen Type: New feature | Status: assigned Component: contrib.auth |

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

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