Opened 13 years ago

Closed 13 years ago

#16392 closed Cleanup/optimization (fixed)

[patch] update doc for "c" date format

Reported by: ybon Owned by: nobody
Component: Documentation Version: 1.3
Severity: Normal Keywords: doc, date, filter
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This ticket is a follow-up to this discussion on django-developper list : http://groups.google.com/group/django-developers/browse_thread/thread/61296125a4774291/b81dfcb3ead2cb5f#b81dfcb3ead2cb5f

The idea is to make the Django documentation clearer about the "c" date format behaviour with naive and aware datetime.

Thanks !

Attachments (2)

c_formatter_doc.patch (1.3 KB ) - added by ybon 13 years ago.
patch on "c" date format in documentation
c_formatter_doc2.patch (1.3 KB ) - added by ybon 13 years ago.
minor nitpicking

Download all attachments as: .zip

Change History (5)

by ybon, 13 years ago

Attachment: c_formatter_doc.patch added

patch on "c" date format in documentation

comment:1 by Bernhard Essl, 13 years ago

Easy pickings: unset

by ybon, 13 years ago

Attachment: c_formatter_doc2.patch added

minor nitpicking

comment:2 by Chris Beaven, 13 years ago

Triage Stage: UnreviewedReady for checkin

comment:3 by Jannis Leidel, 13 years ago

Resolution: fixed
Status: newclosed

In [16507]:

Fixed #16392 -- Clarified docs of the "c" date format with regard to naive datetime objects. Thanks, ybon.

Note: See TracTickets for help on using tickets.
Back to Top