the change_status method in /pages/admin/views.py is broken from r625, the
following line is in error:
statuses = {'draft':0,'published':0,'expired':2,'hidden':3}
it should be:
statuses = {'draft':0,'published':1,'expired':2,'hidden':3}
Original issue reported on code.google.com by web.fpz...@gmail.com on 11 Aug 2009 at 4:20
Original issue reported on code.google.com by
web.fpz...@gmail.com
on 11 Aug 2009 at 4:20