Re: Goodbye, Malcolm

2013-03-21 Thread Antoni Aloy
>> > > > -- > Meir Kriheli > http://meirkriheli.com > > -- > You received this message because you are subscribed to the Google Groups > "Django developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to dja

Re: RFC: issue 13617

2010-10-24 Thread Antoni Aloy
+1 On solving this issue, it's a real problem dealing with js El 24/10/2010 19:29, "Benjamin Wohlwend" escribió: Hi, I reported #13617[1] a couple of months ago, and today Justin Bronn committed a fix for it. Unfortunately, the fix doesn't solve my issue (which I failed to

Re: #12012 Logging: request for comments

2010-09-25 Thread Antoni Aloy
be added in the code. One last doubt, perhaps offtopic I have read logging module is slow, good enough for 90% of applications but for the rest. Actually is enough for me, but I can't see to deal with log on big systems Regards, -- Antoni Aloy López Blog: http://trespams.com Site: http://apsl.n

Re: Regression problem on admin date format

2010-07-11 Thread Antoni Aloy
, -- Antoni Aloy López Blog: http://trespams.com Site: http://apsl.net -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from this group, send email

Re: Regression problem on admin date format

2010-07-10 Thread Antoni Aloy
2010/7/10 Russell Keith-Magee <russ...@keith-magee.com>: > On Sat, Jul 10, 2010 at 1:15 AM, Antoni Aloy <antoni.a...@gmail.com> wrote: > Are you sure that this is a regression, rather than a bugfix with > unfortunate side effects? In particular, I draw your attention to th

Regression problem on admin date format

2010-07-09 Thread Antoni Aloy
test as http://djangoadvent.com/1.2/i18n-l10n-improvements/ explains the right display. I have reverted to Django 1.2.0 and the display works perfectly. As you can imagine is a quite annoying bug for non-english date format users, perhaps enough to make a 1.2.2 release. -- Antoni Aloy López Blog

Re: Decision required: PostgreSQL minimum versions

2010-06-09 Thread Antoni Aloy
+1 on Drop 7.4 PostgreSQL support. Postgressql 8.x series has lots of performance and utility features and it would be a pity to remain in 7.4. -- Antoni Aloy López Blog: http://trespams.com Site: http://apsl.net -- You received this message because you are subscribed to the Google Groups

Re: What The Enterprise wants from Django

2010-01-21 Thread Antoni Aloy
without ORM, but we have found a great help to allow documenting the web service and create the test pages. Anyway, I'm glad to see Fortune companies are interested in Django :) -- Antoni Aloy López Blog: http://trespams.com Site: http://apsl.net -- You received this message because you

Re: Call for comment: #12624 Class based test runners

2010-01-16 Thread Antoni Aloy
+1 for me El 16/01/2010 15:26, "Russell Keith-Magee" escribió: Hi all, This is a quick call for comment on ticket #12624. This ticket proposes to make Django's test runner a class-based, rather than function based operation. This makes it much easier to modify the

Re: Feature Request: Reinteract

2009-11-28 Thread Antoni Aloy
with manage.py shell. > You can also try django command extensions and run manage.py shell_plus -- Antoni Aloy López Blog: http://trespams.com Site: http://apsl.net -- You received this message because you are subscribed to the Google Groups "Django developers" group. To po

Re: Oracle NLS sorting

2009-06-05 Thread Antoni Aloy
n. I think in your case is quite the same, take a look at http://www.oracle.com/technology/tech/globalization/htdocs/nls_lang%20faq.htm and the set the enviornment variable NLS_LANG on your application. In the setting perhaps. Hope it helps! -- Antoni Aloy López Blog: http://t

Re: Reminder: Django 1.1 beta this week means feature freeze

2009-03-19 Thread Antoni Aloy
e'd like to see it this version if possible. Best regards, -- Antoni Aloy López Blog: http://trespams.com Site: http://apsl.net --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. T

Re: Dropping Python 2.3 compatibility for Django 1.1

2008-11-25 Thread Antoni Aloy
+1 for me too 2.4 is still quite conservative :) The actual Django stable version is good enought to let people developing in until the decide/can move to a new version -- Antoni Aloy López Blog: http://trespams.com Site: http://apsl.net

Re: Testing django code

2008-11-21 Thread Antoni Aloy
t should fall > out fairly easily with the right helper functions. OK. I'm going double check it again. This is my first incursion in Django core tests, so any advice you could give me would be greatly appreciated. -- Antoni Aloy López Blog: http:

Testing django code

2008-11-21 Thread Antoni Aloy
and event is is the right way, who to add it to Django code. Best regards, -- Antoni Aloy López Blog: http://trespams.com Site: http://apsl.net --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers&q

Re: Proposal: Optional {% default %} clause for the {% for %} template tag

2008-10-30 Thread Antoni Aloy
otherwise %} >> {% endfor %} >> +1 to the otherwise tag :) -- Antoni Aloy López Blog: http://trespams.com Site: http://apsl.net --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers"

Re: First day of week

2008-06-26 Thread Antoni Aloy
d be a solution. After all, Python makes refactoring a breeze, doesn't it? -- Antoni Aloy López Blog: http://trespams.com Site: http://apsl.net --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django develop

Re: First day of week

2008-06-26 Thread Antoni Aloy
2008/6/26 Marc Garcia <[EMAIL PROTECTED]>: > > Hi all! > > I'll start working on a new (hopefully better) patch for ticket #1061 > [1] that will allow customization of first day of week on django's > admin calendar. +1 on that Mark. If I can help just let me know. --

i18n and per-view-cache

2007-12-11 Thread Antoni Aloy
to include the languaje code when generating the key and it works as expected but this involves to patch Django. Language based caching is a common issue on multi-language site, so perhaps this would be the default if i18n middleware is activated. Best regards, -- Antoni Aloy López Binissalem

Re: Cache and i18n

2007-10-22 Thread Antoni Aloy
2007/10/22, Jeremy Dunck <[EMAIL PROTECTED]>: > > On 10/22/07, Antoni Aloy <[EMAIL PROTECTED]> wrote: > > I had the problems with page cache, now I'm using this snippet > > although it caches all the site, but I prefered that solution in order > > to avoid to

Re: Cache and i18n

2007-10-22 Thread Antoni Aloy
2007/10/22, Jeremy Dunck <[EMAIL PROTECTED]>: > > On 10/22/07, Antoni Aloy <[EMAIL PROTECTED]> wrote: > > I've found that caches are not i18n friendly, that is the cache is the > > same for any language. In Django snippets there is a middleware to > > deal wit

Cache and i18n

2007-10-22 Thread Antoni Aloy
and it solves the cache problem in multilanguage sites and allows you to use per page cache and even the new cache tag. Best regards, -- Antoni Aloy López Binissalem - Mallorca http://www.trespams.com Soci de Bulma - http://www.bulma.cat --~--~-~--~~~---~--~~ You

Re: Problem: Sessions won't store anything

2007-10-13 Thread Antoni Aloy
p://preview.tinyurl.com/3e5q8p > > Thanks in advance for any help, > > - Johannes > > -- Antoni Aloy López Binissalem - Mallorca http://www.trespams.com Soci de Bulma - http://www.bulma.cat --~--~-~--~~~---~--~~ You received this message because