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)
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
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
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
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
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
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