#8630: Improve the comments framework customizability -------------------------------------+-------------------------------------- Reporter: thejaswi_puthraya | Owner: nobody Status: new | Milestone: 1.0 Component: django.contrib.comments | Version: SVN Keywords: comments, customization | Stage: Unreviewed Has_patch: 1 | -------------------------------------+-------------------------------------- Currently the comments framework allows to customize comments by requiring the three attributes get_model(), get_form() and get_form_target() in the custom comments app. But by hard-coding the get_model(), get_form() and get_form_target() in `django.contrib.comments.__int__.py` we are restricting the extensibility.
The patch attached allows easy customization. This is *NOT* a new feature, just hard-coded it by mistake while sending patches to Jacob. -- Ticket URL: <http://code.djangoproject.com/ticket/8630> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" 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-updates?hl=en -~----------~----~----~----~------~----~------~--~---
