Updated to Django 1.5.1

This commit is contained in:
Martin Mahner 2013-03-29 19:09:59 +01:00
parent 4978538a97
commit 241180a350
2 changed files with 1 additions and 2 deletions

View file

@ -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)

View file

@ -1,4 +1,4 @@
django==1.5
django==1.5.1
django-mptt==0.4.2
pygments==1.6
south==0.7.6