django1/django
Ian Kelly 15a39f7fe5 Fixed #5985: Changed the lookups in the Oracle backend to use LIKEC instead of LIKE.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7412 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-04-10 17:44:40 +00:00
..
bin Fixed #5978 -- Gave `LOCALE_PATHS` a default setting of an empty tuple and removed some code that was checking for its existance in settings before accessing it. 2007-11-19 05:59:58 +00:00
conf Fixed #6942 -- A few small updates to the Simplified Chinese translation. 2008-04-05 02:59:41 +00:00
contrib Django code styling fixes. 2008-03-29 16:42:39 +00:00
core Added inline Oracle tablespace SQL for unique_together constraints. 2008-03-27 22:07:40 +00:00
db Fixed #5985: Changed the lookups in the Oracle backend to use LIKEC instead of LIKE. 2008-04-10 17:44:40 +00:00
dispatch Fixed #5664 -- Added a Jython workaround for some assumptions in the signal 2007-10-21 18:26:24 +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 #6616 -- Added an is_ajax() method to HttpRequest that uses the de facto 2008-03-20 07:16:16 +00:00
middleware Fixed #6480 -- Added application/pdf the list of content types we don't compress when sending to Internet Explorer. Thanks, Bastien Kleineidam. 2008-02-04 01:40:53 +00:00
newforms Fixed #5917 -- More error robustness in date parsing in SelectDateWidget, plus 2008-03-20 07:44:46 +00:00
oldforms Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359 2007-11-14 12:58:53 +00:00
shortcuts Fixed #3511 -- Changed QuerySet.get() to return a MultipleObjectsReturned exception, rather than an assertion error. Thanks, Gary Wilson and cheeming. 2007-12-02 18:21:07 +00:00
template FIxed #6513 -- Handle overflows better in the floatformat filter. It's not 2008-03-20 07:36:33 +00:00
templatetags Fixed #4539 -- Fixed a subtle context resolving bug in the i18n template tag. 2008-03-17 14:55:30 +00:00
test Fixed #5982 -- Changed test client's URL processing to match core's (everything 2008-03-20 06:50:54 +00:00
utils Fixed #6687: added outlog/errlog options to runfcgi. Thanks, tamas. 2008-03-18 15:53:46 +00:00
views Fixed #6864 -- Handle Javascript i18n when the plural form expression returns 2008-03-24 13:27:19 +00:00
__init__.py Fixed #5215 -- Added Subversion revision number to Django version string. Thanks for the patch, Deryck Hodge 2007-08-21 03:08:02 +00:00