Skip to content

Commit

Permalink
update django to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsmedina committed Oct 3, 2015
1 parent 49ac8dc commit 851da93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htmlmin/tests/pico_django.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'''

from django.http import HttpResponse
from django.conf.urls.defaults import patterns
from django.conf.urls import patterns
from htmlmin.decorators import minified_response, not_minified_response

CONTENT = '''
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
argparse
django==1.5.5
django==1.8.4
beautifulsoup4
html5lib
six

0 comments on commit 851da93

Please sign in to comment.