Skip to content

Commit af31353

Browse files
author
Arisophy
committed
Merge branch 'develop' into main
2 parents db1beeb + 0ba0cab commit af31353

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compositepk-model/cpkmodel/compositekey.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .constants import CPK_SEP
55

66

7-
class CompsiteCol(Col):
7+
class CompositeCol(Col):
88
def __init__(self, alias, target, output_field=None):
99
super().__init__(alias, target, output_field)
1010
self.children = [Col(alias, key, output_field) for key in target.keys]
@@ -35,4 +35,4 @@ def __init__(self, keys, primary=False):
3535
self.model = keys[0].model
3636

3737
def get_col(self, alias, output_field=None):
38-
return CompsiteCol(alias, self, output_field)
38+
return CompositeCol(alias, self, output_field)

compositepk-model/db.sqlite3

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)