Commit graph

242 commits

Author SHA1 Message Date
Bruno Alla
d6edfdb4db Update CHANGES.rst 2017-02-15 23:13:55 +00:00
Ryan P Kilby
fda2d39ec4 Drop unsupported django versions 2017-01-12 12:16:40 -05:00
Carl Meyer
625e1041cc Bump version to 2.6.2.a1. 2017-01-11 16:07:17 -08:00
Carl Meyer
269f6f130f Bump version to 2.6.1. 2017-01-11 15:37:06 -08:00
Carl Meyer
6a01f3389a Add spaces in changelog for consistency with older sections. 2017-01-11 15:35:51 -08:00
Romain G
03fd2fb0a0 Add missing newline 2017-01-11 12:22:59 +00:00
Romain G
7ae505733e Update CHANGES 2017-01-11 12:21:42 +00:00
Bruno Alla
0787a098fd Update changelog about 2 recent pull requests
https://github.com/carljm/django-model-utils/pull/239
https://github.com/carljm/django-model-utils/pull/240
2017-01-09 13:29:07 +00:00
Bruno Alla
abd163f297 Remove extra backtick 2017-01-08 11:18:31 +00:00
Bruno Alla
ecf80381de Reword changes, use GH- convention for tickets and PR 2017-01-07 14:20:00 +00:00
Bruno Alla
336ac14144 Add changes at the top of the Changelog 2017-01-05 18:32:33 +00:00
Carl Meyer
68bc61e825 Update changelog and AUTHORS. 2016-11-21 11:36:25 -08:00
Carl Meyer
e1a3cee4d3 Bump version to 2.6.1.a1. 2016-09-19 08:05:40 -06:00
Carl Meyer
a9a8451fc9 Bump version to 2.6. 2016-09-19 08:03:42 -06:00
Radosław Ganczarek
9e90dde2e8 Add SoftDeletableModel 2016-09-12 15:11:34 +02:00
Alexey Evseev
9ee6065f81 Support Django 1.10 deferred FileField with FieldTracker 2016-09-08 18:00:48 +03:00
Carl Meyer
65b0823e16 Bump version to 2.5.3a1. 2016-08-09 15:09:11 -06:00
Carl Meyer
da8e8cf3c9 Include runtests.py in sdist; bump version to 2.5.2. 2016-08-09 15:06:49 -06:00
Carl Meyer
34e4b6880f Bump version to 2.5.2a1. 2016-08-03 08:44:29 -06:00
Carl Meyer
5904008eab Bump version and update changelog for 2.5.1 release. 2016-08-03 08:38:59 -06:00
Artis Avotins
d1337d5a7c Fixed a bug with Django >= 1.9 where values_list was called on
InheritanceQuerySet with `select_subclasses` applied as strings
raised AttributeError exception.

