Re: The blacklist / master issue

2021-02-23 Thread Kenneth
I agree. We should go ahead and do the switch On Tue, Feb 23, 2021 at 11:57 AM Markus Holtermann wrote: > Hi all, > > Reviving an old topic. GitHub has by now tooling in place to rename > branches and keep open PRs in sync. In fact, if I were to change the > `master` branch to `main`, GitHub tel

Re: #django-dev IRC channel

2018-04-26 Thread Kenneth
, 2018 at 9:11:06 PM UTC-4, Josh Smeaton wrote: > > Yes - that's probably a good idea! > > On Thursday, 26 April 2018 05:11:33 UTC+10, Kenneth wrote: >> >> Hello, >> >> I was just curious about the #django-dev IRC Channel. >> Currently, the only mention for

Re: How to interpret the performance difference: Tornado vs Django

2009-10-05 Thread Kenneth Gonsalves
On Tuesday 06 Oct 2009 10:46:44 am ihomest...@gmail.com wrote: > I read this doc about the performance comparison between Tornado and > Django: http://www.tornadoweb.org/documentation comparison between django and tornado? django is a web framework. Tornado is a web server. Whats to compare?

Re: How to interpret the performance difference: Tornado vs Django

2009-10-06 Thread Kenneth Gonsalves
On Tuesday 06 Oct 2009 1:53:44 pm TheMaTrIx wrote: > I have a nack for optimizing PHP Webservers what is a PHP webserver? -- regards kg http://lawgon.livejournal.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: How to interpret the performance difference: Tornado vs Django

