django1/django
Jim Bailey 539e3693d4 Fixed #20849 -- ModelForms do not work well with prefetch_related.
model_to_dict() (used when rendering forms) queries the database
to get the list of primary keys for ManyToMany fields. This is
unnecessary if the field queryset has been prefetched, all the
keys are already in memory and can be obtained with a simple
iteration.
2013-11-03 12:27:54 +02:00
..
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
conf Fixed all E261 warnings 2013-11-02 18:20:39 -04:00
contrib Whitespace fix 2013-11-03 01:53:28 -07:00
core Fixed all E261 warnings 2013-11-02 18:20:39 -04:00
db Fixed all E261 warnings 2013-11-02 18:20:39 -04:00
dispatch More attacking E302 violators 2013-11-02 13:12:09 -07:00
forms Fixed #20849 -- ModelForms do not work well with prefetch_related. 2013-11-03 12:27:54 +02:00
http Fixed the remaining E302 violations int eh django package 2013-11-02 17:37:15 -07:00
middleware Fixed all E261 warnings 2013-11-02 18:20:39 -04:00
shortcuts More attacking E302 violators 2013-11-02 13:12:09 -07:00
template Fixed the remaining E302 violations int eh django package 2013-11-02 17:37:15 -07:00
templatetags Fixed the remaining E302 violations int eh django package 2013-11-02 17:37:15 -07:00
test Checkout prior commit of _doctest.py 2013-11-02 20:20:53 -04:00
utils Correct flake8 E302 violations 2013-11-02 19:53:29 -04:00
views Correct flake8 E302 violations 2013-11-02 19:53:29 -04:00
__init__.py Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00