evennia/evennia/typeclasses
BlauFeuer e762441d4d Remove unreachable code, PEP 8 whitespace,
mark debug code in comments
2017-03-19 18:56:18 +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 Remove unreachable code, PEP 8 whitespace, 2017-03-19 18:56:18 +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