mirror of
https://github.com/django/django.git
synced 2025-11-03 05:13:23 +00:00
Clarified release note about the removal of 'mixin' parameter to Storage.open, and added a note in the deprecation timeline.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17161 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
6bfae3de7c
commit
16ad0530c5
2 changed files with 7 additions and 3 deletions
|
|
@ -114,6 +114,9 @@ these changes.
|
|||
beyond that of a simple ``TextField`` since the removal of oldforms.
|
||||
All uses of ``XMLField`` can be replaced with ``TextField``.
|
||||
|
||||
* The undocumented ``mixin`` parameter to the ``open()`` method of
|
||||
``django.core.files.storage.Storage`` (and subclasses) will be removed.
|
||||
|
||||
|
||||
1.5
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue