Changes between Initial Version and Version 1 of Ticket #35029


Ignore:
Timestamp:
Dec 11, 2023, 3:13:12 PM (10 months ago)
Author:
James Lao
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35029 – Description

    initial v1  
    1 In Django 5.0, if we create a model with primary ID field with UUIDField, and another model referencing it, then in Django admin, if we create a filter of the second model with the first model, an error of DisallowedModelAdminLookup will be thrown.
     1On Django 5.0 and MariaDB 11.0.4, if we create a model with primary ID field with UUIDField, and another model referencing it, then in Django admin, if we create a filter of the second model with the first model, an error of DisallowedModelAdminLookup will be thrown.
    22
    33in models.py
Back to Top