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

Conversation

@sirsgriffin
Copy link

@sirsgriffin sirsgriffin commented Apr 24, 2015

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!

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!
sirsgriffin added a commit that referenced this pull request Apr 24, 2015
Explicitly made connection passing a keyword arg.
@sirsgriffin sirsgriffin merged commit 8403489 into loggly:master Apr 24, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant
You can’t perform that action at this time.