diff options
| author | Claude Paroz <claude@2xlibre.net> | 2015-04-03 11:26:20 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2015-04-04 10:48:40 +0200 |
| commit | 7821f856a69b5027999890b1377aa04f24da2416 (patch) | |
| tree | 75dc4dacdc25ea7416664f73ef40fea147f47916 /docs | |
| parent | 5cc0407e45393d24dee2303847902859bebda951 (diff) | |
[1.8.x] Fixed #24571 -- Restored testserver positional arguments parsing
Thanks Domas Lapinskas for the report and Tim Graham for the
review.
Backport of 426b63ba04 from master.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.1.txt b/docs/releases/1.8.1.txt index 1dff617063..61c506b10a 100644 --- a/docs/releases/1.8.1.txt +++ b/docs/releases/1.8.1.txt @@ -11,3 +11,6 @@ Bugfixes * Added support for serializing :class:`~datetime.timedelta` objects in migrations (:ticket:`24566`). + +* Restored proper parsing of the :djadmin:`testserver` command's positional + arguments (fixture names) (:ticket:`24571`). |
