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
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-21
Reorganized backends tests.
Mariusz Felisiak
2017-06-13
Fixed #27830 -- Used distutils.version.LooseVersion for version parsing.
chillaranand
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-23
Refs #27859 -- Added DatabaseWrapper.display_name.
Mariusz Felisiak
2017-03-01
Removed PostgreSQL version detection for psycopg2 < 2.0.12.
Tim Graham
2017-03-01
Fixed a backends test with psycopg2 2.7.
Tim Graham
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-12-29
Fixed #27649 -- Bumped required cx_Oracle to 5.2.
Tim Graham
2016-12-08
Imported specific models in a few tests that didn't.
Tim Graham
2016-12-07
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
Tim Graham
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-09-08
Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.
Chris Jerdonek
2016-05-21
Removed an obsolete comment about a fixed ticket.
Simon Charette
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-02-08
Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_TZ=False.
Tim Graham
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-21
Fixed #26063 -- Crash when passing > 2000 params.
Aymeric Augustin
2015-11-14
Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite.
Simon Charette
2015-10-06
Refs #12118 -- Allowed "mode=memory" in SQLite test database names.
Riccardo Magliocchetti
2015-09-17
Refs #14091 -- Fixed connection.queries on SQLite.
Aymeric Augustin
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-11
Fixed #25329 -- Prevented _nodb_connection from being left open
Adam Chainz
2015-09-09
Changed database connection duplication technique.
Aymeric Augustin
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-07
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
Caio Ariede
2015-06-05
Cleanup: Removed the try-except-fail antipattern from tests
Shai Berger
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-05-17
Fixed #23820 -- Supported per-database time zone.
Aymeric Augustin
2015-05-15
Fixed #24791 -- Added fallback when 'postgres' database isn't available
Claude Paroz
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-02-16
Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for contrib.po...
Tim Graham
2015-02-14
Fixed #24318 -- Set the transaction isolation level with psycopg >= 2.4.2.
Aymeric Augustin
2015-02-06
Fixed E265 comment style
Collin Anderson
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-27
Fixed #24154 -- Backends can now check support for expressions
Josh Smeaton
2015-01-20
Fixed typos in code comments.
Adam Taylor
2015-01-17
Removed support for old-style test database settings per deprecation timeline.
Tim Graham
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
[next]