In the future, please direct questions of this nature to django-users.
Django-dev is for discussion of development *on* Django itself, not
for usage questions.
That said:
On 12/19/07, Aidas Bendoraitis <aidas.be...@gmail.com> wrote:
> Do you consider this approach for extending existing code as a smart
> python programming solution or an ugly hack?
We usually call this "monkeypatching", and as the name implies, most
sane developers consider it a bad idea. Wikipedia actually has a
pretty good summary of why this is:
http://en.wikipedia.org/wiki/Monkeypatch
Jacob