summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2016-08-17 21:09:50 +0100
committerTim Graham <timograham@gmail.com>2016-08-17 21:19:22 -0400
commitc24a47b3e6cfba88ee7792be25da5b5333266abe (patch)
treec81cf8b2e1634cddfafe895c3a3c6f78f291cbd9 /docs
parent04f0c2ab39396a5b3002d7fe3e2b0648c63ac3cc (diff)
[1.10.x] Refs #26983 -- Added test for isnull lookup to CharField with primary_key=True.
Backport of 97513269d73520d10722bbd10404be6ac4d48d07 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.1.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.10.1.txt b/docs/releases/1.10.1.txt
index eebe4e44d1..a6c019c4b3 100644
--- a/docs/releases/1.10.1.txt
+++ b/docs/releases/1.10.1.txt
@@ -28,7 +28,8 @@ Bugfixes
(:ticket:`27005`).
* Fixed the ``isnull`` lookup on a ``ForeignKey`` with its ``to_field``
- pointing to a ``CharField`` (:ticket:`26983`).
+ pointing to a ``CharField`` or pointing to a ``CharField`` defined with
+ ``primary_key=True`` (:ticket:`26983`).
* Prevented the ``migrate`` command from raising
``InconsistentMigrationHistory`` in the presence of unapplied squashed