Django

Code

Ticket #4202 (closed: fixed)

Opened 1 year ago

Last modified 1 year ago

easy documentation fix - exception namespace

Reported by: luftyluft@gmail.com Assigned to: jacob
Milestone: Component: Documentation
Version: SVN Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

In the documentation section "The Django template language: For Python programmers", in the section "Passing template variables to the tag", in the last code example "except VariableDoesNotExist:" should be: except template.VariableDoesNotExist?

Attachments

4202.patch (0.6 kB) - added by SmileyChris on 05/03/07 03:27:10.

Change History

05/03/07 03:27:10 changed by SmileyChris

  • attachment 4202.patch added.

05/03/07 03:27:28 changed by SmileyChris

  • needs_better_patch changed.
  • stage changed from Unreviewed to Ready for checkin.
  • needs_tests changed.
  • needs_docs changed.

Thanks lufty

05/07/07 21:48:38 changed by mtredinnick

  • status changed from new to closed.
  • resolution set to fixed.

(In [5161]) Fixed #4202 -- Corrected namespacing of exception in one of the examples. Thanks, luftyluft@gmail.com.


Add/Change #4202 (easy documentation fix - exception namespace)




Change Properties
Action