summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-09-02 21:11:12 -0400
committerTim Graham <timograham@gmail.com>2017-09-22 12:51:18 -0400
commit5bcca2a056f56b75e6a21670b32b982ef98f422a (patch)
treed79c25c020adf4c8ba84d7dfde3b5aff63ed826e /docs
parent48d57788ee56811fa77cd37b9edf40535f82d87e (diff)
Refs #27532 -- Removed Model._meta.has_auto_field per deprecation timeline.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.1.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt
index de7150b7b7..fd56560365 100644
--- a/docs/releases/2.1.txt
+++ b/docs/releases/2.1.txt
@@ -254,3 +254,5 @@ how to remove usage of these features.
* The ``USE_ETAGS`` setting is removed. ``CommonMiddleware`` and
``django.utils.cache.patch_response_headers()`` no longer set ETags.
+
+* The ``Model._meta.has_auto_field`` attribute is removed.