1
0
mirror of https://github.com/django/django.git synced 2025-01-14 20:36:00 +00:00
django/django
2007-09-09 21:57:59 +00:00
..
bin Fixed -- Fixed a problem on Windows when generating message catalogs (caused by [5722]). Thanks, Ramiro Morales. 2007-08-11 07:01:46 +00:00
conf Fixed -- Updated Spanish translation. Thanks, Mario Gonzalez. 2007-08-19 14:06:54 +00:00
contrib Fixed -- Changed CSRF middleware to check for request.method == 'POST' instead of request.POST dictionary not being empty. Thanks, Jakub Wilk 2007-09-03 06:18:48 +00:00
core Fixed -- Refactored the django-admin.py help system, allowing each subcommand to register its own options. Thanks for the patch, Todd O'Bryan 2007-09-09 21:57:59 +00:00
db Fixed imports to adhere to PEP 8 and stripped trailing whitespace. 2007-09-08 05:11:17 +00:00
dispatch Fixed : vastly improved the performance of django.dispatch (and added tests!). Thanks to Brian Harring for the patch. Note that one of the new tests fails under sqlite currently; it's not clear if this is a sqlite problem or a problem with the tests, but it appears not to be a problem with the dispatcher itself. 2007-02-26 03:17:04 +00:00
forms Changed django.forms to remove duplicate code and import from django.oldforms instead 2006-12-22 01:44:34 +00:00
http Fixed -- Avoid displaying uploaded file contents in the debug web page. Based on a patch from eibaan@gmail.com. 2007-08-12 12:02:08 +00:00
middleware Fixed -- Send back set-cookie headers in "not modified" responses. Well spotted, colin@owlfish.com. 2007-08-12 13:10:45 +00:00
newforms Fixed imports to adhere to PEP 8 and stripped trailing whitespace. 2007-09-08 19:26:15 +00:00
oldforms Fixed -- Typo fix in oldforms. Thanks, teyc@cognoware.com. 2007-08-12 03:29:07 +00:00
shortcuts Changed docstring additions from [5744] to use active verbs ('returns' instead of 'return') 2007-07-25 03:12:31 +00:00
template Fixed -- Changed the unordered_list template filter to use a more simple format, while maintaining backwards compatibility with the old format. unordered_list now works with a simple list of items. Thanks for the patch, SmileyChris. 2007-08-26 01:11:20 +00:00
templatetags Merged Unicode branch into trunk (r4952:5608). This should be fully 2007-07-04 12:11:04 +00:00
test Cleaned up some imports. 2007-09-04 00:50:06 +00:00
utils Fixed -- Added an optional 'path' argument to get_svn_revision(). Thanks, django@poelzi.org 2007-08-24 03:53:04 +00:00
views Changed imports to adhere to PEP 8. 2007-09-07 04:11:20 +00:00
__init__.py Fixed -- Added Subversion revision number to Django version string. Thanks for the patch, Deryck Hodge 2007-08-21 03:08:02 +00:00