thegooglecodearchive / django-grappelli

Automatically exported from code.google.com/p/django-grappelli
Other
0 stars 0 forks source link

Django r15580 breaks change list #347

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As of http://code.djangoproject.com/changeset/15580 the change_list_results 
template is broken.

{% for item in result %} needs to be changed to {% for item in result.row %}

Original issue reported on code.google.com by brant.s...@gmail.com on 19 Feb 2011 at 11:39

GoogleCodeExporter commented 9 years ago
thanks for the hint.

Original comment by sehmaschine on 20 Feb 2011 at 12:42

GoogleCodeExporter commented 9 years ago
sorry, but I can´t see {% for item in result.row %} anywhere ... ???

Original comment by sehmaschine on 17 Mar 2011 at 4:07

GoogleCodeExporter commented 9 years ago
I´ve update change_list_results.html to reflect the changes with the latest 
django-version (but that´s only about non-field-errors and not about 
result.row).

I´m closing this as invalid. if the problem still exists, plese reopen the 
ticket.

Original comment by sehmaschine on 17 Mar 2011 at 4:30