gintas / django-picklefield

A pickled object field for Django
MIT License
180 stars 47 forks source link

Fix for DeprecationWarning (django 1.3+) #1

Closed schinckel closed 13 years ago

schinckel commented 13 years ago

The latest release had a partial fix for the deprecation warnings due to multi-db: but one was missing.

This patch fixes that. I think I'm correct in assuming that we don't care what the connection that was passed in is, so we can safely ignore it?