Opened 15 years ago
Closed 15 years ago
#12426 closed (fixed)
Syntax error in Django Multi-db documentation page
Reported by: | btbytes | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.1 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Book.objects.db_mamanger("other").get_by_natural_key(...)
should read
Book.objects.db_mananger("other").get_by_natural_key(...)
Change History (2)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
gah! there is a typo in my 'fix'..
The correct line is: