Changes between Version 6 and Version 7 of DeveloperGuidelines/Tips
- Timestamp:
- 12/29/08 04:47:47 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Tips
v6 v7 17 17 * Edit multiple records at once: http://groups.google.com/group/web2py/browse_thread/thread/401b4c192871194c/a96cc8c7923a8565# 18 18 * THIS_NOT_IN_DB custom validator: http://groups.google.com/group/web2py/browse_thread/thread/27b14433976c0540?pli=1 19 * Custom Forms - less retyping of code in view using SQLFORM extensions: http://groups.google.com/group/web2py/browse_thread/thread/2d8cc57352d158bd 19 20 * Custom Forms - alternate approach: http://www.wellbehavedsystems.co.uk/web2py/examples/ 20 * Custom Forms - less retyping of code in view using SQLFORM extensions: http://groups.google.com/group/web2py/browse_thread/thread/2d8cc57352d158bd21 21 * Delete uploaded files associated with records: http://groups.google.com/group/web2py/browse_thread/thread/50b1da465eee88e8 22 22 * Lambda tricks: http://p-nand-q.com/python/stupid_lambda_tricks.html