This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
a9e5ac823d
django1
/
django
/
contrib
/
gis
/
db
/
backends
/
mysql
History
Jon Dufresne
7a6fbf36b1
Fixed
#28853
-- Updated connection.cursor() uses to use a context manager.
2017-11-28 11:28:09 -05:00
..
__init__.py
Fixed
#1142
-- Added multiple database support.
2009-12-22 15:18:51 +00:00
base.py
Sorted imports per isort 4.2.9.
2017-06-01 13:23:48 -04:00
features.py
Fixed
#28518
-- Improved performance of loading geometries from DB.
2017-08-24 14:08:35 -04:00
introspection.py
Fixed
#28853
-- Updated connection.cursor() uses to use a context manager.
2017-11-28 11:28:09 -05:00
operations.py
Fixed
#28552
-- Dropped support for MySQL 5.5.
2017-09-25 14:48:11 -04:00
schema.py
Refs
#23919
-- Replaced super(ClassName, self) with super().
2017-01-25 12:23:46 -05:00