gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-bank] tag demo-2019-12-03-02 updated (5f113a1 -> c256284)


From: gnunet
Subject: [taler-bank] tag demo-2019-12-03-02 updated (5f113a1 -> c256284)
Date: Tue, 03 Dec 2019 17:56:47 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a change to tag demo-2019-12-03-02
in repository bank.

*** WARNING: tag demo-2019-12-03-02 was modified! ***

    from 5f113a1  (commit)
      to c256284  (commit)
 discard 5f113a1  typo
     add c256284  typo

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
tag are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (5f113a1)
            \
             N -- N -- N   refs/tags/demo-2019-12-03-02 (c256284)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 talerbank/app/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index c8a352b..d340ce1 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -686,7 +686,7 @@ def query_history(bank_account, direction, delta, start, 
ordering):
         sign_filter = Q(id__gt=start)
 
     qs = BankTransaction.objects.filter(
-        direction_switch(bank_account, direction), delta
+        direction_switch(bank_account, direction), sign_filter
     )
     order = "-id" if "descending" == ordering else "id"
     return qs.order_by(order)[:abs(delta)]

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]