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

2024-03-18 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] #28250: Ignore soft applied migrations in consistency check

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

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

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

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

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

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

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

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

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

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

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

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

2024-03-18 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:

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

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

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

2024-03-18 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-18 Thread Django
#28715: Prevent a migration changing DateTimeField(auto_now_add=True) to default=timezone.now from generating SQL --+ Reporter: Дилян Палаузов|Owner: nobody Type:

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

2024-03-18 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-18 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|

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

2024-03-18 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] #29522: Make Serializers easier to modify.

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

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

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

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

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

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

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

Re: [Django] #27620: Add a TransactionMiddleware

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

Re: [Django] #26423: Make EmailValidator use HTML5 validation rather than more complicated regular expressions

2024-03-18 Thread Django
#26423: Make EmailValidator use HTML5 validation rather than more complicated regular expressions --+ Reporter: Tim Graham|Owner: (none) Type: Cleanup/optimization |

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

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

Re: [Django] #21143: runtests might execute queries against the normal database instead of the testdatabase

2024-03-18 Thread Django
#21143: runtests might execute queries against the normal database instead of the testdatabase ---+ Reporter: Florian Apolloner |Owner: nobody Type: Bug|

Re: [Django] #16774: Backtracking URL resolver

2024-03-18 Thread Django
#16774: Backtracking URL resolver ---+ Reporter: Nowell Strite |Owner: (none) Type: New feature| Status: new Component: Core (URLs)| Version: dev

Re: [Django] #26834: MinValueValidator/MaxValueValidator not forwarded to form field for ModelForm

2024-03-18 Thread Django
#26834: MinValueValidator/MaxValueValidator not forwarded to form field for ModelForm -+- Reporter: Sergei Maertens |Owner: Tobias | Kunze Type:

Re: [Django] #32312: Performance decrease following implementation of ASGI handler and coroutine-safety.

2024-03-18 Thread Django
#32312: Performance decrease following implementation of ASGI handler and coroutine-safety. --+ Reporter: David Smith |Owner: nobody Type: Cleanup/optimization |

Re: [Django] #33573: Add native async support to redis cache backend

2024-03-18 Thread Django
#33573: Add native async support to redis cache backend -+- Reporter: Christopher Bailey |Owner: nobody Type: New feature | Status: new Component: Core

Re: [Django] #32674: DEFAULT_AUTO_FIELD changes should be detected for PKs of auto-created intermediate M2M models.

2024-03-18 Thread Django
#32674: DEFAULT_AUTO_FIELD changes should be detected for PKs of auto-created intermediate M2M models. -+- Reporter: Cristiano Coelho |Owner: nobody Type: New feature |

Re: [Django] #33586: Cannot delete object (A) referenced by another object (B) if said object (A) has a foreign key to a custom user.

2024-03-18 Thread Django
#33586: Cannot delete object (A) referenced by another object (B) if said object (A) has a foreign key to a custom user. ---+ Reporter: Jeremy Poulin |Owner: (none) Type: Bug|

Re: [Django] #14974: Add support for translation backends other than gettext

2024-03-18 Thread Django
#14974: Add support for translation backends other than gettext --+ Reporter: Marinho Brandão |Owner: nobody Type: New feature | Status: new

Re: [Django] #15156: Ordinal numbers in English and in other locales

2024-03-18 Thread Django
#15156: Ordinal numbers in English and in other locales --+ Reporter: Besnik |Owner: (none) Type: New feature | Status: new Component:

Re: [Django] #15220: replace SelectFilter2.js with a jQuery plugin

2024-03-18 Thread Django
#15220: replace SelectFilter2.js with a jQuery plugin --+ Reporter: Nick Sandford |Owner: (none) Type: Cleanup/optimization | Status: new Component:

Re: [Django] #15179: django.test.client.Client.login fake HttpRequest is not run through middlewares

2024-03-18 Thread Django
#15179: django.test.client.Client.login fake HttpRequest is not run through middlewares ---+ Reporter: Jari Pennanen |Owner: nobody Type: Bug| Status:

Re: [Django] #15396: full path to modules in documentation inconsistently referenced

2024-03-18 Thread Django
#15396: full path to modules in documentation inconsistently referenced ---+ Reporter: slinkp@… |Owner: (none) Type: Bug| Status: new Component:

Re: [Django] #19227: Reorganize method flowchart for class based generic views to tree

2024-03-18 Thread Django
#19227: Reorganize method flowchart for class based generic views to tree --+ Reporter: shoul@… |Owner: (none) Type: Cleanup/optimization | Status: new

Re: [Django] #19898: Document why/when of class-based views

2024-03-18 Thread Django
#19898: Document why/when of class-based views -+ Reporter: Steven Cummings |Owner: (none) Type: New feature | Status: new Component: Documentation|

