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
30613d6a74
Fixed
#33408
-- Fixed adding nullable unique fields on SQLite.
...
Regression in 2f73e5406d54cb8945e187eff302a3a3373350be. Thanks Alan Crosswell for the report.
2022-01-04 05:50:00 +01:00
..
__init__.py
Merge branch 'master' into schema-alteration
2013-04-18 17:16:39 +01:00
fields.py
Refs
#32508
-- Raised Type/ValueError instead of using "assert" in django.db.models.
2021-07-15 11:43:33 +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
#33408
-- Fixed adding nullable unique fields on SQLite.
2022-01-04 05:50:00 +01:00