Fixed #24332 -- Fixed contrib.sites create_default_site() when 'default' DATABASES is empty.

This commit is contained in:
Tim Graham 2015-02-12 13:58:37 -05:00
parent bd4afef984
commit e8cf4f8abe
4 changed files with 34 additions and 4 deletions

View file

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