Collapse all master4 views back to just 'master'

This commit is contained in:
Lance Edgar 2018-02-05 21:23:23 -06:00
parent 7c62b6f7a7
commit 2219315ccc
51 changed files with 1096 additions and 1613 deletions

View file

@ -39,7 +39,7 @@ from webhelpers2.html import tags
from tailbone import forms2 as forms
from tailbone.db import Session
from tailbone.views.batch import FileBatchMasterView4 as FileBatchMasterView
from tailbone.views.batch import FileBatchMasterView
log = logging.getLogger(__name__)

View file

@ -32,7 +32,7 @@ from rattail.db import model
from webhelpers2.html import tags
from tailbone.views import MasterView4 as MasterView, AutocompleteView
from tailbone.views import MasterView, AutocompleteView
class VendorsView(MasterView):

View file

@ -33,7 +33,7 @@ from rattail.vendors.invoices import iter_invoice_parsers, require_invoice_parse
import colander
from deform import widget as dfwidget
from tailbone.views.batch import FileBatchMasterView4 as FileBatchMasterView
from tailbone.views.batch import FileBatchMasterView
class VendorInvoicesView(FileBatchMasterView):