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
/
schema
History
Mariusz Felisiak
fa0433d05f
Fixed
#32832
-- Fixed adding BLOB/TEXT nullable field with default on MySQL 8.0.13+.
...
Regression in d4ac23bee1c84d8e4610350202ac068fc90f38c0. Thanks Omkar Deshpande for the report.
2021-06-10 20:03:43 +02:00
..
__init__.py
Merge branch 'master' into schema-alteration
2013-04-18 17:16:39 +01:00
fields.py
Fixed
#32676
-- Prevented migrations from rendering related field attributes when not passed during initialization.
2021-05-28 20:25:59 +02:00
models.py
Fixed
#32503
-- Fixed altering BLOB/TEXT field to non-nullable with default on MySQL 8.0.13+.
2021-05-21 13:34:37 +02:00
test_logging.py
Replaced django.test.utils.patch_logger() with assertLogs().
2018-05-07 09:34:00 -04:00
tests.py
Fixed
#32832
-- Fixed adding BLOB/TEXT nullable field with default on MySQL 8.0.13+.
2021-06-10 20:03:43 +02:00