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-15 21:04:36 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Mariusz Felisiak
f4f2afeb45
Refs
#32226
-- Fixed JSON format of QuerySet.explain() on PostgreSQL when format is uppercased.
...
Follow up to aba9c2de669dcc0278c7ffde7981be91801be00b.
2022-04-19 08:24:24 +02:00
..
backends
Fixed DatabaseFeatures.uses_savepoints/can_release_savepoints and related tests with MyISAM storage engine.
2022-04-18 07:05:52 +02:00
migrations
Fixed
#33605
-- Fixed migration crash when altering RegexValidator to pre-compiled regular expression.
2022-04-04 07:38:15 +02:00
models
Refs
#32226
-- Fixed JSON format of QuerySet.explain() on PostgreSQL when format is uppercased.
2022-04-19 08:24:24 +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