django-model-utils/model_utils/tests
Carl Meyer 02b2082e90 Fix Choices docstring, minor code changes:
- remove __getitem__, no need for it anymore
- remove implicit lowercasing (principle of least surprise: strings are usually case sensitive)
2010-04-15 22:32:33 -04:00
..
__init__.py initial import (with InheritanceCastModel) 2009-07-02 14:03:02 -04:00
models.py Removed the need for the status choices to be a subclass of model_utils.Choices. 2010-04-16 00:12:08 +02:00
runtests.py Made the testrunner Django 1.2 compatible. 2010-04-15 23:56:56 +02:00
test_settings.py Backed out changeset 4e9eb14b9047 2010-04-15 22:15:39 -04:00
tests.py Fix Choices docstring, minor code changes: 2010-04-15 22:32:33 -04:00