2009-10-06 Thread Kenneth Gonsalves
On Wednesday 07 Oct 2009 3:26:21 am ihomest...@gmail.com wrote: > Since many have mentioned that django is not an asynchronous > framework, you still have not understood. django is a framework. It is not a webserver, or any kind of server. (oops, just noticed that this discussion is on the deve

Re: Proposal: Tutorial Refresh

2009-10-09 Thread Kenneth Gonsalves
On Saturday 10 Oct 2009 11:37:06 am Russell Keith-Magee wrote: > On Sat, Oct 10, 2009 at 6:55 AM, Rob Hudson wrote: > > I, too, like the idea of a conference site. It fills a void and > > sounds useful for upcoming conferences. I wasn't too crazy about the > > blog idea, and was convinced away

Re: [AUDIT] Enable Django Quick Start / Database Evolution Support

2006-05-25 Thread Kenneth Gonsalves
On Thursday 25 May 2006 10:43 pm, Joseph Kocherhans wrote: > Schema evolution support has already been discussed at length. > See: http://code.djangoproject.com/wiki/SchemaEvolution but it's > not implemented yet. there is a django soc project for this -- regards kg http://www.livejournal.com/

Re: [AUDIT] Enable Django Quick Start / Database Evolution Support

2006-05-25 Thread Kenneth Gonsalves
ek Anderson (the student) and > Kenneth Gonsalves (the mentor) to make sure that Derek doesn't > miss anything important. It is better to do it here in the list > so others have an opportunity to help too. as we are both here on the list, we can do it here -- regards kg http://www

Re: Patch review procedure?

2006-05-31 Thread Kenneth Gonsalves
On 31-May-06, at 7:07 PM, Michael Radziej wrote: > It looks as if the current way to handle Django has overloaded the > core > developers :-( Simple tickets shouldn't take long. And it would also > help to know that your ticket ain't gonna make it, but in close time, > not months later. look

Re: [AUDIT] Enable Django Quick Start / Database Evolution Support

2006-05-31 Thread Kenneth Gonsalves
On 01-Jun-06, at 12:28 AM, [EMAIL PROTECTED] wrote: > >>> This is actually one of the accepted Summer of Code projects for >>> Django, so the best answer is perhaps to way until the end of the >>> summer to see what happens with it. >> >> I cannot wait so long and additionally I sense several pr

Re: Some thoughts on Django and usability

2006-06-01 Thread Kenneth Gonsalves
On 01-Jun-06, at 12:32 PM, James Bennett wrote: > > This would, probably, offer some benefit to novice developers, because > it's a couple less things they have to do at the outset (though it > arguably adds in some "magic" that it's better to have them > understand). But it offers zero benefit

Re: Some thoughts on Django and usability

2006-06-01 Thread Kenneth Gonsalves
On 01-Jun-06, at 8:53 PM, Adrian Holovaty wrote: > I hope this doesn't get interpreted as a slight against > non-developers. Ideally developers and non-developers alike would find > Django to be a useful tool -- and, actually, that's already happening. like wilson's little howto - but he *did*

Re: TEAM - Where can I find a complete Team Overview

2006-06-01 Thread Kenneth Gonsalves
On 02-Jun-06, at 5:59 AM, Ilias Lazaridis wrote: > ok, 2 roles, . > > So, is it possible to have an overview of the _active_ "core > developers" > and "other contributors"? what for? -- regards kg http://lawgon.livejournal.com http://avsap.org.in --~--~-~--~~~---

Re: the so-called [AUDIT]

2006-06-03 Thread Kenneth Gonsalves
On 03-Jun-06, at 10:37 PM, Jorge Gajon wrote: > Unbelievable how can someone spend so much time and effort on trolling > like this. > > It makes you question if someone is paying him to do this, or if he > has a serious psychological condition that deserves its own branch of > study. > > Good th

Re: the so-called [AUDIT]

2006-06-04 Thread Kenneth Gonsalves
On 04-Jun-06, at 1:48 PM, Nagy Károly wrote: > I assume he has/had some other aliases (can't remember, 3-4 week > ago was > a girl nickname with same attitude) > What is the point? maybe he is doing a thesis or some sort of survey ;-) -- regards kg http://lawgon.livejournal.com http://avsa

Re: django irc logger currently down

2006-06-06 Thread Kenneth Gonsalves
great to see you back Georg On 06-Jun-06, at 8:35 PM, hugo wrote: > > Hi, > > the #django IRC logger is currently down - my provider blocks port 667 > now, without giving me a notice about it. That's why I didn't notice a > problem until today. :-/ > > I try to find a solution - either get the pr

Re: Samba Project News Site Goes Django

2006-06-13 Thread Kenneth Gonsalves
On 14-Jun-06, at 10:54 AM, Deryck Hodge wrote: > Maybe not entirely appropriate on the developers list, so please > forgive > > Just wanted to say from one project to another, thanks for the > great tool. > We've just moved our Samba news site into Django. > > http://news.samba.org/announc

Re: using URLs that do not contain the primary key

2006-06-14 Thread Kenneth Gonsalves
On 14-Jun-06, at 6:15 PM, [EMAIL PROTECTED] wrote: > I want to have a URL of the form > /path/to/my/site/biographies/persons-name/ where 'persons-name' is a > slug field for a class, but not the primary key...is this possible? yes - but make sure that even if it is not the primary key it is uni

Re: One Grateful New Djangotist Agrees

2006-06-18 Thread Kenneth Gonsalves
On 18-Jun-06, at 5:01 PM, jorjun wrote: > I spent a great deal of time trying to get to grips with a competing > framework but my progress was painfully slow which one? -- regards kg http://lawgon.livejournal.com http://avsap.org.in --~--~-~--~~~---~--~~ Yo

Re: One Grateful New Djangotist Agrees

2006-06-19 Thread Kenneth Gonsalves
On 19-Jun-06, at 2:04 PM, jorjun wrote: > > Which framework did I personally spend heaps of time investigating, > book-buying and ultimately reject for my own purposes? yes - we are all ears -- regards kg http://lawgon.livejournal.com http://avsap.org.in --~--~-~--~~--

Re: One Grateful New Djangotist Agrees

2006-06-19 Thread Kenneth Gonsalves
On 19-Jun-06, at 2:38 PM, James Bennett wrote: > > On 6/19/06, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: >> yes - we are all ears > > Meh. The book-buying is a giveaway. ahh - monday morning, forgive me ;-) -- regards kg http://lawgon.livejournal

Re: One Grateful New Djangotist Agrees

2006-06-19 Thread Kenneth Gonsalves
On 19-Jun-06, at 11:28 PM, jorjun wrote: > I am sure you have it now. But just to make sure, the next clue is > that > it sounds a bit like "soap and phone" ;0) then nobody got it - because *that* is not a framework - it is an application server, which is a totally different kettle of fis

Re: evolution test case solicitation

2006-06-27 Thread Kenneth Gonsalves
On 28-Jun-06, at 4:58 AM, Derek Anderson wrote: > > to avoid flooding the list, you can send them directly to > [EMAIL PROTECTED] unless you think the list needs a discussion > regarding how an evolution should be made, of course. better to keep it on list -- regards kg http://lawgon.livejo

Re: #django-devel

