On Tue, 2008-07-08 at 11:49 +0200, Marek Stępniowski wrote:
> How to create a field that is not stored in database, but is visible
> in Django newforms-admin? (I'm assuming there is a way)

A model "field" is something that is stored in the database, by
definition. If it's not stored in the database, it isn't a "field". It
is just a normal Python attribute or property method. I don't know how
easy it is to include those types of things in newforms-admin Admin, but
that's the area you have to look in.

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to