| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-21 | sneak_peek_tag migration: change get_or_create to createHEADmaster | Teddy Wing | |
| Use `create` instead of `get_or_create` because of a sqlite3 transaction error I was getting using Django 1.6.2. Error output: "Your database backend doesn't behave properly when " django.db.transaction.TransactionManagementError: Your database backend doesn't behave properly when autocommit is off. Turn it on before using 'atomic'. | |||
| 2014-04-20 | Add migration for sneak_peek permission | Teddy Wing | |
| * Create empty sneak_peek_tag/models.py to appease South * Create South data migration for sneak peek content_type and permission | |||
