﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
25584	Getting Invalid syntax error while installing Django 1.9a1 and 1.9b1	Shashank	nobody	"When I am trying to install django 1.9a1 or 1.9b1 using pip on python version 2.7.6. I am getting syntax error though installation is not getting effected because of this.
{{{
Compiling /tmp/pip_build_root/django/django/conf/app_template/apps.py ...
  File ""/tmp/pip_build_root/django/django/conf/app_template/apps.py"", line 4
    class {{ camel_case_app_name }}Config(AppConfig):
          ^
SyntaxError: invalid syntax

and 

Compiling /tmp/pip_build_root/django/django/conf/app_template/models.py ...
  File ""/tmp/pip_build_root/django/django/conf/app_template/models.py"", line 1
    {{ unicode_literals }}from django.db import models
                             ^
SyntaxError: invalid syntax
}}}"	Bug	new	Uncategorized	1.9a1	Normal				Unreviewed	0	0	0	0	0	0
