Django

2009-05-13 Thread ankit
how can i customise list_filter option. In my Django model I have a field called status which can have three choices 1)activated 2)rejected 3)pending I am using status in list_filter.By default it shows me the 'ALL' but i want to set default to pending. --~--~-~--~~

Re: Django

2009-05-25 Thread ankit
hey man i have done it.i got my answer.this is general On May 13, 3:58 pm, Russell Keith-Magee wrote: > On Wed, May 13, 2009 at 5:47 PM, ankit wrote: > > > how can i customise  list_filter option. > > > In my Django model I have a field called status which can have th

Re: Django

2009-05-25 Thread ankit
soorry worng msg sent worng place.My mistake On May 26, 10:09 am, ankit wrote: > hey man i have done it.i got my answer.this is general > > On May 13, 3:58 pm, Russell Keith-Magee > wrote: > > > On Wed, May 13, 2009 at 5:47 PM, ankit wrote: > > > > how ca

Re: Offering sponsorship to work on improving Django

2009-07-20 Thread ankit
yes i am interested in it.I have already move on django 1.1 beta .I want to work on aggregation and setting values of a model or runtime Alex Dedul wrote: > Hi there! :) > > I want to offer sponsorship if anyone would like to work on improving > Django. We can organize it in the way GSOC do

Re: to save modified version of contents

2009-07-22 Thread ankit
you can simply make a db connectioin and insert the new data in a different table says which mantained the history.And if you want to the value in after some lag then used a cron simple. Have u ever try this check out : in forms.py just write in ur modelForm test(somename) = CharField(max_le

Re: NASA using Django for NEBULA

2009-07-30 Thread ankit
mhanb...@teksystems.com wrote: > Hello Django devs! > > We're supporting NASA on their NEBULA project and they're looking for > Python / Django experts to join their team here in Mountain View, CA. > > If you're interested, let me know and we can talk more on how they're > using Django in their en

no of forms in formset

2013-02-23 Thread ANKIT BAGARIA
this is an example from formset documentation: from django import forms>>> class ArticleForm(forms.Form):... title = forms.CharField()... pub_date = forms.DateField() from django.forms.formsets import formset_factory ArticleFormSet = formset_factory(ArticleForm, extra=2) formset = Arti

where do class modelAdmin and Model reside.

2013-03-23 Thread ANKIT BAGARIA
the above class AuthorAdmin is inherited from ModelAdmin. Please help in finding where does the class ModelAdmin reside. I am going into django/contrib/admin but cannot find any class named

Help on ticket no 4136

2013-04-10 Thread ANKIT BAGARIA
I want to work on ticket no 4136 but am not able to start... Can someone please help me with this as to where do I get started from. Link to ticket: https://code.djangoproject.com/ticket/4136 -- You received this message because you are subscribed to the Google Groups "Django developers" gro

One Click Django Installer

2016-04-24 Thread Ankit Kumar
Check this video : https://www.youtube.com/watch?v=85P3Qn9Sccs Download installer file https://www.dropbox.com/s/l8t483dqcjh8m75/Django.rar?dl=0 -- You received this message because you are s