Changes between Initial Version and Version 1 of Ticket #17034, comment 1
- Timestamp:
- Oct 24, 2011, 8:23:32 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17034, comment 1
initial v1 3 3 In that method, the object_id is initially prepared by doing: 4 4 5 {{ #!python5 {{{#!python 6 6 object_id = model._meta.pk.to_python(object_id) 7 7 }}}