mirror of
https://github.com/django/django.git
synced 2025-11-01 20:31:40 +00:00
Fixed #9893 -- Allowed using a field's max_length in the Storage.
This commit is contained in:
parent
b5c1a85b50
commit
a7c256cb54
8 changed files with 194 additions and 21 deletions
|
|
@ -143,6 +143,10 @@ details on these changes.
|
|||
* Support for the ``=`` comparison operator in the ``if`` template tag will be
|
||||
removed.
|
||||
|
||||
* The backwards compatibility shims to allow ``Storage.get_available_name()``
|
||||
and ``Storage.save()`` to be defined without a ``max_length`` argument will
|
||||
be removed.
|
||||
|
||||
.. _deprecation-removed-in-1.9:
|
||||
|
||||
1.9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue