1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #24716 -- Removed Field._get_val_from_obj() per deprecation timeline.

This commit is contained in:
Tim Graham
2016-12-31 07:36:21 -05:00
parent ad393beeb7
commit 733c7c7030
2 changed files with 3 additions and 13 deletions

View File

@@ -299,3 +299,5 @@ these features.
* Support for setting a URL instance namespace without an application namespace
is removed.
* ``Field._get_val_from_obj()`` is removed.