Skip to content

Commit

Permalink
Remove callable storage documentation from 2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
miigotu committed Mar 26, 2020
1 parent c147b14 commit cfec459
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions docs/releases/2.2.txt
Expand Up @@ -94,30 +94,6 @@ Database backends

* Added result streaming for :meth:`.QuerySet.iterator` on SQLite.

Email
~~~~~

* ...

File Storage
~~~~~~~~~~~~

* Added the ability to pass a callable as the storage parameter of a :class:`~django.db.models.FileField`, or
:class:`~django.db.models.ImageField`. This can be used to select or set up storage for the field based on settings or variables at runtime.
For example, where sometimes you need remote storage and sometimes you need local storage depending on the environment you are deploying to.
(:ticket:`28184`)

File Uploads
~~~~~~~~~~~~

* ...


Forms
~~~~~

* ...

Generic Views
~~~~~~~~~~~~~

Expand Down

0 comments on commit cfec459

Please sign in to comment.