Re: Right way to do formfield-less fields?

2011-04-10 Thread Jonas H.
On 04/10/2011 03:51 PM, Karen Tracey wrote: Please ask questions about using Django on django-users. This list is for discussing the development of Django itself. Karen, thanks for the hint, but I'm perfectly aware of that. Actually, this *is* a question about developing Django. -- You recei

Re: Right way to do formfield-less fields?

2011-04-10 Thread Karen Tracey
Please ask questions about using Django on django-users. This list is for discussing the development of Django itself. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroup

Right way to do formfield-less fields?

2011-04-10 Thread Jonas H.
Hello! What's the preferred way to do a custom model field that has no corresponding formfield? Intuitively, I'd say raise a NotImplementedError, but that would make the whole model unusable in the admin even if that field is excluded from being displayed. That's because excluding a field fr