django-pgviews icon indicating copy to clipboard operation
django-pgviews copied to clipboard

README doesn't tell that views work like querysets

Open fjsj opened this issue 7 years ago • 1 comments

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

fjsj avatar Nov 02 '17 19:11 fjsj

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.

scott-w avatar Nov 03 '17 12:11 scott-w