mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #26983 -- Added test for isnull lookup to CharField with primary_key=True.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user