Re: [Django] #2203: TIME_FORMAT, DATE_FORMAT and DATETIME_FORMAT are ignored

2008-10-19 Thread Django
#2203: TIME_FORMAT, DATE_FORMAT and DATETIME_FORMAT are ignored
-+--
  Reporter:  [EMAIL PROTECTED]  | Owner:  nobody  
Status:  reopened| Milestone:  post-1.0
 Component:  Internationalization|   Version:  SVN 
Resolution:  |  Keywords:  i18n-rf 
 Stage:  Design decision needed  | Has_patch:  0   
Needs_docs:  0   |   Needs_tests:  0   
Needs_better_patch:  0   |  
-+--
Comment (by alsleme):

 [http://www.travelerpedia.net/ فنادق]
 [http://www.travelerpedia.net/africa/egypt/cairo/ القاهرة]
 [http://www.travelerpedia.net/africa/egypt/sharm_el_sheikh/ شرم الشيخ]
 [http://www.travelerpedia.net/africa/egypt/sharm_el_sheikh/ فنادق شرم
 الشيخ]
 [http://www.travelerpedia.net/africa/egypt/alexandria/ الاسكندرية]
 [http://www.travelerpedia.net/africa/egypt/alexandria/ مصر]
 [http://www.travelerpedia.net/africa/egypt/alexandria/ فنادق الاسكندرية]
 [http://www.travelerpedia.net/asia/uae/dubai/ دبي]
 [http://www.travelerpedia.net/asia/uae/dubai/ فنادق دبي]
 [http://www.travelerpedia.net/asia/uae/ فنادق الامارات]
 [http://www.travelerpedia.net/asia/malaysia/kuala-lumpur/ فنادق
 كوالالمبور]
 [http://www.travelerpedia.net/asia/malaysia/penang/ فنادق بينانج]
 [http://www.travelerpedia.net/asia/malaysia/ فنادق ماليزيا]
 [http://www.travelerpedia.net/asia/malaysia/langkawi/ فنادق لنكاوي]
 [http://www.travelerpedia.net/asia/turkey/istanbul/ فنادق اسطنبول]
 [http://www.travelerpedia.net/asia/turkey/ فنادق تركيا]

-- 
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #9397: weird HttpResponseRedirect reaction to url

2008-10-19 Thread Django
#9397: weird HttpResponseRedirect reaction to url
+---
  Reporter:  billychasen| Owner:  nobody
Status:  new| Milestone:
 Component:  HTTP handling  |   Version:  1.0   
Resolution: |  Keywords:
 Stage:  Unreviewed | Has_patch:  0 
Needs_docs:  0  |   Needs_tests:  0 
Needs_better_patch:  0  |  
+---
Changes (by SmileyChris):

  * component:  Uncategorized => HTTP handling

Comment:

 A slash shouldn't be required.

 But we'll need some more information to track the problem down - in fact,
 it sounds like it could be a web server mis-configuration rather than
 something which is happening in Django. If you run the local web server on
 your server (`manage.py runserver 0:8000`), what happens when you go to
 http://mysite.net:8000 ?

-- 
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



[Django] #9399: Missing StopFutureHandlers in core/files/uploadhandler.py, __all__

2008-10-19 Thread Django
#9399: Missing StopFutureHandlers in core/files/uploadhandler.py, __all__
--+-
 Reporter:  gav   |   Owner:  nobody
   Status:  new   |   Milestone:
Component:  Core framework| Version:  1.0   
 Keywords:  uploadhandler StopFutureHandlers  |   Stage:  Unreviewed
Has_patch:  1 |  
--+-
 In {{{ django/core/files/uploadhandler.py }}}, the
 {{{StopFutureHandlers}}} class is not in the __all__ list.  Minor
 oversight, patch attached.

-- 
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #9365: Permutated columns when using Paginator with ValuesQuerySet

2008-10-19 Thread Django
#9365: Permutated columns when using Paginator with ValuesQuerySet
---+
  Reporter:  [EMAIL PROTECTED] | Owner:  nobody 
 
Status:  new   | Milestone: 
 
 Component:  Database layer (models, ORM)  |   Version:  1.0
 
Resolution:|  Keywords:  paginator 
valuesqueryset
 Stage:  Accepted  | Has_patch:  0  
 
Needs_docs:  0 |   Needs_tests:  0  
 
Needs_better_patch:  0 |  
---+
Changes (by badri):

  * stage:  Unreviewed => Accepted

Comment:

 Have you written any {{{__unicode__}}} for your model? If so, you can
 paste here. It works fine for me.
 here is my output.
 {{{
 >>> docs
 [, , ]
 >>> from django.core.paginator import Paginator
 >>> paginator = Paginator(docs, 3, 3, True)
 >>> paginator.num_pages
 1
 >>> paginator.page(1)
 
 >>> paginator.page(1).object_list
 [, , ]
 >>> paginator.page(1).object_list[2]
 
 >>> x = paginator.page(1).object_list[2]
 >>> x.filesize
 163
 >>> x = paginator.page(1).object_list[1]
 >>> x.filesize
 162
 >>> x.filename
 u'foo2'
 }}}

-- 
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #7210: Added expression support for QuerySet.update

2008-10-19 Thread Django
#7210: Added expression support for QuerySet.update
---+
  Reporter:  sebastian_noack   | Owner:  nobody
Status:  new   | Milestone:
 Component:  Database layer (models, ORM)  |   Version:  SVN   
Resolution:|  Keywords:
 Stage:  Accepted  | Has_patch:  1 
Needs_docs:  1 |   Needs_tests:  1 
Needs_better_patch:  1 |  
---+
Changes (by gav):

 * cc: [EMAIL PROTECTED] (added)

-- 
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #9154: Huge improvements in templates rendering

2008-10-19 Thread Django
#9154: Huge improvements in templates rendering
-+--
  Reporter:  msaelices   | Owner:  msaelices
Status:  new | Milestone:   
 Component:  Template system |   Version:  SVN  
Resolution:  |  Keywords:   
 Stage:  Design decision needed  | Has_patch:  1
Needs_docs:  0   |   Needs_tests:  0
Needs_better_patch:  0   |  
-+--
Comment (by SmileyChris):

 PS: the `admin.templatetags.log` fix has been checked in now so that part
 is redundant (r9233)

-- 
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---