evennia/evennia/typeclasses
2016-03-13 10:37:58 +01:00
..
migrations Added a check to deactivate AlterIndexTogether if the Oracle database is used. This should, according to #732 fix the migration issue with Oracle, but have no database to check with. So supposedly resolves #732. 2015-11-18 00:11:33 +01:00
__init__.py Added better docstrings to subpackages and cleaned out some places which were unclear. 2015-02-23 17:46:42 +01:00
admin.py Updated the typeclasses/ directory modules to use Google style docstrings, as per #709. 2015-07-12 13:52:21 +02:00
attributes.py First version of changed sessid->session change that starts properly. Not fully tested yet. 2015-11-14 21:43:58 +01:00
django_new_patch.py Made Evennia run with Django 1.9 2016-02-18 10:12:42 +01:00
managers.py Added to TypedObject's get() manager method, since without it, Q-objects didn't work correctly. 2015-12-01 12:24:09 +01:00
models.py Minor fix to docstring. 2016-03-13 10:37:58 +01:00
tags.py Have every class inherit from object. 2015-11-09 10:11:34 +01:00