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
Taoup
cbb6531e5b
Fixed
#31228
-- Reallowed aggregates to be used with multiple expressions and no DISTINCT on SQLite.
...
Regression in bc05547cd8c1dd511c6b6a6c873a1bc63417b111. Thanks Andy Terra for the report.
2020-02-18 10:32:23 +01:00
..
base
Fixed
#26552
-- Deferred constraint checks when reloading the database with data for tests.
2020-02-14 13:18:06 +01:00
mysql
Simplified imports from django.db and django.contrib.gis.db.
2020-02-04 13:20:06 +01:00
oracle
Simplified imports from django.db and django.contrib.gis.db.
2020-02-04 13:20:06 +01:00
postgresql
Fixed
#31233
-- Closed database connections and cursors after use.
2020-02-06 15:35:23 +01:00
sqlite
Fixed
#31228
-- Reallowed aggregates to be used with multiple expressions and no DISTINCT on SQLite.
2020-02-18 10:32:23 +01:00
__init__.py
Merged regressiontests and modeltests into the test root.
2013-02-26 14:36:57 +01:00
models.py
Fixed
#26552
-- Deferred constraint checks when reloading the database with data for tests.
2020-02-14 13:18:06 +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
Simplified imports from django.db and django.contrib.gis.db.
2020-02-04 13:20:06 +01:00
tests.py
Fixed
#31233
-- Closed database connections and cursors after use.
2020-02-06 15:35:23 +01:00