mirror of
https://github.com/django/django.git
synced 2025-09-09 04:00:48 +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
|
@ -444,6 +444,15 @@ these changes.
|
|||
|
||||
* ``ModelAdmin.declared_fieldsets`` will be removed.
|
||||
|
||||
* Instances of ``util.py`` in the Django codebase have been renamed to
|
||||
``utils.py`` in an effort to unify all util and utils references.
|
||||
The modules that provided backwards compatability will be removed:
|
||||
|
||||
* ``django.contrib.admin.util``
|
||||
* ``django.contrib.gis.db.backends.util``
|
||||
* ``django.db.backends.util``
|
||||
* ``django.forms.util``
|
||||
|
||||
2.0
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue