Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#22317 closed Uncategorized (fixed)

Wrong default value for handler400 in django.conf.urls utility functions

Reported by: Pascal Polleunus Owned by: nobody
Component: Documentation Version: 1.6
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

On https://docs.djangoproject.com/en/1.6/ref/urls/#django.conf.urls.handler400

Wrong: By default, this is 'django.views.defaults.permission_denied'.
Correct: By default, this is 'django.views.defaults.bad_request'.

This error is there for versions 1.6, 1.7 and dev.

Change History (4)

comment:1 by Marc Tamlyn, 11 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Claude Paroz <claude@…>, 11 years ago

Resolution: fixed
Status: newclosed

In 3f7615cddc69235d466fb680fb05869f2a80d1e4:

Fixed #22317 -- Fixed documented handler400 default value

comment:3 by Claude Paroz <claude@…>, 11 years ago

In e1a6a3024fdca1160c52784bace931cdf6cd52e5:

[1.7.x] Fixed #22317 -- Fixed documented handler400 default value

Backport of 3f7615cddc from master.

comment:4 by Claude Paroz <claude@…>, 11 years ago

In d908b67e81ee3f5413c7581522605a2d0bf836ff:

[1.6.x] Fixed #22317 -- Fixed documented handler400 default value

Backport of 3f7615cddc from master.

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