diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-21 15:26:41 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-21 15:26:41 +0100 |
commit | ff60c200ddc406250c335de3b59a56b9327a16ec (patch) | |
tree | b631fd7d258640517b986708b1db9f35239d95ce /ishtar_common/tests.py | |
parent | 6a3c8c3ff340110960bf64dbfc31e526243f6616 (diff) | |
download | Ishtar-ff60c200ddc406250c335de3b59a56b9327a16ec.tar.bz2 Ishtar-ff60c200ddc406250c335de3b59a56b9327a16ec.zip |
Custom forms: manage formsets
Diffstat (limited to 'ishtar_common/tests.py')
-rw-r--r-- | ishtar_common/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py index 016596772..7c8b2fd5c 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2015-2016 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> +# Copyright (C) 2015-2017 É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 |