Django

Code

Ticket #11141 (closed: fixed)

Opened 10 months ago

Last modified 9 months ago

django.contrib.admin docs -- Error in code example

Reported by: jodal Assigned to: nobody
Milestone: Component: Documentation
Version: SVN Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

In one of the django.contrib.admin doc examples, the Person.born_in_fifties() method does not do what the method name implies.

Attachments

django-ticket-11141.diff (0.5 kB) - added by jodal on 05/18/09 08:51:23.
Patch which fixes the inconsistency.
11141.diff (0.5 kB) - added by SmileyChris on 06/17/09 17:47:28.

Change History

05/18/09 08:51:23 changed by jodal

  • attachment django-ticket-11141.diff added.

Patch which fixes the inconsistency.

06/17/09 17:47:28 changed by SmileyChris

  • attachment 11141.diff added.

06/17/09 17:47:51 changed by SmileyChris

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

I'm guessing based on the slice, that this is actually what was intended.

06/18/09 08:35:08 changed by russellm

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

(In [11049]) Fixed #11141 -- Corrected a code example in the admin docs. Thanks to jodal for the report, and SmileyChris? for the patch.

06/18/09 09:16:46 changed by russellm

(In [11061]) [1.0.X] Fixed #11141 -- Corrected a code example in the admin docs. Thanks to jodal for the report, and SmileyChris? for the patch.

Merge of r11049 from trunk.


Add/Change #11141 (django.contrib.admin docs -- Error in code example)




Change Properties
Action