Re: [Django] #35330: The update of related objects fails in the admin when the related model is camel case.

2024-03-27 Thread Django
| Patch needs improvement: 0 Easy pickings: 1 |UI/UX: 1 ---+-- Changes (by devin13cox): * has_patch: 0 => 1 Comment: https://github.com/django/django/pull/18025 -- Ticket URL: <

Re: [Django] #35330: The update of related objects fails in the admin when the related model is camel case.

2024-03-27 Thread Django
t may be easier to make independent additions. -- Ticket URL: <https://code.djangoproject.com/ticket/35330#comment:5> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Gro

Re: [Django] #34624: RelatedFieldWidgetWrapper links toggling isn’t working for radio widgets

2024-03-27 Thread Django
me a chance to get my hands dirty with the codebase. If this is not assigned to anyone, can I take a look? -- Ticket URL: <https://code.djangoproject.com/ticket/34624#comment:8> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --

Re: [Django] #35330: The update of related objects fails in the admin when the related model is camel case.

2024-03-27 Thread Django
p building your testcase? -- Ticket URL: <https://code.djangoproject.com/ticket/35330#comment:4> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django upd

Re: [Django] #32577: Add support for `UUIDAutoField` `DEFAULT_AUTO_FIELD`

2024-03-27 Thread Django
tps://code.djangoproject.com/ticket/32577#comment:28> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscribe from this group and

Re: [Django] #35334: Update Oracle backend supports_sequence_reset = True

2024-03-27 Thread Django
someone's already added the required sequence reset methods to `db.backends.oracle.operations.DatabaseOperations` to support flushing: https://github.com/django/django/blob/d658a3162fbeb68d148d1b2fcf4da4fe1437eddb/django/db/backends/oracle/operations.py#L526 The Oracle attribute [https://github.com

Re: [Django] #35326: OverwritingStorageTests fail if a TemporaryUploadedFile is used

2024-03-27 Thread Django
: new => assigned -- Ticket URL: <https://code.djangoproject.com/ticket/35326#comment:6> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates&q

[Django] #35335: "sites" framework documentation

2024-03-27 Thread Django
eeds tests: 0 Patch needs improvement: 0 | Easy pickings: 0 UI/UX: 0 | -+- Hi, I was recently implementing the Django "sites" framework on a website, and

Re: [Django] #35334: Update Oracle backend supports_sequence_reset = True

2024-03-27 Thread Django
: Unreviewed => Accepted -- Ticket URL: <https://code.djangoproject.com/ticket/35334#comment:1> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates&qu

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

2024-03-27 Thread Django
cf4da4fe1437eddb" Fixed #35233 -- Moved template engine system checks to backend methods. Thanks Adam Johnson for reviews. }}} -- Ticket URL: <https://code.djangoproject.com/ticket/35233#comment:9> Django <https://code.djangoproject.com/> The Web framework for perfectionist

[Django] #35334: Update Oracle backend supports_sequence_reset = True

