mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 22:47:16 +02:00
Changed to Django1.7. Django 1.6 no longer supported. To change, upgrade django to 1.7+ and then run manage.py migrate, possibly followed by manage.py migrate --fake for objects and players.
This commit is contained in:
parent
1fc91f85ea
commit
bb36f2cb76
20 changed files with 431 additions and 14 deletions
|
|
@ -278,7 +278,7 @@ def to_pickle(data):
|
|||
return process_item(data)
|
||||
|
||||
|
||||
@transaction.autocommit
|
||||
#@transaction.autocommit
|
||||
def from_pickle(data, db_obj=None):
|
||||
"""
|
||||
This should be fed a just de-pickled data object. It will be converted back
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue