Changes between Initial Version and Version 1 of Ticket #9619, comment 19
- Timestamp:
- Jun 17, 2015, 8:41:58 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9619, comment 19
initial v1 5 5 If present for the field subclass, from_db_value() will be called in all circumstances when the data is loaded from the database, including in aggregates and values() calls. 6 6 }}} 7 8 EDIT: I add a unittest in https://github.com/django/django/pull/4875 to test it.