1
0
mirror of https://github.com/django/django.git synced 2024-11-20 00:14:08 +00:00
django/tests/backends
2018-04-03 22:21:47 +02:00
..
base Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields). 2018-02-10 19:08:55 -05:00
mysql Fixed #29103 -- Removed bad 'b'-prefix added by MySQL's SchemaEditor.quote_value(). 2018-03-17 16:36:54 -04:00
oracle Fixed #29227 -- Allowed BooleanField to be null=True. 2018-03-20 12:10:10 -04:00
postgresql Refs #24791 -- Made PostgreSQL's nodb connection use first PostgresSQL db when 'postgres' db isn't available. 2018-04-03 22:21:47 +02:00
sqlite
__init__.py
models.py
test_ddl_references.py
test_utils.py
tests.py