| Age | Commit message (Collapse) | Author |
|
|
|
assertQuerySetEqual().
Co-Authored-By: Michael Howitz <mh@gocept.com>
|
|
This reverts 4f8c7fd9d91b35e2c2922de4bb50c8c8066cbbc6 and adds
two regression tests:
- test_related_manager_refresh(), and
- test_create_copy_with_m2m().
Thanks joeli for the report.
|
|
|
|
|
|
|
|
Regression in bfb746f983aa741afa3709794e70f1e0ab6040b5.
|
|
|
|
Follow up to 6461583b6cc257d25880ef9a9fd7e2125ac53ce1.
|
|
|
|
Follow up to 3a4558b84f76c1dbe54c8c38e90e4048c2bd3e9a.
|
|
__init__().
Regression in a68ea231012434b522ce45c513d84add516afa60.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|