mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #23551 -- Fixed bash autocompletion crash on Python 3.
This commit is contained in:
parent
9f576dd54f
commit
e077c29155
3 changed files with 27 additions and 3 deletions
|
@ -70,3 +70,5 @@ Bugfixes
|
|||
|
||||
* Made the :setting:`SERIALIZE <TEST_SERIALIZE>` entry in the
|
||||
:setting:`TEST <DATABASE-TEST>` dictionary usable (:ticket:`23421`).
|
||||
|
||||
* Fixed a crash in bash autocompletion on Python 3 (:ticket:`23551`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue