Ticket #2649: 2649.diff
File 2649.diff, 536 bytes (added by , 18 years ago) |
---|
-
docs/model-api.txt
543 543 ``editable`` 544 544 ~~~~~~~~~~~~ 545 545 546 If ``False``, the field will not be editable in the admin. Default is ``True``. 546 If ``False``, the field will not be editable in the admin. Default is ``True``. 547 The field will also not be editable through form processing using the object's 548 ChangeManipulator or AddManipulator. 547 549 548 550 ``help_text`` 549 551 ~~~~~~~~~~~~~