mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-02-18 10:00:31 +03:00
Temporarily removed browse tab.
This commit is contained in:
parent
429fd4f1d7
commit
0544e96812
|
@ -1,3 +1,8 @@
|
||||||
|
2006-06-08 Federico Di Gregorio <fog@initd.org>
|
||||||
|
|
||||||
|
* ZPsycopgDA/DA.py: removed Browse table for 2.0 release; we'll
|
||||||
|
add it back later.
|
||||||
|
|
||||||
2006-05-26 Federico Di Gregorio <fog@initd.org>
|
2006-05-26 Federico Di Gregorio <fog@initd.org>
|
||||||
|
|
||||||
* Applied better PostgreSQL patch from AA.
|
* Applied better PostgreSQL patch from AA.
|
||||||
|
|
|
@ -144,11 +144,12 @@ class Connection(Shared.DC.ZRDB.Connection.Connection):
|
||||||
|
|
||||||
## browsing and table/column management ##
|
## browsing and table/column management ##
|
||||||
|
|
||||||
manage_options = Shared.DC.ZRDB.Connection.Connection.manage_options + (
|
manage_options = Shared.DC.ZRDB.Connection.Connection.manage_options
|
||||||
{'label': 'Browse', 'action':'manage_browse'},)
|
# + (
|
||||||
|
# {'label': 'Browse', 'action':'manage_browse'},)
|
||||||
|
|
||||||
manage_tables = HTMLFile('dtml/tables', globals())
|
#manage_tables = HTMLFile('dtml/tables', globals())
|
||||||
manage_browse = HTMLFile('dtml/browse', globals())
|
#manage_browse = HTMLFile('dtml/browse', globals())
|
||||||
|
|
||||||
info = None
|
info = None
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user