Skip to content
This repository has been archived by the owner. It is now read-only.

Explicitly made connection passing a keyword arg. #1

Merged
merged 1 commit into from Apr 24, 2015

Commits on Apr 24, 2015

  1. Explicitly made connection passing a keyword arg.

    This is because (apprently) older versions of Django (1.3) attempt
    to do some sneaky meta programming and need a connection explicitly
    passed as a karg... otherwise it will attempt to pass one and
    an exception will be raised when the called methods get two
    connections!
    Scott Griffin
    Scott Griffin committed Apr 24, 2015
You can’t perform that action at this time.