index
:
django.git
fix-31295
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
/
tests.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-02-25
Fixed #19634 -- Added proper __hash__ methods.
Aymeric Augustin
2013-02-20
Added a db_constraint option to ForeignKeys.
Alex Gaynor
2013-02-18
Simplified MySQL version checking.
Aymeric Augustin
2013-02-16
Fixed #17260 -- Added time zone aware aggregation and lookups.
Aymeric Augustin
2013-01-26
Fixed #17158 -- Used a non-ambiguous representation of SQL queries
Aymeric Augustin
2013-01-11
Fixed #19360 -- Raised an explicit exception for aggregates on date/time fiel...
Nick Sandford
2013-01-08
Updated deprecated test assertions
Claude Paroz
2012-12-16
Made sure connections are actually closed in backends tests
Anssi Kääriäinen
2012-11-27
Made some tests behave nicer re connection handling
Anssi Kääriäinen
2012-10-28
Fixed #18575 -- Empty DATABASES should default to dummy backend
Claude Paroz
2012-10-27
Fixed Oracle failure for "%" in table name
Anssi Kääriäinen
2012-10-06
Removed ad-hoc support for usage of short names of built-in DB backends.
Ramiro Morales
2012-09-12
Fixed #18790 -- Encoded database password on Python 2
Claude Paroz
2012-09-07
[py3k] Silence many warnings while running the tests.
Alex Gaynor
2012-08-18
Cleaned up a test slightly.
Aymeric Augustin
2012-07-22
[py3] Added Python 3 compatibility for xrange.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-06-26
Fixed #18465 -- Set date formats correctly on Oracle
Josh Smeaton
2012-06-13
Removed escaping test of query content
Claude Paroz
2012-06-13
Fixed connection.queries encoding handling on Oracle
Anssi Kääriäinen
2012-06-13
Fixed #18461 -- Ensured that last_executed_query returns Unicode
Claude Paroz
2012-06-09
Fixed #17760 -- Implemented callable database features as cached properties
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-27
Fixed #18135 -- Close connection used for db version checking
Michael Newman
2012-05-18
Fixed #18334 -- Fixed detection of supports_stddev backend feature.
Claude Paroz
2012-05-03
Replaced deprecated TestCase methods. Refs #17049.
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-24
Fixed #17653 -- Changed MySQL backend to raise a ValueError if zero is used a...
Anssi Kääriäinen
2012-04-24
Fixed #16961 -- Skipped resetting AUTO_INCREMENT fields for MySQL if the serv...
Anssi Kääriäinen
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-01-22
Fixed #10320 -- Made it possible to use executemany with iterators. Thanks Mo...
Aymeric Augustin
2012-01-07
Fixed #17513 -- Prevented the MySQL backend from leaking MySQLdb-specific exc...
Aymeric Augustin
2011-12-25
Fixed #17047 -- Improved django.db.utils.load_backend to raise a better excep...
Jannis Leidel
2011-12-16
Ensured that thread-shareability gets validated when closing a PostgreSQL or ...
Julien Phalip
2011-12-16
Fixed #17258 -- Moved `threading.local` from `DatabaseWrapper` to the `django...
Julien Phalip
2011-11-20
Tweaked the skipping condition for the test introduced in r17128 so that it w...
Aymeric Augustin
2011-11-20
Fixed #17062 -- Ensured that the effect of SET TIME ZONE isn't lost when the ...
Aymeric Augustin
2011-10-13
Convert much of the regression tests to use absolute imports. There's still ...
Alex Gaynor
2011-08-07
Fixed #3615: Added support for loading fixtures with forward references on da...
Karen Tracey
2011-06-19
Fixed #11065, #11285 -- Streamlined PostgreSQL version detection, fixing inco...
Ramiro Morales
2011-05-10
Fixed #13648 - '%s' escaping support for sqlite3 regression.
Luke Plant
2011-04-22
Fixed #14091 - be more correct about logging queries in connection.queries.
Jacob Kaplan-Moss
2011-04-05
Fixed #13630 -- Made __init__ methods of all DB backends' DatabaseOperations ...
Ramiro Morales
2011-04-02
Updates to the test suite to allow for newly deprecated and removed features
Russell Keith-Magee
2010-12-03
Added a regression test for r14781. Also fixed a bug where connection.vendor...
Ian Kelly
2010-10-23
Fixed #14223 -- Extended unification of exception raised in presence of integ...
Ramiro Morales
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-09-27
Migrated backends doctests. Thanks to Sebastian Hillig.
Russell Keith-Magee
2010-08-30
Fixed #13798 -- Added connection argument to the connection_created signal. T...
Russell Keith-Magee
[next]