django1/django
Georg Bauer e19112b47c fixed #2198: updated argentinan translations
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3208 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-26 12:24:22 +00:00
..
bin MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
conf fixed #2198: updated argentinan translations 2006-06-26 12:24:22 +00:00
contrib Fixed #2168 -- Made comment templates more accessible 2006-06-26 00:48:12 +00:00
core Fixes #1812 -- Added model validity checks to ensure that models.py exists, and has been successfully imported for all INSTALLED_APPS. Previous behaviour was to silently ignore empty/problem models, which resulted in the display of an admin page that doesn't display a supposedly installed model. Thanks to Ian Holsman for the original report. 2006-06-25 04:24:15 +00:00
db Fixed #1796 -- implemented more robust normalisation for module filenames 2006-06-26 09:01:07 +00:00
dispatch MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
forms Fixed #2190 -- Now allowing NullBooleanField to be given None 2006-06-20 03:06:14 +00:00
http Fixed #2078 -- Improved HttpResponseRedirect and HttpResponsePermanentRedirect to percent-encode non-ASCII characters in the Location header. Thanks, Andrey 2006-06-20 04:06:16 +00:00
middleware Converted request.META['REQUEST_METHOD'] calls to request.method, throughout the Django codebase 2006-06-20 04:34:13 +00:00
shortcuts Added *args to get_list_or_404, too (refs #2048). 2006-05-31 12:36:01 +00:00
template Fixed #2053 -- added an optional comparison argument to the "timesince" filter. 2006-06-21 06:56:08 +00:00
templatetags fixed #1660: added support functions and tags for bidi language support 2006-05-16 07:35:20 +00:00
utils Fixed #2163 -- Corrected typo when handling datetimes with timezones in the timesince filter. Thanks, Alex Dedul. 2006-06-21 11:11:03 +00:00
views Changed default 500 view NOT to use RequestContext, to lessen the chance that the 500 view would raise an error in itself 2006-06-22 16:28:40 +00:00
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00