mirror of
https://github.com/Hopiu/django.git
synced 2026-05-12 17:43:09 +00:00
Before this change, the get_admin_log method would expect User model's FK to be named `id`. When changing that FK name, admin/index.html rendering would fail. This includes: * Changed the use of id for the use of pk property. * Added a regression test that fails without the patch. This commit refs #20088. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| admin.py | ||
| models.py | ||
| tests.py | ||
| urls.py | ||