Changes between Version 14 and Version 17 of Ticket #26819
- Timestamp:
- Oct 24, 2016, 10:23:48 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26819
- Property Component contrib.postgres → Forms
-
Ticket #26819 – Description
v14 v17 8 8 {{{#!python 9 9 class Map(models.Model): 10 name = models.CharField( _('name'), max_length=128)10 name = models.CharField('name', max_length=128) 11 11 12 12