diff options
| author | Tim Graham <timograham@gmail.com> | 2016-12-31 11:54:49 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-17 20:52:03 -0500 |
| commit | 933dc62742d2ba374fb0f03bd29022dfb60f52ec (patch) | |
| tree | 978cad23cb54cd7889679f1e125da09f37ccde8a /docs | |
| parent | eba093e8b02989af1857b1915907ca0897f565ff (diff) | |
Refs #16508 -- Removed virtual aliases of "private fields".
Per deprecation timeline.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.0.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index f02520cb9e..385b25b28d 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -361,3 +361,8 @@ these features. * Using ``User.is_authenticated()`` and ``User.is_anonymous()`` as methods rather than properties is no longer be supported. + +* The ``Model._meta.virtual_fields`` attribute is removed. + +* The keyword arguments ``virtual_only`` in ``Field.contribute_to_class()`` and + ``virtual`` in ``Model._meta.add_field()`` are removed. |
