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

README doesn't tell that views work like querysets #31

Open fjsj opened 7 years ago

fjsj commented 7 years ago

It's not clear on the README that views behave like querysets. Also, it's not specified which queryset methods they support.

scott-w commented 7 years ago

Hi @fjsj thanks for reporting this.

For all intents and purposes there's no difference between an SQL VIEW and a regular table from a .filter() perspective.

If you could submit a PR with the information you'd like to see then I'd be happy to include it in the README.