2006-07-18 Thread Kenneth Gonsalves
On 19-Jul-06, at 1:31 AM, Brantley Harris wrote: > > Being tired of all the craziness and mundane questions of #django, I > created another room on freenode: #django-devel, where we can discuss > the higher level Django related topics. and how do you guarantee that the crazies and mundane types

Re: #django-devel

2006-07-18 Thread Kenneth Gonsalves
On 19-Jul-06, at 11:46 AM, Brantley Harris wrote: > You keep #django open too and answer questions in there. Therefore > they have no reason to enter #django-devel. dream on - you can never escape crazies and retards -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/

Re: #django-devel

2006-07-19 Thread Kenneth Gonsalves
On 19-Jul-06, at 12:33 PM, Malcolm Tredinnick wrote: > > On Wed, 2006-07-19 at 12:08 +0530, Kenneth Gonsalves wrote: >> >> On 19-Jul-06, at 11:46 AM, Brantley Harris wrote: >> >>> You keep #django open too and answer questions in there. Therefore >>>

Re: Django sprint / 0.95 release at OSCON

2006-07-21 Thread Kenneth Gonsalves
On 21-Jul-06, at 8:03 PM, Ivan Sagalaev wrote: >> Most -- all? -- of the magic-removal stuff has settled down > > What about model inheritance? This is one feature that was before > MR and > never recovered after. I remember some people in django-users were > forced to stay with pre-MR syntax

Re: User subclassing

2006-07-23 Thread Kenneth Gonsalves
On 22-Jul-06, at 11:04 PM, Todd O'Bryan wrote: >> >> Again, having the solution with OneToOne relation scares newbies away >> because it's become a kind of common wisdom that OneToOne will be >> changed very drastically very soon and "all your code would burn". > > What is the current wisdom on

Re: 2401: strings escaping translation

2006-07-23 Thread Kenneth Gonsalves
On 23-Jul-06, at 7:18 AM, Bill de hÓra wrote: > http://code.djangoproject.com/ticket/2401 > > "strings escaping translation" > > The strings that stay in english aren't in the tamil .po file. I > think > the .po files might be out of sync with the source tree and that > bin/make-messages.py n

translation of content

2006-08-11 Thread Kenneth Gonsalves
hi, just a few random thoughts on translation of content. At first i was leaning towards developing a dependant model for each model which would hold translations. One thing i have realised is that of all the field types, only three - CharField, TextField and numeric fields would need to b

Re: translation of content

2006-08-12 Thread Kenneth Gonsalves
On 13-Aug-06, at 12:51 AM, Ahmad Alhashemi wrote: > Then, in templates of a certain language site, you would look for > objects that are related to the current object in the translation > tables and link to them through their get_absolute_url preceded by > their site's address. > > Of course, as

Re: Improved Norwegian translation files

2006-08-21 Thread Kenneth Gonsalves
On 22-Aug-06, at 11:46 AM, Lisa wrote: > Can I email these 4 files to someone and have them incorporated into > the latest Django release? If so, please provide me with an e-mail > address. Thanks in advance. create a ticket on the wiki and attach the files with your comments -- regards kg

Re: Further "little, easy improvements" ?

2006-09-18 Thread Kenneth Gonsalves
On 19-Sep-06, at 12:08 AM, Nick wrote: > Most, if not all, of the "little, easy improvements" listed on > www.djangoproject.com have now been made. I feel the urge on > contribute once more, so is there anything else little and easy that I > could do? for imagefield/filefield in admin, scope t

Re: Functional Benchmark : Django, Rails, CakePHP

2006-10-18 Thread Kenneth Gonsalves
On 19-Oct-06, at 7:29 AM, Malcolm Tredinnick wrote: > should probably add mailing lists as a line-item there, too, since > both > RoR and Django have extremely high-volume, very helpful mailing lists and i hope he has mentioned our #django IRC channel - with a reputation for never RTFM'ing

Re: Functional Benchmark : Django, Rails, CakePHP

2006-10-19 Thread Kenneth Gonsalves
On 19-Oct-06, at 7:06 PM, jhernandez wrote: > Django can run on GNU systems that doesn't use a Linux kernel. seems like i have hurd this before -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ --~--~-~--~~~---~--~~ You received thi

[attn -list admin] Re: 5 Yoga ebooks attached in ebook-share section

2006-10-19 Thread Kenneth Gonsalves
On 19-Oct-06, at 9:21 PM, P K Kothari wrote: > P K Kothari i thing it is time this guy was given the boot -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Re: schema-evolution: status?

