Roberto Aguilar
|
01a5359477
|
Cleanup commit after peer review.
|
2013-09-06 22:45:31 +00:00 |
Roberto Aguilar
|
9587d4eea0
|
Fixed existing tests to handle BadSerializer.
When a BadSerializer instance is stubbed in for the yaml serializer,
make sure tests do not fail.
|
2013-09-06 22:26:13 +00:00 |
Alasdair Nicol
|
22c6497f99
|
Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value
Thanks to Collin Anderson for the suggestion and Tim Graham for
reviewing the patch.
|
2013-08-15 19:47:26 -04:00 |
Claude Paroz
|
5c1143910e
|
Removed most of absolute_import imports
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
2013-07-29 20:28:13 +02:00 |
Aymeric Augustin
|
cfcf4b3605
|
Stopped using django.utils.unittest in the test suite.
Refs #20680.
|
2013-07-01 14:29:33 +02:00 |
Daniel Lindsley
|
33793f7c3e
|
Fixed #19934 - Use of Pillow is now preferred over PIL.
This starts the deprecation period for PIL (support to end in 1.8).
|
2013-05-14 19:32:04 -07:00 |
Aymeric Augustin
|
7476d96f83
|
Marked tests of BinaryFields as expected failures on MySQL and Python 3.
Current ports of MySQLdb are very buggy in this area.
|
2013-05-08 15:48:39 +02:00 |
Claude Paroz
|
d680a3f447
|
Added support for serializing BinaryField
|
2013-03-02 10:29:02 +01:00 |
Florian Apolloner
|
89f40e3624
|
Merged regressiontests and modeltests into the test root.
|
2013-02-26 14:36:57 +01:00 |