Added some info the idmapper header, detailing the evennia changes better.

This commit is contained in:
Griatch 2012-02-06 12:38:17 +01:00
parent d36a79b2cc
commit b87f787c38

View file

@ -6,6 +6,10 @@ Evennia changes:
normal dictionary. The old way caused very hard-to-diagnose bugs
over long periods of time (which Evennia requires)
added save() overloading mechanism to update cache
added get_all_cached_instances() for convenient access to objects
"""
from django.db.models.base import Model, ModelBase