django-configurations/tests
Mauricio de Abreu Antunes 3f892f9814 Fixed wrong behaviour when assigning BooleanValue
When assigning False to a BooleanValue and reusing it was raising a
ValueError exception because BooleanValue was evaluating False as None.

Thanks to @abbottc for catching this error.
2014-12-27 10:34:40 -02:00
..
settings Moved tests out of the configurations packages. 2013-09-09 11:02:43 +02:00
__init__.py Moved tests out of the configurations packages. 2013-09-09 11:02:43 +02:00
test_inheritance.py Moved tests out of the configurations packages. 2013-09-09 11:02:43 +02:00
test_main.py Fixed a 1.7.x test. 2013-11-26 15:46:53 +01:00
test_values.py Fixed wrong behaviour when assigning BooleanValue 2014-12-27 10:34:40 -02:00
urls.py Moved tests out of the configurations packages. 2013-09-09 11:02:43 +02:00