django-polymorphic/polymorphic/formsets
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
..
__init__.py Add missing `polymorphic_modelformset_factory` method 2016-08-10 12:50:15 +02:00
generic.py Rename inline/formset classes to avoid more confusion. 2016-08-09 01:11:05 +02:00
models.py Wrap call to key() in list() so it can be indexed 2016-09-21 09:56:20 -05:00
utils.py Upstream support for polymorphic formsets and and inline models. 2016-06-10 14:30:51 +02:00