Browse Source

Muda a versao do Django de 1.8 para 1.9

pull/237/head
Eduardo Calil 9 years ago
parent
commit
5b55304f47
  1. 2
      requirements/requirements.txt
  2. 2
      sessao/views.py

2
requirements/requirements.txt

@ -8,7 +8,7 @@ django-extra-views
django-model-utils django-model-utils
django-sass-processor django-sass-processor
django-vanilla-views django-vanilla-views
django<1.9 django==1.9
djangorestframework djangorestframework
git+git://github.com/interlegis/trml2pdf.git git+git://github.com/interlegis/trml2pdf.git
libsass libsass

2
sessao/views.py

@ -3,7 +3,7 @@ from re import sub
from django.core.exceptions import ObjectDoesNotExist from django.core.exceptions import ObjectDoesNotExist
from django.core.urlresolvers import reverse from django.core.urlresolvers import reverse
from django.forms.util import ErrorList from django.forms.utils import ErrorList
from django.utils.html import strip_tags from django.utils.html import strip_tags
from django.utils.translation import ugettext_lazy as _ from django.utils.translation import ugettext_lazy as _
from django.views.generic import ListView from django.views.generic import ListView

Loading…
Cancel
Save