django1/django/forms
Anton I. Sipos e44ab5bb4f Fixed #18949 -- Improve performance of model_to_dict with many-to-many
When calling model_to_dict, improve performance of the generated SQL by
using values_list to determine primary keys of many to many objects. Add
a specific test for this function, test_model_to_dict_many_to_many

Thanks to brian for the original report and suggested fix.
2012-11-04 15:52:05 -08:00
..
extras [py3] Fixed access to dict keys/values/items. 2012-08-07 12:00:22 +02:00
__init__.py Remove all relative imports. We have always been at war with relative imports. 2011-10-18 00:47:49 +00:00
fields.py Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail 2012-09-26 14:14:51 +02:00
forms.py [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
formsets.py Fixed #18963 -- Used a subclass-friendly pattern 2012-11-03 22:07:35 +01:00
models.py Fixed #18949 -- Improve performance of model_to_dict with many-to-many 2012-11-04 15:52:05 -08:00
util.py [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
widgets.py Fixed #16820 -- Treated '0' value as True for checkbox inputs 2012-10-26 20:44:00 +02:00