Display of foreignkey relations

2009-01-07 Thread Patricia P.
Hello everybody, I need your help. I have the following data model: class Contract (models.Model): : class Project (models.Model): :: contract= models.ForeignKey( "Contract") and would need to modify the administration interface that automatically generates Django, in order to view in

Referencing attributes of the kinds of administration / Export of data in CSV interface administration

2008-12-10 Thread Patricia P.
Hello everybody, i am new in Django and in the group, to see if i may help Trying export data to csv in the interface for administration, using : http://www.djangosnippets.org/snippets/790/ i met with the following error : Traceback: File