diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-07-14 19:07:59 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-07-14 19:07:59 +0200 |
commit | 7e2ae23e5ed0317ab7d392313b7e98aa13bff62b (patch) | |
tree | 7bdd80ff4f8932ab1a137e6b8c597c595ebb66db /archaeological_files/models.py | |
parent | fb2a59d6439c13f1eaa88e3318ed839e9b35a662 (diff) | |
download | Ishtar-7e2ae23e5ed0317ab7d392313b7e98aa13bff62b.tar.bz2 Ishtar-7e2ae23e5ed0317ab7d392313b7e98aa13bff62b.zip |
File: numeric index management (refs #2673)
* allow modification
* prevent assigning of the same index
Diffstat (limited to 'archaeological_files/models.py')
-rw-r--r-- | archaeological_files/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_files/models.py b/archaeological_files/models.py index a1b42f722..9bdfc6146 100644 --- a/archaeological_files/models.py +++ b/archaeological_files/models.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2012-2014 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> +# Copyright (C) 2012-2015 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as |