evennia/apps/objects
Michael King 7f3a8870f0 I learned something I didn't know about Django:
Apparently, if you retrieve the same model instance with two different references,
they don't equate with is or ==, you need to compare the id's.  I could be misreading the
symptoms, but this is what I had to do to get it to recognize that the home of the object in
question was its current (going away) location, and act appropriately.
2007-08-07 17:08:31 +00:00
..
sql Added two new channels: Errors and Info. These will now emit stuff that is sent via log_infomsg and log_errmsg. 2007-07-16 18:49:57 +00:00
__init__.py Re-organization. 2007-04-03 13:42:51 +00:00
models.py I learned something I didn't know about Django: 2007-08-07 17:08:31 +00:00
views.py Re-organization. 2007-04-03 13:42:51 +00:00