Re: A help for development

2013-08-31 Thread Karen Tracey
Please ask questions about using Django on django-users. The topic of this list is the development of Django itself. Thanks, Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails fro

Re: track user behavior in a django application

2013-09-23 Thread Karen Tracey
Please ask questions about using Django on django-users. The topic of this list is the development of Django itself. Thanks, Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from

Re: Can't get EmailField to work (or even be recognized)

2013-09-23 Thread Karen Tracey
Please ask questions about using Django on django-users. The topic of this list is the development of Django itself. Thanks, Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from

Re: Django session not saved

2013-10-05 Thread Karen Tracey
Please ask questions about using Django on django-users. The topic of this list is the development of Django itself. Thanks, Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from

Re: Nginx and Ubuntu Service Define

2013-10-14 Thread Karen Tracey
Please ask questions about using Django on django-users. The topic of this list is the development of Django itself. Thank you. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails f

Re: Backwards compatibility and field validation

2013-10-17 Thread Karen Tracey
On Wed, Oct 16, 2013 at 7:03 PM, Russell Keith-Magee < russ...@keith-magee.com> wrote: > >> 1) Without taking backwards compatibility into consideration, is it >> reasonable to expect field validation automatically upon calling >> model.save() >> > > Yes. Based on the original discussions (as I re

Re: Enable storing NULL in database

2013-11-07 Thread Karen Tracey
On Thu, Nov 7, 2013 at 5:37 AM, Vlastimil Zíma wrote: > I don't want to enforce anybody to use only NULL as empty value, I just > want Django to store NULL in database when I told it to. And I don't mean > the way of overriding all the form fields as I have to now. > A concrete proposal would he

Re: Django ORM support for NoSql databases

2013-12-17 Thread Karen Tracey
On Tue, Dec 17, 2013 at 2:05 PM, Aymeric Augustin < aymeric.augus...@polytechnique.org> wrote: > On 17 déc. 2013, at 19:53, Javier Guerra Giraldez > wrote: > > > On Tue, Dec 17, 2013 at 12:16 PM, Aymeric Augustin > > wrote: > >> Django’s ORM is entirely designed to translate between an object >

Re: python-social-auth partial pipeline can not resume

2014-01-10 Thread Karen Tracey
Please don't crosspost to both django-developers and django-users. The topic of this list is the development of Django itself, django-users is for usage questions such as this one. Thanks, Karen -- You received this message because you are subscribed to the Google Groups "Django developers" grou

[no subject]

2014-03-12 Thread Karen Tracey
-- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroups.com. To post to this group, send email to django-developers@goog

Re: Newsletter in django (MailChimp)

2014-04-23 Thread Karen Tracey
Please ask questions about using Django on django-users. The topic of this list is the development of Django itself. Thanks, Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails fro

Re: Custom 400 error handler or capture broken URLs

2014-10-10 Thread Karen Tracey
There is a ticket open on this issue: https://code.djangoproject.com/ticket/19508 -- 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 e

Re: Removing url() ?

2020-05-05 Thread Karen Tracey
On Tue, May 5, 2020 at 11:42 AM Collin Anderson wrote: > Hi All, > Are we _sure_ we want to completely get rid of url()? > > I'm not! I'd be much happier with fewer tedious upgrade tasks and the ability to use client's money for new features rather than "keeping up", sigh. -- You received this

Re: RANDOM PICKING OF TWO DIFFERENT LISTS, ASSIGNING ONE ITEM FROM ONE LIST TO THE OTHER ITEM IN ANOTHER LIST

2019-05-11 Thread Karen Tracey
Please ask questions about using Django on Django-users. The topic of this list is the development of Django itself. -- 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 r

Re: MySQL data loss possibility with concurrent ManyToManyField saves

2016-03-19 Thread Karen Tracey
This is the 2nd major issue I can recall caused by MySQL default of REPEATABLE READ transaction isolation level. I think Django should simply switch itself to a default of using READ COMMITTED, consistent with (all?) other supported database backends, and document how, if a user really really wants

Re: how to design custom forms in django with bootstrap

2016-06-20 Thread Karen Tracey
Please do not cross post to both this list and django-users. This list is for discussing the development of Django itself, usage questions are appropriate on django-users. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django it

Re: Django 2.0 Python version support (Python 3.6+ only?)

2016-12-28 Thread Karen Tracey
On Wed, Dec 28, 2016 at 2:41 PM, Claude Paroz wrote: > Any idea why my message in this thread was deleted? > No idea. It was held in moderation as "possible spam" for reason only Google Groups knows. When GG does this, it does not send moderators a note about it until 3 or 4 days later. This one

Re: Use of HTML autofocus attribute in admin (#27692)

2017-01-06 Thread Karen Tracey
On Fri, Jan 6, 2017 at 12:48 PM, Tim Graham wrote: > Do you think we should remove autofocus from the search box to remedy this > complaint (and possibly go back to using JavaScript for that) or are there > any better solutions here? I personally find the existing auto-focus behavior more annoy

Re: Template handling of undefined variables

2017-02-25 Thread Karen Tracey
On Sat, Feb 25, 2017 at 2:10 PM, Tim Graham wrote: > I think any use of undefined template variables should raise an exception. > In the long run, keeping a setting to allow some other behavior seems > confusing and, considering the case of templates that might be reused in > different projects w

Re: Template handling of undefined variables

2017-02-25 Thread Karen Tracey
On Sat, Feb 25, 2017 at 8:21 PM, Fred Stluka wrote: > I agree that use of undefined variables should raise an exception. > The incompatibility with previous versions will mostly catch errors > that have been going undetected. > I disagree, unless you are limiting this change specifically to argu

Re: How submit a patch with files not in subversion?

2007-08-01 Thread Karen Tracey
On 8/1/07, mamcx <[EMAIL PROTECTED]> wrote: > > The point is that I don't have write permissions on the subversion > tree... You don't need write permission on the repository to do svn add, it's just a local working copy change. Like any modifications, you won't be able to commit them directly t

Re: Possible bug in Meta ordering in 0.96

2007-10-02 Thread Karen Tracey
As James says, it's not a bug. But I'd agree it seems a little odd, until you look a little more closely at the admin interface. It allows the user to sort on fields by clicking on column headers. It gets a little messy to try to combine that feature with multi-field ordering specified in the mo

Re: Still no favicon - Re: Visual recognition of Django website

2007-10-04 Thread Karen Tracey
On 10/4/07, James Bennett <[EMAIL PROTECTED]> wrote: > > Just let it go already, and turn your time and attention to a real bug. But see, it is a real bug, at least to people with a certain work style, and not one they can fix themselves by runnig their own patched django, since it's a "bug" with

A couple of newforms-admin questions

2007-10-10 Thread Karen Tracey
The branch page for newforms-admin (http://code.djangoproject.com/wiki/NewformsAdminBranch) has 'Implement "edit inline" functionality' on the to-do list. But the new syntax for inline editing is listed further down, and it all seems to work fine for my site newly converted to newforms-admin.

Re: A couple of newforms-admin questions

2007-10-10 Thread Karen Tracey
At 05:10 PM 10/10/2007, Joseph Kocherhans wrote: >On 10/10/07, Karen Tracey <[EMAIL PROTECTED]> wrote: > > I'm also curious about something not on the to-do list: something to > > replace the old radio_admin Field attribute. It seems radio_admin is > > still allo

Re: A couple of newforms-admin questions

2007-10-11 Thread Karen Tracey
At 06:00 PM 10/10/2007, Joseph Kocherhans wrote: > > >You're probably right. Something like radio_admin_fields on the > > >ModelAdmin class sounds reasonable. Could you file a ticket for this > > >so we don't lose track? I don't recall seeing one, but I could be > > >wrong. > > > > I couldn't fin

Re: Is currency obj.delete() behaviour slightly broken?

2007-10-15 Thread Karen Tracey
I think perhaps it is the behavior on trunk that has changed, in response to this thread: http://groups.google.com/group/django-developers/browse_thread/thread/2fc1726ce70fc92b Karen --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: Newforms proxy serialization problem

2007-11-03 Thread Karen Tracey
On 11/3/07, andrew gleave <[EMAIL PROTECTED]> wrote: > > I've added some sample code which illustrates the problem. Still > can't submit anything to the Trac. Have you tried creating an account? Here's the registration page: http://www.djangoproject.com/accounts/register/ It says with an acco

Re: Django 1.0 features -- the definitive list

2007-11-30 Thread Karen Tracey
On 11/30/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > [snip] > > We're currently leaning more towards Joseph Kocherhans' replacement for > form_for_* (not sure how backwards compatible it will end up) and whilst > "nice to have", I don't see this as show stopper stuff for 1.0. > > Except I

Re: Ordering and filtering non-db fields in the admin interface

2007-12-01 Thread Karen Tracey
On 12/1/07, Julien <[EMAIL PROTECTED]> wrote: > > The ticket http://code.djangoproject.com/ticket/3397 is looking at > that issue and seems to provide a good alternative for ordering non-db > fields. Is that patch viable? It's viable for a very limited use -- if you can specify a real database fi

Re: Timezone aware datetimes and MySQL (ticket #5304)

2007-12-02 Thread Karen Tracey
On 12/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > This ticket as been stuck in 'design decision needed' for a few months > now. I recently needed to solve this problem for a site I was > building, and came up with a workaround, so perhaps an account of my > approach can serve to get th

newforms-admin change history

2007-12-03 Thread Karen Tracey
In testing out the latest (r6864) newforms-admin branch I noticed that the change history for items I changed always said "No fields changed." even though I was changing fields. Looking at the code I see it's because the old change history code is commented out, with a big TODO comment. I don't k

Re: newforms-admin change history

2007-12-03 Thread Karen Tracey
On 12/3/07, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > > > On 12/3/07, Karen Tracey <[EMAIL PROTECTED]> wrote: > > In testing out the latest (r6864) newforms-admin branch I noticed that > the > > change history for items I changed always said "No fields

Re: newforms-admin change history

2007-12-04 Thread Karen Tracey
On 12/3/07, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > > > Didn't see one so I opened one, #6117. From a brief look it seems to me > the > > way to determine what has changed would be to compare the cleaned_data > > values for fields to the corresponding initial values? If you think > that's

Re: bug report (flagged as spam on django trac) : simple data model yieds bug in admin page

2007-12-07 Thread Karen Tracey
On Dec 7, 2007 10:48 AM, alain D. <[EMAIL PROTECTED]> wrote: > > This simple data model makes it impossible to display 'C' instance > list in admin pages (loads forever : eats up all memory) : > > ** content of models.py ** > from django.db import models > > class A(models.Model): >b = models

Re: #5894 patch provided, anything else I need to do

2007-12-11 Thread Karen Tracey
On Dec 11, 2007 11:31 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Ok, I have just added docs, however I am a little confused on tests, I > couldn't seem to find any tests for either newforms or oldforms in the > tests folder. > Looks like field testing is done here: http://code.djangopr

Re: Odd MySQL bug

2007-12-19 Thread Karen Tracey
On Dec 19, 2007 8:51 AM, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > > On Wed, 2007-12-19 at 14:36 +0100, Patryk Zawadzki wrote: > > 2007/12/19, Malcolm Tredinnick <[EMAIL PROTECTED]>: > > > Clearly something is amiss here, since the "id" attribute is a primary > > > key column (not NULL and

Re: newforms-admin and translated data

2007-12-26 Thread Karen Tracey
On Dec 26, 2007 9:26 AM, Marc Garcia <[EMAIL PROTECTED]> wrote: > > No, the translations are ok, so outside the admin that translations > are working fine. I thing it should be a problem of the admin. Has > somebody tested that admin translations are working in the newforms- > admin branch? > I j

Re: middleware exception catching for core handlers

2008-01-05 Thread Karen Tracey
On Jan 5, 2008 9:27 PM, Brian Harring <[EMAIL PROTECTED]> wrote: > On Tue, Nov 20, 2007 at 02:30:24PM -0600, Gary Wilson Jr. wrote: > > > > We don't seem to be catching exceptions raised in response or request > > middleware, causing bare exceptions to be displayed. Is there a reason > > we are n

Re: How to stop spam on our groups

2008-01-11 Thread Karen Tracey
On Jan 5, 2008 9:31 AM, shabda.raaj <[EMAIL PROTECTED]> wrote: > > In some of the groups like turbo gears I see a policy where the first > time posters post are held for moderation, and once they are approved > the posters can then post without any moderation. This is what the > turbogears group[1

Re: : QuerySet in extra_context in generic views

2008-02-13 Thread Karen Tracey
On Feb 13, 2008 2:38 AM, Waldemar Kornewald <[EMAIL PROTECTED]> wrote: > > On 12 Feb., 16:57, "Tom Tobin" <[EMAIL PROTECTED]> wrote: > > On 2/12/08, Waldemar Kornewald <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > since Trac does neither allow me to post anonymously nor do I get a > > > registrat

Re: contrib.auth Newforms?

2008-02-13 Thread Karen Tracey
On Feb 13, 2008 2:57 PM, Michael Newman <[EMAIL PROTECTED]> wrote: > > I hit a little problem last night with registering a new user in the > newforms admin branch. I posted my original question on django-users: > > https://groups.google.com/group/django-users/browse_thread/thread/47b6fdc09d9de07c

Re: contrib.auth Newforms?

2008-02-13 Thread Karen Tracey
as a clue with regard to the problem reported, and that wouldn't be me. Cheers, Karen > On Feb 13, 5:01 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > > On Feb 13, 2008 2:57 PM, Michael Newman <[EMAIL PROTECTED]> wrote: > > > > > > > >

Re: contrib.auth Newforms?

2008-02-13 Thread Karen Tracey
On Feb 13, 2008 7:39 PM, Karen Tracey <[EMAIL PROTECTED]> wrote: > As for that other ticket, you could return it yourself as a dup of the one > that is still open for the problem. Just fill in some settings here: > http://code.djangoproject.com/settings so you don't sho

Re: Opinions sought about PostgreSQL type casting

2008-03-27 Thread Karen Tracey
On Fri, Mar 21, 2008 at 8:27 AM, Malcolm Tredinnick < [EMAIL PROTECTED]> wrote: > > Ticket #6605 is causing me some grief. Actually, I know exactly what I > want to do with it (invalid/wontfix), but I suspect there will be > complaints, so I'd like to see what the consensus is. Originally, I > tho

Re: Opinions sought about PostgreSQL type casting

2008-03-27 Thread Karen Tracey
On Thu, Mar 27, 2008 at 5:28 PM, Karen Tracey <[EMAIL PROTECTED]> wrote: > On Fri, Mar 21, 2008 at 8:27 AM, Malcolm Tredinnick < > [EMAIL PROTECTED]> wrote: > > > > > Ticket #6605 is causing me some grief. Actually, I know exactly what I > > want to do w

Re: Django with mysql InnoDB

2008-04-03 Thread Karen Tracey
On Thu, Apr 3, 2008 at 9:03 AM, lep_man <[EMAIL PROTECTED]> wrote: > > HI Guys > > i have buit an application that read tasks from db and execute them ,i > using django to get a connection to the db (i have crated a Task Class > (uses django models) my server reads every ten secs a list of task an

Re: MySQL backend: does get_server_version() rely on magic in the MySQLdb build?

2008-04-03 Thread Karen Tracey
On Thu, Apr 3, 2008 at 2:18 PM, Tim Keating <[EMAIL PROTECTED]> wrote: > > I should clarify - this is with MySQLdb 1.3.0 built from source, MySQL > 5.0.41 and Python 2.5. > Where did you get MySQLdb 1.3.0? Latest I see at sourceforge ( https://sourceforge.net/project/showfiles.php?group_id=22307

Re: MySQL backend: does get_server_version() rely on magic in the MySQLdb build?

2008-04-03 Thread Karen Tracey
On Thu, Apr 3, 2008 at 2:55 PM, Tim Keating <[EMAIL PROTECTED]> wrote: > > On Apr 3, 2:39 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > > On Thu, Apr 3, 2008 at 2:18 PM, Tim Keating <[EMAIL PROTECTED]> wrote: > > > > > I should clarif

Re: MySQL backend: does get_server_version() rely on magic in the MySQLdb build?

2008-04-03 Thread Karen Tracey
On Thu, Apr 3, 2008 at 2:55 PM, Tim Keating <[EMAIL PROTECTED]> wrote: > > I got 1.3.0 by syncing to the svn trunk. The definition of a > connection in 1.3.0 looks like this: > > class Connection(object): >"""MySQL Database Connection Object""" > > So if there previously was an inheritance rel

Re: mod_python issue

2008-04-13 Thread Karen Tracey
On Sun, Apr 13, 2008 at 3:54 PM, Jacob Kaplan-Moss < [EMAIL PROTECTED]> wrote: > > On Sun, Apr 13, 2008 at 2:10 PM, Robert Šmol <[EMAIL PROTECTED]> > wrote: > > Maybe django-developers is really confusing ("I am developer using > django" > > is not "I am developer of the django" ), have you been g

Re: Help with getting drop-downs to work

2008-04-13 Thread Karen Tracey
On Sun, Apr 13, 2008 at 5:31 PM, steve skelton <[EMAIL PROTECTED]> wrote: > > Trying to get admin on my system to load values based on related > tables on db. I have set the FK on the papers table to tie with the > PK of each look-up table and set models like so: > > class LuPaperContentEra(model

Re: API question for model saving

2008-04-27 Thread Karen Tracey
On Sun, Apr 27, 2008 at 7:53 PM, Malcolm Tredinnick < [EMAIL PROTECTED]> wrote: > [snipped problem description] > > (1) Model.save(must_create=None) where "must_create" is True (must > create), False (must not create) or None (try an update; if that fails, > insert). > >Pros: one parameter

Re: login decorator

2008-04-28 Thread Karen Tracey
On Mon, Apr 28, 2008 at 2:41 PM, garrettjohnson <[EMAIL PROTECTED]> wrote: > > @login_required, redirects to '/accounts/login' > > I do not have my registration app configured to point to that url > > How would you overide this default ? > > (i want my redirected to '/Login') > See http:/

Re: login decorator

2008-04-28 Thread Karen Tracey
On Mon, Apr 28, 2008 at 2:50 PM, Jeremy Dunck <[EMAIL PROTECTED]> wrote: > > On Mon, Apr 28, 2008 at 1:49 PM, Karen Tracey <[EMAIL PROTECTED]> wrote: > > On Mon, Apr 28, 2008 at 2:41 PM, garrettjohnson <[EMAIL PROTECTED]> > wrote: > > > > > >

Re: API question for model saving

2008-04-28 Thread Karen Tracey
On Mon, Apr 28, 2008 at 1:15 PM, Mike Axiak <[EMAIL PROTECTED]> wrote: > > On Apr 28, 1:10 pm, Martin Diers <[EMAIL PROTECTED]> wrote: > > [...] > > > > new_instance = True / False > > > > is the best solution. It solves the readability test, keeps backward > > compatibility, and prevents needless

Re: API question for model saving

2008-04-28 Thread Karen Tracey
On Mon, Apr 28, 2008 at 3:09 PM, didier Belot <[EMAIL PROTECTED]> wrote: > > Mike Axiak a écrit : > > [...] > > Does it? > > > > myinstance.save(new_instance=True) > > > > Will this fail when it cannot create a new instance? Does it always > > create a new instance? > > > > myinstance.save

Re: API question for model saving

2008-05-01 Thread Karen Tracey
On Thu, May 1, 2008 at 10:31 AM, David Cramer <[EMAIL PROTECTED]> wrote: > I'm still not quite sure why we need any additional methods, or flags, or > anything. Can someone explain to me where the underlying API is having > issues? Malcolm's initial note creating this thread described an example

Re: /admin Cross-Site Scripting (XSS) issue!

2008-05-07 Thread Karen Tracey
On Wed, May 7, 2008 at 3:41 PM, James Bennett <[EMAIL PROTECTED]> wrote: > > On Wed, May 7, 2008 at 2:32 PM, Jan Rademaker <[EMAIL PROTECTED]> > wrote: > > > > It does work, make sure you're not logged in. > > > > $ lynx -source -dump > http://localhost:8000/admin/%22%3E%3Cscript%3Ealert%283939%

Re: UNIQUE in PK declaration of refactored OneToOneField

2008-05-10 Thread Karen Tracey
On Sat, May 10, 2008 at 1:30 AM, Peter Melvyn <[EMAIL PROTECTED]> wrote: > I notices that refactored OneToOneField creates artificial primary key > as UNIQUE, whereas all other primary keys generated by Django omits > such declaration, because it is inherent (at least on MySQL) > > Setting kwargs[

Re: DatabaseFeatures reflecting version of underying SQL server

2008-05-10 Thread Karen Tracey
On Sat, May 10, 2008 at 1:33 AM, Peter Melvyn <[EMAIL PROTECTED]> wrote: > Is there a way the DatabaseFeatures would supply different values for > different versions of configured SQL server? > This question fits better on the user's list, I believe. FWIW I don't know the answer and don't have t

Re: PostgreSQL 8.3 and casting

2008-05-19 Thread Karen Tracey
On Mon, May 19, 2008 at 9:50 AM, Jeremy Dunck <[EMAIL PROTECTED]> wrote: > > Prior to PostgreSQL 8.3, non-text types were implicitly converted to text. > > This allowed things like the following: > > class Log(models.Model): > actor = models.CharField(...) > > > >>> Log.objects.filter(actor=1).c

Re: On aggregates

2008-05-24 Thread Karen Tracey
On Fri, May 9, 2008 at 12:46 AM, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > As a hint to the community - one of the best suggestions we can have > at this stage of the project is a set of interesting problems to > solve. This would give us a set of concrete 'problems' that we can use > to ev

Moving discussions to the forum

2025-02-22 Thread Karen Tracey
Hi, we’ve decided to officially move conversations from this mailing list to the Django Forum . The mailing list is now closed to new members, and only allows posting via the Google Groups web interface to encourage people to stop posting here – while still m

<    1   2   3   4   5