I want to bulk upload some data. What I've noticed in testing is that I had something like this:
info=whatever,state=NJ,moreinfo=something I decided I better make sure the state is in standard format so I added db.data.state.requires=IS_IN_DB(db,db.us_states.state) If I edit that record via the admin tool or via my program, the pull- down is set to AK. If I set it properly and save it, it's fine the next time. Meaning that it's set to NJ, not AK. I'm not sure what's happening. I'm a little worried about people editing information and not noticing that they're setting the state incorrectly. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

