Changes between Initial Version and Version 1 of Ticket #16039, comment 8


Ignore:
Timestamp:
Jun 1, 2012, 10:53:34 AM (12 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16039, comment 8

    initial v1  
    1 @asandroq Does that work with a router returning `False` for `allow_syncdb('specified_db', ContentType)` and/or `allow_syncdb('specified_db', Permission)`?
     1@asandroq Does that work with a router returning `False` for `allow_syncdb('specified_db', ContentType)` and/or `allow_syncdb('specified_db', Permission)`? Maybe an initial `router.allow_syncdb(db, ContentType)` and/or `router.allow_syncdb(db, Permission)` should be added to short-circuit methods?
Back to Top