Typo in documentation for get_object_or_404
The documentation for get_object_or_404 lists the function and arguments like this:
get_object_or_404(object, *args, **kwargs)
But in the Required arguments section, the first argument is referred to as 'klass'. Since the documentation for get_list_or_404 uses 'klass' in both places, I presume that's the intention here as well.
Change History
(7)
Owner: |
changed from nobody to tsaylor
|
Status: |
new → assigned
|
Triage Stage: |
Unreviewed → Accepted
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Documentation change