This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
regressiontests
/
fixtures_regress
History
Russell Keith-Magee
9eaa05912c
Fixed
#7572
-- Force the closure of the database connection at the end of fixture loading as a workaround for MySQL bug
#37735
. Thanks to Simon Litchfield for his help in narrowing down this issue.
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@7803
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-30 12:18:29 +00:00
..
fixtures
Fixed
#7572
-- Force the closure of the database connection at the end of fixture loading as a workaround for MySQL bug
#37735
. Thanks to Simon Litchfield for his help in narrowing down this issue.
2008-06-30 12:18:29 +00:00
__init__.py
Fixed
#3790
-- Fixed a problem with sequence resetting during fixture loads when using Postgres. Thanks to Jon Ballard and scott@staplefish.com for the report, and to Zach Thompson for suggesting a solution.
2007-04-06 02:25:58 +00:00
models.py
Fixed
#7572
-- Force the closure of the database connection at the end of fixture loading as a workaround for MySQL bug
#37735
. Thanks to Simon Litchfield for his help in narrowing down this issue.
2008-06-30 12:18:29 +00:00