Re: [Django] #9850: Outdated documentation - (date format strings)

2009-05-08 Thread Django
#9850: Outdated documentation - (date format strings)
-+--
  Reporter:  cezz| Owner:  timo 
 
Status:  closed  | Milestone:   
 
 Component:  Documentation   |   Version:  SVN  
 
Resolution:  fixed   |  Keywords:  now format 
strings
 Stage:  Design decision needed  | Has_patch:  1
 
Needs_docs:  0   |   Needs_tests:  0
 
Needs_better_patch:  0   |  
-+--
Changes (by timo):

  * status:  assigned => closed
  * resolution:  => fixed

Comment:

 fixed: (In [10716]) Fixed #10825: fixed the 'U' format code to dateformat
 (and the date/now filter/tag).

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #9850: Outdated documentation - (date format strings)

2009-05-02 Thread Django
#9850: Outdated documentation - (date format strings)
-+--
  Reporter:  cezz| Owner:  timo 
 
Status:  assigned| Milestone:   
 
 Component:  Documentation   |   Version:  SVN  
 
Resolution:  |  Keywords:  now format 
strings
 Stage:  Design decision needed  | Has_patch:  1
 
Needs_docs:  0   |   Needs_tests:  0
 
Needs_better_patch:  0   |  
-+--
Comment (by gsong):

 Patch over at #10825 that incorporates changes for this ticket as well,
 since they go hand-in-hand.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #9850: Outdated documentation - (date format strings)

2009-04-18 Thread Django
#9850: Outdated documentation - (date format strings)
-+--
  Reporter:  cezz| Owner:  timo 
 
Status:  assigned| Milestone:   
 
 Component:  Documentation   |   Version:  SVN  
 
Resolution:  |  Keywords:  now format 
strings
 Stage:  Design decision needed  | Has_patch:  1
 
Needs_docs:  0   |   Needs_tests:  0
 
Needs_better_patch:  0   |  
-+--
Changes (by mtredinnick):

  * milestone:  1.1 =>

Comment:

 This isn't 1.1 material. Karen's comment indicates why: it's not a public
 feature at the moment and needs a bunch of work to fix things.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #9850: Outdated documentation - (date format strings)

2009-04-18 Thread Django
#9850: Outdated documentation - (date format strings)
-+--
  Reporter:  cezz| Owner:  timo 
 
Status:  assigned| Milestone:  1.1  
 
 Component:  Documentation   |   Version:  SVN  
 
Resolution:  |  Keywords:  now format 
strings
 Stage:  Design decision needed  | Has_patch:  1
 
Needs_docs:  0   |   Needs_tests:  0
 
Needs_better_patch:  0   |  
-+--
Changes (by ericholscher):

  * milestone:  => 1.1

Comment:

 Seems like this should be in 1.1 like #10825. Feel free to revert if not.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #9850: Outdated documentation - (date format strings)

2009-02-20 Thread Django
#9850: Outdated documentation - (date format strings)
-+--
  Reporter:  cezz| Owner:  timo 
 
Status:  assigned| Milestone:   
 
 Component:  Documentation   |   Version:  SVN  
 
Resolution:  |  Keywords:  now format 
strings
 Stage:  Design decision needed  | Has_patch:  1
 
Needs_docs:  0   |   Needs_tests:  0
 
Needs_better_patch:  0   |  
-+--
Changes (by kmtracey):

  * stage:  Ready for checkin => Design decision needed

Comment:

 Before checking in a doc change that claims something works, we should
 first verify it works.  Adding a testcase that attempts to use this
 formatting option would seem to be wise.  Actually, based on #10318 and
 the associated django-users thread: http://groups.google.com/group/django-
 users/browse_thread/thread/5a156fbddee22d3b/e255ffea08bd3d4d, it appears
 the doc is more right than wrong here -- I can't see how the existing code
 is correct.

 I don't know whether the right answer is to to fix the code to match the
 doc (raise NotImplemented there, as it used to before r992) or fix the
 implementation.

 Note #10318 has a test, but that test fails on Windows due to
 strftime('%s') there returning an empty string rather then a number, so
 that test can't be directly used in our test suite.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #9850: Outdated documentation - (date format strings)

2009-02-15 Thread Django
#9850: Outdated documentation - (date format strings)
+---
  Reporter:  cezz   | Owner:  timo  
Status:  assigned   | Milestone:
 Component:  Documentation  |   Version:  SVN   
Resolution: |  Keywords:  now format strings
 Stage:  Ready for checkin  | Has_patch:  1 
Needs_docs:  0  |   Needs_tests:  0 
Needs_better_patch:  0  |  
+---
Changes (by timo):

  * status:  new => assigned
  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * version:  1.0 => SVN
  * owner:  nobody => timo
  * needs_docs:  => 0
  * has_patch:  0 => 1
  * stage:  Unreviewed => Ready for checkin

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---