mirror of
https://github.com/Hopiu/django-tos.git
synced 2026-05-19 07:11:08 +00:00
Merge pull request #13 from nicholasserra/nicholasserra-django18
Django 1.8 compatibility
This commit is contained in:
commit
d0ee92b623
2 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ env:
|
|||
- DJANGO="Django==1.5.7"
|
||||
- DJANGO="Django==1.6.4"
|
||||
- DJANGO="Django==1.7.11"
|
||||
- DJANGO="Django==1.8.11"
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
|
|
@ -23,3 +24,5 @@ matrix:
|
|||
env: DJANGO="Django==1.7.11"
|
||||
- python: "3.4"
|
||||
env: DJANGO="Django==1.4.12"
|
||||
- python: "2.6"
|
||||
env: DJANGO="Django==1.8.11"
|
||||
|
|
|
|||
|
|
@ -53,6 +53,7 @@ logging.basicConfig(
|
|||
level = logging.DEBUG,
|
||||
format = '%(asctime)s %(levelname)s %(message)s',
|
||||
)
|
||||
logging.disable(logging.CRITICAL)
|
||||
|
||||
|
||||
# Django 1.7 compatibility:
|
||||
|
|
|
|||
Loading…
Reference in a new issue