On Nov 29, 2005, at 10:26 PM, Adrian Holovaty wrote:

   class META:
       db_table = 'anastas_users'
       replaces_module = 'auth.users'
       admin = meta.Admin()
       # field names to remove from parent model
       remove_fields = ['password', 'is_staff', 'is_superuser']

Would you please elaborate this new meta option 'replaces_module', which I couldn't find in the doc?
Thanks.

- Cheng

Reply via email to