index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
backends
/
models.py
Age
Commit message (
Expand
)
Author
2010-10-23
[1.2.X] Fixed #14223 -- Extended unification of exception raised in presence ...
Ramiro Morales
2010-09-27
[1.2.X] Migrated custom_columns_regress doctests. Thanks to Sebastian Hillig.
Russell Keith-Magee
2010-09-27
[1.2.X] Migrated backends doctests. Thanks to Sebastian Hillig.
Russell Keith-Magee
2010-06-10
Refs #8901 -- Reverted r13328 because the patch imposes a minimum version req...
Russell Keith-Magee
2010-06-07
Fixed #8901 -- Corrected the PostgreSQL sequence reset code when field identi...
Russell Keith-Magee
2010-02-24
Fixed #12818. SQLite now properly quotes strings for date extraction and trun...
Joseph Kocherhans
2008-08-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2008-01-04
Fixed #6254: Made fetchone() in the oracle backend correctly convert
Ian Kelly
2007-09-16
Rewrote the backends test to be more portable. Was previously failing on MySQL.
Malcolm Tredinnick
2007-09-14
Fixed the test in [6218] which was invalid for psycopg2 and friends -- execut...
Jacob Kaplan-Moss
2007-09-14
Added test cases for [6218].
Ian Kelly