Ticket #16168: 16168.diff
File 16168.diff, 673 bytes (added by , 13 years ago) |
---|
-
docs/topics/forms/modelforms.txt
435 435 class Meta: 436 436 model = Article 437 437 438 Furthermore, you have to make sure that the contents of the form field can 439 be used to set the contents of the corresponding model field. When they are 440 not compatible, you will get a ValueError as no implicit conversion takes 441 place. 442 438 443 See the :doc:`form field documentation </ref/forms/fields>` for more information 439 444 on fields and their arguments. 440 445