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-27 02:06:32 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
a93d318121
evennia
/
src
/
objects
History
Download ZIP
Download TAR.GZ
Griatch
1be49e7bea
Fixed a bug in object manager.
2014-12-22 09:01:40 +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
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
objects.py
Fixed a bug in object manager.
2014-12-22 09:01:40 +01:00