This morning I'm working on a few things with this...
> I'd like to change the "grep -v django" line with "grep -v
> django.contrib" so that applications containing "django" as a part of
> their name (ex. djangotestproject.appname) are not discarded.
Good point, I'll add it in to the next patch.
Hi Rob, your patch works pretty well, thanks! Finally the script
supports full completion of names ;-)
Just a couple of things.
I'd like to change the "grep -v django" line with "grep -v
django.contrib" so that applications containing "django" as a part of
their name (ex. djangotestproject.appna
Hi Rob,
This looks good, thanks. I've triage'd that ticket on to "Ready to
checkin" and we'll let one of the core developers check it out and see
if it meets their approval :-)
-Simon G.
On Feb 24, 6:04 am, "Rob Hudson" <[EMAIL PROTECTED]> wrote:
> I re-opened bug 1240 and added my patch
> th
I re-opened bug 1240 and added my patch there:
http://code.djangoproject.com/ticket/1240
--~--~-~--~~~---~--~~
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
I implemented app completion and would like comments and testing for
those on *nix.
What's the easiest way to provide a patch? Open a new ticket and
attached? Or attach it to the original bash_completion ticket here:
http://code.djangoproject.com/ticket/1240 ? I'm pasting the diff
below so peo