django1/django
Malcolm Tredinnick 6c02565e4f Fixed #3957, #3945 -- Added CPF and CNPJ (some Brazilian identity numbers)
fields to the Brazilian localflavor. Thanks, onaiort@gmail.com and
danielvaz@gmail.com.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5089 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-26 13:11:07 +00:00
..
bin Told xgettext that ngettext_lazy is a pluralising function, so that strings are 2007-04-26 10:27:21 +00:00
conf Fixed #4129 -- Pass any prefix setting into url(...) constructions so that 2007-04-26 11:17:19 +00:00
contrib Fixed #3957, #3945 -- Added CPF and CNPJ (some Brazilian identity numbers) 2007-04-26 13:11:07 +00:00
core Fixed #4129 -- Pass any prefix setting into url(...) constructions so that 2007-04-26 11:17:19 +00:00
db Fixed #3450 -- Exposed IntegrityError in a backend-neutral fashion. This is a 2007-04-25 10:18:56 +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 Added client IP address to the e-mail that is sent when an internal 2007-04-20 11:24:53 +00:00
newforms Fixed #3787, #3788 -- Corrected check for IndexError on MultiValueField, and fixed the value_from_datadict method for MultiWidgets to handle Multiwidgets containing Multiwidgets. Also added a testcase walking through the use of MultiWidget/MultiValueField. Thanks to Max Derkachev for reporting these issues and providing fixes. 2007-04-26 12:46:04 +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 #3543 -- Be a bit more tolerant of spaces following the comma 2007-04-25 10:29:39 +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 Fixed #4137 -- Added translation markup to a couple of missed strings. Thanks, 2007-04-25 08:32:31 +00:00
views Fixed #3734 -- Added support for import hooks to the debugging traceback 2007-04-21 04:37:31 +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