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-09 15:59:41 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Tim Graham
51d230e00b
Fixed
#28675
-- Removed always True variable in SQLInsertCompiler.execute_sql() check.
...
Unused since 7deb25b8dd5aa1ed02b5e30cbc67cd1fb0c3d6e6.
2017-10-03 10:32:11 -04:00
..
backends
Corrected typos in BaseDatabaseOperations exception messages.
2017-09-30 19:18:51 -04:00
migrations
Simplified various __eq__() methods.
2017-09-28 09:18:37 -04:00
models
Fixed
#28675
-- Removed always True variable in SQLInsertCompiler.execute_sql() check.
2017-10-03 10:32:11 -04:00
__init__.py
Refs
#23919
-- Stopped inheriting from object to define new style classes.
2017-01-19 08:39:46 +01:00
transaction.py
Fix a typo in django/db/transaction.py
2017-04-19 16:36:06 +02:00
utils.py
Refs
#23919
-- Used "raise from" instead of __cause__ in reraising backend-specific database exceptions.
2017-04-25 08:29:54 +02:00