Changes between Initial Version and Version 2 of Ticket #23473
- Timestamp:
- Sep 11, 2014, 3:11:47 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23473 – Description
initial v2 17 17 18 18 class 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.')}) 20 20 }}} 21 21