diff options
| author | Tim Graham <timograham@gmail.com> | 2015-02-12 13:58:37 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-02-13 07:01:28 -0500 |
| commit | e8cf4f8abec87b9da6ed8e5c8cf833af9b27f4dd (patch) | |
| tree | 0790b14fb20617b490765e9b5cd5ba14a4ffdaad /docs | |
| parent | bd4afef98490198e325654952d38a5735ee7e358 (diff) | |
Fixed #24332 -- Fixed contrib.sites create_default_site() when 'default' DATABASES is empty.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.5.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.5.txt b/docs/releases/1.7.5.txt index afce510aae..604cf9146a 100644 --- a/docs/releases/1.7.5.txt +++ b/docs/releases/1.7.5.txt @@ -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`). |
