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 | 1f49ac758d42cd924dd1df39af58835b80f1f77e (patch) | |
tree | b631fd7d258640517b986708b1db9f35239d95ce /ishtar_common/tests.py | |
parent | c410be9b3c3ba193ee8c233cc6a50d065d4090fd (diff) | |
download | Ishtar-1f49ac758d42cd924dd1df39af58835b80f1f77e.tar.bz2 Ishtar-1f49ac758d42cd924dd1df39af58835b80f1f77e.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 |