El día 2 de marzo de 2012 11:06, Marc Aymerich escribió:
> On Fri, Mar 2, 2012 at 2:18 PM, Mauro Sánchez wrote:
>> El día 29 de febrero de 2012 19:04, Marc Aymerich
>> escribió:
>>> On Wed, Feb 29, 2012 at 10:55 PM, Marc Aymerich wrote:
On Wed, Feb 29, 2012 at 8:22 PM, Mauro Sánchez wrote
On Fri, Mar 2, 2012 at 2:18 PM, Mauro Sánchez wrote:
> El día 29 de febrero de 2012 19:04, Marc Aymerich
> escribió:
>> On Wed, Feb 29, 2012 at 10:55 PM, Marc Aymerich wrote:
>>> On Wed, Feb 29, 2012 at 8:22 PM, Mauro Sánchez wrote:
Hello, if I have the following Model:
class A:
El día 29 de febrero de 2012 19:04, Marc Aymerich
escribió:
> On Wed, Feb 29, 2012 at 10:55 PM, Marc Aymerich wrote:
>> On Wed, Feb 29, 2012 at 8:22 PM, Mauro Sánchez wrote:
>>> Hello, if I have the following Model:
>>>
>>> class A:
>>> name
>>>
>>> class B:
>>> name
>>> a = models.Fore
On Wed, Feb 29, 2012 at 10:55 PM, Marc Aymerich wrote:
> On Wed, Feb 29, 2012 at 8:22 PM, Mauro Sánchez wrote:
>> Hello, if I have the following Model:
>>
>> class A:
>> name
>>
>> class B:
>> name
>> a = models.ForeignKey(A)
>>
>> class C:
>> name
>> b = models.ForeignKey(B)
>>
>>
On Wed, Feb 29, 2012 at 8:22 PM, Mauro Sánchez wrote:
> Hello, if I have the following Model:
>
> class A:
> name
>
> class B:
> name
> a = models.ForeignKey(A)
>
> class C:
> name
> b = models.ForeignKey(B)
>
> And let's suppose that in the Admin Site I have a Filter in the C list
Hello, if I have the following Model:
class A:
name
class B:
name
a = models.ForeignKey(A)
class C:
name
b = models.ForeignKey(B)
And let's suppose that in the Admin Site I have a Filter in the C list
that refers to the A model. Is there a way to keep that filter when I
am g
6 matches
Mail list logo