You are the author of DAL?  Nice to meet you!  We use that!  We do use version 
2 of it, though.  We couldn't find a very important feature for us to upgrade 
to v3: a text autocomplete that is not based on a pk of a model.  Also, 
unfortunately, with the release of Django 1.11, the autocompletes from v2 do 
not render properly.  I haven't had time to look into it, though.



-----Original Message-----
From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On 
Behalf Of Jamesie Pic
Sent: Monday, April 17, 2017 11:06 AM
To: django-users@googlegroups.com
Subject: Re: Django forks

On Mon, Apr 17, 2017 at 5:47 PM, Vijay Khemlani <vkhem...@gmail.com> wrote:
> If you need particular form widgets or fields not readily available in 
> Django I would prefer to write an app that includes them instead of 
> forking the whole framework.

That's why I've been writing AND maintaining apps such as 
django-autocomplete-light and like, a lot, lot, lot of others. But still, it's 
always the same code in projects just to override an unusable default form 
field with something that is usable, in my case.

You are free to not consider it a problem you want fixed, when Django renders a 
ForeignKey form field as a select input with millions options, or when user 
submits a form that doesn't validate and has to re-upload a file, or when a 
user is fighting with a datetime input, or with env-vars based settings.

Wouldn't it be easier to discuss about solutions, if we already had a few forks 
out there that have been iterating on solutions for the last years ?

--
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAC6Op1-6Wzhru1iqPxXi8FQeFPjSgf2r8CJ5u2C%2B92ZAAuXiJQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ed54bcfe947f4c99b7eea03a7678f259%40ISS1.ISS.LOCAL.
For more options, visit https://groups.google.com/d/optout.

Reply via email to