| Age | Commit message (Collapse) | Author |
|
dict in __init__().
Regression in a68ea231012434b522ce45c513d84add516afa60.
Backport of 58ad030d05fa50cfed327368ab61defca3303e02 from master.
|
|
|
|
|
|
|
|
|
|
Returning invalid bytestrings in __str__() is unlikely in Python 3.
|
|
|
|
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
|
|
|
|
|
|
|
|
|
|
cause deadlocks.
|
|
|
|
|
|
ForeignKey/OneToOneField
|
|
|
|
The test failed on RHEL6 systems running python 2.7 from a RedHat
Software Collection (SCL) because this test runs an external python
script with a stripped system environment. RedHat SCLs work by setting
a number of system environment variables when these are stripped out by
this test the python 2.7 interpreter is no longer able to function
properly because it can not find the system libraries needed.
Now we use use mock to modify the system environment directly.
|
|
Forwardport of e7366ab1f908b8cbf8d7e83037b5f17d101b5ade from stable/1.8.x
|
|
Specifically stopped using the dir argument.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 832b4a5722ba6b55e7b17c3bac6614ecca9aa88d.
We officially don't support MySQL on Python 3.2. Refs #20380.
|
|
|
|
Refs #24007. Thanks Tim Graham for his help with the patch.
|
|
|
|
This prevents AppRegistryNotReady errors when unpickling Django
models from an external script.
|
|
|
|
from a different Django version.
Thanks FunkyBob for the suggestion, prasoon2211 for the initial patch,
and akaariai, loic, and charettes for helping in shaping the patch.
|
|
|
|
|
|
Thanks Piotr Kasprzyk for help with the patch.
|
|
|
|
|
|
|
|
|
|
Refs #17262.
|
|
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
|
Refs #20680.
|
|
This test hits a bug in current ports of MySQLdb.
|
|
|
|
|