update changelog
This commit is contained in:
parent
95c1dd8a0b
commit
f995826275
12
CHANGES.txt
12
CHANGES.txt
|
@ -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
|
||||
------
|
||||
|
||||
|
|
Loading…
Reference in a new issue