Commit graph

62 commits

Author SHA1 Message Date
Carl Meyer
4e7ddfc221 Bump version for dev. 2013-08-29 22:35:32 -06:00
Carl Meyer
edbef99ce2 Bump version for 1.5.0 release. 2013-08-29 22:06:44 -06:00
Carl Meyer
2e44f1c2c0 Add option-groups capability to Choices. 2013-08-29 22:00:53 -06:00
Carl Meyer
32f839b577 Add Changelog note about Choices equality/addition. 2013-08-25 09:04:27 -06:00
Trey Hunner
09278083e8 Fix typo noted by @silonov 2013-08-17 11:35:03 -07:00
Trey Hunner
2679f6114b Merge branch 'silonov-json_fields_support'
Conflicts:
	CHANGES.rst
	model_utils/tests/tests.py
2013-08-17 01:40:09 -07:00
Trey Hunner
15910e04e7 Merge branch 'field-tracker-inheritance'
Conflicts:
	CHANGES.rst
2013-08-11 18:49:20 -07:00
silonov
f20e723952 Added more general mutable fields support instead of json-specific 2013-08-11 19:32:45 +04:00
silonov
630741b423 Added JSONEncoder().encode(...) check for json-like fields 2013-08-10 01:59:06 +04:00
Carl Meyer
2eacb11b45 Tweak AUTHOR list and changelog. 2013-08-08 09:45:49 -06:00
Mikhail Silonov
8c6f343111 Added JSON Fields support 2013-08-08 18:02:12 +04:00
Mikhail Silonov
b9f954074c 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
Carl Meyer
64a47ad861 Update AUTHORS and changelog for Choices.__contains__ addition. 2013-08-05 19:49:21 -06:00
Trey Hunner
e79539a39c Note FieldTracker fix in CHANGES 2013-07-29 13:36:07 -07:00
Carl Meyer
eadb5b858c Bump version for dev. 2013-06-03 14:27:24 -06:00
Carl Meyer
3c8e165dec Hello 1.4.0. 2013-06-03 14:25:29 -06:00
Carl Meyer
99a051d137 Doc updates for FieldTracker -> ModelTracker transition. 2013-06-03 11:55:38 -06:00
Carl Meyer
85588bb7e8 Remove misinformation from changelog; oops. 2013-05-27 11:10:59 -06:00
Carl Meyer
a16b7a1419 Tweak AUTHORS and changelog. 2013-05-27 11:10:18 -06:00
Andy Freeland
7e381179e4 PassThroughManager calls superclass get_query_set.
As discussed in #31, PassThroughManager and
PassThroughManager.for_queryset_class() would ignore the superclass
version of `get_query_set`.
2013-05-26 16:04:47 -04:00
Carl Meyer
1921809d95 Update AUTHORS and changelog. 2013-05-22 19:16:40 -06:00
Carl Meyer
216d0b7095 Fix GH-41: re-add get_FOO_display method to models with StatusField. 2013-05-02 11:33:48 -06:00
Trey Hunner
ca14e4826c Note Python/Django version support in CHANGES.rst 2013-04-12 17:13:31 -07:00
Carl Meyer
0147a31f27 Bump version to 1.3.1.post1 for dev. 2013-04-11 21:38:49 -06:00
Carl Meyer
7bd3bf5f1e Bump version to 1.3.1 for release. 2013-04-11 21:35:51 -06:00
Trey Hunner
24705aa9a9 Note StatusField fix in CHANGES file 2013-04-10 11:22:15 -07:00
Carl Meyer
c49c91da39 Updated changelog. 2013-03-28 10:55:21 -06:00
Carl Meyer
c057e51fd9 Bump version for dev. 2013-03-28 10:50:57 -06:00
Carl Meyer
bf1373a329 Bump version to 1.3.0. 2013-03-27 20:59:19 -06:00
Carl Meyer
3a84092e32 Update AUTHORS and changelog. 2013-02-21 16:27:21 -07:00
Carl Meyer
86400554d4 Specifically acknowledge Trey for ModelTracker in changelog. 2013-02-19 11:11:16 -07:00
Trey Hunner
5f23a02a4e Add ModelTracker note to CHANGES 2013-02-18 20:07:44 -08:00
Carl Meyer
579abf8e66 Fix calling create() on a related manager based on PassThroughManager. 2013-02-12 14:05:31 -07:00
Carl Meyer
cf2c97b620 Avoid overriding prior calls to select_related in select_subclasses. 2013-02-01 22:53:11 -07:00
Carl Meyer
93a1a44ee7 Updates to multi-level support for InheritanceManager. 2013-02-01 22:38:14 -07:00
Carl Meyer
e86a2e2e2b Bump version for 1.2.0. 2013-01-27 14:54:29 -08:00
Carl Meyer
246fb81813 Revert addition of UpdateOrCreateMixin; reaches 100% test coverage. 2013-01-27 14:16:58 -08:00
Carl Meyer
6ae66e0153 Removed a bunch of deprecated code. 2013-01-27 13:30:31 -08:00
Carl Meyer
a9ac3685fb Removed deprecated ChoiceEnum; moved Choices out of __init__.py. 2013-01-27 13:19:45 -08:00
Carl Meyer
1fc01c39de Update changelog and AUTHORS for recent changes. 2013-01-27 11:50:12 -08:00
Carl Meyer
88e6f6d50e Bump version for release. 2012-04-13 17:33:23 -06:00
Carl Meyer
f2db5fc05a Updated changelog and AUTHORS. 2012-01-07 17:34:18 -07:00
Carl Meyer
4746180c4d Improved fix for annotations and InheritanceQuerySet. Thanks Facundo Gaich. 2012-01-03 16:47:33 -07:00
Carl Meyer
c35746a445 Fixed annotation of InheritanceQuerySets. Thanks Jeff Elmore. 2012-01-03 15:47:41 -07:00
Carl Meyer
5710c8b504 Dropped support for obsolete Python 2.5 and Django 1.1. 2012-01-03 15:40:17 -07:00
Carl Meyer
3c93995d46 Fixed typo in changelog - thanks Ryan. 2011-12-06 09:39:57 -07:00
Carl Meyer
57351d1219 Tweaked docs and added changelog note. 2011-12-05 17:09:18 -07:00
Carl Meyer
4de673ad21 Tweaked docs for get_subclass, added changelog entry. 2011-10-26 11:12:14 -06:00
Carl Meyer
9f46f5dafb Bumped version for release. 2011-06-16 16:22:56 -05:00
Carl Meyer
b7c5a59390 Fixed using SplitField on an abstract base model class. 2011-04-28 20:59:52 -05:00