1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #24774 -- Made contrib.site's Site.domain field unique

This commit is contained in:
Piotr Jakimiak
2015-05-14 19:59:36 +02:00
committed by Tim Graham
parent 4c2197db32
commit 70e3e2e08e
6 changed files with 36 additions and 1 deletions

View File

@@ -447,6 +447,9 @@ Miscellaneous
* Support for PostGIS 1.5 has been dropped.
* The ``django.contrib.sites.models.Site.domain`` field was changed to be
:attr:`~django.db.models.Field.unique`.
.. _deprecated-features-1.9:
Features deprecated in 1.9