Django

Code

Ticket #456 (closed: invalid)

Opened 3 years ago

Last modified 1 year ago

[patch] minor typo in overview.txt

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

Description

Extra ')':

Index: overview.txt
===================================================================
--- overview.txt	(revision 618)

+++ overview.txt	(working copy)
@@ -27,7 +27,7 @@
             return self.full_name
 
     class Article(meta.Model):
-        pub_date = meta.DateTimeField)
+        pub_date = meta.DateTimeField
         headline = meta.CharField(maxlength=200)
         article = meta.TextField()
         reporter = meta.ForeignKey(Reporter)

Attachments

Change History

07/06/07 14:36:09 changed by anonymous

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

07/06/07 15:13:37 changed by ubernostrum

  • status changed from closed to reopened.
  • resolution deleted.

Please don't anonymously close tickets, and when closing please state a reason; if the ticket was fixed, please include the number of the changeset in which it was fixed.

07/06/07 15:15:34 changed by ubernostrum

  • status changed from reopened to closed.
  • resolution set to invalid.

Closing invalid because the ticket is ancient and I can no longer see this bug in any version of Django.


Add/Change #456 ([patch] minor typo in overview.txt)




Change Properties
Action