Re: Testing an app without a models.py file

2012-04-22 Thread Michal Petrucha
On Sat, Apr 21, 2012 at 10:25:20PM -0700, dor wrote: > As of the latest version (1.4), this is impossible. What's the > rationale behind it? Why isn't it fixed by now? If I make a fix, > will it be accepted by the official team? It is caused by the way Django loads and registers apps. Currently it

Re: Testing an app without a models.py file

2012-04-22 Thread Rafał Stożek
I don't think it has ever been possible. That's why people put empty models.py in their apps. W dniu niedziela, 22 kwietnia 2012 06:25:20 UTC+1 użytkownik dor napisał: > > As of the latest version (1.4), this is impossible. What's the rationale > behind it? Why isn't it fixed by now? If I make a

Testing an app without a models.py file

2012-04-21 Thread dor
As of the latest version (1.4), this is impossible. What's the rationale behind it? Why isn't it fixed by now? If I make a fix, will it be accepted by the official team? -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion o