On 8/23/06, cyberco <[EMAIL PROTECTED]> wrote:
>
> Once permissions are added to the auth_permission table it doesn't
> matter how often I invoke 'manage.py syncdb app' or 'manage.py reset
> app', stale records are never deleted. Is this normal behaviour?

syncdb only ever adds records to the database. The code that does this
is in django/contrib/auth/management.py.

So, yes, this is normal behaviour.

When you say 'stale records' do you mean records for permissions for
tables that no longer exist?

Cheers,

Alan.


>
>
> >
>


-- 
Alan Green
[EMAIL PROTECTED] - http://bright-green.com

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to