('name',models.CharField(help_text=b'The name for this object (space-like characters will be automatically replaced by dashes)',max_length=200)),
('name',models.CharField(help_text='The name for this object (space-like characters will be automatically replaced by dashes)',max_length=200)),
('version',models.PositiveIntegerField(default=1,help_text=b'The version of this object (an integer starting from 1)')),
('version',models.PositiveIntegerField(default=1,help_text='The version of this object (an integer starting from 1)')),
('short_description',models.CharField(default=b'',help_text=b'Describe the object succinctly (try to keep it under 80 characters)',max_length=100,blank=True)),
('short_description',models.CharField(default='',help_text='Describe the object succinctly (try to keep it under 80 characters)',max_length=100,blank=True)),
('hash',models.CharField(help_text=b'Hashed value of the object contents (<a href="https://docs.python.org/2/library/hashlib.html">SHA256, hexadecimal digest</a>). This field is auto-generated and managed by the platform.',max_length=64,editable=False)),
('hash',models.CharField(help_text='Hashed value of the object contents (<a href="https://docs.python.org/2/library/hashlib.html">SHA256, hexadecimal digest</a>). This field is auto-generated and managed by the platform.',max_length=64,editable=False)),
('dataformat',models.ForeignKey(related_name='plotters',to='dataformats.DataFormat',help_text='Applicable data format to use this code with',null=True)),
('dataformat',models.ForeignKey(related_name='plotters',to='dataformats.DataFormat',help_text='Applicable data format to use this code with',null=True)),
('name',models.CharField(help_text=b'The name for this object (space-like characters will be automatically replaced by dashes)',max_length=200)),
('name',models.CharField(help_text='The name for this object (space-like characters will be automatically replaced by dashes)',max_length=200)),
('version',models.PositiveIntegerField(default=1,help_text=b'The version of this object (an integer starting from 1)')),
('version',models.PositiveIntegerField(default=1,help_text='The version of this object (an integer starting from 1)')),
('short_description',models.CharField(default=b'',help_text=b'Describe the object succinctly (try to keep it under 80 characters)',max_length=100,blank=True)),
('short_description',models.CharField(default='',help_text='Describe the object succinctly (try to keep it under 80 characters)',max_length=100,blank=True)),
('hash',models.CharField(help_text=b'Hashed value of the object contents (<a href="https://docs.python.org/2/library/hashlib.html">SHA256, hexadecimal digest</a>). This field is auto-generated and managed by the platform.',max_length=64,editable=False)),
('hash',models.CharField(help_text='Hashed value of the object contents (<a href="https://docs.python.org/2/library/hashlib.html">SHA256, hexadecimal digest</a>). This field is auto-generated and managed by the platform.',max_length=64,editable=False)),
('description',models.TextField(default=b'',help_text=b'Describe the object thoroughly using <a href="http://docutils.sourceforge.net/rst.html">reStructuredText mark-up</a><br/><i class="fa fa-thumbs-up"></i> The ruler at 80 columns indicate suggested <a href="https://en.wikipedia.org/wiki/POSIX">POSIX line breaks</a> (for readability).<br/><i class="fa fa-thumbs-up"></i> The editor will automatically enlarge to accomodate the entirety of your input<br/><i class="fa fa-thumbs-up"></i> Use <a href="http://codemirror.net/doc/manual.html#commands">keyboard shortcuts</a> for search/replace and faster editing. For example, use Ctrl-F (PC) or Cmd-F (Mac) to search through this box',null=True,blank=True)),
('description',models.TextField(default='',help_text='Describe the object thoroughly using <a href="http://docutils.sourceforge.net/rst.html">reStructuredText mark-up</a><br/><i class="fa fa-thumbs-up"></i> The ruler at 80 columns indicate suggested <a href="https://en.wikipedia.org/wiki/POSIX">POSIX line breaks</a> (for readability).<br/><i class="fa fa-thumbs-up"></i> The editor will automatically enlarge to accomodate the entirety of your input<br/><i class="fa fa-thumbs-up"></i> Use <a href="http://codemirror.net/doc/manual.html#commands">keyboard shortcuts</a> for search/replace and faster editing. For example, use Ctrl-F (PC) or Cmd-F (Mac) to search through this box',null=True,blank=True)),