2024-03-27 Thread Django
`. It looks as though it's been this way since the flag was added to the Oracle backend since https://github.com/django/django/commit/0df4593f0ed. This commit appears to have been for the 1.5 release [1] which was released in Feb 2013. A few months later Oracle 12.1 [2] was released in July 2013

Re: [Django] #34977: Turn link to change password form in admin user change form into a button

2024-03-27 Thread Django
=> 0 * needs_docs: 1 => 0 -- Ticket URL: <https://code.djangoproject.com/ticket/34977#comment:14> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups &quo

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

2024-03-26 Thread Django
-+- Comment (by Damir Nafikov): Add PR https://github.com/django/django/pull/18023 Still in work -- Ticket URL: <https://code.djangoproject.com/ticket/28519#comment:14> Django <https://code.djangoproject.com/> The Web framework for pe

Re: [Django] #35329: Bug UniqueConstraint with condition and nulls-distinct

2024-03-26 Thread Django
ash when adding partial unique constraints with nulls_distinct. Bug in 595a2abb58e04caa4d55fb2589bb80fb2a8fdfa1. Thanks Lucas Lemke Saunitti for the report. Backport of b98271a6e42107233311d17f5d7bc74fbb47f22c from main }}} -- Ticket URL: <https://code.djangoproject.com/tick

Re: [Django] #35329: Bug UniqueConstraint with condition and nulls-distinct

2024-03-26 Thread Django
b47f22c" Fixed #35329 -- Fixed migrations crash when adding partial unique constraints with nulls_distinct. Bug in 595a2abb58e04caa4d55fb2589bb80fb2a8fdfa1. Thanks Lucas Lemke Saunitti for the report. }}} -- Ticket URL: <https://code.djangoproject.com/ticket/35329#comment:6> Django

Re: [Django] #35330: The update of related objects fails in the admin when the related model is camel case.

2024-03-26 Thread Django
een this ticket, the one mentioned in the description, and #35331, I am open to suggestions! -- Ticket URL: <https://code.djangoproject.com/ticket/35330#comment:3> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this mess

Re: [Django] #35330: The update of related objects fails in the admin when the related model is camel case.

2024-03-26 Thread Django
eventually merged in? Or is it preferred to make any changes here independent of another ticket (and subsequently make alterations to admin to work for this ticket)? -- Ticket URL: <https://code.djangoproject.com/ticket/35330#comment:2> Django <https://code.djangoproject.com/> The W

Re: [Django] #34977: Turn link to change password form in admin user change form into a button

2024-03-26 Thread Django
=> 1 * needs_docs: 0 => 1 * version: 4.2 => dev -- Ticket URL: <https://code.djangoproject.com/ticket/34977#comment:13> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed

Re: [Django] #35329: Bug UniqueConstraint with condition and nulls-distinct

2024-03-26 Thread Django
-+- Changes (by Natalia Bidart): * stage: Accepted => Ready for checkin -- Ticket URL: <https://code.djangoproject.com/ticket/35329#comment:5> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this mess

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

2024-03-26 Thread Django
): * needs_better_patch: 1 => 0 -- Ticket URL: <https://code.djangoproject.com/ticket/7732#comment:31> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups

Re: [Django] #35329: Bug UniqueConstraint with condition and nulls-distinct

2024-03-26 Thread Django
-+- Changes (by Mariusz Felisiak): * has_patch: 0 => 1 Comment: [https://github.com/django/django/pull/18022 PR] -- Ticket URL: <https://code.djangoproject.com/ticket/35329#comment:4> Django <https://code.djangoproject.com/> The Web framework for perfectionists with dead

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

2024-03-26 Thread Django
-+- Comment (by Natalia Bidart): Replying to [comment:14 Claude Paroz]: > Ah yes, I missed that! It looks to me as a bug in itself, and maybe merits its own ticket. I transformed my commit as a [https://github.com/django/django/pull/18021 WIP PR]. I agree is a ticket on its own, I crea

[Django] #35333: Template tag `unlocalize` does not work with `date` and `time` filters.

2024-03-26 Thread Django
ings(TIME_FORMAT="H\\h i\\m"), +): +self.assertEqual(case.render(context), expected_result) + def test_localized_off_numbers(self): """A string representation is returned for unlocalized numbers.""" template

Re: [Django] #35329: Bug UniqueConstraint with condition and nulls-distinct

2024-03-26 Thread Django
-+- Changes (by Mariusz Felisiak): * owner: nobody => Mariusz Felisiak * status: new => assigned -- Ticket URL: <https://code.djangoproject.com/ticket/35329#comment:3> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines.

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

2024-03-26 Thread Django
-+- Comment (by Claude Paroz): Ah yes, I missed that! It looks to me as a bug in itself, and maybe merits its own ticket. I transformed my commit as a [https://github.com/django/django/pull/18021 WIP PR]. -- Ticket URL: <https://code.djangoproject.com/ticket/35306#comment:14> Django

Re: [Django] #35326: OverwritingStorageTests fail if a TemporaryUploadedFile is used

2024-03-26 Thread Django
| Patch needs improvement: 0 Easy pickings: 0 |UI/UX: 0 --+ Comment (by bcail): I opened a [https://github.com/django/django/pull/18020 draft PR] with a possible

Re: [Django] #34976: startproject and startapp should provide feedback

2024-03-26 Thread Django
-+- Changes (by Natalia Bidart): * needs_better_patch: 0 => 1 -- Ticket URL: <https://code.djangoproject.com/ticket/34976#comment:14> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribe

Re: [Django] #34789: `filter_horizontal` duplicates entries in "Chosen" column after instance is added via in another field using the "plus" JS action

2024-03-26 Thread Django
s://code.djangoproject.com/ticket/34789#comment:21> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscribe from this group and

Re: [Django] #29942: viewsource links to contrib.auth.forms not appearing

2024-03-26 Thread Django
terday. -- Ticket URL: <https://code.djangoproject.com/ticket/29942#comment:18> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To

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

2024-03-26 Thread Django
-+- Changes (by Adam Johnson): * needs_better_patch: 1 => 0 * stage: Accepted => Ready for checkin -- Ticket URL: <https://code.djangoproject.com/ticket/35233#comment:8> Django <https://code.djangoproject.com/> The Web framework for perfectionists with d

Re: [Django] #35329: Bug UniqueConstraint with condition and nulls-distinct

2024-03-26 Thread Django
to [comment:1 Simon Charette]: > Adding a test should be as simple as taking inspiration from the ones [https://github.com/django/django/pull/17058/files#diff- 40b7bac727110526783c1fd39a2b6026c9e01862b7e50b21fa89e9a3591bd2d7R3321-R3343 introduced when the feature was added]. A regression t

Re: [Django] #11593: Incomplete support for app-level testing

2024-03-26 Thread Django
to main, so here is a new one incorporating feedback from the old PR https://github.com/django/django/pull/18018 -- Ticket URL: <https://code.djangoproject.com/ticket/11593#comment:20> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlin

Re: [Django] #11593: Incomplete support for app-level testing

2024-03-26 Thread Django
got about this completely. I'll just fix up the branch and add in the feedback. Great, thanks! -- Ticket URL: <https://code.djangoproject.com/ticket/11593#comment:19> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this

Re: [Django] #11593: Incomplete support for app-level testing

2024-03-26 Thread Django
new => assigned Comment: I forgot about this completely. I'll just fix up the branch and add in the feedback. -- Ticket URL: <https://code.djangoproject.com/ticket/11593#comment:18> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines.

Re: [Django] #35332: Bad performance in django.template.load.render_to_string

2024-03-25 Thread Django
): * resolution: => needsinfo * status: new => closed * type: Uncategorized => Cleanup/optimization Comment: Hi, I don't think you've explained the issue in enough detail to confirm a bug in Django. Please reopen the ticket if you can debug your issue and provide details

Re: [Django] #35331: Adding a new related entry using the "+" sign from M2M field doesn't update lists. (was: When adding a new related entry using the "+" sign from M2M field, no other widgets get up

2024-03-25 Thread Django
t;+" sign from M2M field, no other widgets get updated. => Adding a new related entry using the "+" sign from M2M field doesn't update lists. Old description: > Related to Ticket #34789, PR https://github.com/django/django/pull/17897 > > Models: >

Re: [Django] #35330: The update of related objects fails in the admin when the related model is camel case. (was: The update of related objects fails in the admin when the related model has a name in

2024-03-25 Thread Django
hen the related model has a name in camel case. => The update of related objects fails in the admin when the related model is camel case. Comment: Good catch. -- Ticket URL: <https://code.djangoproject.com/ticket/35330#comment:1> Django <https://code.djangoprojec

[Django] #35332: Bad performance in django.template.load.render_to_string

2024-03-25 Thread Django
. So with the rise of rust we are seeing, I told myself to make a component of Django components in rust so we can get a better performance as memory safety and all of these features from rust. While searching I discovered a great package called mini-jinja. so I just wanted to compare its

[Django] #35331: When adding a new related entry using the "+" sign from M2M field, no other widgets get updated.

2024-03-25 Thread Django
vement: 0 | Easy pickings: 1 UI/UX: 1 | -+ Related to Ticket #34789, PR https://github.com/django/django/pull/17897 Models: {{{ from django.db import models class State(mo

[Django] #35330: The update of related objects fails in the admin when the related model has a name in camel case.

2024-03-25 Thread Django
to be populated with the new target. However, due to the camel casing of TransitionState, we cause `data-model-ref` to check `transitionstate` against `transition state`, and therefore does not pick up the match. Proposed Change by @nessita as discussed in https://github.com/django/django/pull/

Re: [Django] #34643: Move admin form labels to a more accessible place

2024-03-25 Thread Django
URL: <https://code.djangoproject.com/ticket/34643#comment:13> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscribe

Re: [Django] #35328: Improve CSRF Origin checking messaging

2024-03-25 Thread Django
/35328#comment:2> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscribe from this group and stop receiving emails from it,

Re: [Django] #35329: Bug UniqueConstraint with condition and nulls-distinct

2024-03-25 Thread Django
Accepted Old description: > Hi, I`m Lucas (https://github.com/lsaunitti) > > I found a bug when set a UniqueConstrain using condition using > nulls_distinct using like that: > > Screenshot 2024-03-25 at 10.47.59.png > > When django generate SQL to create a check constraint the res

[Django] #35329: Bug UniqueConstraint with condition and nulls-distinct

2024-03-25 Thread Django
using nulls_distinct using like that: Screenshot 2024-03-25 at 10.47.59.png When django generate SQL to create a check constraint the result is "... WHERE NULLS NOT DISTINCT". It raise an exception on Postgresql. To fix it, I suggest change the file django/db/backends/base/schema.p

Re: [Django] #35328: Improve CSRF Origin checking messaging

2024-03-25 Thread Django
New feature => Cleanup/optimization Comment: Accepting following the linked Forum discussion. -- Ticket URL: <https://code.djangoproject.com/ticket/35328#comment:1> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this m

Re: [Django] #35326: OverwritingStorageTests fail if a TemporaryUploadedFile is used

2024-03-25 Thread Django
-overwritingstoragetests- design-discussion/29462 forum post]. -- Ticket URL: <https://code.djangoproject.com/ticket/35326#comment:4> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed t

Re: [Django] #35326: OverwritingStorageTests fail if a TemporaryUploadedFile is used

2024-03-25 Thread Django
ost seeking advice would be the best next step, I think. -- Ticket URL: <https://code.djangoproject.com/ticket/35326#comment:3> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to th

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

2024-03-25 Thread Django
hub.com/claudep/django/commit/57f9982 passing test] seems to show the contrary. Could you double-check? I am sure, but with a caveat :-) I have double checked and in my manual tests, I was explicitly passing the `|date` template filter. So, basically, if we add this case to your test (I rename

Re: [Django] #35326: OverwritingStorageTests fail if a TemporaryUploadedFile is used

2024-03-25 Thread Django
, yes, you can assign yourself to this issue, but we should probably see if others confirm this as an issue. If it is confirmed as an issue, there may be design questions to figure out. -- Ticket URL: <https://code.djangoproject.com/ticket/35326#comment:2> Django <https://code.djangopr

Re: [Django] #32779: Add tablespace support to UniqueConstraint class

2024-03-25 Thread Django
ned => new -- Ticket URL: <https://code.djangoproject.com/ticket/32779#comment:5> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates"

Re: [Django] #11593: Incomplete support for app-level testing

2024-03-25 Thread Django
ket/11593#comment:17> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscribe from this group and stop receiving emails from

Re: [Django] #32568: Prefer SafeString to mark_safe where possible

2024-03-25 Thread Django
<https://code.djangoproject.com/ticket/32568#comment:6> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscribe from this group an

Re: [Django] #23356: Unable to create template tag which behaves similar to {% verbatim %}

2024-03-25 Thread Django
t; new -- Ticket URL: <https://code.djangoproject.com/ticket/23356#comment:16> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To

Re: [Django] #29898: Adapt schema editors to operate from model states instead of fake rendered models

2024-03-25 Thread Django
ned => new -- Ticket URL: <https://code.djangoproject.com/ticket/29898#comment:13> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates"

Re: [Django] #28944: Chaining values()/values_list() after QuerySet.select_for_update(of=()) crashes

2024-03-25 Thread Django
=> (none) * status: assigned => new -- Ticket URL: <https://code.djangoproject.com/ticket/28944#comment:22> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Group

Re: [Django] #9373: "This field is required" error even on empty inlines formsets in the admin model page, when hiding a choice field of a custom form.

2024-03-25 Thread Django
new -- Ticket URL: <https://code.djangoproject.com/ticket/9373#comment:11> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. T

Re: [Django] #21739: When running tests fixture error output isn't visible

2024-03-25 Thread Django
t; new -- Ticket URL: <https://code.djangoproject.com/ticket/21739#comment:12> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To

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

2024-03-25 Thread Django
0 => 1 * needs_tests: 0 => 1 Comment: [https://github.com/django/django/pull/18008 PR] -- Ticket URL: <https://code.djangoproject.com/ticket/35276#comment:7> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message be

Re: [Django] #18597: `BaseInlineFormSet` should attempt to get it's queryset from it's instance related manager before falling back to it's model's default manager

2024-03-24 Thread Django
-+- Changes (by Mariusz Felisiak): * needs_better_patch: 0 => 1 * needs_docs: 0 => 1 -- Ticket URL: <https://code.djangoproject.com/ticket/18597#comment:13> Django <https://code.djangoproject.com/> The Web framework

Re: [Django] #35321: Django Admin in Mobile Safari zooms in on text inputs

2024-03-24 Thread Django
#35321: Django Admin in Mobile Safari zooms in on text inputs -+- Reporter: Simon Willison |Owner: Jason Type: | Hall Cleanup/optimization

[Django] #35328: Improve CSRF Origin checking messaging

2024-03-24 Thread Django
information about their headers and give a suggestion about what fix might be appropriate. https://forum.djangoproject.com/t/forwarded-headers-csrf-hints/28616 -- Ticket URL: <https://code.djangoproject.com/ticket/35328> Django <https://code.djangoproject.com/> The Web framework for pe

Re: [Django] #35323: Fix FileExistsError in django/core/files/move.py.

2024-03-24 Thread Django
#35323: Fix FileExistsError in django/core/files/move.py. -+- Reporter: bcail|Owner: bcail Type: | Status: closed Cleanup

Re: [Django] #35326: OverwritingStorageTests fail if a TemporaryUploadedFile is used

2024-03-24 Thread Django
be assigned on this issue? -- Ticket URL: <https://code.djangoproject.com/ticket/35326#comment:1> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Djan

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

2024-03-24 Thread Django
-+- Changes (by Jeetu Singh): * cc: Jeetu Singh (added) * owner: nobody => Jeetu Singh * status: new => assigned -- Ticket URL: <https://code.djangoproject.com/ticket/35308#comment:7> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines.

Re: [Django] #35321: Django Admin in Mobile Safari zooms in on text inputs

2024-03-24 Thread Django
#35321: Django Admin in Mobile Safari zooms in on text inputs -+- Reporter: Simon Willison |Owner: Jason Type: | Hall Cleanup/optimization

Re: [Django] #35327: Add note to create custom user model in tutorial

2024-03-24 Thread Django
zation. It's already mentioned loudly in the [https://docs.djangoproject.com/en/stable/topics/auth/customizing/#using-a -custom-user-model-when-starting-a-project authorization topic in docs]. -- Ticket URL: <https://code.djangoproject.com/ticket/35327#comment:1> Django <https://code.dj

Re: [Django] #35321: Django Admin in Mobile Safari zooms in on text inputs

2024-03-24 Thread Django
#35321: Django Admin in Mobile Safari zooms in on text inputs -+- Reporter: Simon Willison |Owner: Jason Type: | Hall Cleanup/optimization

Re: [Django] #35321: Django Admin in Mobile Safari zooms in on text inputs

2024-03-24 Thread Django
#35321: Django Admin in Mobile Safari zooms in on text inputs -+- Reporter: Simon Willison |Owner: Jason Type: | Hall Cleanup/optimization

[Django] #35327: Add note to create custom user model in tutorial

2024-03-24 Thread Django
add a note in the "Creating your first Django app" tutorial to let the users know that they may want to read the documentation on custom user models before proceeding. This would be a band-aid fix, but could help new users avoid stumbling into a trap of choosing between painful workarounds or s

Re: [Django] #19221: Check that cache keys are string

2024-03-24 Thread Django
ket/19221#comment:20> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscribe from this group and stop receiving emails from

Re: [Django] #35323: Fix FileExistsError in django/core/files/move.py.

2024-03-24 Thread Django
#35323: Fix FileExistsError in django/core/files/move.py. -+- Reporter: bcail|Owner: bcail Type: | Status: assigned Cleanup

Re: [Django] #19221: Check that cache keys are string

2024-03-23 Thread Django
ket/19221#comment:19> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscribe from this group and stop receiving e

Re: [Django] #30729: Add support for the RFC 7239 Forwarded header

2024-03-23 Thread Django
|UI/UX: 0 ---+- Changes (by Ryan Hiebert): * cc: Ryan Hiebert (added) -- Ticket URL: <https://code.djangoproject.com/ticket/30729#comment:12> Django <https://code.djangoproject.com/

Re: [Django] #35321: Django Admin in Mobile Safari zooms in on text inputs

2024-03-23 Thread Django
#35321: Django Admin in Mobile Safari zooms in on text inputs -+- Reporter: Simon Willison |Owner: Jason Type: | Hall Cleanup/optimization

Re: [Django] #33497: Database persistent connections do not work with ASGI in 4.0

2024-03-23 Thread Django
: Sarah Boyce => (none) * status: assigned => new -- Ticket URL: <https://code.djangoproject.com/ticket/33497#comment:35> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to

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

2024-03-23 Thread Django
(by Claude Paroz): > What can I do next to join the translation team? Nothing else that being patient :-) You are in the team now. -- Ticket URL: <https://code.djangoproject.com/ticket/35298#comment:6> Django <https://code.djangoproject.com/> The Web framework for perfectionists

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

2024-03-23 Thread Django
. -- Ticket URL: <https://code.djangoproject.com/ticket/35306#comment:12> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsub

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

2024-03-23 Thread Django
-+- Comment (by Claude Paroz): Replying to [comment:6 Natalia Bidart]: > (Another data point: even using `{% localize off %}` does not honor the settings values. This feels unexpected to me...) Are you sure? This [https://github.com/claudep/django/commit/57f9982 passing test] se

Re: [Django] #29942: viewsource links to contrib.auth.forms not appearing

2024-03-23 Thread Django
pickings: 0 |UI/UX: 0 ---+--- Changes (by David Smith): * needs_better_patch: 1 => 0 -- Ticket URL: <https://code.djangoproject.com/ticket/29942#comment:17> Django <https://code.djang

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

2024-03-23 Thread Django
However, I have a question: I found some strings in the Django source code that are present in the .po files, but they are not correctly translated. Why is that? > > Translations are completed by volunteers from our community who donate their time when they can. If you notice any incorrect or

Re: [Django] #34841: Reverse migrations model state rendering slow with moderate to large migrations

2024-03-22 Thread Django
90c16" Fixed #34841 -- Avoided rendering apps on state still requiring mutation. }}} -- Ticket URL: <https://code.djangoproject.com/ticket/34841#comment:6> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message

Re: [Django] #34841: Reverse migrations model state rendering slow with moderate to large migrations

2024-03-22 Thread Django
-+- Changes (by Mariusz Felisiak): * needs_better_patch: 1 => 0 * stage: Accepted => Ready for checkin -- Ticket URL: <https://code.djangoproject.com/ticket/34841#comment:5> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines.

[Django] #35326: OverwritingStorageTests fail if a TemporaryUploadedFile is used

2024-03-22 Thread Django
overwriting files in storage. However, this doesn't seem to work for temporary uploaded files, since the [https://github.com/django/django/blob/main/django/core/files/storage/filesystem.py#L100 alternate path] is taken in the _save method. Here is an example test that fails for me - it loops forever

Re: [Django] #28553: Querysets: annotate() columns are forced into a certain position which may disrupt union()

2024-03-22 Thread Django
-+- Changes (by Sylvain Fankhauser): * cc: Sylvain Fankhauser (added) -- Ticket URL: <https://code.djangoproject.com/ticket/28553#comment:16> Django <https://code.djangoproject.com/> The Web framework for perfectionists wi

Re: [Django] #28900: QuerySet.values() and values_list() for compound queries fails with annotation.

2024-03-22 Thread Django
Fankhauser (added) -- Ticket URL: <https://code.djangoproject.com/ticket/28900#comment:14> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates"

Re: [Django] #35325: CharField max_length ignored

2024-03-22 Thread Django
Felisiak): * resolution: => duplicate * status: new => closed Comment: Duplicate of #21471. -- Ticket URL: <https://code.djangoproject.com/ticket/35325#comment:1> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You rec

[Django] #35325: CharField max_length ignored

2024-03-22 Thread Django
efghijk') >>> f = Foo.objects.first() >>> f >>> f.name 'abcdefghijk' }}} Maybe I am missing something, or maybe that's just sqlite behavior, but shouldn't some exception be raised? Ubuntu 22.04 Python 3.10.12 Django 5.0.3 DB engine django.db.back

Re: [Django] #35317: Add the possibility to do prefetches for only a subset of instances

2024-03-21 Thread Django
Lyaudet): I did a second PR https://github.com/django/django/pull/18003 adding a post_prefetch_callback argument to Prefetch. Here is a redacted production code example that I could develop with the corresponding patch in my package django-monkey-patches. I doubt you can find an efficient way

Re: [Django] #4848: Allow inline fields to be "mixed in" with the models' own fields

2024-03-21 Thread Django
UI/UX: 0 -+- Comment (by frnhr): There seems to be a working app for this: https://github.com/robertkovac /django-fieldsets-with-inlines I would love to see it built in. -- Ticket URL: <https://code.djangoproject.com/ticket/4848#comment:17> Django <https://code.djangopr

Re: [Django] #35323: Fix FileExistsError in django/core/files/move.py.

2024-03-21 Thread Django
#35323: Fix FileExistsError in django/core/files/move.py. --+ Reporter: bcail |Owner: nobody Type: Cleanup/optimization | Status: new Component

Re: [Django] #35323: Fix FileExistsError in django/core/files/move.py.

2024-03-21 Thread Django
#35323: Fix FileExistsError in django/core/files/move.py. --+ Reporter: bcail |Owner: nobody Type: Cleanup/optimization | Status: new Component

Re: [Django] #35320: Remove unnecessary django.core.files.move._samefile() hook.

2024-03-21 Thread Django
3f45d861b2ecfcb9" Fixed #35320 -- Removed unnecessary django.core.files.move._samefile() hook. os.path.samefile() uses the same implementation on Windows as all other platforms since Python 3.4. }}} -- Ticket URL: <https://code.djangoproject.com/ticket/35320#comment:8> Django <https

