update changelog

This commit is contained in:
Lance Edgar 2012-10-05 10:13:05 -07:00
parent 95c1dd8a0b
commit f995826275

View file

@ -1,4 +1,16 @@
0.3a15
------
- [bug] Fixed database sync logic to ensure ``Product`` changes are processed
before ``ProductPrice`` changes. Since the underlying tables are mutually
dependent, the ``dependency_sort()`` call can't *quite* take care of it. Now
a lexical sort is applied to the class names before the dependency sort
happens. This is somewhat of a hack, merely taking advantage of the fact
that "Product" comes before "ProductPrice" when lexically sorted. If other
mutually-dependent tables come about in the future, this approach may need to
be revised if their class names don't jive.
0.3a14 0.3a14
------ ------