﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
22326	Add kwarg for text-direction in modelfields	anonymous	nobody	"bidi UX issue here.

some of my projects use models which have fields like


{{{
name_en = models.CharField(max_length=256)
name_xx = models.CharField(max_length=256) #where xx is an RTL language, and text entry is done using such.
}}}


wonder if it would be a good idea to have something like:


{{{
name_xx = models.CharField(max_length=256,admin_text_direction='rtl')
}}}


which would set the css of the text input in admin to ""text-direction:rtl"" which makes it easier to do text-entry.
"	New feature	closed	contrib.admin	1.6	Normal	wontfix	RTL, right-to-left, text-direction		Unreviewed	0	0	0	0	1	1
