You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by steelday, Aug 27, 2008
Qual o problema encontrado?
Erro na tradução do tutorial inicial de django. http://www.djangobrasil.org/documentacao/tutorial02/
O quadro tem:
poll = models.ForeignKey(Poll, edit_inline=models.TABULAR, num_in_admin=3)
Possui alguma solução ou sugestão para este problema?
Só substituir por:
class ChoiceInline(admin.TabularInline):
#...
Por favor, forneça maiores informações abaixo.
Comment 1 by project member davilima6, Aug 27, 2008
Obrigado, corrigido.
Status: Fixed
The text was updated successfully, but these errors were encountered:
Reported by steelday, Aug 27, 2008
Qual o problema encontrado?
Erro na tradução do tutorial inicial de django.
http://www.djangobrasil.org/documentacao/tutorial02/
O quadro tem:
poll = models.ForeignKey(Poll, edit_inline=models.TABULAR, num_in_admin=3)
Possui alguma solução ou sugestão para este problema?
Só substituir por:
class ChoiceInline(admin.TabularInline):
#...
Por favor, forneça maiores informações abaixo.
Comment 1 by project member davilima6, Aug 27, 2008
Obrigado, corrigido.
Status: Fixed
The text was updated successfully, but these errors were encountered: