Groups
Groups
Sign in
Groups
Groups
py4web
Conversations
Labels
About
Send feedback
Help
py4web
Contact owners and managers
1–30 of 1546
Hello everybody. You are all welcome here. Please be friendly to each other.
Mark all as read
Report group
0 selected
Nazywam się Witek
, …
Alan Etkin
6
Oct 17
"LTS" Py4Web?
Thanks for the tips. But Massimo seems to have understood my point best. It's similar to the
unread,
"LTS" Py4Web?
Thanks for the tips. But Massimo seems to have understood my point best. It's similar to the
Oct 17
Alan Etkin
,
Massimo DiPierro
7
Oct 17
non-CRUD form creation Error
Thanks Massimo! El jueves, 16 de octubre de 2025 a la(s) 11:37:02 am UTC-3, massimo....@gmail.com
unread,
non-CRUD form creation Error
Thanks Massimo! El jueves, 16 de octubre de 2025 a la(s) 11:37:02 am UTC-3, massimo....@gmail.com
Oct 17
laundmo
,
Alan Etkin
5
Oct 17
Proposal: Unify handling of Form(db.table) and Form([db.table.field, db.table.field2])
Though it won't build a DAL instance at all, it will be a class which stores the things needed to
unread,
Proposal: Unify handling of Form(db.table) and Form([db.table.field, db.table.field2])
Though it won't build a DAL instance at all, it will be a class which stores the things needed to
Oct 17
Karl Neumann
, …
Massimo DiPierro
3
Oct 17
Auth API
The best way to learn the Auth API is from this test: https://github.com/web2py/py4web/blob/master/
unread,
Auth API
The best way to learn the Auth API is from this test: https://github.com/web2py/py4web/blob/master/
Oct 17
Massimo DiPierro
, …
laundmo
6
Oct 17
py4web 20251012.1 published
Yes. I just need 1-2 hours to do more testing myself. I should be able to find the time this week-end
unread,
py4web 20251012.1 published
Yes. I just need 1-2 hours to do more testing myself. I should be able to find the time this week-end
Oct 17
Alan Etkin
, …
laundmo
3
Oct 15
On customization/translation of delete option for CRUD forms
When/If my widgets refactor is merged back, the delete checkbox could be handled as a Widget I think,
unread,
On customization/translation of delete option for CRUD forms
When/If my widgets refactor is merged back, the delete checkbox could be handled as a Widget I think,
Oct 15
icodk
,
Massimo DiPierro
2
Oct 12
A field from a left join table does not show up in the returned row
Having some trouble reproducing your problem. This works for me: from pydal import Field, DAL,
unread,
A field from a left join table does not show up in the returned row
Having some trouble reproducing your problem. This works for me: from pydal import Field, DAL,
Oct 12
icodk
,
Massimo DiPierro
2
Oct 12
Installation script for wb2py for ubuntu 24.04.3
Thanks. Added it. On Monday, 6 October 2025 at 04:49:34 UTC-7 icodk wrote: To those installing web2py
unread,
Installation script for wb2py for ubuntu 24.04.3
Thanks. Added it. On Monday, 6 October 2025 at 04:49:34 UTC-7 icodk wrote: To those installing web2py
Oct 12
laundmo
Oct 7
DBStore (session storage) should probably create index on rkey
Depending on the expiration, which defaults to "never", this table can grow quite large if
unread,
DBStore (session storage) should probably create index on rkey
Depending on the expiration, which defaults to "never", this table can grow quite large if
Oct 7
daniv...@gmail.com
,
Massimo DiPierro
3
Oct 7
What is the status regarding Auth.Wiki for Py4web?
Hello Massimo, That sounds great. Thank you, Daniel massimo....@gmail.com schrieb am Sonntag, 5.
unread,
What is the status regarding Auth.Wiki for Py4web?
Hello Massimo, That sounds great. Thank you, Daniel massimo....@gmail.com schrieb am Sonntag, 5.
Oct 7
Davidiam
,
Massimo DiPierro
7
Oct 5
url_prefix is repeated in the url
I merged the PR
unread,
url_prefix is repeated in the url
I merged the PR
Oct 5
Binh Le Thanh
,
Massimo DiPierro
4
Oct 5
What's problem with Google Datastore adapter?
The GAE datastore is no longer supported. At this time DAL only supports the firestore. Perhaps that
unread,
What's problem with Google Datastore adapter?
The GAE datastore is no longer supported. At this time DAL only supports the firestore. Perhaps that
Oct 5
Massimo DiPierro
, …
laundmo
10
Oct 5
py4web version 20250915.1 is OUT
I will take one more pass at this tomorrow and it will most likely go in. :-) On Monday, 22 September
unread,
py4web version 20250915.1 is OUT
I will take one more pass at this tomorrow and it will most likely go in. :-) On Monday, 22 September
Oct 5
Lucas
,
Christian Varas
5
Oct 4
master/detail & CRUD id assignment
yup, you understood perfectly, thank you, and I'm thinking to myself, daaaa, ya big dummy, so
unread,
master/detail & CRUD id assignment
yup, you understood perfectly, thank you, and I'm thinking to myself, daaaa, ya big dummy, so
Oct 4
Lucas
Sep 30
no.css modal and jQuery.alert
hey one and all, just an fyi. the modal section under no.css affects the jQuery.alert under the
unread,
no.css modal and jQuery.alert
hey one and all, just an fyi. the modal section under no.css affects the jQuery.alert under the
Sep 30
Lucas
, …
laundmo
5
Sep 30
anchor in URL
I made my own version of URL(), with the idea to use controller function names instead of the actual
unread,
anchor in URL
I made my own version of URL(), with the idea to use controller function names instead of the actual
Sep 30
laundmo
,
Massimo DiPierro
4
Sep 27
Widget refactor backward compat issues
To people who use custom widgets. I would very much appreciate if you could try this changes and see
unread,
Widget refactor backward compat issues
To people who use custom widgets. I would very much appreciate if you could try this changes and see
Sep 27
Wouter L.
, …
Massimo DiPierro
14
Sep 27
Reference fields in grid
This is now fixed in Master and I will release a new version with the fix. On Friday, 26 September
unread,
Reference fields in grid
This is now fixed in Master and I will release a new version with the fix. On Friday, 26 September
Sep 27
Massimo DiPierro
Sep 23
py4web 1/20250922.1 is published
Fixed a problem with default validators reported by laundmo.
unread,
py4web 1/20250922.1 is published
Fixed a problem with default validators reported by laundmo.
Sep 23
Massimo DiPierro
,
laundmo
2
Sep 22
py4web 1.20250921.1 is published
Hi Massimo, I've re-added the widgets refactor in this PR, along with 1 critical logic fix (
unread,
py4web 1.20250921.1 is published
Hi Massimo, I've re-added the widgets refactor in this PR, along with 1 critical logic fix (
Sep 22
Tom Clerckx
Sep 19
Update online documentation
The current online documentation seems to be lagging behind compared to the latest py4web release. As
unread,
Update online documentation
The current online documentation seems to be lagging behind compared to the latest py4web release. As
Sep 19
laundmo
,
Massimo DiPierro
2
Sep 18
Represent hassle idea: use a class with multiple methods to cleanly split usecasesc
My opinion here is that problems we have arise from the complexity of having a represent function in
unread,
Represent hassle idea: use a class with multiple methods to cleanly split usecasesc
My opinion here is that problems we have arise from the complexity of having a represent function in
Sep 18
laundmo
,
Massimo DiPierro
2
Sep 18
PR: replace insecure, deprecated usage of document.write with insertAdjacentText
Nice. Thanks! On Tuesday, 16 September 2025 at 09:16:33 UTC-7 laundmo wrote: Since the recent updates
unread,
PR: replace insecure, deprecated usage of document.write with insertAdjacentText
Nice. Thanks! On Tuesday, 16 September 2025 at 09:16:33 UTC-7 laundmo wrote: Since the recent updates
Sep 18
David Manns
,
Massimo DiPierro
6
Sep 16
Form with only a submit button no longer allowed.
fixed On Monday, 15 September 2025 at 07:24:25 UTC-7 dgm...@gmail.com wrote: The fix works once the
unread,
Form with only a submit button no longer allowed.
fixed On Monday, 15 September 2025 at 07:24:25 UTC-7 dgm...@gmail.com wrote: The fix works once the
Sep 16
Davidiam
Sep 15
Using py4web with gunicorn
I have been trying to get py4web working with gunicorn, but it is not clear to me what the
unread,
Using py4web with gunicorn
I have been trying to get py4web working with gunicorn, but it is not clear to me what the
Sep 15
Davidiam
Sep 15
I am trying to use gunicorn with py4web but I am getting an error
Py4web: 1.20250607.2 on Python 3.13.5 | packaged by conda-forge | (main, Jun 16 2025, 08:27:50) [GCC
unread,
I am trying to use gunicorn with py4web but I am getting an error
Py4web: 1.20250607.2 on Python 3.13.5 | packaged by conda-forge | (main, Jun 16 2025, 08:27:50) [GCC
Sep 15
David Manns
,
Massimo DiPierro
2
Sep 14
empty float, double, and decimal fields cause grid to fail in render()
this is now fixed in master, thanks On Sunday, 14 September 2025 at 05:49:22 UTC-7 dgm...@gmail.com
unread,
empty float, double, and decimal fields cause grid to fail in render()
this is now fixed in master, thanks On Sunday, 14 September 2025 at 05:49:22 UTC-7 dgm...@gmail.com
Sep 14
Lucas
, …
Massimo DiPierro
8
Sep 14
register_fields, profile_fields
Looks like this is already the case. On Saturday, 13 September 2025 at 17:24:31 UTC-7 Massimo
unread,
register_fields, profile_fields
Looks like this is already the case. On Saturday, 13 September 2025 at 17:24:31 UTC-7 Massimo
Sep 14
laundmo
Sep 11
Form csrf issues: insecure by default, race condition
Hi Massimo, I have pages on which i insert multiple forms using ajax/js. On those specific pages i
unread,
Form csrf issues: insecure by default, race condition
Hi Massimo, I have pages on which i insert multiple forms using ajax/js. On those specific pages i
Sep 11
Lucas
, …
laundmo
7
Sep 11
from ... import ...
Hi Massimo, Instead of modifying sys.path, I would highly recommend using normal python packages. If
unread,
from ... import ...
Hi Massimo, Instead of modifying sys.path, I would highly recommend using normal python packages. If
Sep 11