2006-10-26 Thread Kenneth Gonsalves
On 26-Oct-06, at 12:40 PM, Derek Anderson wrote: > can someone who knows svn better than i help me out as to how i would > refresh the branch with the latest from the trunk, and then remerge > these changes back into it? in your working copy root do: svn merge http://code.djangoproject.com/svn

Fwd: how are you handling i18n and m10l content?

2006-11-09 Thread Kenneth Gonsalves
el.objects.by_language("EN").order_by('title') > which would form queries like: > SELECT * FROM myapp_mymodel INNER JOIN myapp_mymodel_translatable ON > myapp_mymodel.id = myapp_mymodel_translatable.id ORDER BY title > > Regards, > Aidas Bendoraitis [aka Archatas]

Re: Directory of Django Programmers

2006-12-20 Thread Kenneth Gonsalves
On 20-Dec-06, at 3:07 PM, Siliconbits wrote: Anyone knows where I can find this rare species. I've trawled Rent a Coder and Get a Freelancer without success. If anyone is interested in freelancing in London, UK with good rates, let me know. did you try the wiki? -- regards kg http://lawgon

Re: login_required decorator and redirect_to

2006-12-22 Thread Kenneth Gonsalves
On 22-Dec-06, at 8:26 PM, Rob Hudson wrote: I did create my own login decorator for this site for my own views that are using it. But to use my decorator for the password views would mean duplicating (or copying) all that code. use user_passes_test - it allows you to specify the url you w

wiki down

2007-01-03 Thread Kenneth Gonsalves
the wiki is down - in case noone has reported it yet -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post t

Re: Django wiki changes

2007-01-22 Thread Kenneth Gonsalves
On 22-Jan-07, at 10:56 PM, Adrian Holovaty wrote: > clicks "Code" in the navigation, he shouldn't see a messy set of > links. We should present a clean overview of the "code" aspects of > Django -- how to get the code, how to contribute and what we're > currently working on. looks good - the ri

Re: Admin app not installed properly

2007-01-22 Thread Kenneth Gonsalves
On 23-Jan-07, at 8:02 AM, furby wrote: > django.contrib.admin is installed in my settings.py, so that's not the > problem. it cant find the css - check the document source to see where it is looking for the css and make sure that is correct in relation to your setup -- regards kg http://

Re: Is this group moderated, or is it a bug with google groups?

2007-01-27 Thread Kenneth Gonsalves
On 26-Jan-07, at 12:19 PM, medhat wrote: > So many times I send messages to the group, but my message does not > appear at all, or it might appear a day or two after I actually send > it, which of course makes it appear down on the list, and nobody > really > sees it. not moderated - and no b

Re: Is this group moderated, or is it a bug with google groups?

2007-01-28 Thread Kenneth Gonsalves
On 28-Jan-07, at 3:25 PM, Sandro Dentella wrote: >> not moderated - and no bug in googlegroups either. There must be some >> obstruction between your mailserver and google. > > I had similar problems myself with django-users. Messages appearing > up to 36-40 > hours later and messages never ar

Re: Please encourage PsycoPG 2 usage (not 1!)

2007-02-08 Thread Kenneth Gonsalves
On 08-Feb-07, at 9:00 PM, Nicola Larosa (tekNico) wrote: > There's still people around that do not use PsycoPG 2, because of that > obsolete note in doc/install.txt . i still use psycopg1 because i prefer it -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ --~--~

Re: Please encourage PsycoPG 2 usage (not 1!)

2007-02-09 Thread Kenneth Gonsalves
On 09-Feb-07, at 3:08 PM, Marc Fargas Esteve wrote: > But psycopg1 is obsolete in what way is it obsolete? works fine for me - I dont believe in upgrading to a new and backwardly incompatible version just because it is new. What are they benefits of pyscopg2 over 1? -- regards kg http://

Re: Please encourage PsycoPG 2 usage (not 1!)

2007-02-09 Thread Kenneth Gonsalves
On 09-Feb-07, at 4:35 PM, Marc Fargas Esteve wrote: > It is obsole because upstream says so: > # PsycopgOne -- the original psycopg 1.1.x (now obsoleted by > psycopg 2) > # PsycopgTwo -- psycopg 2.0, the one you shall use >(from: http://www.initd.org/tracker/psycopg/wiki) > > If up

Re: Upcoming changes to the Django admin

2007-02-24 Thread Kenneth Gonsalves
On 25-Feb-07, at 12:21 PM, Jacob Kaplan-Moss wrote: > Finally, on a somewhat related note, this refactoring will including > the moving of the admin docs to a seperate contrib app. cool - cant wait -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ --~--~-~

