diff options
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 054e3b32fc..9e473dfa46 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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 --- |
