django1/django/db
Carl Meyer a9b4f2a400 Tweaked r15303 to avoid O(N) lookup of field name. Thanks to Alex's eagle eyes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15324 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-26 08:39:30 +00:00
..
backends Fixed #14149: Initialize the Oracle connection.operators at connection time since some systems don't seem to like the "TRANSLATE" trick. 2011-01-24 21:34:18 +00:00
models Tweaked r15303 to avoid O(N) lookup of field name. Thanks to Alex's eagle eyes. 2011-01-26 08:39:30 +00:00
__init__.py Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnings, and removed 1.1 deprecated code. 2010-10-11 12:20:07 +00:00
transaction.py Refactor all uses of thread locals to be more consistant and sane. 2011-01-17 09:52:47 +00:00
utils.py Fixed the world's ugliest syntax (that's not an actual error) that snuck in with [14857]. 2010-12-08 18:37:00 +00:00