django/tests/serializers
Thomas Stephenson 035b0fa60d Fixed #24716 -- Deprecated Field._get_val_from_obj()
The method duplicates the functionality of Field.value_from_object()
and has the additional downside of being a privately named public
API method.
2015-07-14 09:13:22 -04:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Fixed #24716 -- Deprecated Field._get_val_from_obj() 2015-07-14 09:13:22 -04:00
tests.py Refs #25050 -- Corrected test assertion in serializers test. 2015-07-03 08:03:20 -04:00