This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
backends
History
Mariusz Felisiak
489421b015
Fixed
#23546
-- Added kwargs support for CursorWrapper.callproc() on Oracle.
...
Thanks Shai Berger, Tim Graham and Aymeric Augustin for reviews and Renbi Yu for the initial patch.
2017-08-12 21:06:49 +02:00
..
base
Reorganized backends tests.
2017-06-21 12:00:47 -04:00
mysql
Reorganized backends tests.
2017-06-21 12:00:47 -04:00
oracle
Reorganized backends tests.
2017-06-21 12:00:47 -04:00
postgresql
Reorganized backends tests.
2017-06-21 12:00:47 -04:00
sqlite
Reorganized backends tests.
2017-06-21 12:00:47 -04:00
__init__.py
Merged regressiontests and modeltests into the test root.
2013-02-26 14:36:57 +01:00
models.py
Refs
#23919
-- Removed python_2_unicode_compatible decorator usage
2017-01-18 13:44:34 +01:00
test_ddl_references.py
Refs
#23919
-- Stopped inheriting from object to define new style classes.
2017-06-26 10:30:31 -04:00
test_utils.py
Fixed
#23546
-- Added kwargs support for CursorWrapper.callproc() on Oracle.
2017-08-12 21:06:49 +02:00
tests.py
Fixed
#27818
-- Replaced try/except/pass with contextlib.suppress().
2017-06-28 14:07:55 -04:00