#14662: auth and contenttypes post-syncdb handlers ignore 'db' option --------------------------------+------------------------------------------- Reporter: marcop | Owner: nobody Status: new | Milestone: Component: Contrib apps | Version: SVN Keywords: management muti_db | Stage: Unreviewed Has_patch: 1 | --------------------------------+------------------------------------------- to reproduce:
1. set up two databases in settings: 'default' and 'other' 2. make sure database 'default' is not created 3. call command `python manage.py syncdb --database=other` attached patch solves the problem tests attached too. P.S. also added new `--database` option to createsuperuser command -- Ticket URL: <http://code.djangoproject.com/ticket/14662> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
