Changes between Initial Version and Version 1 of Ticket #36843, comment 4


Ignore:
Timestamp:
Jan 5, 2026, 1:36:17 PM (3 days ago)
Author:
Natalia Bidart

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36843, comment 4

    initial v1  
    11I can confirm the described problem. After following the steps, I get:
    22{{{
    3 django-postgis=# select * from django_content_type where model ilike '%son%';
     3django=# select * from django_content_type where model ilike '%son%';
    44 id | app_label |    model   
    55----+-----------+-------------
     
    88(2 rows)
    99
    10 django-postgis=# select * from auth_permission where content_type_id in (60, 59);
     10django=# select * from auth_permission where content_type_id in (60, 59);
    1111 id  |          name           | content_type_id |      codename     
    1212-----+-------------------------+-----------------+--------------------
Back to Top