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
/
backends
Age
Commit message (
Expand
)
Author
2014-04-10
[1.6.x] Fixed #21202 -- Maintained atomicity when the server disconnects.
Aymeric Augustin
2014-04-10
Fixed a broken test introduced in 6fa7d7c5. Refs #21553.
Aymeric Augustin
2014-04-09
[1.6.x] Fixed #21553 -- Ensured unusable database connections get closed.
Aymeric Augustin
2014-01-12
[1.6.x] Fixed a test that was failing with PostGIS.
Aymeric Augustin
2014-01-12
[1.6.x] Fixed #21452 -- Non-autocommit connections to PostgreSQL.
Aymeric Augustin
2014-01-12
[1.6.x] Fixed a test isolation issue. Refs #17062.
Aymeric Augustin
2013-09-05
[1.6.x] Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.
Eric Boersma
2013-08-02
[1.6.x] Fixed #17519 -- Fixed missing SQL constraints to proxy models.
Tim Graham
2013-07-09
Avoided transaction.set_autocommit in tests.
Aymeric Augustin
2013-06-29
[1.6.x] Fixed #18592 -- Prevented crash when accessing MySQL _last_executed
Claude Paroz
2013-06-28
Support 'pyformat' style parameters in raw queries, Refs #10070
Shai Berger
2013-06-22
Fixed #20587 -- Made convert_values handle None values
Gilberto Gonçalves
2013-06-10
Defined available_apps in relevant tests.
Aymeric Augustin
2013-05-23
Fixed #20474 -- Proxied and deprecated django.db.backend
Claude Paroz
2013-05-21
Use assertIsInstance in tests.
Marc Tamlyn
2013-05-16
Fixed #20388 -- Test failures under Oracle.
Shai Berger
2013-03-31
Fixed #19220 -- Prevented decimals to be displayed in scientific notation
Claude Paroz
2013-03-28
Fixed #19954 -- Fixed MySQL _last_executed decoding
Claude Paroz
2013-03-23
Fixed #9055 -- Standardized behaviour of parameter escaping in db cursors
Claude Paroz
2013-03-11
Ran a test that closes the database connection outside of a transaction.
Aymeric Augustin
2013-03-11
Improved the API of set_autocommit.
Aymeric Augustin
2013-03-11
Added some assertions to enforce the atomicity of atomic.
Aymeric Augustin
2013-03-11
Enabled autocommit for PostgreSQL.
Aymeric Augustin
2013-03-07
Added a ManyToManyField(db_constraint=False) option, this allows not creating...
Alex Gaynor
2013-02-27
Fixed a test that relied on database exceptions not being wrapped.
Aymeric Augustin
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner