Skip to content

Instantly share code, notes, and snippets.

View isty-maker's full-sized avatar

isty-maker

  • Joined Oct 3, 2025
View GitHub Profile
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/isty/mini-crm-realty/venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__
results = compiler.execute_sql(
^^^^^^^^^^^^^^^^^^^^^
File "/home/isty/mini-crm-realty/venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql
cursor.execute(sql, params)
File "/home/isty/mini-crm-realty/venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute
return self._execute_with_wrappers(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/isty/mini-crm-realty/venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers