mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #26060 -- Fixed crash with reverse OneToOneField in ModelAdmin.readonly_fields.
This commit is contained in:
committed by
Tim Graham
parent
fb4272f0e6
commit
9a33d3d764
@@ -49,3 +49,6 @@ Bugfixes
|
||||
SQLite with more than 2000 parameters when :setting:`DEBUG` is ``True`` on
|
||||
distributions that increase the ``SQLITE_MAX_VARIABLE_NUMBER`` compile-time
|
||||
limit to over 2000, such as Debian (:ticket:`26063`).
|
||||
|
||||
* Fixed a crash when using a reverse ``OneToOneField`` in
|
||||
``ModelAdmin.readonly_fields`` (:ticket:`26060`).
|
||||
|
||||
Reference in New Issue
Block a user