django-model-utils/model_utils
Tony Aldridge 003ad70805 Added equality methods to Choices objects, and overrode + for Choices
for easy concatenation with other Choices and choice-like iterables.
Also wrote tests for them, and extended the readme to reflect this
2013-08-23 16:58:10 +01:00
..
tests Added equality methods to Choices objects, and overrode + for Choices 2013-08-23 16:58:10 +01:00
__init__.py Create FieldTracker that mirrors ModelTracker 2013-05-23 12:50:34 -07:00
choices.py Added equality methods to Choices objects, and overrode + for Choices 2013-08-23 16:58:10 +01:00
fields.py Fix GH-41: re-add get_FOO_display method to models with StatusField. 2013-05-02 11:33:48 -06:00
managers.py PassThroughManager calls superclass get_query_set. 2013-05-26 16:04:47 -04:00
models.py Remove reduntant "as" in import 2013-04-12 17:13:35 -07:00
tracker.py Improve FieldTracker docstrings 2013-05-28 10:14:49 -07:00