django1/django
Adrian Holovaty 0a2e8daaaf 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
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3338 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-13 21:31:53 +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 #2301 -- Fixed HTML problem with list_display_links. Thanks, kilian 2006-07-11 19:08:24 +00:00
core Fixed #2301 -- Added list_display_links option to 'class Admin', which regulates which fields in the change list have links. Thanks, kilian 2006-07-10 04:16:26 +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 get_language_bidi to django.utils.translation.trans_nuill. Refs #2203 2006-07-11 14:08: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