summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2012-06-07 15:02:35 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2012-06-07 15:02:35 +0200
commitc28e700c7e54e3071f173b34a12eb1c4f6e39552 (patch)
tree7b82ef60a2ca6a9d5d28cd10d3bea40f1b791284 /docs/ref/databases.txt
parent6492e8e5e6643c5a90d71727af7f17a362b9362b (diff)
Removed references to changes made in 1.2.
Thanks Florian Apolloner for the patch.
Diffstat (limited to 'docs/ref/databases.txt')
-rw-r--r--docs/ref/databases.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 2dea337d2b..600de8ed3a 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -373,15 +373,6 @@ these methods in no-op's based in the results of such detection.
Notes on specific fields
------------------------
-Boolean fields
-~~~~~~~~~~~~~~
-
-.. versionchanged:: 1.2
-
-In previous versions of Django when running under MySQL ``BooleanFields`` would
-return their data as ``ints``, instead of true ``bools``. See the release
-notes for a complete description of the change.
-
Character fields
~~~~~~~~~~~~~~~~