freakboy3742: Oh, sorry - the DjagnoCon AU ones (it's been a long day)
Baylink
I am, for now, FunkyBob, headin to bed; it's getting late, EDT. Catch you tomorrow.
atula has quit
freakboy3742
brntn: Awesome… was expecting mine to turn up today, but the female man hasn't turned up yet...
radac has quit
Baylink has left the channel
FunkyBob
Baylink: I'm just a geek with a penchant for puns :)
bah
dali joined the channel
k_sze[work] has quit
dali has quit
smorimoto has quit
jmfurlott joined the channel
dali joined the channel
jmfurlott
I am trying to build a form with a field that forces an input of a set option. I already know what they are called : x, y, or z. I want to the person filling out the form to click on the list and it dropsdown the three options. whichever is selected is returned. I am having trouble searching for docs on this
jsummerfield joined the channel
Technodrome has quit
FunkyBob
jsummerfield: you want a ChoiceField ?
ChoicesField, even
jmfurlott
FunkyBob: yes that looks like it. I just couldn't decipher what django was calling them
thank you
batisteo joined the channel
thesheff17 has quit
smorimoto joined the channel
radac joined the channel
sserrano44 joined the channel
santiissopasse has quit
nn0101 has quit
dali has quit
kartarn has quit
empty has quit
jordanmessina joined the channel
knite has quit
dali joined the channel
hwrd|work joined the channel
jmcnaught has quit
mihasya joined the channel
sayan has quit
dodobas
yello
robvdl has quit
natea joined the channel
kushal has quit
bulkan joined the channel
EyePulp joined the channel
natea has quit
polishnorbi has quit
Technodrome joined the channel
jmfurlott has quit
dirn joined the channel
mihasya has quit
polishnorbi joined the channel
polishnorbi has quit
benregn joined the channel
dirn has quit
calvinx joined the channel
Noeble has quit
k_sze[work] joined the channel
knite joined the channel
prs has quit
berto- joined the channel
vakaras joined the channel
dencold joined the channel
mypenut joined the channel
mypenut has left the channel
digismack has quit
benregn has quit
dali
dodobas mello
amb1s1 has quit
kushal joined the channel
calvinx has quit
jayfk joined the channel
iggy joined the channel
Oomelvis has quit
Noeble joined the channel
Noeble has quit
chrismed joined the channel
jordanmessina has quit
Noeble joined the channel
benregn joined the channel
natea joined the channel
nielsle has quit
hwrd|work has quit
jordanmessina joined the channel
Technodrome
can i get the url name inside the template without having to send it to the template
we have some horrible middleware to try to get what that would give us free
[a site written for 1.4, and we haven't cleaned that up yet]
dodobas
dali: how's it deploying?
siovene joined the channel
ktosiek has quit
siovene
Hello. I'm having a strange problem. I just added a field named "optout_rating" to my UserProfile model, and performed a successful South migration. Then I added that field to the "fields" list of one of my forms, and now I get this error: "FieldError: Unknown field(s) (optout_rating) specified for UserProfile". I'm sure I didn't mispell anything... Does anyone have any idea of what might be wrong?
(I'm with Django 1.3.1)
nielsle joined the channel
ktosiek joined the channel
Oh never mind, I set editable=False.
dlam joined the channel
cyong has quit
smorimoto has quit
yomilk joined the channel
benregn has quit
jordanmessina joined the channel
lightstrike joined the channel
tuxcanfly joined the channel
golodhrim has quit
golodhrim joined the channel
kimosabe__ joined the channel
berto- has quit
calvinx joined the channel
kimosabe__
Hey guys! I've read that slicing using a step will make an unevaluated QuerySet return a list. Is there anyway I can get another QuerySet (evaluated or unevaluated) even after slicing them?
radac has quit
swi joined the channel
or may be still use things like order_by on the "so-returned-list"….?
voidus joined the channel
FunkyBob
since it returns a list, not a queryset, you can not continue to treat the _returned_ _value_ as a queryset
schweens has quit
the queryset you called, though, is still a queryset
zolocdr joined the channel
kimosabe__
FunkyBob: Can I slice it and still get a queryset? may be some other method?
tuxcanfly has quit
FunkyBob
as you just said, once you slice it it's no longer a queryset
how about you explain the problem you're trying to solve, and we'll try to find a best fit solution?