django-model-utils/model_utils
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
..
tests Fix Choices docstring, minor code changes: 2010-04-15 22:32:33 -04:00
__init__.py Fix Choices docstring, minor code changes: 2010-04-15 22:32:33 -04:00
fields.py Removed the need for the status choices to be a subclass of model_utils.Choices. 2010-04-16 00:12:08 +02:00
managers.py 0.3.0 2009-07-30 17:11:36 -04:00
models.py Moved the setting of the dynamic QueryManager to model classes. Removed metaclasses. 2010-04-16 00:01:38 +02:00