Re: Bringing some popular must have django tools/packages under django org umbrella

2016-03-19 Thread Michal Petrucha
On Wed, Mar 16, 2016 at 04:06:32PM +0100, Raphaël Barrois wrote: > Hello there, > > I am not sure the tone of that discussion is suitable for that mailing-list ;) I totally agree on this point. Let's try to keep it civil. > Regarding the initial discussion, if I understand correctly, the idea

Re: Bringing some popular must have django tools/packages under django org umbrella

2016-03-19 Thread James Pic
On Wed, Mar 16, 2016 at 3:22 PM, Matías Iturburu wrote: > Even if I submit a patch I wouldn't be able to: > - Merge it into mainline. > - Upload the patched version to pypi. > > So it's a no-starter, > I can't rely on my fork, not for production, as I > should guarantee that

Re: Bringing some popular must have django tools/packages under django org umbrella

2016-03-19 Thread Raphaël Barrois
On Wed, 16 Mar 2016 15:39:40 +0100 James Pic wrote: > On Wed, Mar 16, 2016 at 3:22 PM, Matías Iturburu wrote: > > Even if I submit a patch I wouldn't be able to: > > - Merge it into mainline. > > - Upload the patched version to pypi. > > > > So it's a

Re: Bringing some popular must have django tools/packages under django org umbrella

2016-03-19 Thread Matías Iturburu
2016-03-16 6:24 GMT-03:00 James Pic : > What do you mean stuck? Aren't you supposed to port the packages and > submit a patch in that case? How are you stuck ? > Alright... I don't know you but no, that doesn't quite work that way. Even if I submit a patch I wouldn't be able

Re: Bringing some popular must have django tools/packages under django org umbrella

2016-03-19 Thread James Pic
FTR, there's also Djangonauts which have been there for a while: https://github.com/djangonauts Sorry, I tried not to look uncivil - and yet I fail to see where I was, but definitely re-reading and thinking about it (I'm not an english native speaker). Please anyone feel free to PM me and point

Re: Bringing some popular must have django tools/packages under django org umbrella

2016-03-18 Thread Matías Iturburu
2016-03-16 12:39 GMT-03:00 James Pic : > FTR, there's also Djangonauts which have been there for a while: > https://github.com/djangonauts > > This is exactly what I was asking for when I asked if there was an organization to pick on unmaintained projects. Thank you very much.

Re: Bringing some popular must have django tools/packages under django org umbrella

2016-03-16 Thread James Pic
What do you mean stuck? Aren't you supposed to port the packages and submit a patch in that case? How are you stuck ? I know the first portings are hard but once you've ported a dozen it becomes piece of cake so don't be afraid of trying ! And please contribute to the apps !! I know some people

Re: Bringing some popular must have django tools/packages under django org umbrella

2016-03-16 Thread James Pic
Sorry for to quoting:/ -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroups.com. To

Re: Bringing some popular must have django tools/packages under django org umbrella

2016-03-15 Thread Matías Iturburu
I recently got stuck upgrading a project to 1.9 due to a lot of useful packages being not maintained: - django-endless-pagination: a substitute for django-pagination while it didn't had python3 support - django-taggit-templatetags: from when django-tagging didn't had python3 support.

Re: Bringing some popular must have django tools/packages under django org umbrella

2015-11-24 Thread Marc Tamlyn
This is something the core team discussed in Amsterdam. I believe there was consensus to trial it with Django registration. I should catch up with James and see if it is transferred. If this goes well I see no reason why not. The biggest problem is the selection of packages, we have historically

Re: Bringing some popular must have django tools/packages under django org umbrella

2015-11-24 Thread Asif Saifuddin
The projects will have the official tool status + the maintainer of the projects will be able to collaborate better with django core team? less risk of being abandoned by the maintainers etc. IMHO On Wed, Nov 25, 2015 at 12:31 AM, Collin Anderson wrote: > Hi, > > Say a

Re: Bringing some popular must have django tools/packages under django org umbrella

2015-11-24 Thread Collin Anderson
Hi, Say a little bit more: What would be the goal? What would you hope would be accomplished by doing this? Thanks, Collin On Tuesday, November 24, 2015 at 1:27:11 PM UTC-5, Asif Saifuddin wrote: > > How is the idea? tools like django-debug-toolbar, django-silk, > django-taggit, django-filter

Bringing some popular must have django tools/packages under django org umbrella

2015-11-24 Thread Asif Saifuddin
How is the idea? tools like django-debug-toolbar, django-silk, django-taggit, django-filter etc and some more de facto tools under the umbrella of django github org? Regards -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to