diff options
Diffstat (limited to 'core/models/caves.py')
-rw-r--r-- | core/models/caves.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/models/caves.py b/core/models/caves.py index dffd670..1de5ef9 100644 --- a/core/models/caves.py +++ b/core/models/caves.py @@ -32,6 +32,8 @@ todo = """ foreign keys work fine ?! - Why do we have CaveAndEntrance objects ? Surely entranceletter belong son the Entrance object? + +- move the aliases list from the code and put into an editable file - Restore constraint: unique_together = (("area", "kataster_number"), ("area", "unofficial_number")) """ |