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-07 15:06:47 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Tim Graham
a10b4c010a
Fixed
#24578
-- Fixed crash with QuerySet.update() on FK to O2O fields.
...
Thanks Anssi Kääriäinen for review.
2015-04-09 06:50:21 -04:00
..
backends
Fixed
#24584
-- Fixed microsecond handling with older MySQLdb
2015-04-06 22:43:51 +02:00
migrations
Fixed
#24513
-- Made sure a model is only rendered once during reloads
2015-04-07 14:49:47 +02:00
models
Fixed
#24578
-- Fixed crash with QuerySet.update() on FK to O2O fields.
2015-04-09 06:50:21 -04:00
__init__.py
Fixed
#21430
-- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version.
2014-06-11 10:03:34 -04:00
transaction.py
Sorted imports with isort; refs
#23860
.
2015-02-06 08:16:28 -05:00
utils.py
Fixed
#24394
-- Allowed running tests with empty default dictionary.
2015-03-25 17:56:59 -04:00