issues
search
tortoise
/
tortoise-orm
Familiar asyncio ORM for python, built with relations in mind
https://tortoise.github.io
Apache License 2.0
4.69k
stars
390
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add Postgres JSON filters
#1789
henadzit
opened
7 hours ago
1
fix: TypeError when sorting by a RawSQL
#1788
waketzheng
closed
16 hours ago
1
AttributeError in Aerich migrations for M2M fields
#1787
gLiNtAlpHa
opened
1 day ago
1
Demo for showing that CI passes for pypika PR#14
#1786
henadzit
closed
17 hours ago
1
Parametrize UPDATE, DELETE and bulk operations
#1785
henadzit
opened
1 day ago
1
chore: improve type hints
#1784
waketzheng
closed
1 day ago
1
Fix query error when model with o2o pk and m2m field
#1783
waketzheng
closed
16 hours ago
1
Use Pydantic TypeAdapter for encoding/decoding JSON fields
#1782
jmbledsoe
opened
3 days ago
1
feat: add mixin for int enum field custom
#1781
waketzheng
opened
4 days ago
1
TypeError when sorting by a RawSQL
#1780
bencrouse
closed
16 hours ago
7
refactor: improve type hints
#1779
waketzheng
closed
4 days ago
1
Primary key field should not be nullable
#1778
LanceMoe
closed
6 days ago
1
Parametrize SELECT queries
#1777
henadzit
closed
4 days ago
2
fix: enums not quoted
#1776
waketzheng
closed
6 days ago
4
change old pydantic docs url
#1775
Abdeldjalil-H
closed
1 week ago
1
Enums not quoted (bug of pypika-torotise)
#1774
waketzheng
closed
6 days ago
0
Unable to use ManyToManyField if OneToOneField passed as Primary Key
#1771
kaushal-goswami-godeskless
closed
16 hours ago
2
Add `table_name_generator` attribute to Meta for dynamic table name generation
#1770
Abdeldjalil-H
closed
6 days ago
12
Fix bug in schema_generator When modify a unique field
#1769
gck123
closed
1 week ago
0
When I initialize the database for the first time, if I have a field in my model with unique=True, then when I set this field's unique to False, it throws tortoise.exceptions.OperationalError: ( 1091, “Can't DROP ‘idx_tb_tasks_name_d55a80’; check that column/key exists”) error
#1768
gck123
closed
1 week ago
0
Can provide a field for PydanticMeta in Tortoise Model to extend field_strializer of pydantic?
#1767
hjqlc
closed
1 week ago
1
Fix ambiguous column name when grouping with joins
#1766
henadzit
closed
1 week ago
1
Handle joins in arithmetic expressions
#1765
henadzit
closed
1 week ago
2
Enhance atomic decorator to inject transaction client for DB operations
#1764
zinzinday
closed
2 weeks ago
3
Make JSONField support type annotation and OpanAPI document generation
#1763
LanceMoe
closed
1 week ago
5
Support annotations and joins in F()
#1761
henadzit
closed
2 weeks ago
1
Fixes pytest-asyncio warning for `event_loop` fixture
#1760
waketzheng
closed
2 weeks ago
1
Introducing Tortoise ORM Guru on Gurubase.io
#1759
kursataktas
closed
2 weeks ago
3
refactor: reduce duplicated code of `tortoise.queryset`
#1758
waketzheng
closed
1 week ago
2
"cannot start a transaction within a transaction" in bulk_create on sqlite3
#1757
mooskagh
closed
1 week ago
7
Implement `last` for querysets and models
#1756
ruitcatarino
closed
3 weeks ago
1
Falcon API support.
#1755
0x1618
opened
3 weeks ago
1
Implement `latest` and `earliest` methods for a queryset
#1754
ruitcatarino
closed
3 weeks ago
4
Implement eraliest() and latest()
#1753
ruitcatarino
closed
3 weeks ago
0
How to Implement Monthly Partitioning in Tortoise-ORM
#1752
AAAASJAAAA
opened
3 weeks ago
1
Unify field names in queryset classes
#1751
henadzit
closed
3 weeks ago
2
Do not validate when loading from the db
#1750
henadzit
closed
3 weeks ago
2
module save not working for sqlite3
#1749
musnows
closed
1 month ago
1
Annotated Fields in Case-When
#1748
henadzit
closed
1 month ago
1
Disable validation of annotations
#1747
henadzit
closed
4 weeks ago
4
Dynamically link new databases and create tables
#1746
qinsehm1128
opened
1 month ago
0
pydantic_model_creator refactorization
#1745
markus-96
closed
1 week ago
9
Robyn registe tortoise, but unable to close the robyn program properl
#1744
JiaLiangChen99
opened
1 month ago
1
docs: explicitly declare aiomysql support
#1743
waketzheng
closed
1 month ago
1
Timezone-aware datetime returns incorrect timezone for SQLite
#1742
seriaati
closed
1 month ago
3
Same model returned by pydantic_model_creator calls with different arguments
#1741
henadzit
closed
1 month ago
3
Custom lookup feature?
#1739
Pediatra
opened
1 month ago
0
concurrent query question
#1738
luffyxue55
opened
1 month ago
8
Add support for case insensitive regexp + add support for REGEXP SQLite module
#1737
larsschwegmann
opened
1 month ago
2
Pin CI ubuntu version, update CHANGELOG
#1736
abondar
closed
1 month ago
0
Next