load.py",
line 39, in test_load06
output = self.engine.render_to_string('load06')
File "C:\Python27\lib\site-packages\django\template\engine.py", line 208,
in render_to_string
On Thursday, November 12, 2015 at 12:31:40 AM UTC+5:30, James Schneider
I am getting several TemplateDoesNotExist .like below .
==
ERROR: test_pickling
(template_tests.test_response.SimpleTemplateResponseTest)
--
Traceback (most rece
getting following error ,can someone help me to understand this
.
compiled_result = compile_func(self, token)
File "C:\Python27\lib\site-packages\django\template\defaulttags.py", line
1140, in load
(taglib, e))
TemplateSyntaxError: 'subpackage.echo' is not a valid tag library: T
I am getting following errors when I am tried DJango 1.8 test cases against
DB2 .What can be the cause for this ?.
Can someone comment on this please .
==
FAIL: test_decimal_numbers (utils_tests.test_numberformat.TestNumberFormat
Simon
>
> Le lundi 21 septembre 2015 07:14:39 UTC-4, Jose Paul a écrit :
>>
>> I am trying to run DJango 1.8 test cases with DB2
>>
>> Several insert statement fails
>>
>> Here is the insert command generated by test case.
>>
>> INSERT I
n27\lib\site-packages\ibm_db-2.0.5.1-py2.7.egg\ibm_db_dbi.py",
line 1247, in _execute_helper
raise self.messages[len(self.messages) - 1]
IntegrityError: Statement Execute Failed: [IBM][CLI Driver][DB2/NT]
SQL0407N Assignment of a NULL value to a NOT NULL column "TBSPACEID=2,
TABLEID=24,
I am trying to run DJango 1.8 test cases with DB2
Several insert statement fails
Here is the insert command generated by test case.
INSERT INTO "AUTH_USER" ("PASSWORD", "LAST_LOGIN", "IS_SUPERUSER",
"USERNAME", "FIRST_NAME", "LAST_NAME", "EMAIL", "IS_STAFF", "IS_ACTIVE",
"DATE_JOINED") VALUES
Daer All,
I am trying to run DJango 1.8 test cases .
I am getting several IntegrityError error on AUTH_USER table .
SQL generated by test case
INSERT INTO "AUTH_USER" ("PASSWORD", "LAST_LOGIN", "IS_SUPERUSER",
"USERNAME", "FIRST_NAME", "LAST_NAME", "EMAIL", "IS_STAFF", "IS_ACTIVE",
"DATE_J
8 matches
Mail list logo