Adam Pajkert
Adam Pajkert
- Project structure cleanup - 320x200 256 color VGA MODE - 8x8 basic fonts (can be extended) - Colorful graphical background and debug text 
Hi, I've updated project website. Hopefully you will like it ;) There's a lot of room for improvements, as you might see at my `TODO:` comments, but I think it...
Field `div` could have `id` allowing easily hooking up some javascript. For example I have field with `id="div_id_expire_date"` then we can hook up calendar with some properties like `minDate` or...
Initial `ChoiceField` value is ignored when it's type equals `boolean`. Works flawlessly with `string` for example `initial="False"` passed.