Re: Subversion cliff notes

2007-05-09 Thread Kenneth Gonsalves
On 10-May-07, at 2:25 AM, [EMAIL PROTECTED] wrote: > Can someone point me to a good site for a quick-guide to subversion? http://svnbook.red-bean.com/ -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ --~--~-~--~~~---~--~~ You recei

Re: Ad-hoc Django integration for fault-tolerance

2012-01-27 Thread Kenneth Reitz
Enjoy: http://guide.couchdb.org/draft/why.html -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-developers/-/vQegCKmfVvAJ. To post to this group, send email to

Re: no fixtures found error

2012-03-01 Thread kenneth gonsalves
wrong place. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to djang

Re: no fixtures found error

2012-03-01 Thread kenneth gonsalves
apologies for this post - I did not notice it was on the dev list. On Fri, 2012-03-02 at 11:58 +0530, kenneth gonsalves wrote: > On Thu, 2012-03-01 at 17:47 -0800, froto wrote: > > I am using statement:python manage.py syncbd,but there is a error > > report:no fixtures found.What&

#14608: Adding a INPhoneNumberField to indian localflavor

2010-11-06 Thread Kenneth Gonsalves
hi, I have put up a ticket on the above with some code and tests. Could someone take a look at it and point out what more needs to be done please? My first attempt at contributing to django, so it is probably a bit messy. -- regards KG http://lawgon.livejournal.com -- You received this message

Re: How to install Django in Windows XP(SP2)

2011-02-14 Thread Kenneth Gonsalves
On Mon, 2011-02-14 at 04:14 -0800, Subhabrata wrote: > I would surely do that. But I was redirected to this list from Django > site saying if I have any installation problem. go to django-users -- regards KG http://lawgon.livejournal.com Coimbatore LUG rox http://ilugcbe.techstud.org/ -- You r

Ticket #14608 INPhoneNumberField

2011-02-18 Thread Kenneth Gonsalves
hi, I have updated this to reflect the correct format. As far as I can see the requisite tests and documentation are there - can some one review it please. I have kept the mobile phone number pending as the size is going to change any day now. -- regards KG http://lawgon.livejournal.com Coimbator

Re: "sl" as language code for slovenian translation incorrect?

2011-03-07 Thread Kenneth Gonsalves
On Mon, 2011-03-07 at 09:46 +0100, Jannis Leidel wrote: > > Is there any reason why the ISO codes are different here from their > > use in django? Maybe there is some historical background. > > No historical reason needed, Django has the correct language code. As > with any other language we rely

Re: Django Design Czar

2011-06-28 Thread Kenneth Gonsalves
On Mon, 2011-06-27 at 00:10 -0700, Victor Hooi wrote: > Was somebody made the Django design czar? yes - Idan Gazit -- regards KG http://lawgon.livejournal.com Coimbatore LUG rox http://ilugcbe.techstud.org/ -- You received this message because you are subscribed to the Google Groups "Django d

Re: What is Django?

2011-08-25 Thread kenneth gonsalves
On Thu, 2011-08-25 at 14:51 -0400, Justin Holmes wrote: > Sorry, here's the appropriate link: > > https://docs.google.com/document/pub?id=15iJXXKs989cIIvhToa7ttYgToPSyzJN9KL9CCkxka1o > > why not the wike? -- regards Kenneth Gonsalves -- You received this message becaus

Re: PHP-inspired user-friendly in-browser DJango install

2011-09-08 Thread kenneth gonsalves
django sites with a GUI. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to djan

Re: Good IDE setup to use for large Django projects suggestions

2008-06-03 Thread Kenneth Gonsalves
On 03-Jun-08, at 9:32 PM, The Code Janitor wrote: > (debugging isn't great, I can't figure out how to do dynamic debugging > on Django operations, and code development features such as dynamic > lookups, refactoring and unit testing are painful at best). the whole idea of shifting to python fro

Re: Newish developer contributing to project?

2008-06-14 Thread Kenneth Gonsalves
On 14-Jun-08, at 6:59 PM, Jonathan Lukens wrote: > If, given my greenness as a programmer, there's really no place where > it would be a good idea for me to be working on Django, I would take > no offense, and I will just throw some cash at the foundation whenever > it's incorporated. But it's

Re: Newish developer contributing to project?

