mypebble / django-pgviews

Fork of django-postgres that focuses on maintaining and improving support for Postgres SQL Views.
The Unlicense
195 stars 41 forks source link

Remove _base_manager attribute for Django 1.10 support #21

Closed codingjoe closed 8 years ago

codingjoe commented 8 years ago

I based this on my tox commit to see if CI passes.

scott-w commented 8 years ago

Hi @codingjoe, thanks for the work on this!

Is this intended to close #20 simultaneously?

codingjoe commented 8 years ago

@scott-w yes, more or less. You can merge #20 and I rebase this one, or you merge both at once. I just needed to show, that it works on all Django versions, hence me reusing this commit.

codingjoe commented 8 years ago

@scott-w would you mind issuing a new PyPi release?

scott-w commented 8 years ago

Yeah I'll get that done today