Skip to content

Commit

Permalink
Update to Django 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbepresent committed Jan 17, 2017
1 parent 6e8a24d commit 121649d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ajax_select/views.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import json as simplejson

from ajax_select import get_lookup
from django.contrib.admin import site
from django.db import models
from django.http import HttpResponse
from django.utils import simplejson


def ajax_lookup(request,channel):
Expand Down

0 comments on commit 121649d

Please sign in to comment.