1
0
mirror of https://github.com/django/django.git synced 2025-10-24 14:16:09 +00:00

Fixed #24000 -- Corrected contrib.sites default site creation in a multiple database setup.

This commit is contained in:
Tim Graham
2014-12-27 09:06:38 -05:00
parent e112bacd21
commit 89e2c60f43
3 changed files with 10 additions and 7 deletions

View File

@@ -172,3 +172,6 @@ Bugfixes
(:ticket:`24054`).
* Added tablespace SQL to apps with migrations (:ticket:`24051`).
* Corrected ``contrib.sites`` default site creation in a multiple database
setup (:ticket:`24000`).