split up editor/wrappers.py
This commit is contained in:
parent
3e4d202b29
commit
7d736665a4
10 changed files with 354 additions and 332 deletions
2
src/c3nav/editor/utils.py
Normal file
2
src/c3nav/editor/utils.py
Normal file
|
@ -0,0 +1,2 @@
|
|||
def is_created_pk(pk):
|
||||
return isinstance(pk, str) and pk.startswith('c') and pk[1:].isnumeric()
|
Loading…
Add table
Add a link
Reference in a new issue