Re: [Django] #35324: Postgres Extensions Not Available

2024-03-21 Thread Django
thank you for your report. Could you please explain how Django (core) is at fault here? From your description, this seems like an issue in django-tenants and it would be best if you file and solve the issue there. I'll be closing this ticket as invalid following the [https://docs.djangoproject.c

Re: [Django] #35323: Fix FileExistsError in django/core/files/move.py.

2024-03-21 Thread Django
#35323: Fix FileExistsError in django/core/files/move.py. --+ Reporter: bcail |Owner: nobody Type: Cleanup/optimization | Status: new Component

Re: [Django] #35320: Remove unnecessary django.core.files.move._samefile() hook.

2024-03-21 Thread Django
-+- Changes (by Mariusz Felisiak): * stage: Accepted => Ready for checkin -- Ticket URL: <https://code.djangoproject.com/ticket/35320#comment:7> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this mess

Re: [Django] #35323: Fix FileExistsError in django/core/files/move.py.

2024-03-21 Thread Django
#35323: Fix FileExistsError in django/core/files/move.py. --+ Reporter: bcail |Owner: nobody Type: Cleanup/optimization | Status: new Component

Re: [Django] #35324: Postgres Extensions Not Available

2024-03-21 Thread Django
pickings: 0 |UI/UX: 0 --+-- Changes (by FredAtNeo): * owner: (none) => FredAtNeo * status: new => assigned -- Ticket URL: <https://code.djangoproject.com/ticket/35324#comment:

[Django] #35324: Postgres Extensions Not Available

2024-03-21 Thread Django
: 0 | + When using a system like django-tenants many extensions installed fail to be found on use. The solution is to install the extensions in pg_catalog so they are always in the search path in postgres

Re: [Django] #35323: Fix FileExistsError in django/core/files/move.py.

2024-03-21 Thread Django
#35323: Fix FileExistsError in django/core/files/move.py. -+- Reporter: bcail|Owner: nobody Type: Bug | Status: new Component: File

[Django] #35323: Fix FileExistsError in django/core/files/move.py.

2024-03-21 Thread Django
#35323: Fix FileExistsError in django/core/files/move.py. -+ Reporter: bcail | Owner: nobody Type: Bug| Status: new Component: Uncategorized

<    1   2   3   4   5   6   7   8   9   10   >