Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django 1.9 raw HTML in header #3545

Closed
aidanlister opened this issue Oct 25, 2015 · 5 comments
Closed

Django 1.9 raw HTML in header #3545

aidanlister opened this issue Oct 25, 2015 · 5 comments
Assignees
Labels
Milestone

Comments

@aidanlister
Copy link

I just upgraded to 3.2.4 and this is what I see:

screen shot 2015-10-25 at 8 35 12 pm

@tomchristie
Copy link
Member

Notes on how to replicate would be great, as we've not had this raised elsewhere. Does it replicate on a clean install, and what exact steps are required?

@jpadilla
Copy link
Member

Oh yea, I just replicated this.

$ git clone https://github.com/tomchristie/rest-framework-tutorial.git
$ pip install -r requirements.txt
$ pip install --upgrade --pre django
$ pip install --upgrade djangorestframework
$ ./manage.py runserver

Might be because of this change on simple_tag on Django 1.9. Checking it out.

@tomchristie
Copy link
Member

Okay, odd. Note that this is only against 1.9, which isn't yet on our supported list (it will be imminently tho, with the upcoming 3.3 release). The Django docs happen to be down ATM, so not easy to review what the change/cause is until it's back

@jarekwg
Copy link

jarekwg commented Oct 26, 2015

@tomchristie tomchristie added this to the 3.3.0 Release milestone Oct 27, 2015
@tomchristie
Copy link
Member

See also #3550.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants