Re: Fields terminology for official Options API

2014-07-31 Thread Josh Smeaton
I was thinking "column" fields would make sense but it clashes with the internal concept of columns (Col types), and is only name-appropriate for a database backend. I'm not sure these are actually problems worth considering though. On Friday, 1 August 2014 01:07:21 UTC+10, Collin Anderson wrot

Re: Fields terminology for official Options API

2014-07-31 Thread Collin Anderson
This is awesome. I've always wished that django.contrib.admin used only documented django APIs. It's unfair to 3rd party apps. :) I'm also thankful I won't need to import bitflags just to use this API. > The Options API is at the core of Django, it enables introspection of > Django Models wit