nt_type' : str(self.target_object._meta),
'object_pk' : str(self.target_object._get_pk_val()),
'timestamp' : str(timestamp),
'security_hash' : self.initial_security_hash(timestamp),
}
So the content_type value is from
Mostly I followed the instruction of
http://docs.djangoproject.com/en/dev/ref/contrib/comments/
While my code could run as expected, I cannot find when and where the
field values in "form" are set before it's called in line 4~6 of the
form.html as below. What I'm particularly interested in was th
2 matches
Mail list logo