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-26 09:46:32 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
c339c1f6f6
evennia
/
src
/
channels
History
Download ZIP
Download TAR.GZ
Greg Taylor
119f5f6d49
Show a little more info in the Django admin for comm channels.
2009-05-01 05:07:13 +00:00
..
__init__.py
Actually, I did mess up and not commit the channels app. Yick. Fixed.
2009-04-20 02:45:40 +00:00
admin.py
Show a little more info in the Django admin for comm channels.
2009-05-01 05:07:13 +00:00
models.py
* Change the CommChannelMessage's 'message' field from a CharField to a TextField. This will allow messages that are greater than 255 characters to be stored. You'll want to drop your channels_commchannelmessage table and run syncdb again.
2009-04-30 02:40:11 +00:00