Closed
Bug 1418612
Opened 8 years ago
Closed 5 years ago
note about "pagination" / ordering could be better placed elsewhere
Categories
(Developer Documentation Graveyard :: General, enhancement, P5)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bob.aalsma, Unassigned)
References
()
Details
:: Developer Documentation Request
Request Type: Correction
Gecko Version: unspecified
Technical Contact:
:: Details
The second part of the note starts with "Beware also that if you don't define a order (on your class-based view or model), you will also see errors from the development server like this one:..."
But BookInstance *does* have an ordering: 'ordering = ["due_back"]'
So maybe this text is more helpful on another model or use this text to write the 'ordering = ["due_back"]' in the Meta options of BookInstance?
Comment 1•8 years ago
|
||
Hiya,
I am currently looking for bugs to fix as part of my Open Source Development module at Coventry University and I am interested in developing this bug.
Please could you assign this task to me and give me more information.
This is my first bug fix and any help would be appreciated.
Thank you.
Comment 2•5 years ago
|
||
MDN Web Docs' bug reporting has now moved to GitHub. From now on, please file content bugs at https://github.com/mdn/sprints/issues/ and platform bugs at https://github.com/mdn/kuma/issues/.
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•