Fix docs
This commit is contained in:
@@ -17,7 +17,7 @@ Using it
|
|||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
from sqlbuilder import SQLModel, Queryset, Q, F
|
from sqlquerybuilder import SQLModel, Queryset, Q, F
|
||||||
|
|
||||||
class Client(SQLModel):
|
class Client(SQLModel):
|
||||||
table = "clients"
|
table = "clients"
|
||||||
|
|||||||
Reference in New Issue
Block a user