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-04-16 13:24:38 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Mariusz Felisiak
b34238addc
Fixed
#33670
-- Fixed altering primary key on SQLite.
2022-04-29 20:16:34 +02:00
..
backends
Fixed
#33670
-- Fixed altering primary key on SQLite.
2022-04-29 20:16:34 +02:00
migrations
Fixed
#33509
-- Added "(no-op)" to sqlmigrate output for operations without SQL statement.
2022-04-21 12:25:16 +02:00
models
Refs
#33413
-- Added collation to CharField/TextField's db_parameters.
2022-04-29 06:30:15 +02:00
__init__.py
Prevented initialization of unused database connections.
2022-03-17 07:40:57 +01:00
transaction.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
utils.py
Moved ensure_defaults() and prepare_test_settings() logic to ConnectionHandler.configure_settings().
2022-03-17 07:36:34 +01:00