On 18 Mayıs, 02:13, mdipierro <[email protected]> wrote: > My comments below. > > * Model validation inspired by Django’s form validation. > > If I understand > this:http://docs.djangoproject.com/en/dev/ref/validators/#ref-validators > now django works like web2py always did. They copied us. Still their > validators cannot act as filters/reverse filters so are limited in > comparison.
you get this wrong. it's like rails validation system. web2py's validation is based on forms. not the model itself. > > * Vastly improved protection against Cross-Site Request Forgery > (CSRF). > are we able to reach the random _formkey in our custom forms we create with html? how does web2py process it? in request as a global object or in sqlform's action? > I am glad that while once we took some ideas from them, now they are > taking some ideas from us. > Soon we will have a Django web based IDE. > > Massimo > yes, except the model validation, we have all of them thanks to you and the contributors. however i'd like to say these changes are great for django developers if we consider the previous versions.