Re: [Django] #24342: Add EnumField model/form fields

2024-03-18 Thread Django
#24342: Add EnumField model/form fields -+- Reporter: Thomas Stephenson|Owner: nobody Type: New feature | Status: new Component: Database layer |

Re: [Django] #25857: DateTimeShortcuts.js could try and consume all DATE_INPUT_FORMATS.

2024-03-18 Thread Django
#25857: DateTimeShortcuts.js could try and consume all DATE_INPUT_FORMATS. ---+ Reporter: Keryn Knight |Owner: nobody Type: New feature| Status: new Component:

Re: [Django] #25703: Create topic documentation for Expressions

2024-03-18 Thread Django
#25703: Create topic documentation for Expressions --+ Reporter: Mikey Ariel |Owner: (none) Type: Cleanup/optimization | Status: new Component:

Re: [Django] #25902: Add system check for project-wide database table name conflicts

2024-03-18 Thread Django
#25902: Add system check for project-wide database table name conflicts --+ Reporter: Amos Onn |Owner: nobody Type: New feature | Status: new

Re: [Django] #25955: FK constraints are not checked at the end of nested atomic blocks

2024-03-18 Thread Django
#25955: FK constraints are not checked at the end of nested atomic blocks -+- Reporter: Artyem Klimenko |Owner: nobody Type: Bug | Status: new

Re: [Django] #25991: A new implementation for exclude() queries

2024-03-18 Thread Django
#25991: A new implementation for exclude() queries -+- Reporter: Anssi Kääriäinen |Owner: nobody Type: Bug | Status: new Component: Database

Re: [Django] #25887: Clarify support for ForeignKey and form fields other than ModelChoiceField

2024-03-18 Thread Django
#25887: Clarify support for ForeignKey and form fields other than ModelChoiceField -+- Reporter: Miriam Gershenson|Owner: nobody Type: | Status:

Re: [Django] #25889: Organize tests in tests/queries

2024-03-18 Thread Django
#25889: Organize tests in tests/queries --+ Reporter: Claude Paroz |Owner: (none) Type: Cleanup/optimization | Status: new Component: Testing framework

Re: [Django] #20034: Upload handlers provide no way to retrieve previously parsed POST variables

2024-03-18 Thread Django
#20034: Upload handlers provide no way to retrieve previously parsed POST variables ---+ Reporter: rfkrocktk@…|Owner: (none) Type: New feature| Status: new

Re: [Django] #26407: Investigate applying transitive reduction to migration graph.

2024-03-18 Thread Django
#26407: Investigate applying transitive reduction to migration graph. -+- Reporter: Jarek Glowacki |Owner: nobody Type: | Status: new

Re: [Django] #25540: Reusing databases doesn't work on PostgreSQL for migrations tests

2024-03-18 Thread Django
#25540: Reusing databases doesn't work on PostgreSQL for migrations tests --+ Reporter: Anssi Kääriäinen |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #26223: Squashing migrations with preserve_default=False keeps the default

2024-03-18 Thread Django
#26223: Squashing migrations with preserve_default=False keeps the default -+ Reporter: Bartek Wójcicki |Owner: (none) Type: Bug | Status: new Component:

Re: [Django] #25701: Add warning to an admin list_view if too many queries are being used

2024-03-18 Thread Django
#25701: Add warning to an admin list_view if too many queries are being used + Reporter: Jacinda Shelly |Owner: (none) Type: New feature | Status: new Component:

Re: [Django] #25705: Parameters are not adapted or quoted in Query.__str__

2024-03-18 Thread Django
#25705: Parameters are not adapted or quoted in Query.__str__ -+- Reporter: Dmitry Dygalo|Owner: (none) Type: | Status: new

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

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

Re: [Django] #25762: Optimize numberformat.format

2024-03-18 Thread Django
#25762: Optimize numberformat.format --+ Reporter: Jaap Roes |Owner: (none) Type: Cleanup/optimization | Status: new Component: Utilities |

Re: [Django] #25594: Difficult to customize model field default_validators and have them used on both model and form fields

2024-03-18 Thread Django
#25594: Difficult to customize model field default_validators and have them used on both model and form fields -+- Reporter: Marcin Nowak |Owner: nobody Type: New feature

Re: [Django] #25782: Discourage usage of cache_page decorator with UpdateCacheMiddleware (or make middleware ignore decorated views)

2024-03-18 Thread Django
#25782: Discourage usage of cache_page decorator with UpdateCacheMiddleware (or make middleware ignore decorated views) --+ Reporter: Serhiy|Owner: nobody Type:

Re: [Django] #20551: Duplicate fixture labels

2024-03-18 Thread Django
#20551: Duplicate fixture labels -+- Reporter: Anssi Kääriäinen |Owner: nobody Type: | Status: new Cleanup/optimization |

