Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
neodb-source-0.12.0.zip | 2025-08-20 | 45.6 MB | |
neodb.env.example | 2025-08-20 | 1.2 kB | |
compose.yml | 2025-08-20 | 10.5 kB | |
0.12.0 source code.tar.gz | 2025-08-20 | 19.3 MB | |
0.12.0 source code.zip | 2025-08-20 | 19.8 MB | |
README.md | 2025-08-20 | 591 Bytes | |
Totals: 6 Items | 84.7 MB | 0 |
- Wikidata support
- Locate remote users or posts by searching their url
- Added about page
Development
- Upgrade to Python 3.13 / Django 5
- Use pytest for testing instead of django test
- Use uv for package mgmt
Server Admin
- This version requires postgresql>=14. Nothing to worry about if you have been using
compose.yml
from our release. However, if you are not using compose.yml, and has postgresql < 0.14, please either manually upgrade postgresql server before update neodb, or use docker image under tag0.11
to avoid upgrade to this version and later.