diff options
| author | Tim Graham <timograham@gmail.com> | 2013-08-19 08:29:32 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-08-19 09:09:41 -0400 |
| commit | 7b69c3e7758770dd632e1754c30714e91868e037 (patch) | |
| tree | 6db95562b498db0651c6e951c92062543f414b7c /docs/ref/files | |
| parent | 58c6d0209d71872f0682d478921db1e00496e16c (diff) | |
Removed versionadded/changed annotations for 1.5
Diffstat (limited to 'docs/ref/files')
| -rw-r--r-- | docs/ref/files/file.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/ref/files/file.txt b/docs/ref/files/file.txt index 7562f9b6bf..6ca7ec121a 100644 --- a/docs/ref/files/file.txt +++ b/docs/ref/files/file.txt @@ -100,10 +100,6 @@ The ``ContentFile`` Class f1 = ContentFile("esta sentencia está en español") f2 = ContentFile(b"these are bytes") - .. versionchanged:: 1.5 - - ContentFile also accepts Unicode strings. - .. currentmodule:: django.core.files.images The ``ImageFile`` Class |
