This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
django
/
db
History
Malcolm Tredinnick
805c364fcf
Fixed
#3511
-- Changed QuerySet.get() to return a MultipleObjectsReturned exception, rather than an assertion error. Thanks, Gary Wilson and cheeming.
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@6838
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-12-02 18:21:07 +00:00
..
backends
Fixed
#5996
-- Add a pyscopg2 convertor for SafeUnicode -> unicode. Thanks, remco@diji.biz
2007-12-01 22:26:24 +00:00
models
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
__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
Fixed
#4040
-- Changed uses of has_key() to "in". Slight performance
2007-04-26 13:30:48 +00:00