Re: TemplateSyntaxError: 'subpackage.echo' is not a valid tag library

2015-11-12 Thread Jose Paul
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

TemplateDoesNotExist: first/test.html DJango 1.8

2015-11-12 Thread Jose Paul
I am getting several TemplateDoesNotExist .like below . == ERROR: test_pickling (template_tests.test_response.SimpleTemplateResponseTest) -- Traceback (most rece

TemplateSyntaxError: 'subpackage.echo' is not a valid tag library

2015-11-11 Thread Jose Paul
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

Django 1.8 format error

2015-11-10 Thread Jose Paul
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

Re: DJango 1.8 test case fails with IntegrityError error

2015-09-21 Thread Jose Paul
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

Re: DJango 1.8 test case fails with IntegrityError error

2015-09-21 Thread Jose Paul
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,

DJango 1.8 test case fails with IntegrityError error

2015-09-21 Thread Jose Paul
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

IntegrityError : AUTH_USER DJango 1.8

2015-09-21 Thread Jose Paul
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