| Age | Commit message (Collapse) | Author |
|
assertQuerySetEqual().
Co-Authored-By: Michael Howitz <mh@gocept.com>
|
|
|
|
|
|
Regression in bfb746f983aa741afa3709794e70f1e0ab6040b5.
|
|
|
|
__init__().
Regression in a68ea231012434b522ce45c513d84add516afa60.
|
|
|
|
Returning invalid bytestrings in __str__() is unlikely in Python 3.
|
|
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 832b4a5722ba6b55e7b17c3bac6614ecca9aa88d.
We officially don't support MySQL on Python 3.2. Refs #20380.
|
|
|
|
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.
|
|
|
|
|