On Sat, May 18, 2013 at 11:38 PM, Ramiro Morales <cra...@gmail.com> wrote: > Hi all, > > This is a proposal for fixing this small and old issue > (https://code.djangoproject.com/ticket/9321): > > [...] > > Django 1.7: > Simply stop forcing the hard-coded sentence. If users want to have it > set or added to their help text they should provide it by themselves > just like it happens with every other [model] form field. > These users are in a better position to know if it is relevant to the form > widget in use. > > This deprecation cycle won't be implemented using > [Pending]DeprecationWarning's, but rather by only documentation. The > release notes and backward incompatible timeline entry for 1.6 would > warn about the changes coming in 1.7 so they can act in advance. > > [...] > > Also, WIP PR: > https://github.com/ramiro/django/compare/master...9321-m2m-help_text > (only piece missing is the warnings described in the last two paragraphs.)
I've updated the branch to add such documentation warnings. Also, changed the timeline to extend over two release cycles (1.6 - 1.8) instead of accelerating it to finish in 1.7. I've also created a second branch with the changes that would need to be performed before releasing 1.8: https://github.com/ramiro/django/compare/9321-m2m-help_text...9321-m2m-help_text-post-1.6 Apps now need to take care of the help text, the admin app is one of them and so does this patch by moving the logic there. Note how tests that check the HTML output of modelforms for models with m2m fields don't need to contain the non-relevant help text markup anymore. Regards, -- Ramiro Morales @ramiromorales -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroups.com. To post to this group, send email to django-developers@googlegroups.com. Visit this group at http://groups.google.com/group/django-developers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.