mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 11:56:36 +11:00
Updated to Django 1.5.1
This commit is contained in:
parent
4978538a97
commit
241180a350
2 changed files with 1 additions and 2 deletions
|
@ -203,7 +203,6 @@ def guess_lexer(request):
|
|||
return HttpResponse(response)
|
||||
|
||||
|
||||
|
||||
def page_not_found(request, template_name='dpaste/404.html'):
|
||||
return django_page_not_found(request, template_name)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
django==1.5
|
||||
django==1.5.1
|
||||
django-mptt==0.4.2
|
||||
pygments==1.6
|
||||
south==0.7.6
|
||||
|
|
Loading…
Reference in a new issue