Opened 14 years ago

Closed 13 years ago

Last modified 13 years ago

#13429 closed Bug (fixed)

GeoDjango tutorial model should be WorldBorder(singular) instead of WorldBorders(plural)

Reported by: Ryan Nowakowski Owned by: jbronn
Component: GIS Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Django automatically makes the model name plural when necessary so in the tutorial it should be called WorldBorder without the 's'.

Change History (4)

comment:1 by Russell Keith-Magee, 14 years ago

Triage Stage: UnreviewedAccepted

comment:2 by jbronn, 14 years ago

Component: DocumentationGIS
Owner: changed from nobody to jbronn

comment:3 by Julien Phalip, 13 years ago

Severity: Normal
Type: Bug

comment:4 by jbronn, 13 years ago

Resolution: fixed
Status: newclosed

In [16798]:

Fixed #13429 -- Changed WorldBorders to just WorldBorder in GeoDjango tutorial. Thanks, tubaman for the bug report.

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