Hi Aidas -- 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 <[EMAIL PROTECTED]> 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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
