mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Removed references to changes made in 1.2.
Thanks Florian Apolloner for the patch.
This commit is contained in:
parent
6492e8e5e6
commit
c28e700c7e
46 changed files with 22 additions and 474 deletions
|
@ -314,9 +314,6 @@ that should be called if none of the URL patterns match.
|
|||
By default, this is ``'django.views.defaults.page_not_found'``. That default
|
||||
value should suffice.
|
||||
|
||||
.. versionchanged:: 1.2
|
||||
Previous versions of Django only accepted strings representing import paths.
|
||||
|
||||
handler500
|
||||
----------
|
||||
|
||||
|
@ -329,9 +326,6 @@ have runtime errors in view code.
|
|||
By default, this is ``'django.views.defaults.server_error'``. That default
|
||||
value should suffice.
|
||||
|
||||
.. versionchanged:: 1.2
|
||||
Previous versions of Django only accepted strings representing import paths.
|
||||
|
||||
Notes on capturing text in URLs
|
||||
===============================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue