Database schema has changed. Run migrations if you use South. Started work on tidying up admin interface.

This commit is contained in:
Griatch 2011-09-14 22:34:10 +02:00
parent 60e980be67
commit 399919a8a9
14 changed files with 562 additions and 25 deletions

View file

@ -50,7 +50,7 @@ class HelpEntry(SharedMemoryModel):
# a string of permissionstrings, separated by commas.
db_permissions = models.CharField(max_length=255, blank=True)
# lock string storage
db_lock_storage = models.TextField(blank=True)
db_lock_storage = models.CharField(max_length=512, blank=True)
# (deprecated, only here to allow MUX helpfile load (don't use otherwise)).
# TODO: remove this when not needed anymore.
db_staff_only = models.BooleanField(default=False)