django1/django/db/backends
Karen Tracey b1f6a4d66f Fixed #10154: Allow combining F expressions with timedelta values.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15018 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-22 03:34:04 +00:00
..
dummy Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch. 2010-10-11 12:55:17 +00:00
mysql Fixed #10154: Allow combining F expressions with timedelta values. 2010-12-22 03:34:04 +00:00
oracle Fixed #10154: Allow combining F expressions with timedelta values. 2010-12-22 03:34:04 +00:00
postgresql Fixed #10154: Allow combining F expressions with timedelta values. 2010-12-22 03:34:04 +00:00
postgresql_psycopg2 Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control cascade behavior. Also refactored deletion for efficiency and code clarity. Many thanks to Johannes Dollinger and Michael Glassford for extensive work on the patch, and to Alex Gaynor, Russell Keith-Magee, and Jacob Kaplan-Moss for review. 2010-11-09 16:46:42 +00:00
sqlite3 Fixed #10154: Allow combining F expressions with timedelta values. 2010-12-22 03:34:04 +00:00
__init__.py Fixed #10154: Allow combining F expressions with timedelta values. 2010-12-22 03:34:04 +00:00
creation.py Small performance tweak - avoid loading django.core.management in DB backend code 2010-12-21 21:32:59 +00:00
signals.py Fixed #13798 -- Added connection argument to the connection_created signal. Thanks to liangent for the report, and Alex Gaynor for the patch. 2010-08-30 13:21:18 +00:00
util.py Fixed #14453 -- Changed handling of microseconds part in typecast_timestamp() DB backend helper function to be more correct. Thanks philipn for the report and fix. 2010-11-21 15:08:53 +00:00