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
2015-02-17
[1.8.x] Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for co...
Tim Graham
2015-02-14
[1.8.x] Fixed #24318 -- Set the transaction isolation level with psycopg >= 2...
Aymeric Augustin
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
[1.8.x] Fixed E265 comment style
Collin Anderson
2015-01-27
[1.8.x] Fixed #24154 -- Backends can now check support for expressions
Josh Smeaton
2015-01-20
[1.8.x] Fixed typos in code comments.
Adam Taylor
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-30
Removed unused import.
Tim Graham
2014-12-30
Fixed #12118 -- Added shared cache support to SQLite in-memory testing.
Andriy Sokolovskiy
2014-12-29
Fixed #22279 -- Prevented dummy backend going through DatabaseErrorWrapper
Claude Paroz
2014-12-23
Replaced DatabaseCreation sql methods by schema editor equivalents
Claude Paroz
2014-12-13
Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range
Michael Hall
2014-12-12
Fixed #23941 -- Removed implicit decimal formatting from expressions.
Josh Smeaton
2014-12-03
Fixed #20392 -- Added TestCase.setUpTestData()
Thomas Chaumeny
2014-12-01
Fixed #23807 -- Ignored non-digits in psycopg2 version
Andriy Sokolovskiy
2014-11-03
Fixed typos using https://github.com/vlajos/misspell_fixer
Veres Lajos
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-09-18
Fixed #23514 -- Prevented queries in PostGISOperations init
Claude Paroz
2014-09-03
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
2014-08-02
Fixed #23144 -- Dropped support for MySQL 5.0, 5.1.
Tim Graham
2014-08-01
Fixed #23108 -- Dropped support for PostgreSQL 8.4 & PostGIS 1.3, 1.4.
Tim Graham
2014-06-17
Fixed #13711 -- Model check added to ensure that auto-generated column name i...
Anubhav Joshi
2014-06-12
Silenced deprecation warnings for refs #22811 and fixed build.
Tim Graham
2014-06-12
Fixed #22811 -- Allowed setting both the old and new TEST database settings.
Tim Graham
2014-06-07
Fixed flake8 error.
Tim Graham
2014-06-07
Fixed test again. Refs #12581.
Aymeric Augustin
2014-06-07
Made a test compatible with Python 2 and 3.
Aymeric Augustin
2014-06-07
Fixed #3711, #6734, #12581 -- Bounded connection.queries.
Aymeric Augustin
2014-06-05
Avoided using BinaryField unecessarily in tests.
Aymeric Augustin
2014-05-08
Replaced vendor checks by three feature flags.
Aymeric Augustin
2014-05-08
Reorganized backends tests.
Aymeric Augustin
2014-04-10
Fixed #21202 -- Maintained atomicity when the server disconnects.
Aymeric Augustin
2014-04-09
Fixed #21553 -- Ensured unusable database connections get closed.
Aymeric Augustin
2014-04-09
Used more specific test assertions.
Aymeric Augustin
2014-03-31
Added test to confirm #12583 resolution
Claude Paroz
2014-03-21
Removed legacy transaction management per the deprecation timeline.
Aymeric Augustin
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-06
Fixed #17713 -- Renamed BaseDatabaseFeatures.allows_primary_key_0 to allows_a...
Vajrasky Kok
2014-02-02
Fixed typo in 3ffeb931.
Aymeric Augustin
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
2014-02-02
Made SQLCompiler.execute_sql(result_type) more explicit.
Michael Manfre
2014-01-26
Fixed #19774 -- Deprecated the contenttypes.generic module.
Simon Charette
2014-01-12
Fixed a test that was failing with PostGIS.
Aymeric Augustin
2014-01-12
Restored a test broken by overzealous PEP8 cleanup
Aymeric Augustin
2014-01-12
Fixed flake8 issues.
Simon Charette
2014-01-12
Fixed #21452 -- Non-autocommit connections to PostgreSQL.
Aymeric Augustin
2014-01-12
Fixed a test isolation issue. Refs #17062.
Aymeric Augustin
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
[next]