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
7853b2e382
evennia
/
evennia
/
typeclasses
History
Download ZIP
Download TAR.GZ
Griatch
cf77d90c71
Make all manager methods return querysets. This removes all the last remnants of the old return_typeclass/return_typeclass_list decorators that were a remnant of the old pre-proxy Typeclass system.
Resolves
#1206
.
2017-04-20 19:43:39 +02:00
..
migrations
Run migrations! Update all Permissions and Locks to new Permission hierarchy.
2017-02-18 11:31:17 +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
Fixes to batch_add mechanisms and spawner batch creation for passing unittests.
2017-04-09 18:53:39 +02: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
Make all manager methods return querysets. This removes all the last remnants of the old return_typeclass/return_typeclass_list decorators that were a remnant of the old pre-proxy Typeclass system.
Resolves
#1206
.
2017-04-20 19:43:39 +02: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
Reworked spawner with new batch_add functionality for both tags and attributes.
2017-04-06 19:53:57 +02:00