[tg-trunk] Re: Inserting into a Relationship Table

2009-06-18 Thread Diez B. Roggisch
Qwait schrieb: I am unsure how to insert into a relationship table. Here is my table setup: quiz_question_choices = Table('question_choices', metadata, Column('question_id', mysql.MSBigInteger(20, unsigned = True), ForeignKey('quiz_questions.id', onupdate=CASCADE,

[tg-trunk] Re: The future of TurboGears

2009-06-18 Thread Michael Brickenstein
Hi! I use TG2 in two production projects and one internal application in development. I like the components chosen: SA, Genshi... I do much with legacy databases and wouldn't want a database generated by the toolkit, if I had the option. SA is powerful and flexible and I use much of its advanced

[tg-trunk] Re: TypeError: pylons_formencode_gettext() got an unexpected keyword argument 'domain'

2009-06-18 Thread Timur Izhbulatov
2009/6/17 Иван sat...@gmail.com Hello Иван, ko/widgets/forms/OrderForm.py: from tw.api import WidgetsList from tw.forms import TableForm, CalendarDatePicker, \ SingleSelectField, TextField, TextArea, FileField from tw.forms.validators import NotEmpty, Email, DateConverter class

[tg-trunk] Where is current development work happening?

2009-06-18 Thread Bill5107
I had an issue with my quickstart app, so I figured I'd make sure I had the latest software and found that I cannot tell where the latest code is. I gather the project is still active, but where should we look for the most recent releases and the development repositories? Has TG moved to

[tg-trunk] Re: Where is current development work happening?

2009-06-18 Thread Mark Ramm
yea, the 2.1 work is happening on hg.turbogears.org which is bitbucket ;) On Thu, Jun 18, 2009 at 10:03 AM, Bill5107william.ri...@pw.utc.com wrote: I had an issue with my quickstart app, so I figured I'd make sure I had the latest software and found that I cannot tell where the latest code

[tg-trunk] Re: The future of TurboGears

2009-06-18 Thread Mark Ramm
Yea, I've been very focused on a work project the last couple of months, which will be good for TurboGears, but it's taken a lot of my focus away from the framework itself. If we could have some volenteers to help with a couple of important tasks it would help a lot: * Get beta.turbogears.org