Skip to content

WIP: tackle Issue #72 (Django 1.10 Compatibility)#74

Open
morvan wants to merge 3 commits intogregmuellegger:masterfrom
morvan:django-1.10
Open

WIP: tackle Issue #72 (Django 1.10 Compatibility)#74
morvan wants to merge 3 commits intogregmuellegger:masterfrom
morvan:django-1.10

Conversation

@morvan
Copy link
Copy Markdown

@morvan morvan commented Aug 31, 2016

I added a Django 1.10 support by fetching the loaders in TEMPLATES instead of TEMPLATE_LOADERS.

I now have problems while running the tests:
test_ipad and test_motorola_xoom are failing because for a reason I couldn't identify, the Flavour returned is None.

Any clue about the reason why it happens ?

@morvan morvan changed the title tackle Issue #72 (Django 1.10 Compatibility) WIP: tackle Issue #72 (Django 1.10 Compatibility) Aug 31, 2016
@karolyi
Copy link
Copy Markdown

karolyi commented Oct 5, 2016

can you do an iteration on this and fix the tests, so @gregmuellegger can merge it?

@karolyi
Copy link
Copy Markdown

karolyi commented Oct 7, 2016

ref-ing #72, there is additional information about jinja.

@mcrowson
Copy link
Copy Markdown

Would love for this to get through. Not sure what's left for it.

@urtzai
Copy link
Copy Markdown

urtzai commented Mar 8, 2017

I need this merge too...

@urtzai
Copy link
Copy Markdown

urtzai commented Mar 20, 2017

self.assertEqual(result, 'Hello .')
# simulate RequestContext
result = render_to_string('index.html', context_instance=RequestContext(Mock()))
result = render_to_string('index.html', context = RequestContext(Mock()).flatten())
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

space before and after the =
context=RequestContext(Mock())

@dokterbob dokterbob mentioned this pull request Apr 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants