Commit graph

13 commits

Author SHA1 Message Date
BlauFeuer
684f163fd7 Fold long lines, PEP 8 whitespace
Keeping lines under 120 characters long, adjusting whitepace for closer PEP 8 compliance.
2017-04-01 14:51:25 +02:00
Tehom
c16a03fb5e Remove the urls printout I was using during debugging. Oops. 2016-12-06 03:31:10 -05:00
Tehom
7bd7b91b93 Fix the save and continue editing option 2016-12-06 03:27:58 -05:00
Tehom
ae0b4bad55 Refactor of class_setting from init in typeclass so we can just call it from django admin, and avoid weirdness of calling init twice, which seemed to mess things up 2016-12-05 07:53:06 -05:00
Tehom
560def1f2b Better solution - can call __init__ manually with typeclass as a kwarg, and this seems to resolve it 2016-12-05 06:58:05 -05:00
Tehom
5e7211a053 Explicitly assign typeclass for newly created objectdb 2016-12-02 17:21:44 -05:00
Tehom
b80f7c3637 Attributes in django admin now also editable inline, causing them to call the AttributeHandler or NicksHandler of the appropriate object. 2016-11-22 09:40:41 +01:00
Tehom
6a851750f3 Custom form/formset for adding/removing tags using the handler. Each TagAdmin used by the different typeclasses are now also required to specify a related_field, which seems redundant but is very hard to get around otherwise. Still to do - make sure that all the adds are working properly, and extend this to attributes as well, and make Tag searches still sort of useful in the admin so people can at least check names and so on 2016-11-22 09:40:41 +01:00
Ahmed Charles
de0e42240c Have every class inherit from object. 2015-11-09 10:11:34 +01:00
Griatch
597871ad91 Started doc string modification of the object folder's files. 2015-05-18 19:30:34 +02:00
Griatch
96ac3f967b Merged the devel-branch. 2015-03-01 13:06:48 +01:00
Griatch
ad3f19896c Changed all src/ and ev references to evennia 2015-01-07 15:36:32 +01:00
Griatch
c7325a5032 Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
Renamed from lib/objects/admin.py (Browse further)