Changes between Initial Version and Version 1 of Ticket #34480


Ignore:
Timestamp:
Apr 10, 2023, 10:20:47 AM (18 months ago)
Author:
Jacob Walls
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34480 – Description

    initial v1  
    11{{{
    22>>> Author.objects.annotate(first_letter=Chr(Value(77)))
    3 File "/Users/.../geoguard/.venv/lib/python3.9/site-packages/django/db/models/expressions.py", line 369, in <lambda>
     3File "/Users/.../.../.venv/lib/python3.9/site-packages/django/db/models/expressions.py", line 369, in <lambda>
    44    else int(value)
    55ValueError: invalid literal for int() with base 10: 'M'
Back to Top