1
0
mirror of https://github.com/django/django.git synced 2025-01-11 10:56:28 +00:00
django/django
2012-02-04 12:48:01 +00:00
..
bin
conf Fixed #17440 -- Used a more natural default date format in the Italian locale. Thanks rm_ and tekNico. 2011-12-30 12:41:24 +00:00
contrib Fixed #13914 -- Added natural keys to User and Group models in auth contrib app. Thanks, jbochi and closedbracket. 2012-02-04 12:48:01 +00:00
core Fixed #17078: properly invoke IPython 0.12. 2012-01-19 17:38:56 +00:00
db Fixed #10868 -- Stopped restoring database connections after the tests' execution in order to prevent the production database from being exposed to potential threads that would still be running. Also did a bit of PEP8-cleaning while I was in the area. Many thanks to ovidiu for the report and to Anssi Kääriäinen for thoroughly investigating this issue. 2012-01-30 08:27:50 +00:00
dispatch
forms Clean up the form's code a little bit, to make it more consistantly go through one code path. Patch from Travis Swicegood. 2012-01-19 22:05:47 +00:00
http Negligible spacing fixes to comments in django/http/__init__.py 2011-12-17 02:40:35 +00:00
middleware Fixed #10762, #17514 -- Prevented the GZip middleware from returning a response longer than the original content, allowed compression of non-200 responses, and added tests (there were none). Thanks cannona for the initial patch. 2012-01-09 21:42:03 +00:00
shortcuts
template Fixed loader_tags.py to import token_kwargs from the correct module 2012-02-02 17:03:32 +00:00
templatetags
test Made a bunch more edits up until [17418] 2012-02-03 20:45:45 +00:00
utils Small fix to comments in utils/html.py from [17347] 2012-02-03 17:57:15 +00:00
views Fixed #17486 -- Updated the welcome page of new projects to reflect the new structure created by startproject. Thanks aashu_dwivedi. 2012-01-01 21:54:33 +00:00
__init__.py Implemented PEP386-compatible version numbers. Thanks Jannis for the guidance. 2012-01-08 15:05:15 +00:00