django/django/db
Gary Wilson Jr 73f495158c Fixed #5710 -- Fixed a missing table name quoting in the postgresql backend, thanks davep@atomicdroplet.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6507 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-10-14 05:53:56 +00:00
..
backends Fixed #5710 -- Fixed a missing table name quoting in the postgresql backend, thanks davep@atomicdroplet.com. 2007-10-14 05:53:56 +00:00
models Fixed #5641 -- Handle lazy translations correctly when used as default arguments. Thanks, permon. 2007-10-04 01:55:51 +00:00
__init__.py Fixed #5454: settings.DATABASE_BACKEND may now refer to an external package (i.e. one located outside the Django source. Thanks, George Vilches. 2007-09-15 19:25:20 +00:00
transaction.py