mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
Fixed #23366 -- Fixed a crash with the migrate --list command.
This commit is contained in:
parent
46068d850d
commit
b4bdd5262b
2 changed files with 4 additions and 1 deletions
|
@ -189,3 +189,6 @@ Bugfixes
|
|||
|
||||
* Fixed crash when ``ValidationError`` is initialized with a ``ValidationError``
|
||||
that is initialized with a dictionary (:ticket:`24008`).
|
||||
|
||||
* Prevented a crash on apps without migrations when running ``migrate --list``
|
||||
(:ticket:`23366`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue