django1/django/core/db/backends
Adrian Holovaty e7982bb5b0 Fixed #491 -- Non-user connections are now supported for PostgreSQL. Thanks, jafo@tummy.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@647 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-19 01:23:03 +00:00
..
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
mysql.py Fixed #404 -- Fixed random ordering in MySQL by abstracting random function into db backend modules. Thanks, mattycakes@gmail.com 2005-09-02 20:46:00 +00:00
postgresql.py Fixed #491 -- Non-user connections are now supported for PostgreSQL. Thanks, jafo@tummy.com 2005-09-19 01:23:03 +00:00
sqlite3.py Fixed #404 -- Fixed random ordering in MySQL by abstracting random function into db backend modules. Thanks, mattycakes@gmail.com 2005-09-02 20:46:00 +00:00