This website requires JavaScript.
Explore
Help
Sign in
Annikka
/
evennia
Watch
1
Star
0
Fork
You've already forked evennia
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
506c5c6d39
evennia
/
evennia
/
utils
/
idmapper
History
Download ZIP
Download TAR.GZ
Griatch
2b35140fe3
Implement a more throughough cache-flush mechanism. This makes sure to flush foreignkey cache relations for objects not affected by flushing (normally objects with an NAttribute stored in them). Without ForeignKey flushing, the location of such objects would remain cached and drift out of sync, leading to content caches in turn desyncing.
Resolves
#1064
.
2016-10-02 20:52:05 +02:00
..
__init__.py
Updated docstrings as an example
2015-03-04 21:42:23 +01:00
LICENSE.md
Refactored and cleaned up the idmapper directory; it's been so changed by evennia that it makes little sense to keep the original structure (which was intended for adding an app into). Resolved the unittest errors with the idmapper.
2015-02-23 15:06:30 +01:00
manager.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
Implement a more throughough cache-flush mechanism. This makes sure to flush foreignkey cache relations for objects not affected by flushing (normally objects with an NAttribute stored in them). Without ForeignKey flushing, the location of such objects would remain cached and drift out of sync, leading to content caches in turn desyncing.
Resolves
#1064
.
2016-10-02 20:52:05 +02:00
README_evennia.md
Refactored and cleaned up the idmapper directory; it's been so changed by evennia that it makes little sense to keep the original structure (which was intended for adding an app into). Resolved the unittest errors with the idmapper.
2015-02-23 15:06:30 +01:00
README_orig.rst
Refactored and cleaned up the idmapper directory; it's been so changed by evennia that it makes little sense to keep the original structure (which was intended for adding an app into). Resolved the unittest errors with the idmapper.
2015-02-23 15:06:30 +01:00
tests.py
Use python3 range.
2015-11-02 11:47:07 +00:00