Re: [Django] #21389: Some languages not accepted as valid HTTP Accept-Language

2014-02-26 Thread Django
#21389: Some languages not accepted as valid HTTP Accept-Language
--+
 Reporter:  bouke |Owner:  bouke
 Type:  Bug   |   Status:  closed
Component:  Internationalization  |  Version:  master
 Severity:  Normal|   Resolution:  fixed
 Keywords:| Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+
Changes (by Claude Paroz ):

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


Comment:

 In [changeset:"2bab9d6d9ea095c4bcaeede2df576708afd46291"]:
 {{{
 #!CommitTicketReference repository=""
 revision="2bab9d6d9ea095c4bcaeede2df576708afd46291"
 Fixed #21389 -- Accept most valid language codes

 By removing the 'supported' keyword from the detection methods and only
 relying
 on a cached settings.LANGUAGES, the speed of said methods has been
 improved;
 around 4x raw performance. This allows us to stop checking Python's
 incomplete
 list of locales, and rely on a less restrictive regular expression for
 accepting certain locales.

 HTTP Accept-Language is defined as being case-insensitive, based on this
 fact
 extra performance improvements have been made; it wouldn't make sense to
 check for case differences.
 }}}

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/063.1e963fae3aaef9160b2a69d8bb560aaf%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Django] #21389: Some languages not accepted as valid HTTP Accept-Language

2013-11-12 Thread Django
#21389: Some languages not accepted as valid HTTP Accept-Language
--+
 Reporter:  bouke |Owner:  bouke
 Type:  Bug   |   Status:  assigned
Component:  Internationalization  |  Version:  master
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+
Changes (by bouke):

 * has_patch:  0 => 1


Comment:

 PR: https://github.com/django/django/pull/1912

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/063.d1afecf86f46b7e6211b104d3d0816df%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Django] #21389: Some languages not accepted as valid HTTP Accept-Language

2013-11-12 Thread Django
#21389: Some languages not accepted as valid HTTP Accept-Language
--+
 Reporter:  bouke |Owner:  bouke
 Type:  Bug   |   Status:  assigned
Component:  Internationalization  |  Version:  master
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+
Changes (by bouke):

 * owner:  nobody => bouke
 * status:  new => assigned


-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/063.da60dcaf55942258ca5c742b5cc8e3f5%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Django] #21389: Some languages not accepted as valid HTTP Accept-Language (was: Some languages not accepted as valid HTT Accept-Language)

2013-11-11 Thread Django
#21389: Some languages not accepted as valid HTTP Accept-Language
--+
 Reporter:  bouke |Owner:  nobody
 Type:  Bug   |   Status:  new
Component:  Internationalization  |  Version:  master
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/063.3133f46970686a5a265e60d522488637%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.