simple comparison?

2014-06-11 Thread MikeKJ
if userform.is_valid(): name = userform.cleaned_data['name'] email = userform.cleaned_data['email'] username = userform.cleaned_data['username'] password = userform.cleaned_data['password'] orgs = Organisation.objects.all() #

template tags for simple comparison

2008-12-05 Thread Aaron Lee
I found this wiki and seems pretty useful in general, is there any reason why it's not included in Django by default? http://code.djangoproject.com/wiki/BasicComparisonFilters --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google