Changes between Initial Version and Version 1 of Ticket #36843, comment 4
- Timestamp:
- Jan 5, 2026, 1:36:17 PM (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36843, comment 4
initial v1 1 1 I can confirm the described problem. After following the steps, I get: 2 2 {{{ 3 django -postgis=# select * from django_content_type where model ilike '%son%';3 django=# select * from django_content_type where model ilike '%son%'; 4 4 id | app_label | model 5 5 ----+-----------+------------- … … 8 8 (2 rows) 9 9 10 django -postgis=# select * from auth_permission where content_type_id in (60, 59);10 django=# select * from auth_permission where content_type_id in (60, 59); 11 11 id | name | content_type_id | codename 12 12 -----+-------------------------+-----------------+--------------------