clime: you're defining a custom field class inside the form??
gremly has quit
clime
seems so
vovanbo joined the channel
b10n1k has quit
atlasloewenherz joined the channel
ChrisMorgan joined the channel
Sarcasm has quit
FunkyBob
morning, ChrisMorgan
__love__ joined the channel
DevePy joined the channel
ChrisMorgan
I’m finding it hard to get any decent answers on the topic from the documentation or elsewhere; CharField and TextField and the likes: are they going to be (Py2K terminology) unicode objects? Or does it depend on the database encoding?
DevePy
Hello, why when use this in my view not work: context['galleries'] = Product.images.all()[:4] return this error: 'ForeignRelatedObjectsDescriptor' object has no attribute 'all'
hurle1s has quit
FunkyBob
ChrisMorgan: unicode
aberrant has quit
ChrisMorgan
Regardless of database encoding or collation?
ChrisMorgan believes that the documentation should state that
(Ignoring the MySQLdb issues.)
vovanbo has quit
atlasloewenherz has quit
Sarcasm joined the channel
garnertb has quit
emorrow has quit
Cheekio is now known as TimClifford
clime has left the channel
robbyoconnor has quit
cjflory has quit
garnertb joined the channel
rjco has quit
johnkevinmbasco joined the channel
b10n1k joined the channel
cronosa has quit
msheiny has quit
rjco joined the channel
TimClifford is now known as Cheekio
garnertb has quit
monokrome joined the channel
rthat joined the channel
ctcg has quit
tyfighter has quit
fisa has quit
KrauserIII joined the channel
DevePy
why when use this in my view not work: context['galleries'] = Product.images.all()[:4] return this error: 'ForeignRelatedObjectsDescriptor' object has no attribute 'all'
mattmcc
DevePy: You'd need to have an individual product to get its images.