diff options
| author | Adam Chainz <adam@adamj.eu> | 2016-11-23 22:04:10 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-11-25 13:24:11 -0500 |
| commit | 6252fd6314f66d2d303cc47c791ffefd27169b42 (patch) | |
| tree | 008414bc12e1c56962967bc8b6b3e51e3eeb9651 /docs/internals | |
| parent | cb7bbf97a74fa7800865e3615f196ad65dc4f281 (diff) | |
Fixed #27532 -- Deprecated Model._meta.has_auto_field
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 53d3ef4e9c..29f4479c5a 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -46,6 +46,8 @@ details on these changes. * The ``USE_ETAGS`` setting will be removed. ``CommonMiddleware`` and ``django.utils.cache.patch_response_headers()`` will no longer set ETags. +* The ``Model._meta.has_auto_field`` attribute will be removed. + .. _deprecation-removed-in-2.0: 2.0 |
