Re: deprecate contrib.webdesign? (#22789)

2014-07-11 Thread Tomas Ehrlich
I would vote for: Remove it from Django and provide no replacement I almost never use original latin lorem-ipsum because language specific dummy-text provides much better and reliable look. I feel that removing the package from django.contrib and keeping it as third-party package (maintained eit

Re: collectstatic - override default ignore list

2014-07-02 Thread Tomas Ehrlich
Dne Wed, 2 Jul 2014 21:17:52 +0200 Aymeric Augustin napsal(a): > 2014-07-02 17:21 GMT+02:00 Tomas Ehrlich : > > > I'm just a bit confused with final decision. > > > > I don't think we have a decision yet ;-) Tim Graham made comment on PR: "Closing for no

Re: collectstatic - override default ignore list

2014-07-02 Thread Tomas Ehrlich
Hi, thank you for review. I'm just a bit confused with final decision. As Jannis commented on ticket: "This is simple, don't add a global setting but a parameter to the staticfiles app config. That's where such things belong now." But according to Aymeric, app config isn't ready for custom set

collectstatic - override default ignore list

2014-07-01 Thread Tomas Ehrlich
Hi, ticket #20189 proposes to override default ignore patterns for collectstatic management command in project's settings. Patch has been submitted about a year ago, but right now it's waiting for 'design decision' whether add a new setting or not. What is your opinion? Cheers, Tom https://c

Re: Merge policy for cleanup commits

2013-10-09 Thread Tomas Ehrlich
Relevant discussion https://groups.google.com/forum/#!msg/django-developers/tcNVvbAv4-M/bs0zPNLqv48J Cheers, Tom Dne Mon, 8 Jul 2013 09:59:49 -0700 (PDT) Danilo Bargen napsal(a): > Hi there > > (I tried to find previous threads concerning the same topic, but could not > find any. If this i

Re: Adding a OneToMany Relationship to Django

2013-06-15 Thread Tomas Ehrlich
signals. It looks for me that the only difference is in readability of models.py. What am I missing? Cheers, Tomas Ehrlich Dne Sat, 15 Jun 2013 08:11:53 -0700 (PDT) Amir Rachum napsal(a): > Hi there, > > I'm not sure if this feature was discussed before (I've seen som

Re: Update on localflavor move

2012-10-13 Thread Tomas Ehrlich
Salut Claude, > I can work on this, however I'm wondering if it makes sense to re-add all > translations in all packages. Is adding Korean translation to Switzerland > localflavor useful? I think it is. If someone translated Switzerland localflavor into Korean language it means that he might ne

Re: #13781: select_related and multiple inheritance

2012-10-10 Thread Tomas Ehrlich
Works for me. I've just have to resolve two conflicts, new patch submited, see https://code.djangoproject.com/ticket/13781#comment:16. Cheers, Tom Dne Wed, 10 Oct 2012 01:47:38 -0700 (PDT) Piotr Czachur napsal(a): > Hi! > > Patch from ticket #13781 looks like a good candidate for review as i