django1/django
Russell Keith-Magee 9bea530c33 Disable use of terminal colors when django-admin is run on a Pocket PC.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3347 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-14 05:26:55 +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 #2302: added arabic translation. thx Ahmad Alhashemi. 2006-07-10 14:14:00 +00:00
contrib Fixed #2325 -- fix the authentication framework to work with new-style classes. 2006-07-14 03:09:02 +00:00
core Disable use of terminal colors when django-admin is run on a Pocket PC. 2006-07-14 05:26:55 +00:00
db Fixed bug in manipulator_valid_rel_key -- it assumed the related object was related by the primary-key field, whereas this didn't work with ForeignKeys to non-primary-key fields 2006-07-13 21:31:53 +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 #1980, #2155 -- made date, time and datetime html2python methods a bit 2006-07-05 07:09:53 +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 #2320 -- corrected numerous errors in the custom tag examples in 2006-07-10 10:48:08 +00:00
templatetags Made django/utils/translation.py into a package django/utils/translation, which is loaded lazily depending on the value of settings.USE_I18N. 2006-07-04 03:58:45 +00:00
utils Added check_for_language and to_locale to utils.translation.trans_null 2006-07-14 02:55:42 +00:00
views Optimized JavaScript in django/views/i18n.py 2006-07-01 03:17:18 +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