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-08 07:26:41 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
David Wobrock
cff1f888e9
Fixed
#33464
-- Resolved output_field for combined numeric expressions with MOD operator.
2022-09-27 20:41:10 +02:00
..
backends
Fixed
#34027
-- Fixed migrations crash when altering type of char/text fields referenced by foreign key on PostgreSQL.
2022-09-25 20:23:01 +02:00
migrations
Fixed
#34050
-- Replaced invalid chars in migration names with '_'.
2022-09-27 08:02:51 +02:00
models
Fixed
#33464
-- Resolved output_field for combined numeric expressions with MOD operator.
2022-09-27 20:41:10 +02:00
__init__.py
Prevented initialization of unused database connections.
2022-03-17 07:40:57 +01:00
transaction.py
Fixed
#33616
-- Allowed registering callbacks that can fail in transaction.on_commit().
2022-09-06 12:21:36 +02:00
utils.py
Added backward compatibility test for ConnectionHandler.databases property.
2022-05-13 12:01:07 +02:00