diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-09-09 20:04:26 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-09-09 20:04:26 +0200 |
commit | b6f2dfaeca2bd8e507333b299985e1e3386f6689 (patch) | |
tree | 7c7a7a01a5cf2be00a3e737341d65c18d264e7a7 /archaeological_files/views.py | |
parent | 9fefb173a1c5a76df73dc5d5c94dcdb6f303990a (diff) | |
download | Ishtar-b6f2dfaeca2bd8e507333b299985e1e3386f6689.tar.bz2 Ishtar-b6f2dfaeca2bd8e507333b299985e1e3386f6689.zip |
Add many fields to finds - associated migrations, forms and autocomplete view (refs #2784)
Diffstat (limited to 'archaeological_files/views.py')
-rw-r--r-- | archaeological_files/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_files/views.py b/archaeological_files/views.py index 16aed2414..473972d2a 100644 --- a/archaeological_files/views.py +++ b/archaeological_files/views.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> +# Copyright (C) 2010-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 |