2008-06-14 Thread Kenneth Gonsalves
On 14-Jun-08, at 8:11 PM, Jonathan Lukens wrote: > I will follow your suggestions and hopefully somethign positive will > come of it. right now on IRC all the big guns are missing and a lot of newbies are asking questions - you are needed ;-) -- regards kg http://lawgon.livejournal.com htt

Re: Newish developer contributing to project?

2008-06-14 Thread Kenneth Gonsalves
On 14-Jun-08, at 6:59 PM, Jonathan Lukens wrote: > If I have a strength as a programmer, it would be in text processing, > because I spend at least an hour in the Python interactive interpreter > doing it every day (I am a technical translator of software-related > and financial literature, and

Re: Community representation, or, #django user "Magus-" needs to go far away

2008-07-01 Thread Kenneth Gonsalves
On 26-Jun-08, at 7:51 PM, Jeremy Dunck wrote: >> Then, I tried helping people the way he does for a mere fraction of >> the time he does. Answering the same 5 questions 20 times a day >> (ok, I >> did it maybe twice) would drive anyone insane. > > +1 +1 > > Yes, it'd be nice if Magus were a b

Re: Community representation, or, #django user "Magus-" needs to go far away

2008-07-01 Thread Kenneth Gonsalves
On 01-Jul-08, at 10:04 PM, Tom Tobin wrote: > On Tue, Jul 1, 2008 at 4:25 AM, Kenneth Gonsalves > <[EMAIL PROTECTED]> wrote: >> >> why should he be more polite? He follows the policy of 'teaching to >> fish' rather than spoonfeeding. I have severa

Re: Model-validation: call for discussions

2009-01-19 Thread Kenneth Gonsalves
On Monday 19 Jan 2009 6:52:15 pm Rajeev J Sebastian wrote: > On Mon, Jan 19, 2009 at 4:17 PM, mrts wrote: > > And now something completely different > > == > > > > "Every problem in computer science can be solved by > > another level of indirection." > >  - Dav

[ANN] First Indian Python conference

2009-06-29 Thread Kenneth Gonsalves
Hi, We would love to have droves of django developers and users with us: http://in.pycon.org/2009/ -- regards kg http://lawgon.livejournal.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" gr

Re: track user behavior in a django application

2013-09-23 Thread Kenneth Love
/#!forum/django-users Thanks! Kenneth On September 23, 2013 at 13:57:33 PM, Anu G (auduw...@gmail.com) wrote: I am building a site using django I am new to django. What I am trying to do is to track user clicks on pages and store that information. It would be great if someone can point to a simpl

Re: The blacklist / master issue

2020-06-15 Thread Kenneth Love
I don't participate in this list much but this is a solid +1 from me. We should do our best to adopt neutral language. Etymology/history is important, yes, but much less important that current impact and usage. On Monday, June 15, 2020 at 9:28:23 AM UTC-7, Tom Carrick wrote: > > This ticket was

Re: Default to BigAutoField

2017-08-17 Thread Kenneth Reitz
I have opened a pull request: https://github.com/django/django/pull/8924 Andrew and I came up with a good solution for migrations, together at DjangoCon. On Wednesday, June 14, 2017 at 7:36:36 AM UTC-7, Melvyn Sopacua wrote: > > On Friday 09 June 2017 15:59:50 Kenneth Reitz

#django-dev IRC channel

2018-04-25 Thread Kenneth Yang
Hello, I was just curious about the #django-dev IRC Channel. Currently, the only mention for this channel is on the Code of Conduct FAQ page. Should it also be mentioned on the Contributing to Django

Integrate dj-database-url into Django

2017-05-24 Thread Kenneth Reitz
lpful information. I think this change would vastly improve the usability of Django, and would be an excellent and simple move for the project. Many thanks for your consideration. <3 -- Kenneth Reitz https://code.djangoproject.com/ticket/28236 -- You received this message because

Re: Integrate dj-database-url into Django

2017-05-24 Thread Kenneth Reitz
I don't think the code will be able to be re-used as much as the idea/ux/functionality that it provides. I can imagine any backend being able to convert from a url string with some methods (e.g. `detect_url` (bool return) and `parse_url` (settings dict return type).) Perhaps the same scheme c

Re: Integrate dj-database-url into Django

2017-05-24 Thread Kenneth Reitz
Ah, I see what you're saying about third-party backends. I imagine that you'd have to be able to merge a url string with a settings dict (one overrides the other). This is how usage of that functionality is manually provided in dj-database-url. -- You received this message because you are su

Re: Integrate dj-database-url into Django

2017-06-08 Thread Kenneth Reitz
My thoughts are the same as Shai's below. On Monday, May 29, 2017 at 4:00:09 PM UTC-4, Shai Berger wrote: > > If I understand things correctly, registration of new url-schemas to > enable > something like dj-database-url to support 3rd parties should be a trivial > matter; just add an entry to

Default to BigAutoField

2017-06-09 Thread Kenneth Reitz
d I think it will save a lot of developers a lot of pain in the long run. Many thanks, Kenneth Reitz Heroku Python -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe fr

Re: Default to BigAutoField

2017-06-09 Thread Kenneth Reitz
My initial thought was to just have this apply to *new* Django applications, if that's possible. Running this migration could take quite some time on some larger apps, and would require a non-trivial amount of time to execute. -- Kenneth Reitz > On Jun 9, 2017, at 3:53 PM, Tom Forbe

Re: Default to BigAutoField

2017-06-09 Thread Kenneth Reitz
However, it should also be noted that those same larger applications are the ones that are likely to run into this problem eventually, so perhaps forcing the migration is the best path moving forward. Interested in hearing thoughts about this. -- Kenneth Reitz > On Jun 9, 2017, at 3:54

Re: Django whizkids wanted.

2007-06-03 Thread Kenneth Gonsalves
On 03-Jun-07, at 10:01 PM, [EMAIL PROTECTED] wrote: > > This will of course be a paid contract, so if anyone is interested > please contact me ( [EMAIL PROTECTED] ) you would get more mileage if you posted this to django users group -- regards kg http://lawgon.livejournal.com http://nrcfossh

Re: GSoC Update: [Check Constraints] New features and using it with Newforms.

2007-07-26 Thread Kenneth Gonsalves
On 26-Jul-07, at 9:42 PM, Jacob Kaplan-Moss wrote: >> could you post this to the users list also - you may get a lot of >> feedback from the user's point of view > > Actually, I've deliberately asked the SoC students to post updates > here instead of django-users. I know all the core devs read b

Re: GSoC Update: [Check Constraints] New features and using it with Newforms.

2007-07-25 Thread Kenneth Gonsalves
On 26-Jul-07, at 7:36 AM, Thejaswi Puthraya wrote: > This week I worked on getting the 'like' and 'between' check > conditions into the project and also writing a lot of doctests. could you post this to the users list also - you may get a lot of feedback from the user's point of view -- re

Re: schema evolution [testers wanted]

2007-08-08 Thread Kenneth Gonsalves
On 09-Aug-07, at 1:56 AM, Brantley Harris wrote: > "hint" seems like the wrong word. "suggest", "guide", "auto", > "build"? preview? -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ --~--~-~--~~~---~--~~ You received this message

Re: Changes to request_response have broken django-rest-interface

2007-10-06 Thread Kenneth Gonsalves
On 05-Oct-07, at 1:23 PM, Peter Nixon wrote: >> On 10/4/07, Peter Nixon <[EMAIL PROTECTED]> wrote: >>> I tried to open the following ticket but it thinks my IP is a >>> spammer, >>> so I am sending to the list: >> >> If you create an account in Trac, it won't apply spam filtering to >> you.

Re: Add Persian Local language file

2007-10-06 Thread Kenneth Gonsalves
On 05-Oct-07, at 4:36 PM, Milad wrote: > Could you clue me how can I send files for you and accept process 1. translate it 2. create a ticket and attach the files 3. announce on the i18n list -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ --~--~-~--~--

Re: Why not a django svn+trac for all django aplications

2007-10-12 Thread Kenneth Gonsalves
On 12-Oct-07, at 7:44 PM, msaelices wrote: > I think Django could create an unique SVN+trac for all django > aplication developed. there are several discussions of this in the users list and many attempts are there to do this - please check the archives of this list and the users list --

Re: Documentation restructuring

2007-10-19 Thread Kenneth Gonsalves
On 20-Oct-07, at 7:25 AM, James Bennett wrote: > As someone who uses Django's documentation on a daily basis, here's > what I'd like to see: one thing I would like to see is: table of contents available on all pages. Now I have to go to 'documentation' and click on dbiapi. Then, if I want t

Re: ./manage.py sqlreset --apply

2007-10-18 Thread Kenneth Gonsalves
On 18-Oct-07, at 11:28 AM, Derek Anderson wrote: > what are thoughts on a new option to sqlreset (and others, as > appropriate) to apply the change to the db? something like this: > > ./manage.py sqlreset --apply i thought sqlreset was deprecated -- regards kg http://lawgon.livejourna

Re: Reverse Engineer + Database + Models

2007-10-30 Thread Kenneth Gonsalves
On 30-Oct-07, at 12:07 PM, aruns wrote: > I am a new to Django.. dont crosspost to both users and developers - stick to users unless you are going to join in developing django itself -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ --~--~-~--~~-

Re: Cleaning up memcached connections

2007-10-30 Thread Kenneth Gonsalves
On 30-Oct-07, at 10:55 PM, webjunkie wrote: >> Err, what was the old version, and what's the new version? >> >> "Upgrade" is kind of vague. :-/ > > Upgraded from 3.2.10 to 3.3.1 ;) which is 8 months old ;-) -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ --~--~

Re: ANN: Django sprint, December 1st

2007-11-07 Thread Kenneth Gonsalves
On 08-Nov-07, at 2:36 AM, Jacob Kaplan-Moss wrote: > Django bells, Django bells, > Django all the way; > Oh what fun it is to code > In a well-designed dynamic language! In an open source way! -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ --~--~-~--~--

Re: ANN: Django sprint, December 1st

2007-11-07 Thread Kenneth Gonsalves
On 08-Nov-07, at 6:47 AM, Kenneth Gonsalves wrote: >> Django bells, Django bells, >> Django all the way; >> Oh what fun it is to code >> In a well-designed dynamic language! > > In an open source way! All night and day! -- regards kg http://lawgon.livejournal

Re: Django 1.0 features -- the definitive list

2007-11-30 Thread Kenneth Gonsalves
On 30-Nov-07, at 6:14 PM, Deryck Hodge wrote: > +1 > > It's not an unprecedented idea across OSS projects. We jumped from > samba 3.0.14 to 3.0.20 when we had a slew of new changes between > releases. Granted those are dot releases, but the idea is the same. and postgres jumped from 7.4.x to

Re: Wrong length of database columns 'name', 'codename' for 'auth_permission' table.

2007-12-02 Thread Kenneth Gonsalves
On 03-Dec-07, at 10:17 AM, Ivan Markeyev wrote: > Have no idea, how to post ticket on djangoproject.com. Server return > to me "500 Internal Server Error (Submission rejected as potential > spam)". add your name and email address in the 'preferences' page of the wiki, and you will be allowed

Re: newforms-admin and translated data

2007-12-22 Thread Kenneth Gonsalves
On 22-Dec-07, at 9:39 PM, Marc Garcia wrote: > If somebody could confirm that it's a bug I'll open the ticket, and > I'll research more. check whether they are marked as 'fuzzy' in .po file -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ Foss Conference for the com

Re: ticket open fails

2007-12-22 Thread Kenneth Gonsalves
On 23-Dec-07, at 11:21 AM, Adrian Holovaty wrote: > http://www.djangoproject.com/accounts/register/ if this link could be made more visible, it would help - I have answered this question at least 20 times so far -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ Fos

Re: ticket open fails

2007-12-22 Thread Kenneth Gonsalves
On 23-Dec-07, at 11:43 AM, Jeff Anderson wrote: > Yes, I agree. there is a shortcut - enter your info in Preferences, and akismet will let you in. I have never registered, but my details in preferences has kept me from being harrassed by akismet. -- regards kg http://lawgon.livejournal.c

Re: How to stop spam on our groups

2008-01-12 Thread Kenneth Gonsalves
On 12-Jan-08, at 6:27 PM, Ned Batchelder wrote: > The moderation could be done by member(s) whose time wouldn't be spent > enhancing django. I used to volunteer on python.org to maintain the > Python Jobs Board, because I wanted to help out, but I wasn't able to > contribute in ways that other

Re: I broke Trac :/

2008-02-25 Thread Kenneth Gonsalves
On 25-Feb-08, at 11:45 PM, Jacob Kaplan-Moss wrote: >> I'll have it fixed as soon as I can figure out what the hell's >> going on. > > OK, fixed. what was the problem? -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ Foss Conference for the common man: http://reg

Re: SVN Milestones

2008-04-19 Thread Kenneth Gonsalves
On 19-Apr-08, at 8:52 PM, James Bennett wrote: > On Sat, Apr 19, 2008 at 10:17 AM, ydjango <[EMAIL PROTECTED]> > wrote: >> Is there a reason you cannot call it just 1.0 > > So would you prefer to have a beta-quality product whose developers > lie and call it 1.0? I wouldn't even call the cur

  1   2   >