1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/django
2012-11-10 15:48:46 +00:00
..
bin
conf Fixed #14264 -- Ensured settings.configure configures logging 2012-11-10 12:05:58 +01:00
contrib Allow custom User models to use the UserAdmin's change password view. 2012-11-10 15:48:46 +00:00
core Removed an impossible code path in cache function 2012-11-10 15:42:27 +01:00
db Fixed #17144 -- MySQL again groups by PK only 2012-11-08 00:56:32 +02:00
dispatch Fixed #18963 -- Used a subclass-friendly pattern 2012-11-03 22:07:35 +01:00
forms Fixed #8627 -- Prevented textareas to swallow first newline content 2012-11-05 20:27:06 +01: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
template Fixed #19262 -- Support cookie pickling in SimpleTemplateResponse 2012-11-09 21:07:53 +01:00
templatetags
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 py3 compatibility for 5a00a57aa5 2012-11-04 23:38:41 -08:00
__init__.py