Files
@ 4517e212f09a
Branch filter:
Location: kallithea/docs/api/models.rst
4517e212f09a
632 B
text/prs.fallenstein.rst
controllers: rename __before__ to _before in preparation of TurboGears2
__before__ in Pylons is called _before in TurboGears2. We can prepare this
rename already in Pylons-based Kallithea, so that the real TG2 migration
commit just changes the BaseController.
Since TurboGears2 _before can pass extra arguments, we add *args and
**kwargs parameters as well.
__before__ in Pylons is called _before in TurboGears2. We can prepare this
rename already in Pylons-based Kallithea, so that the real TG2 migration
commit just changes the BaseController.
Since TurboGears2 _before can pass extra arguments, we add *args and
**kwargs parameters as well.