Changes between Version 14 and Version 17 of Ticket #26819


Ignore:
Timestamp:
Oct 24, 2016, 10:23:48 AM (7 years ago)
Author:
Tim Graham
Comment:

I believe it affects all inline formsets, not just those in the admin. There's a PR without tests.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26819

    • Property Component contrib.postgresForms
  • Ticket #26819 – Description

    v14 v17  
    88{{{#!python
    99class Map(models.Model):
    10     name = models.CharField(_('name'), max_length=128)
     10    name = models.CharField('name', max_length=128)
    1111
    1212
Back to Top