django1/django/db
Luke Plant 6902824ac2 Fixed #11707 - limit_choices_to on a ForeignKey can render duplicate options in formfield
Thanks to Chris Wesseling for the report and patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15607 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-21 14:03:59 +00:00
..
backends Fixed #15327 -- Modified the Oracle test database signature method to allow for the case where TEST_USER is unspecified. Thanks to depaolim for the report. 2011-02-19 07:41:17 +00:00
models Fixed #11707 - limit_choices_to on a ForeignKey can render duplicate options in formfield 2011-02-21 14:03:59 +00:00
__init__.py Fixed #15336 -- Silenced a warning about the DATABASES transition when a database backend isn't specified. Thanks to Ivan Sagalaev for the report and patch. 2011-02-19 08:10:19 +00:00
transaction.py Changeset r15232 refactored transactions so that all transaction state is maintained on the connection. This changeset continues that work, moving all transaction control to the connection, too. The transaction control functions in django.db.transaction are left as a generic way to easily apply a transaction control function based on a DB alias. Refs #9964. 2011-02-12 13:02:42 +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