Re: [Django] #28755: django.utils.translation.check_for_language doesn't check in the app folders

2018-02-20 Thread Django
#28755: django.utils.translation.check_for_language doesn't check in the app
folders
-+-
 Reporter:  Dorian Amouroux  |Owner:
 |  ChillarAnand
 Type:  Bug  |   Status:  closed
Component:   |  Version:  1.11
  Internationalization   |
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham ):

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


Comment:

 In [changeset:"e8e0cfa9e550a3309a795ef133e59b90302813c8" e8e0cfa]:
 {{{
 #!CommitTicketReference repository=""
 revision="e8e0cfa9e550a3309a795ef133e59b90302813c8"
 Fixed #28755 -- Made check_for_language() include apps' locale
 directories.
 }}}

-- 
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/072.495ad02a3a0de8556e956f232850700d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28755: django.utils.translation.check_for_language doesn't check in the app folders

2018-02-19 Thread Django
#28755: django.utils.translation.check_for_language doesn't check in the app
folders
-+-
 Reporter:  Dorian Amouroux  |Owner:
 |  ChillarAnand
 Type:  Bug  |   Status:  assigned
Component:   |  Version:  1.11
  Internationalization   |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Carlton Gibson):

 * stage:  Accepted => 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 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/072.4570f449cefe2082a8d3209534edefd3%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28755: django.utils.translation.check_for_language doesn't check in the app folders

2018-02-18 Thread Django
#28755: django.utils.translation.check_for_language doesn't check in the app
folders
-+-
 Reporter:  Dorian Amouroux  |Owner:
 |  ChillarAnand
 Type:  Bug  |   Status:  assigned
Component:   |  Version:  1.11
  Internationalization   |
 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 ChillarAnand):

 * needs_better_patch:  1 => 0


Comment:

 Added test case for `check_for_language`.

-- 
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/072.aa70d07a7cf7fc51559f062ff0f4%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28755: django.utils.translation.check_for_language doesn't check in the app folders

2018-02-07 Thread Django
#28755: django.utils.translation.check_for_language doesn't check in the app
folders
-+-
 Reporter:  Dorian Amouroux  |Owner:
 |  ChillarAnand
 Type:  Bug  |   Status:  assigned
Component:   |  Version:  1.11
  Internationalization   |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham):

 * needs_better_patch:  0 => 1


Comment:

 Left a comment for improvement about putting the test in a better
 location.

-- 
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/072.32b41c9cb614b29e11baba96ff7c9bc5%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28755: django.utils.translation.check_for_language doesn't check in the app folders

2017-12-17 Thread Django
#28755: django.utils.translation.check_for_language doesn't check in the app
folders
-+-
 Reporter:  Dorian Amouroux  |Owner:
 |  ChillarAnand
 Type:  Bug  |   Status:  assigned
Component:   |  Version:  1.11
  Internationalization   |
 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 ChillarAnand):

 * needs_better_patch:  1 => 0


Comment:

 Build was failing because of windows path issue. Fixed it now.

-- 
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/072.c78c0a42df2465e61e46ff2066adb00e%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28755: django.utils.translation.check_for_language doesn't check in the app folders

2017-12-16 Thread Django
#28755: django.utils.translation.check_for_language doesn't check in the app
folders
-+-
 Reporter:  Dorian Amouroux  |Owner:
 |  ChillarAnand
 Type:  Bug  |   Status:  assigned
Component:   |  Version:  1.11
  Internationalization   |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Martin):

 * needs_better_patch:  0 => 1


Comment:

 The build seems to be failing on Windows. The build has expired now so I
 can't see the logs to see whether this might be a random failure or 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 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/072.358be9410ae308356a4fd7be5f7771bb%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28755: django.utils.translation.check_for_language doesn't check in the app folders

2017-12-01 Thread Django
#28755: django.utils.translation.check_for_language doesn't check in the app
folders
-+-
 Reporter:  Dorian Amouroux  |Owner:
 |  ChillarAnand
 Type:  Bug  |   Status:  assigned
Component:   |  Version:  1.11
  Internationalization   |
 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 ChillarAnand):

 * needs_tests:  1 => 0


Comment:

 Thanks Claude Paroz. Added a test case.

-- 
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/072.db6310b0117b2bae2271677de8c5e14b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28755: django.utils.translation.check_for_language doesn't check in the app folders

2017-11-16 Thread Django
#28755: django.utils.translation.check_for_language doesn't check in the app
folders
-+-
 Reporter:  Dorian Amouroux  |Owner:
 |  ChillarAnand
 Type:  Bug  |   Status:  assigned
Component:   |  Version:  1.11
  Internationalization   |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  1|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Claude Paroz):

 * needs_tests:  0 => 1


-- 
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/072.c073f76a9740e0a3d1410b9640c64586%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28755: django.utils.translation.check_for_language doesn't check in the app folders

2017-11-16 Thread Django
#28755: django.utils.translation.check_for_language doesn't check in the app
folders
-+-
 Reporter:  Dorian Amouroux  |Owner:
 |  ChillarAnand
 Type:  Bug  |   Status:  assigned
Component:   |  Version:  1.11
  Internationalization   |
 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 ChillarAnand):

 * cc: ChillarAnand (added)
 * has_patch:  0 => 1


Comment:

 PR -> https://github.com/django/django/pull/9351

-- 
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/072.239e6d15ca476124c4a470fd5d1f69b2%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28755: django.utils.translation.check_for_language doesn't check in the app folders

2017-11-05 Thread Django
#28755: django.utils.translation.check_for_language doesn't check in the app
folders
-+-
 Reporter:  Dorian Amouroux  |Owner:
 |  ChillarAnand
 Type:  Bug  |   Status:  assigned
Component:   |  Version:  1.11
  Internationalization   |
 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 ChillarAnand):

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


-- 
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/072.cca026249c330d019dcd8df237c02a54%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28755: django.utils.translation.check_for_language doesn't check in the app folders

2017-11-01 Thread Django
#28755: django.utils.translation.check_for_language doesn't check in the app
folders
--+
 Reporter:  Dorian Amouroux   |Owner:  nobody
 Type:  Bug   |   Status:  new
Component:  Internationalization  |  Version:  1.11
 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 Claude Paroz):

 * has_patch:  1 => 0
 * easy:  1 => 0
 * stage:  Unreviewed => Accepted


-- 
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/072.dc8932ed9753c36bcb9007f7f0a62320%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.