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-02-01 21:29:24 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
schema
History
Hannes Ljungberg
b746596f5f
Refs
#32779
-- Changed DatabaseSchemaEditor._unique_sql()/_create_unique_sql() to take fields as second parameter.
2021-05-28 10:50:27 +02:00
..
__init__.py
Merge branch 'master' into schema-alteration
2013-04-18 17:16:39 +01:00
fields.py
Simplified imports from django.db and django.contrib.gis.db.
2020-02-04 13:20:06 +01: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
Refs
#32779
-- Changed DatabaseSchemaEditor._unique_sql()/_create_unique_sql() to take fields as second parameter.
2021-05-28 10:50:27 +02:00