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-02 20:46:41 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
nessita
432b069b5f
[5.1.x]
Fixed
#35561
-- Made *args and **kwargs parsing more strict in Model.save()/asave().
...
Backport of e56a32b89bb7fadffdfaa2cdf12b4863ccd5af9b from main.
2024-06-26 12:14:31 -03:00
..
backends
[5.1.x]
Fixed
#35469
-- Removed deferred SQL to create index removed by AlterField operation.
2024-06-14 13:56:43 +02:00
migrations
[5.1.x]
Fixed
#34881
-- Fixed a crash when renaming a model with multiple ManyToManyField.through references on SQLite.
2024-06-14 14:16:34 +02:00
models
[5.1.x]
Fixed
#35561
-- Made *args and **kwargs parsing more strict in Model.save()/asave().
2024-06-26 12:14:31 -03:00
__init__.py
[5.1.x]
Fixed
#35547
-- Added reset_queries to django.db.__all__.
2024-06-24 10:14:12 +02:00
transaction.py
Fixed
#23353
-- Used "raise from" when raising TransactionManagementError.
2022-10-03 06:08:54 +02:00
utils.py
Added backward compatibility test for ConnectionHandler.databases property.
2022-05-13 12:01:07 +02:00