I have this: http://dpaste.com/81698/
Which would show the status of the app, based on the field 'status' in the Model. What I couldn't/can't figure out is how to do it for multiple fields and also how to not do if it is = to something, just that if any text is entered into the field then it should count as completed. On Oct 1, 10:39 am, [EMAIL PROTECTED] wrote: > I have a bunch of fields that I need to check if they have content > added to them. So essentially I want to be able to tell for each entry > into the db that if every field that I need has been filled out, or > not. I want to be able to use this in my queries so that I can get > applications that are complete (if all the fields needed are entered), > or that are not complete (if all the fields are not entered). Also, > want to use it in the templates, so that if all this is done, display > Complete, if not display Not Complete. > > Here's a bit of the model: > > http://dpaste.com/81692/ > > So, if to be complete you need pharmcas_id, gender, and birth_date how > could I do this? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---