This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/django/django.git
synced
2025-08-03 02:23:12 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
1e8eadc94e
django
/
tests
/
backends
History
Download ZIP
Download TAR.GZ
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