Files
@ c04c2734e32f
Branch filter:
Location: kallithea/init.d/celeryd-upstart.conf
c04c2734e32f
904 B
text/plain
controllers: consistently use formfill.render with force_defaults=False
The inconsistency could cause confusion for developers. It seems to me like
force_defaults=False should be the default ... and apparently it was that in
older versions of formfill.
It could perhaps make sense for us to have a wrapper that added the defualt
values once, instead of repeating it all over ;-)
The inconsistency could cause confusion for developers. It seems to me like
force_defaults=False should be the default ... and apparently it was that in
older versions of formfill.
It could perhaps make sense for us to have a wrapper that added the defualt
values once, instead of repeating it all over ;-)