django-admin.py validate

2005-08-14 Thread Adrian Holovaty
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

Re: Fix for ticket 279

2005-08-14 Thread Adrian Holovaty
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

Fix for ticket 279

2005-08-14 Thread Ned Batchelder
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