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
/
tests.py
Age
Commit message (
Expand
)
Author
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-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
2013-11-02
PEP8 cleanup
Jason Myers
2013-10-23
Fixed E225 pep8 warnings.
Tim Graham
2013-09-28
Fixed #21187 -- Import CursorWrapper from django.db.backend.utils
Anssi Kääriäinen
2013-09-25
Fixed #17671 - Cursors are now context managers.
Michael Manfre
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-09-06
Fixed this syntax error on py32
Alex Gaynor
2013-09-06
Fixed #20007 -- Configured psycopg2 to return UnicodeArrays
Eric Boersma
2013-09-06
Fixed #10164 -- Made AutoField increase monotonically on SQLite
Chris Wilson
2013-09-05
Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.
Eric Boersma
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-02
Fixed #17519 -- Fixed missing SQL constraints to proxy models.
Tim Graham
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-09
Avoided transaction.set_autocommit in tests.
Aymeric Augustin
2013-07-01
Fixed a few more imports of django.utils.unittest.
Aymeric Augustin
2013-06-29
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
[prev]
[next]