This commit is contained in:
2014-11-25 12:43:51 +01:00
parent 1c8a307259
commit 76ff3fe4d9

View File

@@ -17,7 +17,7 @@ Using it
.. code-block:: python
from sqlbuilder import SQLModel, Queryset, Q, F
from sqlquerybuilder import SQLModel, Queryset, Q, F
class Client(SQLModel):
table = "clients"