This website requires JavaScript.
Explore
Help
Sign in
Andreas
/
evennia
Watch
1
Star
0
Fork
You've already forked evennia
0
mirror of
https://github.com/evennia/evennia.git
synced
2026-03-23 16:26:30 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
d7c2e6fa90
evennia
/
evennia
/
objects
History
Download ZIP
Download TAR.GZ
Tehom
b80f7c3637
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
..
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