fgallina / python-django.el

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

Django 1.7 support #13

Closed lmeuser closed 10 years ago

lmeuser commented 10 years ago

Hi,

python-django.el currently does not seem to work with Django 1.7 (at least with the current beta 3) -- it shows the message "Error: End of File during parsing" instead of the directory tree. I tried this with a virtualenv -- I created a new venv, installed Django 1.6.4 in there, created a new project and app, and opened it with python-django.el -- this worked. Then I updated django to 1.7b3 and it stopped working, and when I downgraded to 1.6.4, it started working again.

I don't actually know if the issue is in python-django.el or somewhere else, but to me it looks like it's a 1.7 problem. Unfortunately my elisp skills are practically non-existent, so I can't figure out what the actual problem is.

If it is an incompatibility with python-django.el and 1.7, then what are your plans on supporting 1.7?

fgallina commented 10 years ago

As of commit 698c6fc Django 1.7b4 is working.

1402801894

ochronus commented 10 years ago

Awesome! Thanks!