You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `pk_fields` attribute was added in Django 5.2 to support composite
primary keys. Fall back to using the `pk` attribute in earlier versions
of Django.
Regression in 736e30f.
0 commit comments