#29578: Django 2.1b and 2.1rc1 put thousand separator in _selected_action field
containing id
---------------------------------+--------------------------------------
     Reporter:  Sassan Haradji   |                    Owner:  nobody
         Type:  Bug              |                   Status:  new
    Component:  contrib.admin    |                  Version:  2.1
     Severity:  Release blocker  |               Resolution:
     Keywords:                   |             Triage Stage:  Unreviewed
    Has patch:  0                |      Needs documentation:  0
  Needs tests:  0                |  Patch needs improvement:  0
Easy pickings:  0                |                    UI/UX:  0
---------------------------------+--------------------------------------

Comment (by Sassan Haradji):

 While I'd love to help with the bisect unfortunately I have zero free time
 these days. It should happen for you if you have these lines in your
 settings:
 {{{
 LANGUAGE_CODE = 'fa'
 locale.setlocale(locale.LC_ALL, 'fa_IR')
 LANGUAGES = (
     ('fa', 'Farsi'),
 )
 USE_I18N = True
 USE_L10N = True
 USE_THOUSAND_SEPARATOR = True
 THOUSAND_SEPARATOR = '٫'
 NUMBER_GROUPING = 3
 }}}
 And you're using django 2.1rc1 and you try to remvoe an object with id
 >=1000 in django admin list.
 It should be the minimal requirements to reproduce the issue but I doubt
 it has anything to do with persian langauge and it should happen in other
 locales too.
 If you weren't able to reproduce the issue just tell me here and I'll try
 to find some time to do the bisect.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29578#comment:2>
Django <https://code.djangoproject.com/>
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.c5c4206ab04b59c5f84297a52540f5ff%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to