Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Add Django 1.9 support #57

Merged
merged 2 commits into from
Jun 21, 2016
Merged

Add Django 1.9 support #57

merged 2 commits into from
Jun 21, 2016

Conversation

cmc333333
Copy link
Member

This app would support 1.9 as is, but with some warning messages. This removes
those:

  • empty TEMPLATES values have been deprecated, even if they are not used
  • the patterns function has been deprecated. Using a list has worked since
    1.8
  • defining a urls file in a test case via an attribute has been deprecated

This app would support 1.9 as is, but with some warning messages. This removes
those:

* empty TEMPLATES values have been deprecated, even if they are not used
* the `patterns` function has been deprecated. Using a list has worked since
  1.8
* defining a urls file in a test case via an attribute has been deprecated
@coveralls
Copy link

coveralls commented Jun 16, 2016

Coverage Status

Coverage decreased (-0.05%) to 83.75% when pulling 50f88dc on cmc333333:django19 into 65a58d0 on eregs:master.

Django dropped support
@coveralls
Copy link

coveralls commented Jun 16, 2016

Coverage Status

Coverage decreased (-0.05%) to 83.75% when pulling 48905b5 on cmc333333:django19 into 65a58d0 on eregs:master.

@khandelwal
Copy link
Member

Looks good to me.

@khandelwal khandelwal merged commit 8284953 into eregs:master Jun 21, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants