fgallina / python-django.el

An Emacs package for managing Django projects.
GNU General Public License v3.0
67 stars 24 forks source link

Fix bug where docs >1.9 had wrong url #26

Open todd-dembrey opened 7 years ago

todd-dembrey commented 7 years ago

Previous implementation relied on first 3 items of version number 1.9 is ok but 1.10 become 1.1

New method splits on the . and discards the last part before reforming.