Skip to content

Conversation

@HelgeKrueger
Copy link
Contributor

This adds the missing documentation entry for ArrayField (postgres specific).

See #1187

@abondar
Copy link
Member

abondar commented Sep 26, 2024

Did you check locally that it compiles docs in a way that you expect?

@coveralls
Copy link

Pull Request Test Coverage Report for Build 11050908131

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 89.011%

Totals Coverage Status
Change from base Build 11048931810: 0.0%
Covered Lines: 5965
Relevant Lines: 6586

💛 - Coveralls

@HelgeKrueger
Copy link
Contributor Author

HelgeKrueger commented Sep 26, 2024

It looks like. I think knowing to use element_type is what I expect to be able to use ArrayField.

Screenshot 2024-09-26 at 13-27-04 Postgres - Tortoise ORM v0 21 6 Documentation

Note: make doc failed with:

sphinx-build -M html docs build
Traceback (most recent call last):
  File "/home/helge/.local/bin/sphinx-build", line 5, in <module>
    from sphinx.cmd.build import main
ModuleNotFoundError: No module named 'sphinx'
make: *** [Makefile:76: docs] Error 1

I had to run poetry run sphinx-build -M html docs build.

@abondar abondar merged commit f1075f6 into tortoise:develop Sep 27, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants