Changes between Initial Version and Version 1 of Ticket #17034, comment 1


Ignore:
Timestamp:
Oct 24, 2011, 8:23:32 AM (13 years ago)
Author:
Julien Phalip

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17034, comment 1

    initial v1  
    33In that method, the object_id is initially prepared by doing:
    44
    5 {{#!python
     5{{{#!python
    66object_id = model._meta.pk.to_python(object_id)
    77}}}
Back to Top