Opened 17 years ago

Closed 17 years ago

#4689 closed (fixed)

Dummy backend is missing get_max_name_length

Reported by: Forest Bond <forest@…> Owned by: Adrian Holovaty
Component: Database layer (models, ORM) Version: dev
Severity: Keywords:
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 probably doesn't come up in most common use cases. I believe this problem was introduced with the merge of the oracle code. Using trunk rev 5540.

Attachments (1)

django-dummy-get_max_name_length.patch (380 bytes ) - added by Forest Bond <forest@…> 17 years ago.
Patch that fixes bug

Download all attachments as: .zip

Change History (3)

by Forest Bond <forest@…>, 17 years ago

Patch that fixes bug

comment:1 by anonymous, 17 years ago

This does show up when you are following the tutorial, before you have set DATABASE_NAME.

comment:2 by Russell Keith-Magee, 17 years ago

Resolution: fixed
Status: newclosed

(In [5557]) Fixed #4689 -- Added some missing methods to the dummy backend. Thanks for the report, Forest Bond.

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