From: https://docs.djangoproject.com/en/1.3/ref/django-admin/#django-admin-validate
it says: django-admin.py validate, Validates all installed models (according to the INSTALLED_APPS setting) and prints validation errors to standard output. Newcomers would expect it to tell of incongruences between the models and the database schema of those. But it does not. I think it should be specified, what kind of errors it finds, and in particular that it does not report these differences. Thomas -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.