1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed "byte string" typo in various docs and comments.

This commit is contained in:
Mariusz Felisiak
2019-03-27 12:15:53 +01:00
parent 9ab1d55596
commit 881362986a
8 changed files with 11 additions and 11 deletions

View File

@@ -1111,7 +1111,7 @@ Miscellaneous
(or 200M, before 1.7.2) to 500M.
* ``reverse()`` and ``reverse_lazy()`` now return Unicode strings instead of
byte strings.
bytestrings.
* The ``CacheClass`` shim has been removed from all cache backends.
These aliases were provided for backwards compatibility with Django 1.3.