Re: An idea for a serialization framework

2010-06-23 Thread Andy Kelley
I posted this to django-developers instead, so if you want to reply go find that thread and do it there. On Jun 23, 3:33 am, Andy Kelley wrote: > God damn it, the most dangerous thing about Dvorak is hitting tab > instead of or along with apostrophe. "don't " translates into > "don'" > > Anyways

Re: An idea for a serialization framework

2010-06-23 Thread Andy Kelley
God damn it, the most dangerous thing about Dvorak is hitting tab instead of or along with apostrophe. "don't " translates into "don'" Anyways, I think this idea has merit - even alongside a role-based security system. Feedback? On Jun 23, 3:29 am, Andy Kelley wrote: > I am coming up with a fr

An idea for a serialization framework

2010-06-23 Thread Andy Kelley
I am coming up with a framework that helps serialization of models. My idea is for each field to have a view permissions level: PUBLIC, OWNER, or ADMIN. I want to have a model to dict function that takes 2 arguments, permission_level and serialize_chain. Firstly, let me explain how it would change