coleifer / peewee

a small, expressive orm -- supports postgresql, mysql, sqlite and cockroachdb
http://docs.peewee-orm.com/
MIT License
11.18k stars 1.37k forks source link

Documentation missing for ArrayField. #2842

Closed cldtech closed 8 months ago

cldtech commented 8 months ago

Hi, in the doc for the ArrayField there are nothing saying from where to import ArrayField. Without import i of course get NameError: name 'ArrayField' is not defined. Did you mean: 'AnyField'? Can anyone tell me from where i can import ArrayField while i wait for the doc to get updated? I know it is in the playhouse module but i can't find it.

coleifer commented 8 months ago

It’s right there in the link you pasted, in the Postgres extension docs. If you scroll up a bit from your link you’ll see.

cldtech commented 8 months ago

Way to answer without even giving the damn response. Just go to hell i won't use your code anywhere anymore.