Opened 15 years ago
Closed 15 years ago
#12426 closed (fixed)
Syntax error in Django Multi-db documentation page
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: