summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorPiotr Jakimiak <pj306228@students.mimuw.edu.pl>2015-05-14 19:59:36 +0200
committerTim Graham <timograham@gmail.com>2015-05-16 08:43:42 -0400
commit70e3e2e08ee1d07343d48b1db9df838db3efb0e2 (patch)
tree2fe2e8536a198d666dcb4ef582f77d78d1d2c74b /docs/ref
parent4c2197db32deaea2f0c3d04c2c36bb7df6a2e06c (diff)
Fixed #24774 -- Made contrib.site's Site.domain field unique
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/sites.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/contrib/sites.txt b/docs/ref/contrib/sites.txt
index 8c71ca0572..4928c92119 100644
--- a/docs/ref/contrib/sites.txt
+++ b/docs/ref/contrib/sites.txt
@@ -23,6 +23,11 @@ The sites framework is mainly based on a simple model:
The domain name associated with the Web site.
+ .. versionchanged:: 1.9
+
+ The ``domain`` field was set to be
+ :attr:`~django.db.models.Field.unique`.
+
.. attribute:: name
A human-readable "verbose" name for the Web site.