mirror of
https://github.com/django/django.git
synced 2025-10-27 15:46:10 +00:00
[1.6.x] Various documentation typo/spelling fixes
Errors detected by Topy (https://github.com/intgr/topy), all changes
verified by hand.
Backport of 11d453bcad from master
This commit is contained in:
committed by
Tim Graham
parent
49f5a29493
commit
c5306d4af1
@@ -146,7 +146,7 @@ Handling errors in actions
|
||||
|
||||
If there are foreseeable error conditions that may occur while running your
|
||||
action, you should gracefully inform the user of the problem. This means
|
||||
handling exceptions and and using
|
||||
handling exceptions and using
|
||||
:meth:`django.contrib.admin.ModelAdmin.message_user` to display a user friendly
|
||||
description of the problem in the response.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user