mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #17627 -- Renamed util.py files to utils.py
Thanks PaulM for the suggestion and Luke Granger-Brown and Wiktor Kołodziej for the initial patch.
This commit is contained in:
parent
8d29005524
commit
18ffdb1772
58 changed files with 111 additions and 84 deletions
|
@ -768,7 +768,7 @@ site.register(UnchangeableObject, UnchangeableObjectAdmin)
|
|||
# related OneToOne object not registered in admin
|
||||
# when deleting Book so as exercise all four troublesome (w.r.t escaping
|
||||
# and calling force_text to avoid problems on Python 2.3) paths through
|
||||
# contrib.admin.util's get_deleted_objects function.
|
||||
# contrib.admin.utils's get_deleted_objects function.
|
||||
site.register(Book, inlines=[ChapterInline])
|
||||
site.register(Promo)
|
||||
site.register(ChapterXtra1, ChapterXtra1Admin)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue