Re: Possible Bug Regarding model choices and form hidden input?

2017-10-28 Thread Paul Kenjora
*I use: * Django version 1.7.0 - I know I know :) Python 2.7.13 - Paul On Sat, Oct 28, 2017 at 6:01 AM, Etienne Robillard wrote: > Which Python and Django versions do you use? > > Etienne > > Le 2017-10-27 à 23:27, Paul Kenjora a écrit : > > Hi, > > Wh

Possible Bug Regarding model choices and form hidden input?

2017-10-27 Thread Paul Kenjora
#x27;:0,* *}, follow=True)* *banner_xSelect a valid choice. 0 is not one of the available choices.* Anyone else seeing this? Works fine via browser, just unit tests are not coming back right. -- - Paul Kenjora - 602-214-7285 -- You received this message because you are subscribed to

Fwd: Built In Template Tag Request

2016-04-27 Thread Paul Kenjora
doesn't need extra files and I can now make includes more generic. It would be a great compliment to the already existing with tag. -- - Paul Kenjora - 602-214-7285 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscrib

formfield_overrides causes all fields in admin to use the last marx_length in a model definition.

2012-10-01 Thread Paul Kenjora
I noticed this on several of my sites after adding formfield_overrides for Text fields in my admin. I set the size of all the admin fields. This caused all my fields to have the same length. Coincidentally the length is always the max_length for the last field defined for that model in my mod