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-17 13:26:30 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
c6c91c7a0b
evennia
/
src
/
objects
History
Download ZIP
Download TAR.GZ
Griatch
c6c91c7a0b
Removing some more .typeclass properties.
2014-12-22 22:04:52 +01:00
..
migrations
Changed to Django1.7. Django 1.6 no longer supported. To change, upgrade django to 1.7+ and then run manage.py migrate, possibly followed by manage.py migrate --fake for objects and players.
2014-09-17 10:49:42 +02:00
__init__.py
Fixed correct and separate handling of database model bases as compared to its proxy classes using different managers for each type (e.g. ObjectDB.objects.all() will return all ObjectDB instances(including proxy instances) whereas Object.objects.all() will only return Objects)
2014-12-22 08:54:53 +01:00
admin.py
Changed to Django1.7. Django 1.6 no longer supported. To change, upgrade django to 1.7+ and then run manage.py migrate, possibly followed by manage.py migrate --fake for objects and players.
2014-09-17 10:49:42 +02:00
manager.py
Fixed correct and separate handling of database model bases as compared to its proxy classes using different managers for each type (e.g. ObjectDB.objects.all() will return all ObjectDB instances(including proxy instances) whereas Object.objects.all() will only return Objects)
2014-12-22 08:54:53 +01:00
models.py
Removing some more .typeclass properties.
2014-12-22 22:04:52 +01:00
objects.py
Fixed a bug in object manager.
2014-12-22 09:01:40 +01:00