Hello,
Please post your questions about Django usage on the django-users mailing
list. This group is about Django development itself.
To your question: try opening django/contrib/admin/__init__.py and you'll
find that ModelAdmin is imported from the options module of the admin
package. The same a
Hi,
I read recently about Andrew Goodwin's successful kickstarter project for
better Django schema migrations:
http://www.kickstarter.com/projects/andrewgodwin/schema-migrations-for-django
Kudos to him for awesome work on South so far a swell =).
There doesn't seem to be much movement on the A
You are contradicting yourself. At first you said that it does make the
code clearer. Now you say it doesn't.
Ok, you guys are right. I'm adding a new feature.
If you think my new design isn't good enough do tell me why. I'll improve
it/change it completely.
It now doesn't violate SRP, it allows fl
On Sun, Mar 24, 2013 at 6:28 PM, Omer Katz wrote:
> You are contradicting yourself. At first you said that it does make the
> code clearer. Now you say it doesn't.
>
My apologies -- I've apparently used an English idiom that doesn't have an
obvious meaning.
When I said "I'd argue the point that
On Sun, Mar 24, 2013 at 6:20 PM, Victor Hooi wrote:
> Hi,
>
> I read recently about Andrew Goodwin's successful kickstarter project for
> better Django schema migrations:
>
>
> http://www.kickstarter.com/projects/andrewgodwin/schema-migrations-for-django
>
> Kudos to him for awesome work on South
Hey Omar,
Though it may be clear now from this experience, I feel your expectations
about how code becomes a part of Django were incorrect, leading to
some frustration.
The onus is on the contributor not the core committers for nearly all
aspects of making a contribution, which is likely a differ
2013/3/24 Russell Keith-Magee
>
> On Sun, Mar 24, 2013 at 6:28 PM, Omer Katz wrote:
>
>> You are contradicting yourself. At first you said that it does make the
>> code clearer. Now you say it doesn't.
>>
>
> My apologies -- I've apparently used an English idiom that doesn't have an
> obvious me
My name is Om*e*r and got it. :)
2013/3/24 Albert O'Connor
> Hey Omar,
>
> Though it may be clear now from this experience, I feel your expectations
> about how code becomes a part of Django were incorrect, leading to
> some frustration.
>
> The onus is on the contributor not the core committer
Hi Omer -
OK, I think it's time for you to drop this. Thanks for your
suggestions, but we're not going to be adding this to Django.
Jacob
On Sun, Mar 24, 2013 at 9:32 AM, Omer Katz wrote:
> 2013/3/24 Russell Keith-Magee
>>
>>
>> On Sun, Mar 24, 2013 at 6:28 PM, Omer Katz wrote:
>>>
>>> You ar
Just confirming that this fixed the memory leak problem for us. Thanks
again :)
On Friday, March 22, 2013 3:07:02 PM UTC+13, Craig de Stigter wrote:
>
> Karen Tracey saves the day!
>
> Thanks so much, seems likely that's it :)
>
> Craig de Stigter
>
> On Friday, March 22, 2013 2:25:04 PM UTC+13,
+1. This has been a problem for me too.
On Saturday, March 23, 2013 5:16:15 AM UTC-6, Evgeny wrote:
>
> Hi.
>
> Is it necessary to cast help_text to string in Field.__init__ there
> https://github.com/django/django/blob/master/django/forms/fields.py#L92 ?
> I will be eventually displayed as stri
11 matches
Mail list logo