--
You received this message because you are subscribed to the Google Groups "Django developers" group.
To post to this group, send email to django-d...@googlegroups.com.
To unsubscribe from this group, send email to django-develop...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
I think maybe the rendering can just be altered to ignore tags with
the old values?
2010/7/23 Jeremy Dunck <jdu...@gmail.com>:
Actually, I think I'd rather just remove them -- plenty of people
(including me) read the docs in plain text, and the "versionadded" is
just cruft.
I'd suggest we strip out any versionadded/changed directives that
refer to versions we no longer support.
Jacob
Agreed. It's not just as simple as "strip them out", because in many
cases, the language has been forced into awkward contortions in order
to describe the incremental improvements that have been made.
However, +1 to the idea that we should edit and update to remove the
version tags for versions we no longer support (which is to say, the
1.0 and 1.1 version tags in trunk).
Yours
Russ Magee %-)
Richard has opened ticket [1]14000 for tracking work on this.
One additional question: Should the 'versionchanged' notes
get the same treatment?
Regards,
--
Ramiro Morales | http://rmorales.net
14,000!
> One additional question: Should the 'versionchanged' notes
> get the same treatment?
Yeah, I think so. Remember: we might need to edit/rewrite certain
sections to clean up the (sometimes awkward) wording around version
added/changed stuff. So don't just grep and delete -- a bit of
thinking is still required.
Jacob