This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/Hopiu/django.git
synced
2026-04-16 21:11:08 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
aa7dc2dc39
django
/
django
/
db
History
Mariusz Felisiak
6e4e0f4ce4
Fixed
#26541
-- Allowed MySQL transaction detection to work without table creation.
2016-10-01 10:01:44 -04:00
..
backends
Fixed
#26541
-- Allowed MySQL transaction detection to work without table creation.
2016-10-01 10:01:44 -04:00
migrations
Fixed
#27217
-- Fixed crash in CreateModel optimization with models that use mixins.
2016-09-28 10:04:52 -04:00
models
Fixed
#27268
-- Restored an invalid related field lookup error message in QuerySet filtering.
2016-09-27 15:00:36 -04:00
__init__.py
Removed missing name in django.db __all__.
2016-09-26 19:04:18 -04:00
transaction.py
Fixed
#24921
-- set_autocommit(False) + ORM queries.
2015-09-21 22:21:53 +02:00
utils.py
Fixed
#25761
-- Added __cause__.__traceback__ to reraised exceptions.
2015-12-03 16:31:50 -05:00