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:
committed by
Tim Graham
parent
4c2197db32
commit
70e3e2e08e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user