On Sunday, 23 June 2013 08:53:26 UTC-5, Dmitri Husti wrote: > > Hi, > I've got the problem I cant change a attribute like notnull at a > referenced column. > Is this a bug or a feature? >
This is a bug. We know about it but the problem is that in early versions of web2py we did not save enough metadata to allow this migration. Now I believe we do. The problem is that the migration may fail because data does not meet the new constraints (notnull=True). Yet this should be fixed. I will try to id asap. > I also want to suggest a new feature. > It usually happens I'm forgetting to save. > Would it be possible to add a msg like in word. > You havent saved yet, do you want to save now. > When im changing the site. > I assume you are talking about admin. I believe this feature is now already in trunk but I have not checked it. Can you help us check it? -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

