app/projrev/models.py
changeset 47 09c3b7aaa535
parent 43 55e650bb9dbe
child 49 33c54f815fd5
equal deleted inserted replaced
46:e27c75dedbfb 47:09c3b7aaa535
   899   comment_a1.help_text = "Comment for this attribute."
   899   comment_a1.help_text = "Comment for this attribute."
   900 
   900 
   901   attribute2 = models.PositiveSmallIntegerField(
   901   attribute2 = models.PositiveSmallIntegerField(
   902       choices=[(1, 1), (2, 2), (3, 3), (4, 4), (5, 5)])
   902       choices=[(1, 1), (2, 2), (3, 3), (4, 4), (5, 5)])
   903   attribute2.verbose_name = ('Uniqueness/novelty/innovation of the said '
   903   attribute2.verbose_name = ('Uniqueness/novelty/innovation of the said '
   904       'proposal')
   904       'proposal.')
   905 
   905 
   906   comment_a2 = models.TextField(blank=True)
   906   comment_a2 = models.TextField(blank=True)
   907   comment_a2.verbose_name = 'Comment'
   907   comment_a2.verbose_name = 'Comment'
   908   comment_a2.help_text = "Comment for this attribute."
   908   comment_a2.help_text = "Comment for this attribute."
   909 
   909