mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-10 00:42:06 +00:00
Update for new transaction handling in newer django versions
This commit is contained in:
@ -121,7 +121,6 @@ def uploadftp(request):
|
||||
|
||||
# Purge it out of varnish so we start responding right away
|
||||
varnish_purge("/ftp")
|
||||
transaction.commit_unless_managed()
|
||||
|
||||
# Finally, indicate to the client that we're happy
|
||||
return HttpResponse("OK", content_type="text/plain")
|
||||
|
Reference in New Issue
Block a user