diff options
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. |
