django1/django
Malcolm Tredinnick 4b4d1af660 Fixed #3932 -- Updated Spanish translation. Thanks, gomo@datafull.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4976 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09 12:03:15 +00:00
..
bin Added a check of the format specifiers in Python strings. This will identify a 2007-04-05 15:34:32 +00:00
conf Fixed #3932 -- Updated Spanish translation. Thanks, gomo@datafull.com. 2007-04-09 12:03:15 +00:00
contrib Fixed a typo from [4968]. 2007-04-09 06:16:44 +00:00
core Fixed #3790 -- Fixed a problem with sequence resetting during fixture loads when using Postgres. Thanks to Jon Ballard and scott@staplefish.com for the report, and to Zach Thompson for suggesting a solution. 2007-04-06 02:25:58 +00:00
db Backwards-incompatible change -- Renamed localflavor.usa to localflavor.us to match naming of other flavors. 2007-04-08 11:21:00 +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 Fixed #3875 -- Added HttpResponseBadRequest. Thanks, Scott Barr. 2007-03-30 06:48:19 +00:00
middleware Fixed #3808 -- Fixed some typos in comments. Thanks, Collin Grady 2007-03-25 18:05:01 +00:00
newforms Fixed #3929 -- Newforms Textarea widget now always includes 'rows' and 'cols' attributes, even if you don't pass them in, for HTML correctness. Thanks, and welcome back, Luke Plant 2007-04-09 01:22:45 +00:00
oldforms Fixed #3629 -- In oldforms, differentiate files in a recursive FilePathField. 2007-04-01 05:42:48 +00:00
shortcuts Fixed #3767 -- Added reason to Http404 exception raised in get_object_or_404 and get_list_or_404 2007-03-20 16:48:41 +00:00
template Fixed #3887 -- Fixed formatting error in docstring that was causing problems in 2007-04-03 03:45:47 +00:00
templatetags Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instead of empty string, for stricter compliance with Python library reference. Thanks for the patch, Yasushi Masuda 2006-10-30 20:50:27 +00:00
test Fixed #3253 -- Included test errors in the return code. 2007-03-29 11:59:31 +00:00
utils Backed out a portion of [4919] until I can make it worth smoothly with 2007-04-05 14:52:33 +00:00
views Fixed #3942 -- Fixed potential confusion on debug 404 page by stripping initial slash from the display of the current URL. Thanks, Collin Grady 2007-04-09 01:10:26 +00:00
__init__.py Dropped the presumptive next release's number to 0.97 just so that nobody gets silly about the magic one-oh. 2007-04-03 16:05:03 +00:00