POSTs that are not form data and technical_500.txt

2022-10-11 Thread f.holop
Hello, fishing for some ideas here. consider this scenario: ``` ... Subject: [Django] ERROR (EXTERNAL IP): Internal Server Error: /c/add/ ... Internal Server Error: /c/add/ UnboundLocalError at /c/add/ local variable 'model' referenced before assignment ... Traceback (most recent call last): ..

Re: ArrayField: Bug on exact_nested_null

2022-10-11 Thread Ion Alberdi
Hi Jörg! >At this point I think ArrayField should always use ARRAY constructor to benefit from the additional sanity checks. But as noted earlier, ARRAY also exposes this weird behavior: Definitely, FYI Daniele Varrazzo from psycopg2 said https://github.com/psycopg/psycopg2/issues/1507 that >ARRAY

Fellow Reports - October 2022

2022-10-11 Thread Mariusz Felisiak
Week ending October 9, 2022 *Triaged: * https://code.djangoproject.com/ticket/34070 - Add support for microseconds to Now() on MySQL and SQLite. (created) https://code.djangoproject.com/ticket/34071 - Unclear validator messages for Range(Min/Max)ValueValidator compared to docs. (accepted) https

Re: ArrayField: Bug on exact_nested_null

2022-10-11 Thread Jörg Breitbart
@Ion Well I am not deep enough into django's ArrayField for postgres to tell, which one is the desired output or right behavioral pattern. For my COPY FROM rewrite I simply tested several edge cases and tried to get as close as possible to ArrayField. From postgres side of things the followi