I've added a "validate" action to django-admin.py: "django-admin.py validate".
It validates all installed models, according to your INSTALLED_APPS
setting. Currently, it only handles common errors, but we'll be
improving it each time we come across a potential model syntax
problem.
Also, the dev
On 8/14/05, Ned Batchelder <[EMAIL PROTECTED]> wrote:
> I encountered the problem described in ticket #279, and fixed it by
> changing django/core/management.py:
Thanks, Ned! I checked in a fix in revision 498 -- could you give it a
shot and see whether it fixes your problem? I ended up using the
I encountered the problem described in ticket #279, and fixed it by
changing django/core/management.py:
Index: django/core/management.py
===
--- django/core/management.py (revision 493)
+++ django/core/management.py (working copy