field=models.IntegerField(blank=True,db_index=True,help_text='The position of this document in your physical document archive.',null=True,unique=True),
field=models.BooleanField(default=False,help_text='Marks this tag as an archive tag: All documents tagged with archive tags will never be modified automatically (i.e., modifying tags by matching rules)'),