Commit graph

6 commits

Author SHA1 Message Date
Henrik Levkowetz cd030d3b43 Adding copyright notices to all python files
- Legacy-Id: 716
2007-06-27 21:16:34 +00:00
Bill Fenner 89ad0b9112 This debugging keeps creeping into commits.
- Legacy-Id: 496
2007-06-18 16:49:47 +00:00
Bill Fenner 20334bc8aa If the data is None, use an empty string in the hash instead.
- Legacy-Id: 275
2007-06-10 02:59:17 +00:00
Henrik Levkowetz 03c18bd33d Fixing a bunch of nits pyflakes were complaining about, in order to get a clean run. There are still at least 2 cases of using undefined values which needs scrutiny.
- Legacy-Id: 235
2007-06-05 16:58:58 +00:00
Bill Fenner 22518e16c0 Switch from pickle to str(). This may be wallpapering over the
problem, but apparently data that looks the same was pickling
differently, so was causing a checksum failure.
 - Legacy-Id: 134
2007-05-16 03:47:53 +00:00
Bill Fenner 95209614b5 Introduce contrib/ to hold form wizard tool from django's trac.
Move form_decorator help function from utils.py to contrib/
 - Legacy-Id: 121
2007-05-10 21:57:22 +00:00