django1/django
Malcolm Tredinnick b2f92dfcc5 Fixed #5462 -- Added Peruvian localflavor. Thanks, xbito.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6283 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-15 12:20:35 +00:00
..
bin Fixed #4899 -- 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 #5473 -- Updated Finnish translation. Thanks akaihola. 2007-09-15 04:54:17 +00:00
contrib Fixed #5462 -- Added Peruvian localflavor. Thanks, xbito. 2007-09-15 12:20:35 +00:00
core Fixed #5443 -- Handle lack of os.access() and os.chmod() in Jython. Thanks, Leo Soto. 2007-09-15 11:19:50 +00:00
db Fixed #5444 -- Changed manipulator class construction to use type(), rather than types.ClassType(). Helps with Jython compatibility. Patch from Leo Soto. 2007-09-15 11:06:32 +00:00
dispatch Fixed #3439: 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 Added more dict-like methods to HttpResponse as part of the response.headers -> response._headers move, and fixed a few direct uses of response.headers in Django itself. Thanks to PhiR for tracking down and slaying these bugs. 2007-09-14 22:33:56 +00:00
middleware Added more dict-like methods to HttpResponse as part of the response.headers -> response._headers move, and fixed a few direct uses of response.headers in Django itself. Thanks to PhiR for tracking down and slaying these bugs. 2007-09-14 22:33:56 +00:00
newforms Fixed #5355 -- Fixed data cleaning for DecimalField. 2007-09-15 11:45:19 +00:00
oldforms Fixed #5015 -- Typo fix in oldforms. Thanks, teyc@cognoware.com. 2007-08-12 03:29:07 +00:00
shortcuts Fixed #5483 -- Removed django.shortcuts.load_and_render, which was replaced a long time ago 2007-09-15 04:52:48 +00:00
template Fixed #3036 -- Fixed some doctest strings that were failing. Thanks to pterk for the original patch. 2007-09-15 08:29:56 +00:00
templatetags Merged Unicode branch into trunk (r4952:5608). This should be fully 2007-07-04 12:11:04 +00:00
test Fixed #5445: added some compatibility code for the lack of __iter__ in Jython 2.2. Thanks, Leo Soto. 2007-09-14 19:55:24 +00:00
utils Made a small optimization to __deepcopy__ in [6276]. 2007-09-15 11:13:21 +00:00
views Fixed #5468 -- Fixed the handling of the context argument in direct_to_template generic views. Thanks, durdinator. 2007-09-15 11:12:54 +00:00
__init__.py Fixed #5215 -- Added Subversion revision number to Django version string. Thanks for the patch, Deryck Hodge 2007-08-21 03:08:02 +00:00