Re: [Django] #21286: Fix commented out tests in serializers.test_data

2024-03-18 Thread Django
#21286: Fix commented out tests in serializers.test_data --+ Reporter: Tim Graham|Owner: nobody Type: Bug | Status: new Component: Core

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

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

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

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

Re: [Django] #31014: add FromWKB and FromWKT GIS functions

2024-03-18 Thread Django
#31014: add FromWKB and FromWKT GIS functions -+- Reporter: Sergey Fedoseev |Owner: Claude | Paroz Type: New feature |

Re: [Django] #31014: add FromWKB and FromWKT GIS functions

2024-03-18 Thread Django
#31014: add FromWKB and FromWKT GIS functions -+- Reporter: Sergey Fedoseev |Owner: Claude | Paroz Type: New feature |

Re: [Django] #35289: Chunked transfer encoding is not handled correctly by MultiPartParser

2024-03-18 Thread Django
#35289: Chunked transfer encoding is not handled correctly by MultiPartParser -+- Reporter: Kyle Agronick|Owner: nobody Type: Bug | Status: new

Re: [Django] #35289: Chunked transfer encoding is not handled correctly by MultiPartParser

2024-03-18 Thread Django
#35289: Chunked transfer encoding is not handled correctly by MultiPartParser -+- Reporter: Kyle Agronick|Owner: nobody Type: Bug | Status: new

Re: [Django] #35289: Chunked transfer encoding is not handled correctly by MultiPartParser

2024-03-18 Thread Django
#35289: Chunked transfer encoding is not handled correctly by MultiPartParser -+- Reporter: Kyle Agronick|Owner: nobody Type: Bug | Status: new

Re: [Django] #31014: add FromWKB and FromWKT GIS functions

2024-03-18 Thread Django
#31014: add FromWKB and FromWKT GIS functions -+- Reporter: Sergey Fedoseev |Owner: Claude | Paroz Type: New feature |

Re: [Django] #34059: Validation of check constraints on JSONField key transforms with None produces invalid SQL on PostgreSQL.

2024-03-18 Thread Django
#34059: Validation of check constraints on JSONField key transforms with None produces invalid SQL on PostgreSQL. -+- Reporter: Dan LaManna |Owner: David

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

2024-03-18 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-18 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-18 Thread Django
#35308: FileNotFoundError escapes from run_formatters() ---+-- Reporter: Jacob Walls|Owner: nobody Type: Bug| Status: new Component: Uncategorized |

Re: [Django] #7732: Oracle Backend with SessionPool

2024-03-18 Thread Django
#7732: Oracle Backend with SessionPool -+- Reporter: halturin |Owner: Suraj | Shaw Type: New feature | Status:

Re: [Django] #34943: Support passing unique constraint names to bulk_create().

2024-03-18 Thread Django
#34943: Support passing unique constraint names to bulk_create(). -+- Reporter: Alex Vandiver|Owner: HAMA | Barhamou Type: New feature

Re: [Django] #35289: Chunked transfer encoding is not handled correctly by MultiPartParser

2024-03-18 Thread Django
#35289: Chunked transfer encoding is not handled correctly by MultiPartParser -+- Reporter: Kyle Agronick|Owner: nobody Type: Bug | Status: new

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

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

[Django] #35314: Django 5 breaks value of Date field rendering correctly in template

2024-03-18 Thread Django
#35314: Django 5 breaks value of Date field rendering correctly in template --+--- Reporter: Michael | Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #35314: Django 5 breaks value of Date field rendering correctly in template

2024-03-18 Thread Django
#35314: Django 5 breaks value of Date field rendering correctly in template ---+-- Reporter: Michael|Owner: nobody Type: Bug| Status: closed Component: Forms |

Re: [Django] #35314: Django 5 breaks value of Date field rendering correctly in template

2024-03-18 Thread Django
#35314: Django 5 breaks value of Date field rendering correctly in template ---+-- Reporter: Michael|Owner: nobody Type: Bug| Status: closed Component: Forms |

Re: [Django] #35289: Chunked transfer encoding is not handled correctly by MultiPartParser

2024-03-18 Thread Django
#35289: Chunked transfer encoding is not handled correctly by MultiPartParser -+- Reporter: Kyle Agronick|Owner: nobody Type: Bug | Status: new

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

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

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

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

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

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

[Django] #35315: 5.0.3: pytest fails with tons of ImportErrors

2024-03-18 Thread Django
#35315: 5.0.3: pytest fails with tons of ImportErrors --+ Reporter: Tomasz Kłoczko | Owner: nobody Type: Bug | Status: new Component: Uncategorized |

Re: [Django] #35315: 5.0.3: pytest fails with tons of ImportErrors

2024-03-18 Thread Django
#35315: 5.0.3: pytest fails with tons of ImportErrors +-- Reporter: Tomasz Kłoczko |Owner: nobody Type: Bug | Status: new Component: Uncategorized |

