Opened 17 years ago

Closed 17 years ago

#4999 closed (wontfix)

table prefix, debug query, pdb

Reported by: vitja Owned by: Jacob
Component: Uncategorized Version: dev
Severity: Keywords: table prefix, debug query, pdb
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This patch contains the following stuff:

  • you can specify table prefix with settings.DATABASE_TABLE_PREFIX
  • sql query debug output, settings.DEBUG_QUERY
  • workaround to use pdb
  • ManyToManyField attribute contribute_to_table

Attachments (1)

xx.diff (3.3 KB ) - added by vitja <dummylink@…> 17 years ago.

Download all attachments as: .zip

Change History (2)

by vitja <dummylink@…>, 17 years ago

Attachment: xx.diff added

comment:1 by Simon G. <dev@…>, 17 years ago

Resolution: wontfix
Status: newclosed

Can you please split these into separate patches? It's much easier for us to work out the pros/cons of them when it's just doing one thing at a time. Thanks!

Note: See TracTickets for help on using tickets.
Back to Top