Yes, I'm pretty sure. You can see here 
<https://github.com/somenxavier/serviedre-tasques/blob/master/serviedre/tasques/models.py>
 
my models. No 'modificacio'

And
$ grep -R "modificacio"
serviedre/tasques/models.py:    data_modificacio = 
models.DateTimeField(auto_now=True,verbose_name="data de modificació") # 
automàtic
serviedre/tasques/models.py:        ordering = ['ref', 'titol', 'estat', 
'tipus', 'prioritat', 'data_modificacio', 'component']
serviedre/tasques/admin.py:        ('Data', {'fields': ['data_creacio', 
'data_resolucio']}), # falta data_modificacio
serviedre/tasques/admin.py:    list_display = ('__str__', 'estat', 'tipus', 
'prioritat', 'data_modificacio', 'component', 'edat')
Hi ha coincidències en el fitxer binari 
serviedre/tasques/__pycache__/admin.cpython-34.pyc
Hi ha coincidències en el fitxer binari 
serviedre/tasques/__pycache__/models.cpython-34.pyc
Hi ha coincidències en el fitxer binari serviedre/dades.sqlite3


El dilluns 11 d’agost de 2014 19:38:48 UTC+2, Collin Anderson va escriure:
>
> is data_modificacio a real field on your model? (not just a method?) 
>
> are you using a custom form? 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ffcf170f-dd9a-442e-8953-cba1eec2c9bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to