Re: Intro Tutorial-- Poll/Choice SQL writes

2011-08-04 Thread christian.posta
If you point me to exactly what part of the tutorial shows Choice objects being saved instantaneously, I can explain it to you. On Aug 3, 5:36 pm, Gall wrote: > I'm working through the introductory tutorial @ djangoproject.com. Why > does the poll object require an explicit save() call, while cho

Re: Intro Tutorial-- Poll/Choice SQL writes

2011-08-04 Thread Dan Poirier
On Wed. 2011-08-03 at 08:36 PM EDT, Gall wrote: > I'm working through the introductory tutorial @ djangoproject.com. Why > does the poll object require an explicit save() call, while choice > objects are inserted into the db instantaneously? There are different ways to create objects, and some i

Intro Tutorial-- Poll/Choice SQL writes

2011-08-04 Thread Daniel Roseman
They're not. You must have misread. You always need to save. -- DR. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/X7Qgt1zv0z8J. To post to this group,

Intro Tutorial-- Poll/Choice SQL writes

2011-08-03 Thread Gall
I'm working through the introductory tutorial @ djangoproject.com. Why does the poll object require an explicit save() call, while choice objects are inserted into the db instantaneously? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post t