Commit graph

105 commits

Author SHA1 Message Date
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