Re: How to deal with potential Django bugs you come accross

2019-05-14 Thread Erik Stein
oney wrote: Hi Erik, On 5/13/19 8:22 PM, Erik Stein wrote: Hello everyone --  From time to time I come accross a potential bug in Django core, but because of a tight schedule don't have the time to dive into it and write a proper ticket. How would you suggest to deal with it? my pe

How to deal with potential Django bugs you come accross

2019-05-13 Thread Erik Stein
Hello everyone -- From time to time I come accross a potential bug in Django core, but because of a tight schedule don't have the time to dive into it and write a proper ticket. How would you suggest to deal with it? Today e.g. – Using i18n_patterns with prefix_default_language=True, – try

Re: Re-design "proposal" for djangoproject.com

2012-05-21 Thread Erik Stein
t is missing in django marketing is IMHO a cleverly selected showcase of large and also small mature django sites, including in-house. A list of mature plugin-projects/apps would make sense, too. Best -- erik Erik Stein Programmierung, Grafik Oranienstr. 32 10999 Berlin, Germany

Re: Django is a serious framework, really

2012-04-11 Thread Erik Stein
rik Am 11.04.2012 um 14:54 schrieb Russell Keith-Magee: > On Wednesday, 11 April 2012 at 8:10 PM, Jason Ma wrote: [snip] Erik Stein Programmierung, Grafik Oranienstr. 32 10999 Berlin, Germany fon +49 30 69201880 fax +49 30 692018809 email e...@classlibrary.n

Re: Import problem starting with r12977

2010-04-19 Thread Erik Stein
thanks for pointing this out. I attached a symptomatic patch to ticket #13366. best -- erik Am 17.04.2010 um 14:33 schrieb Ramiro Morales: > On Sat, Apr 17, 2010 at 4:38 AM, Erik Stein wrote: >> I'd would definetly consider this a bug in django, but I've no idea

Re: Import problem starting with r12977

2010-04-17 Thread Erik Stein
I'm was digging around more, too, and finally i've set up a small test environment with django (r12955), just an project with a single app: django-admin.py startproject mytest cd mytest django-admin.py startapp blog INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.comments', #

Import problem starting with r12977

2010-04-16 Thread Erik Stein
on my side, but what exactly am I supposed to do concerning r12977? File a new bug or just try to fix my code? best -- erik Erik Stein Programmierung, Grafik Oranienstr. 32 10999 Berlin, Germany fon +49 30 69201880 fax +49 30 692018809 email e...@classlibrary.net

Re: Proposal for documentation reform

2006-06-18 Thread Erik Stein
Hello -- I'm rather new to django so please forgive my ignorance. It's only some weeks that i work with django but i'm as productive as it could be thanks to this very well-thought and well-programmed framework. Mainly i am missing two aspects in the otherwise really great and useful doc