This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-03-06 07:22:32 +00:00
Code
Issues
32
Releases
Wiki
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