evennia/evennia/objects
2016-11-22 09:40:41 +01:00
..
migrations Adding migrations for django1.8. 2015-04-04 00:08:51 +02:00
__init__.py Made Evennia run with Django 1.9 2016-02-18 10:12:42 +01:00
admin.py Attributes in django admin now also editable inline, causing them to call the AttributeHandler or NicksHandler of the appropriate object. 2016-11-22 09:40:41 +01:00
manager.py Fix bugs in alias-searching for objects. Resolves #1048. 2016-10-13 21:53:54 +02:00
models.py Make sure msg(text=None) means that text should not be used (None must be converted to a string to send). Resolves #1077. 2016-10-02 21:51:15 +02:00
objects.py Fix caching error in new cmdset merge regime. Removed debug messages. 2016-10-15 23:22:33 +02:00