Adds a new test case `test_dj19_values_list_on_select_subclasses`
2016-05-25 18:58:03 +02:00
Carl Meyer
c5417eb613 Bump version for dev. 2016-04-18 15:08:15 -06:00
Carl Meyer
a43027ccee Bump version to 2.5. 2016-04-18 15:02:40 -06:00
Mike Bryant
ff3f8e5546 Use all the fields to determine _id variants. Fixes #214
If a tracker is defined on an inherited model, where the parent has a ForeignKey,
the tracker will now correctly determine that the field_map takes `fk` -> `fk_id`
2016-03-31 15:45:19 +01:00
Adam Bogdał
fa72fb1521 Update changelog 2016-02-09 00:24:10 +01:00
Carl Meyer
d7e3718964 Add CI on Python 3.5, drop Python 3.2. 2016-02-08 15:45:13 -07:00
Carl Meyer
e070237a34 README and changelog updates. 2015-12-02 12:54:06 -07:00
Carl Meyer
520f1f74d1 Add missed changelog entry for removal of PassThroughManager. 2015-12-02 12:47:07 -07:00
Carl Meyer
f1f8749fa9 Bump version to 2.4.1a1. 2015-12-02 10:55:59 -07:00
Carl Meyer
3c8fe6a7d2 Bump version to 2.4. 2015-12-02 10:43:11 -07:00
Carl Meyer
b06fa8c752 Update AUTHORS and changelog. 2015-10-28 17:16:50 -06:00
Carl Meyer
165e0ec495 Bump version for 2.4 development. 2015-07-20 10:32:18 -06:00
Carl Meyer
443108c7ad Set version for 2.3.1 release. 2015-07-20 10:22:27 -06:00
Carl Meyer
b2149c8e73 Remove translations automation in setup.py. Fixes GH-178, GH-179. 2015-07-20 09:56:07 -06:00
Carl Meyer
ab4a2b4ce4 Bump version to 2.4a1. 2015-07-17 13:02:07 -06:00
Carl Meyer
b1c183d475 Bump version to 2.3. 2015-07-17 11:38:39 -06:00
Carl Meyer
b09fa1e14e Add changelog note about Django 1.8 compat. 2015-07-17 11:37:59 -06:00
Philipp Steinhardt
8bd2f8bcda * update AUTHORS.rst and CHANGES.rst 2015-07-02 14:30:09 +02:00
Carl Meyer
b54d4652a3 Update AUTHORS/changelog. 2014-10-29 16:20:02 -06:00
Carl Meyer
67ec6e4b53 Update changelog. 2014-09-22 12:12:39 -06:00
bboogaard
31170692a5 Update CHANGES.rst 2014-09-01 09:30:29 +02:00
bboogaard
ac0957e3ec Update AUTHORS.rst and CHANGES.rst 2014-08-19 10:42:41 +02:00
Carl Meyer
54d915bd4a Bump version to 2.3a1. 2014-07-31 18:57:29 -06:00
Carl Meyer
c62fe9446d Add Changelog entry for revert of GH-130; bump version to 2.2. 2014-07-31 18:16:15 -06:00
Carl Meyer
2b1c7e3757 Merge branch '2.1.x'
* 2.1.x:
  Bump version to 2.1.2a1.
  Bump version to 2.1.1.
  ASCII-fold changelog, again. Fixes GH-141.
  Bump version to 2.1.1a.

Conflicts:
	CHANGES.rst
	model_utils/__init__.py
2014-07-28 10:03:53 -06:00
Carl Meyer
19c9c380df Bump version to 2.1.2a1. 2014-07-28 10:02:39 -06:00
Carl Meyer
bd3787a4a8 Bump version to 2.1.1. 2014-07-28 10:00:40 -06:00
Carl Meyer
abd47ed406 ASCII-fold changelog, again. Fixes GH-141. 2014-07-28 09:59:29 -06:00
Carl Meyer
4ed7eb05e5 Bump version to 2.1.1a. 2014-07-28 09:59:23 -06:00
Carl Meyer
6def1b416f ASCII-fold changelog, again. Fixes GH-141. 2014-07-28 09:55:18 -06:00
Carl Meyer
a0ba93f8c2 Bump version to 2.2a1. 2014-07-25 10:00:46 -06:00
Carl Meyer
24fa8945bb Bump version to 2.1.0. 2014-07-25 09:52:55 -06:00
Trey Hunner
afe99ddd18 Note pickle support for FieldTracker in change log 2014-05-13 14:29:58 -07:00
Rodney Folz
1f2abd85ba Update with changes made in this PR 2014-04-25 13:41:56 -07:00
Keryn Knight
8a1d0662f1 Provide dir() support for PassThroughManagers.
Reported in #55 by erikcw.
2014-04-15 08:48:01 +01:00
Carl Meyer
61923571b9 Bump version to 2.0.3.post1 for dev. 2014-03-19 22:48:13 -06:00
Carl Meyer
36b7e600c6 Bump version to 2.0.3 for release. 2014-03-19 22:43:48 -06:00
Carl Meyer
f63696a93e Update AUTHORS and changelog. 2014-03-19 22:27:56 -06:00
Carl Meyer
8b231f4b0b Update changelog. 2014-03-02 13:20:55 -06:00
Carl Meyer
9a78b7fbec Update AUTHORS and changelog. 2014-02-19 15:42:37 -07:00
Carl Meyer
fe0eceaa74 Bump version to 2.0.2.post1. 2014-02-19 14:01:51 -07:00
Carl Meyer
722246051a Remove all non-ASCII characters in CHANGES.rst. Fixes GH-113.
Apologies to those whose names are mangled by this change.

It seems that distutils makes it impossible to handle non-ASCII content in a
setup.py long_description in a way that reliably works on Python 3 when the
system encoding is ASCII.
2014-02-19 13:59:33 -07:00
Carl Meyer
6579f5d61f Bump version to 2.0.1.post1. 2014-02-11 15:03:08 -07:00
Carl Meyer
d77608ef76 Bump version to 2.0.1. 2014-02-11 14:58:18 -07:00
Carl Meyer
15ad7e1d93 Update AUTHORS and changelog. 2014-01-25 17:40:25 -07:00
Carl Meyer
01c0ebcf26 Move InheritanceManager extra fix to the 'master' section of changelog. 2014-01-25 17:27:52 -07:00
Carl Meyer
febc3d645a Merge pull request #101 from funkybob/issue-34
Attempt to carry over extras(select) values from parent
2014-01-25 16:25:36 -08:00
funkybob
5b6a3ff197 Update AUTHORS and CHANGES 2014-01-21 11:08:28 +11:00
Carl Meyer
50210ef2af Add changelog note. 2014-01-10 16:29:44 -07:00
Carl Meyer
87f7209042 Bump version for dev. 2014-01-06 18:26:01 -07:00
Carl Meyer
6b4a900ca0 Bump version to 2.0. 2014-01-06 18:22:24 -07:00
Carl Meyer
8ea75e53f4 Check for StatusModel field name conflicts correctly. 2014-01-06 16:03:44 -07:00
Alejandro Varas
ae13fe2f41 Updated CHANGES.rst 2013-11-14 16:39:19 -03:00
Carl Meyer
65427407d6 Update changelog. 2013-10-22 12:15:17 -06:00
Carl Meyer
907014dab9 Flesh out the backwards-incompatibility note about indexing Choices. 2013-10-11 13:32:07 -06:00
Carl Meyer
1d3af52456 Update AUTHORS and changelog. 2013-10-11 13:25:37 -06:00
Filipe Ximenes
e3450977bd adding 'when' parameter to MonitorField 2013-10-11 00:08:38 -03:00
Carl Meyer
d7f7a54e77 Update AUTHORS and changelog. 2013-10-08 11:15:01 -06:00
Carl Meyer
5a33ff760a Fixed indexing into Choices so its useful. 2013-09-24 15:13:27 -06:00
Carl Meyer
4b6a800050 Fix bug with child/grandchild select_subclasses in Django 1.6+; thanks Keryn Knight. 2013-09-20 10:04:10 -06:00
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
Carl Meyer
69d0985db1 Started deprecation for manager_from, InheritanceCastModel, and Django 1.1 support. 2011-04-16 14:51:14 -05:00
Carl Meyer
e418cc909a Fixed issue #6, bug with InheritanceManager and descriptor fields (e.g. FileField).
Thanks zyegfryed for the fix and sayane for tests.
2011-03-29 12:47:25 -04:00
Carl Meyer
a3c838adda Bumped version for dev. 2011-02-18 17:20:11 -05:00
Carl Meyer
d6b017ee6e Bump version for release. 2011-02-18 16:47:52 -05:00
Carl Meyer
ac36cbf56c Added InheritanceManager, contributed by Jeff Elmore. 2010-11-23 12:48:23 -05:00
Carl Meyer
a2c67934ed additional test, docs cleanup 2010-10-05 08:59:25 -04:00
Carl Meyer
6f8b1e1ab0 bump version to 0.5.0 2010-09-24 10:33:09 -04:00
Carl Meyer
5da38ee0c6 manager_from bugfix from George Sakkis; fixes #1 2010-08-16 17:58:16 -04:00
Carl Meyer
aed583f763 added manager_from (thanks George Sakkis) 2010-07-30 22:09:46 -04:00
Carl Meyer
238571ed43 docs, AUTHORS, Changelog... 2010-04-16 00:37:12 -04:00
Carl Meyer
8b69a2b7ad bump version for release 2010-03-16 17:55:56 -04:00
Carl Meyer
731d417a41 convert from .txt to .rst
--HG--
rename : AUTHORS.txt => AUTHORS.rst
rename : CHANGES.txt => CHANGES.rst
rename : README.txt => README.rst
rename : TODO.txt => TODO.rst
2010-01-28 16:03:55 -05:00
Renamed from CHANGES.txt (Browse further)