django1/django
Alex Gaynor 4d766b3c9a Merge pull request #495 from aisipos/ticket_18949
Fixed #18949 -- Improve performance of model_to_dict with many-to-many
2012-11-04 15:57:45 -08:00
..
bin Fixed #18978 -- Moved cleanup command to sessions. 2012-10-27 18:31:00 +02:00
conf Fixed #17083 -- Allowed sessions to use non-default cache. 2012-10-31 09:46:16 +01:00
contrib Remove some bizzare and unnecesary code. 2012-11-04 13:58:40 -08:00
core Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to jgelens for the original patch. 2012-11-04 10:16:06 -08:00
db use six.string_types for python3 2012-11-04 14:16:32 -08:00
dispatch Fixed #18963 -- Used a subclass-friendly pattern 2012-11-03 22:07:35 +01:00
forms Fixed #18949 -- Improve performance of model_to_dict with many-to-many 2012-11-04 15:52:05 -08:00
http Fixed #18963 -- Used a subclass-friendly pattern 2012-11-03 22:07:35 +01:00
middleware Fixed #15152 -- Avoided crash of CommonMiddleware on broken querystring 2012-11-03 21:28:33 +01:00
shortcuts Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names. 2012-09-08 16:58:35 -06:00
template Fixed #18484 -- Removed the div around the csrf token input 2012-10-13 11:30:09 +02:00
templatetags Fixed #19088 -- Always escape % inside blocktrans tag 2012-10-23 18:49:22 +02:00
test Fixed #17744 -- Reset default file storage with setting_changed signal 2012-10-30 22:23:28 +01:00
utils Fixed #18963 -- Used a subclass-friendly pattern 2012-11-03 22:07:35 +01:00
views Fixed #19240 -- include pagination error details in ListView 404 2012-11-04 15:52:00 -08:00
__init__.py Advanced version identifiers for 1.6 cycle. 2012-10-26 22:01:34 -03:00