Files
django-polymorphic/polymorphic
Chris Brantley 8043e87b30 Wrap call to key() in list() so it can be indexed
In Python 3.4 trying to generate a polymorphic_inlineformset results in a TypeError with the following message: "'KeysView' object does not support indexing". This solves that problem by ensuring that `child_models` is a list, and thus can be referenced by index.
2016-09-21 09:56:20 -05:00
..
2016-08-15 16:10:55 +02:00
2015-10-12 11:44:01 -03:00
2015-12-28 15:16:29 +01:00
2016-09-11 21:34:37 +02:00
2016-09-12 10:35:47 +02:00
2016-08-10 14:02:36 +02:00
2016-08-10 14:29:03 +02:00