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

2019-05-14 Thread Erik Stein
Hey Curtis -- thanks for your answer! I'll do this from now on (and of course I'll try me best to write a complete bug report including a proposed fix if the time allows). https://code.djangoproject.com/ticket/30475#ticket Have a nice day -- erik On 13.05.19 18:19, Curtis Maloney wrote:

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

2019-05-13 Thread Curtis Maloney
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 personal position wo

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