Anubhav Joshi
|
42736ac8e8
|
Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets 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.
|
2014-06-11 10:03:34 -04:00 |
Shai Berger
|
6bb6df2943
|
Fix storing of binary fields and unicode textfields for Oracle/Python3
|
2014-05-16 20:08:52 +03:00 |
Claude Paroz
|
e520a73eee
|
Harmonized some PEP 0263 coding preambles
|
2014-05-15 19:58:41 +02:00 |
Rodolfo Carvalho
|
0d91225892
|
Fixed many typos in comments and docstrings.
Thanks Piotr Kasprzyk for help with the patch.
|
2014-03-03 07:38:09 -05:00 |
Alasdair Nicol
|
b289fcf1bf
|
Fixed #21288 -- Fixed E126 pep8 warnings
|
2013-10-21 08:31:30 -04:00 |
Tim Graham
|
96d1d4e292
|
Removed unused local variables in tests.
|
2013-10-19 08:31:38 -04:00 |
Alasdair Nicol
|
a800036981
|
Fixed #21287 -- Fixed E123 pep8 warnings
|
2013-10-18 10:07:39 +01:00 |
Alasdair Nicol
|
dfb4cb9970
|
Fixed #21285 -- Fixed E121,E122 pep8 warnings
|
2013-10-17 20:20:11 -04:00 |
Aymeric Augustin
|
d9413d33b2
|
Refactored code and tests that relied on django.utils.tzinfo.
Refs #17262.
|
2013-09-09 22:32:52 +02: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 |
Aymeric Augustin
|
832b4a5722
|
Marked a test as an expected failure on MySQL and Python 3.2.
This test hits a bug in current ports of MySQLdb.
|
2013-05-08 23:12:46 +02:00 |
Tobias McNulty
|
161c4da588
|
Fixed #14019 -- Initialize `SQLInsertCompiler.return_id` attribute.
|
2013-04-08 13:41:36 -06:00 |
Florian Apolloner
|
89f40e3624
|
Merged regressiontests and modeltests into the test root.
|
2013-02-26 14:36:57 +01:00 |