進まなさ過ぎる

django/db/models/base.pyで、

21 	class ModelBase(type):
22 	    "Metaclass for all models"
23 	    def __new__(cls, name, bases, attrs):
24 	        # If this isn't a subclass of Model, don't do anything special.

Metaclassって何だよ!!って思って悩んでたら
http://humming.via-kitchen.com/weblog/2007/09/12/metaclass-memo/
こちらのメモがとっても参考になった。あとでいじってみよう。

あとこれも参考になった。
http://hehe.s9.xrea.com/html/python.rst.html

どうでもいいけどlingrの一人ブレストっていう部屋でとりとめの無い事を書き殴ってるけど、たまに寂しくなるので某社内IRCの技術チャネルに居たような的確な突っ込みをしてくれるbot作って常駐させたい。lingrbotって簡単に作れるんだっけ…?