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
Anssi Kääriäinen
47e79bfcfb
Fixed
#21187
-- Import CursorWrapper from django.db.backend.utils
...
The import was done from util instead of utils leading to PendingDeprecationWarning.
2013-09-28 14:18:37 +03:00
..
__init__.py
Merged regressiontests and modeltests into the test root.
2013-02-26 14:36:57 +01:00
models.py
Fixed
#17519
-- Fixed missing SQL constraints to proxy models.
2013-08-02 07:41:56 -04:00
tests.py
Fixed
#21187
-- Import CursorWrapper from django.db.backend.utils
2013-09-28 14:18:37 +03:00