[mezzanine-users] Extending forms app

2014-07-02 Thread Preethi
Hello!! We have a requirement where in a user enters data into a testimonial form (we are using mezzanine.forms.Form). However before we display the testimonials we would like it to be approved first. How do we extend Form to add this behaviour? Thanks in advance for your help! Preethi

[mezzanine-users] BlogPost's get_absolute_url uses utc date and not local date

2014-06-25 Thread Preethi
ead of self.publish_date it creates the url with the right date. Wanted to know if there were any thoughts on this. Thanks, Preethi -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving e

Re: [mezzanine-users] Best way to store a list of language options

2014-06-18 Thread Preethi
Hi Josh, That makes sense. Thanks for clarifying! -- Preethi On Wednesday, June 18, 2014 8:45:07 PM UTC+5:30, Josh Cartmell wrote: > > Hey Preethi, if it's only updated rarely and a developer can make the > update I think something like just a CharField with choices on your

[mezzanine-users] Best way to store a list of language options

2014-06-18 Thread Preethi
or Page. This seems like an overkill for something like Language as it is not a "Displayable" in itself. Is it mandatory to extend one of these two models? Thanks for your help! Preethi -- You received this message because you are subscribed to the Google Groups "Mezzanine U

Re: [mezzanine-users] Setting form field based on another object's value

2014-06-12 Thread Preethi
June 12, 2014 7:09:02 PM UTC+5:30, Josh Cartmell wrote: > > Hey Preethi, why not just override the save method of Category. The > following is pseudo code so it'll require some cleanup: > > class Category(Page): > """ > A category for gro

[mezzanine-users] Setting form field based on another object's value

2014-06-11 Thread Preethi
ts = ( (None, { "fields": ["title", "category_type"], }), (None, { "fields": ["status", ("publish_date", "expiry_date")], }), (_("Meta data"), { &

Re: [mezzanine-users] Bootstrap 3.1.1: Menu drop downs not working as expected

2014-05-28 Thread Preethi
Yes, that fixes it! I included bootstrap-extras.js provided by mezzanine and that fixes it. Thanks a lot! -- Preethi On Wednesday, May 28, 2014 1:36:38 AM UTC+5:30, Josh Cartmell wrote: > > Hey Preethi, this works for me. Are you including the bootstrap-extras.js > somewhere in your

[mezzanine-users] Bootstrap 3.1.1: Menu drop downs not working as expected

2014-05-27 Thread Preethi
haviour of displaying the dropdown on mouse hover back? Is going back to bootstrap 3.0.3 the only option? Any suggestions are welcome Thanks, Preethi -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this grou

[mezzanine-users] Should I inherit from Displayable or Page

2014-04-23 Thread Preethi
? When I am defining Activity model, should it inherit from Displayable or Page? Thanks, Preethi -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an emai