Re: [Django] #34060: Creating CheckConstraint on JSONField with __exact lookup on key transforms crashes on Oracle.

2024-03-18 Thread Django
#34060: Creating CheckConstraint on JSONField with __exact lookup on key transforms crashes on Oracle. -+- Reporter: Mariusz Felisiak |Owner: raydeal Type: Bug |

Re: [Django] #34059: Validation of check constraints on JSONField key transforms with None produces invalid SQL on PostgreSQL.

2024-03-18 Thread Django
#34059: Validation of check constraints on JSONField key transforms with None produces invalid SQL on PostgreSQL. -+- Reporter: Dan LaManna |Owner: David

Re: [Django] #35289: Chunked transfer encoding is not handled correctly by MultiPartParser

2024-03-18 Thread Django
#35289: Chunked transfer encoding is not handled correctly by MultiPartParser -+- Reporter: Kyle Agronick|Owner: nobody Type: Bug | Status: new

Re: [Django] #35289: Chunked transfer encoding is not handled correctly by MultiPartParser

2024-03-18 Thread Django
#35289: Chunked transfer encoding is not handled correctly by MultiPartParser -+- Reporter: Kyle Agronick|Owner: nobody Type: Bug | Status: new

Re: [Django] #35306: Improve documentation for the various date format settings

2024-03-18 Thread Django
#35306: Improve documentation for the various date format settings -+- Reporter: Richard |Owner: nobody Type: | Status: new

Re: [Django] #35306: Improve documentation for the various date format settings (was: Localisation of dates very confusing - why can't it be turned off anymore?)

2024-03-18 Thread Django
#35306: Improve documentation for the various date format settings -+- Reporter: Richard |Owner: nobody Type: Bug | Status: new

Re: [Django] #35314: Django 5 breaks value of Date field rendering correctly in template

2024-03-18 Thread Django
#35314: Django 5 breaks value of Date field rendering correctly in template ---+-- Reporter: Michael|Owner: nobody Type: Bug| Status: new Component: Forms |

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

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

Re: [Django] #35314: Django 5 breaks value of Date field rendering correctly in template

2024-03-18 Thread Django
#35314: Django 5 breaks value of Date field rendering correctly in template ---+-- Reporter: Michael|Owner: nobody Type: Bug| Status: closed Component: Forms |

Re: [Django] #35289: Chunked transfer encoding is not handled correctly by MultiPartParser

2024-03-18 Thread Django
#35289: Chunked transfer encoding is not handled correctly by MultiPartParser -+- Reporter: Kyle Agronick|Owner: nobody Type: Bug | Status: new

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

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

Re: [Django] #35315: 5.0.3: pytest fails with tons of ImportErrors

2024-03-18 Thread Django
#35315: 5.0.3: pytest fails with tons of ImportErrors +-- Reporter: Tomasz Kłoczko |Owner: nobody Type: Bug | Status: closed Component: Uncategorized |

Re: [Django] #35289: Chunked transfer encoding is not handled correctly by MultiPartParser

2024-03-18 Thread Django
#35289: Chunked transfer encoding is not handled correctly by MultiPartParser -+- Reporter: Kyle Agronick|Owner: nobody Type: Bug | Status: new

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

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

Re: [Django] #35314: Django 5 breaks value of Date field rendering correctly in template

2024-03-18 Thread Django
#35314: Django 5 breaks value of Date field rendering correctly in template ---+-- Reporter: Michael|Owner: nobody Type: Bug| Status: closed Component: Forms |

Re: [Django] #35314: Django 5 breaks value of Date field rendering correctly in template

2024-03-18 Thread Django
#35314: Django 5 breaks value of Date field rendering correctly in template ---+-- Reporter: Michael|Owner: nobody Type: Bug| Status: closed Component: Forms |

Re: [Django] #35314: Django 5 breaks value of Date field rendering correctly in template

2024-03-18 Thread Django
#35314: Django 5 breaks value of Date field rendering correctly in template ---+-- Reporter: Michael|Owner: nobody Type: Bug| Status: closed Component: Forms |

Re: [Django] #35316: Support scalars as query parameters in admin changelist filters (for backward compatibility).

2024-03-18 Thread Django
#35316: Support scalars as query parameters in admin changelist filters (for backward compatibility). -+- Reporter: Manolis |Owner: nobody Stamatogiannakis |

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

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

Re: [Django] #28519: Add filter(), exclude(), and other base QuerySet methods to combined QuerySets (union(), etc.)

2024-03-18 Thread Django
#28519: Add filter(), exclude(), and other base QuerySet methods to combined QuerySets (union(), etc.) -+- Reporter: Stanislav Karpov |Owner: Damir | Nafikov

  1   2   >