On Tuesday, April 18, 2017 at 1:25:36 PM UTC-5, Tim Allen wrote: > > Thanks for the kind words. To answer your questions: > > - It is also my hope to automagically create version friendly links, so we > don't see a commit on each Django release. >
This ought to be useful to sub in where necessary for doc links: >>> import django >>> doc_version = '.'.join(django.get_version().split('.')[:2]) >>> doc_version '1.8' -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" 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 https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/be9dde3e-e402-4a13-912c-0372e1906863%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.