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

Fixed #24571 -- Restored testserver positional arguments parsing

Thanks Domas Lapinskas for the report and Tim Graham for the
review.
This commit is contained in:
Claude Paroz
2015-04-03 11:26:20 +02:00
parent 1119063c69
commit 426b63ba04
3 changed files with 18 additions and 1 deletions

View File

@@ -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`).