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
828d691f62
django1
/
django
/
db
/
backends
/
mysql
History
Andrew Godwin
ca9c3cd39f
Add check constraint support - needed a few Field changes
2012-09-07 15:40:59 -04:00
..
__init__.py
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read
http://code.djangoproject.com/wiki/RemovingTheMagic
for upgrade instructions.
2006-05-02 01:31:56 +00:00
base.py
Add check constraint support - needed a few Field changes
2012-09-07 15:40:59 -04:00
client.py
Fixed
#15006
-- Removed some stray tabs in python code. Thanks to vanschelven for the report.
2011-01-03 13:19:59 +00:00
compiler.py
[py3] Prepared MySQL backend for Python 3 compatibility
2012-08-20 10:46:21 +02:00
creation.py
Fixed
#811
-- Added support for IPv6 to forms and model fields. Many thanks to Erik Romijn.
2011-06-11 13:48:24 +00:00
introspection.py
Merge branch 'master' into schema-alteration
2012-09-05 09:39:03 -04:00
schema.py
Implement primary key changing
2012-09-04 12:53:31 -04:00
validation.py
Fixed
#18116
-- Raised minimum MySQL version officially suported to 5.0.3.
2012-04-21 03:04:10 +00:00