Holocaine: what part of the world are we talking about?
jasongonzales joined the channel
Holocaine
nedbat: Australia.
nedbat: Mate.
FunkyBob
nedbat: if I said "strewth!" and "sheila" ... wcould you guess?
:P
[not that I ever do... :P ]
Holocaine
FunkyBob: Lies.
cincinnatus joined the channel
Holocaine notes that FunkyBob is totally ocker.
FunkyBob
without irony
jderosa has quit
nedbat
FunkyBob: actually, I would have guessed australia from the very start?
FunkyBob
Holocaine: caw... fair dunkum, cobber!
aclark
"I'll give it a trizzie" —Bethesda, MD USA
cincinnatus
What's the most straightforward way to create simple JSON REST interfaces over Django models - with no metadata?
jasongonzales
hi there, I have this problem with getting full names to display in a form, the dpaste: http://dpaste.org/AhPxZ/. What I want in the template is to have the "owners" full name for the radio labels
any help?
nedbat
aclark: "trizzie"? seriously?
cincinnatus
e.g. [{"first_name": "John", "last_name": "Doe"}, ...]
eraldo: what does get_absolute_url on your model return?
aberrant has quit
RedXIII joined the channel
rend joined the channel
eraldo
FunkyBob: returns nothing
FunkyBob
that'd be why, then...
eraldo
I thought 'reverse' is the prefered method/
FunkyBob
erm...
from memory, the default form-valid handler on Create and Update views returns the object's get_absolute_url method
Preference joined the channel
seagreen has quit
chuckharmston joined the channel
Preference has quit
eraldo has quit
hell_razer has quit
michaelmartinez joined the channel
jcda has quit
hwrd|work has quit
ICheeseYou
is there a way to replaces characters in a string in a template ?
cut filter !!
wstearns has quit
yesimon has quit
phildini joined the channel
yesimon joined the channel
cincinnatus has quit
hwrd|work joined the channel
yesimon has quit
florinm has quit
Back2Basics joined the channel
mtigas joined the channel
RedXIII has quit
seagreen joined the channel
etcetera has quit
JJMalina has quit
mintos joined the channel
Back2Basics_ joined the channel
Quix0te joined the channel
Back2Basics__ joined the channel
myusuf3 joined the channel
Back2Basics has quit
Back2Basics__ is now known as Back2Basics
Back2Basics_ has quit
Raisins joined the channel
chrisramon has quit
Back2Basics has quit
Back2Basics joined the channel
mykul joined the channel
hovis joined the channel
omnicronx joined the channel
cewing has quit
cewing_ joined the channel
cewing_ is now known as cewing
cewing has quit
hovis
I made a custom SimpleListFilter to filter on a relationship. http://dpaste.org/ggG65/ Line 117 of the paste prints the expected queryset, but nothing shows up in the list in my browser. Can someone help me figure out what I'm doing wrong?