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
1
4424734867
evennia
/
evennia
/
typeclasses
History
Download ZIP
Download TAR.GZ
Griatch
23cfd3ba17
Make attribute cache behavior consistent with the non-cached return when returning non-found objects as per
#1226
.
2017-02-19 17:36:35 +01:00
..
migrations
Update previous migration, updating the uniqueness parameters. To re-run the previous migration, first do evennia migrate --fake 0006, then run evennia migrate again.
2017-01-26 09:22:47 +01:00
__init__.py
Figured out that proxy models do not call signals attached to their classes they proxy for. I used the metaclass that already had a post_save signal attached to it, and it works fine now! I took out the unnecessary apps.py now that we're no longer attaching a signal to the base model classes and just doing it to the proxies.
2017-02-05 09:24:48 +01:00
admin.py
Another try. This should resolve the validation errors by having bad values for the forms just go to different default values.
2016-11-22 09:40:41 +01:00
attributes.py
Make attribute cache behavior consistent with the non-cached return when returning non-found objects as per
#1226
.
2017-02-19 17:36:35 +01:00
django_new_patch.py
Refactor code to remove alerts as per lgtm and
#1176
.
2017-01-29 19:02:00 +01:00
managers.py
Refactor wrong super() parents in a few managers.
2017-01-26 21:35:13 +01:00
models.py
Figured out that proxy models do not call signals attached to their classes they proxy for. I used the metaclass that already had a post_save signal attached to it, and it works fine now! I took out the unnecessary apps.py now that we're no longer attaching a signal to the base model classes and just doing it to the proxies.
2017-02-05 09:24:48 +01:00
signals.py
Figured out that proxy models do not call signals attached to their classes they proxy for. I used the metaclass that already had a post_save signal attached to it, and it works fine now! I took out the unnecessary apps.py now that we're no longer attaching a signal to the base model classes and just doing it to the proxies.
2017-02-05 09:24:48 +01:00
tags.py
removed app_label, no longer necessary since removed custom AppConfig class from initial attempt.
2017-02-05 09:24:48 +01:00