Hello! Possible I found a bug.
It's the "[id]" thing with crud next url... Before: url: http://127.0.0.1:8000/borverseny/adatok/sablonok controllers/adatok.py: def sablonok(): ... n='sablonsor_jog/[id]' sablon_sor=crud.create(db.oklevel_sablon, message=T("Oklevél sablonsor felvéve"), next=n) The resulted url was: http://127.0.0.1:8000/borverseny/adatok/sablonok/sablonsor_jog/7 Now: url: http://127.0.0.1:8000/borverseny/adatok/sablonok controllers/adatok.py: def sablonok(): ... n='sablonsor_jog/[id]' sablon_sor=crud.create(db.oklevel_sablon, message=T("Oklevél sablonsor felvéve"), next=n) The resulted url now: http://127.0.0.1:8000/borverseny/default/sablonsor_jog/7 http://127.0.0.1:8000/borverseny/adatok/sablonok/sablonsor_jog/7 <- OK http://127.0.0.1:8000/borverseny/default/sablonsor_jog/7 <- Error On dec. 30, 22:58, mdipierro <mdipie...@cs.depaul.edu> wrote: > What's new? > > - bug fixes > - auth.user_id (shortcut for auth.user.id that defaults to None if not > logged it) > - support for all native types on Google App Engine (for example > StringListProperty) > - restored python 2.4 support,thanks ont.rif > - cache.ram usage statictics, thanks Thadus > - no more auth manu in scaffolding > - no more spash screen with -Q > - fixed doctest in html.py, thanks Anand Vaidya > - export_to_csv_file has represent, thanks Thadeus -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.