Re: newforms-admin character encoding problem

2007-07-06 Thread leifbyron
Hi Malcom, Thanks for the quick reply! I will wait for the Unicode changes to be ported to the newforms-admin branch. Just so I understand the situation... Does the current newforms-admin branch always trigger errors when non-ASCII data such as é and ¢ are entered into text fields? And while

Re: newforms-admin character encoding problem

2007-07-06 Thread Malcolm Tredinnick
On Sat, 2007-07-07 at 02:23 +, leifbyron wrote: > Hello, > > I have run into a character-encoding error while developing a custom > admin site with the newforms-admin branch. newforms-admin has not had the Unicode changes ported across to it yet. Using it with no

newforms-admin character encoding problem

2007-07-06 Thread leifbyron
Hello, I have run into a character-encoding error while developing a custom admin site with the newforms-admin branch. Everything works fine with standard alphanumeric input, but as soon as I enter a special character (an accented e or a pound sign, for example) into a text field or textarea, I

Re: Custom admin field widgets in the newforms-admin branch

2007-06-27 Thread James Bennett
On 6/27/07, leif strickland <[EMAIL PROTECTED]> wrote: > After some digging around, it looks like the newforms-admin branch > does not allow widget declarations within the model class itself. Yeah. As you've discovered, one of the big points of newforms-admin is to get as much stuff

Re: Custom admin field widgets in the newforms-admin branch

2007-06-27 Thread leif strickland
After some digging around, it looks like the newforms-admin branch does not allow widget declarations within the model class itself. However, adding a custom widget is quite easy. In the branch, almost all of the admin app functionality has been moved out of the inner Admin class

Re: Custom admin field widgets in the newforms-admin branch

2007-06-27 Thread James Bennett
On 6/27/07, leif <[EMAIL PROTECTED]> wrote: > Does anyone have information on this topic? I have a feeling I'm not > the only one who's wondering this. Thanks! Your best bet is probably to read the source right now; when the branch is complete there will undoubtedly be documentation showing the

Re: Custom admin field widgets in the newforms-admin branch

2007-06-27 Thread leif
Does anyone have information on this topic? I have a feeling I'm not the only one who's wondering this. Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send

Re: Custom admin field widgets in the newforms-admin branch

2007-06-26 Thread leif
By the way, I did find the hook in django/branches/newforms-admin/ django/contrib/admin/options.py for specifying the form field for a given database field. But that's different than allowing a developer to specify the widget for a given field in the model itself

Re: list_filter in newforms-admin doesn't worj

2007-06-26 Thread abe
ok, I'll do that. thanks -E On Jun 26, 5:13 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Mon, 2007-06-25 at 16:10 +, abe wrote: > > > I'm using the newforms-admin branch, and have specified > > some admin options for a Experiment model like this > > &

Re: list_filter in newforms-admin doesn't worj

2007-06-25 Thread Malcolm Tredinnick
On Mon, 2007-06-25 at 16:10 +, abe wrote: > > I'm using the newforms-admin branch, and have specified > some admin options for a Experiment model like this > > > class ExperimentalDataOptions(admin.ModelAdmin): > list_display = > ('project_name','experim

list_filter in newforms-admin doesn't worj

2007-06-25 Thread abe
I'm using the newforms-admin branch, and have specified some admin options for a Experiment model like this class ExperimentalDataOptions(admin.ModelAdmin): list_display = ('project_name','experiment_nr','experiment_date','short_title') search_fields = ('experiment_nr','project_name

Re: newforms-admin custom templates for admin sites

2007-06-05 Thread Malcolm Tredinnick
On Mon, 2007-06-04 at 03:33 -0700, Glin wrote: > Hi, I've just started to use newforms-admin branch and I like "admin > sites" feature, so I can have different admin sites. > > However I run into one problem: How to specify different templates for > different admin sites

newforms-admin custom templates for admin sites

2007-06-04 Thread Glin
Hi, I've just started to use newforms-admin branch and I like "admin sites" feature, so I can have different admin sites. However I run into one problem: How to specify different templates for different admin sites? For example I want to have different header (in index template) or

Re: Django-multilingual newforms-admin branche?

2007-06-03 Thread [EMAIL PROTECTED]
Hi, On Jun 1, 11:05 am, Glin <[EMAIL PROTECTED]> wrote: > Hi, I wonder if there is branch of django-multilingualfor newforms- > admin? Nope, there is no such branch yet, but I would be more than happy to see someone helping out with this. It would be even better if it was possib

Re: Django-multilingual newforms-admin branche?

2007-06-01 Thread Russell Keith-Magee
On 6/1/07, Glin <[EMAIL PROTECTED]> wrote: > > Hi, I wonder if there is branch of django-multilingual for newforms- > admin? > > I suppose that newforms admin will be merged with trunk in one or two > releases and lot of people already works with newforms admin, so it

Django-multilingual newforms-admin branche?

2007-06-01 Thread Glin
Hi, I wonder if there is branch of django-multilingual for newforms- admin? I suppose that newforms admin will be merged with trunk in one or two releases and lot of people already works with newforms admin, so it would be great to have the posibility to work with multilingual models in newfomrs

<    1   2   3   4