mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #24332 -- Fixed contrib.sites create_default_site() when 'default' DATABASES is empty.
This commit is contained in:
parent
bd4afef984
commit
e8cf4f8abe
4 changed files with 34 additions and 4 deletions
|
@ -16,3 +16,6 @@ Bugfixes
|
|||
|
||||
* Fixed a regression that prevented custom fields inheriting from
|
||||
``ManyToManyField`` from being recognized in migrations (:ticket:`24236`).
|
||||
|
||||
* Fixed crash in ``contrib.sites`` migrations when a default database isn't
|
||||
used (:ticket:`24332`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue