'DatabaseWrapper' object has no attribute 'pattern_ops' DJango 1.8.3

2015-12-11 Thread Jose Paul
Getting the error below when I run DJango test please let me know the reason behind this .Thanks You = ERROR: test_patterns_escape (expressions.tests.ExpressionsTests)

L118 errros

2015-11-02 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: ValueError: Available apps isn't a subset

2015-10-30 Thread Jose Paul
talled)) ValueError: Available apps isn't a subset of installed apps, extra apps: fixtures_model_package On Thursday, October 29, 2015 at 6:19:42 PM UTC+5:30, Tim Graham wrote: > > What command are you using to run the tests? It is possible you have stale > pyc files that needed to b

ValueError: Available apps isn't a subset

2015-10-29 Thread Jose Paul
I am getting following error when I tried to run DJango 1,8 test cases Please help to understand the reason behind this . ERROR: test_reuse_rollback_commit (transactions.tests.AtomicInsideTransactionTests) -- Traceback (most r

Re: DJango 1.8 test case fails with IntegrityError error

2015-09-23 Thread Jose Paul
Hi Shai, interprets_empty_strings_as_null is set to False Regards, Jose On Tuesday, September 22, 2015 at 5:39:14 PM UTC+5:30, Shai Berger wrote: > > On Tuesday 22 September 2015 09:39:17 Jose Paul wrote: > > Dear All, > > > > I am trying to run DJango

Re: DJango 1.8 test case fails with IntegrityError error

2015-09-23 Thread Jose Paul
Hi Shai, interprets_empty_strings_as_null is set to False Regards, Jose On Tuesday, September 22, 2015 at 5:39:14 PM UTC+5:30, Shai Berger wrote: > > On Tuesday 22 September 2015 09:39:17 Jose Paul wrote: > > Dear All, > > > > I am trying to run DJango

DJango 1.8 test case fails with IntegrityError error

2015-09-22 Thread Jose Paul
Dear All, 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_JO