diff options
| author | Patrick Michaud <pmichaud@uw.edu> | 2014-03-22 16:52:05 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-04-01 20:45:12 +0200 |
| commit | 73474df9541bd5fabbf419debc5d72c09619f625 (patch) | |
| tree | eaaae97565fd01ae03af44d26c0f2c7d20bb2ef4 /docs | |
| parent | 07e2a5681435e493be93dceac611c3870ae6b1c6 (diff) | |
Fixed #22256 -- Replaced bad fallback for missing PATH
Thanks Baptiste Mispelon for the review.
Backport of acee46fc9 from master.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.6.3.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.6.3.txt b/docs/releases/1.6.3.txt index 863cbf2ab2..ca9069d250 100644 --- a/docs/releases/1.6.3.txt +++ b/docs/releases/1.6.3.txt @@ -34,5 +34,9 @@ several bugs in 1.6.2: <django.contrib.admin.ModelAdmin.preserve_filters>` when running a site with a URL prefix (`#21795 <http://code.djangoproject.com/ticket/21795>`_). +* Fixed a crash in the ``find_command`` management utility when the ``PATH`` + environment variable wasn't set + (`#22256 <http://code.djangoproject.com/ticket/22256>`_). + Additionally, Django's vendored version of six, :mod:`django.utils.six` has been upgraded to the latest release (1.6.1). |
