django-model-utils/model_utils
Carl Meyer a66f2769cb Merge remote-tracking branch 'silonov/save_with_untracked_updated_fields'
* silonov/save_with_untracked_updated_fields:
  Fixed a bug causing `KeyError` when saving with the parameter `update_fields` in which there are untracked fields.
2013-08-08 09:29:04 -06:00
..
tests Fixed a bug causing KeyError when saving with the parameter update_fields in which there are untracked fields. 2013-08-08 13:22:25 +04:00
__init__.py Set version in setup.py docs automatically 2013-08-07 22:52:39 -07:00
choices.py Implement __contains__ ('x' in Choices('x')) for Choices objects. 2013-08-02 12:23:48 +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 Fixed a bug causing KeyError when saving with the parameter update_fields in which there are untracked fields. 2013-08-08 13:22:25 +04:00