Changes between Initial Version and Version 2 of Ticket #23473


Ignore:
Timestamp:
Sep 11, 2014, 3:11:47 PM (10 years ago)
Author:
Dan Loewenherz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23473 – Description

    initial v2  
    1717
    1818class Product(models.Model):
    19     name = models.CharField(max_length=32, blank=True, null=True, error_messages={'invalid': IgnoreFormatString('At this time, we do not carry half-sizes. We recommend rounding up.')})
     19    name = models.CharField(max_length=32, blank=True, null=True, error_messages={'invalid': IgnoreFormatString('Err, this is invalid.')})
    2020}}}
    2121
Back to Top