Opened 17 years ago
Closed 17 years ago
#4689 closed (fixed)
Dummy backend is missing get_max_name_length
Reported by: | 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)
Change History (3)
by , 17 years ago
Attachment: | django-dummy-get_max_name_length.patch added |
---|
comment:1 by , 17 years ago
This does show up when you are following the tutorial, before you have set DATABASE_NAME.
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch that fixes bug