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: Template handling of undefined variables

2017-02-25 Thread Karen Tracey
existing code that has been written to rely on it. Karen -- 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

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: 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: Django 2.0 Python version support (Python 3.6+ only?)

2016-12-28 Thread Karen Tracey
days later. This one I happened to see when I went to moderate a post from a first-time poster, and I sent both through. It came through in email. No idea why in the group it shows up as "deleted". Maybe it will re-appear in the group eventually... Karen -- You received this message bec

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: 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: Looking for NYC based Django to complete project

2015-10-28 Thread Karen Tracey
The topic of this list is the development of Django itself. For questions about Django, or looking for developers who can help you with developing a Django site, please email djang-users, not here. Karen -- You received this message because you are subscribed to the Google Groups "D

Re: Ticket #25236: Remove ifequal from the template language

2015-08-06 Thread Karen Tracey
We certainly weren't discussing removing without deprecating, were we? I'm saying removing isn't worth the hassle to users, period. My opinion from working on a fair number of inherited sites, plus sites where I don't get to choose who contributes code I'm responsible for maintaining. I've reported

Re: Ticket #25236: Remove ifequal from the template language

2015-08-06 Thread Karen Tracey
Believe me I understand what technical debt is. In my opinion the cost of this debt in Django is not sufficient to warrant the cost to users of Django to remove it. Find and fix (or figure out if it's necessary to fix) all templates (some of which may be coming from 3rd party packages) used in a s

Re: Ticket #25236: Remove ifequal from the template language

2015-08-06 Thread Karen Tracey
On Thu, Aug 6, 2015 at 12:15 PM, Daniel Greenfeld wrote: > No modern project uses ifequal. No one recommends it. I argue it is taking > up valuable bytes in the project. Let's remove it. > I maintain (did not write) a project written last year that has ifequal and ifnotequal. Is it really necess

Re: CSRF REASON_NO_REFERER with meta referrer tags

2015-02-02 Thread Karen Tracey
This has bee brought up before, see: https://code.djangoproject.com/ticket/16870 I am not aware of any change in this area that would affect the decision made in that ticket. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Djang

Re: Request for removal: Mysql warnings get promoted to Exceptions in debug mode

2014-11-16 Thread Karen Tracey
t (so developers can hopefully "see" the warnings if just logged as such) and MySQL has moved more towards having strict mode be the default. I think it would make sense to get rid of this behavior and just log MySQL warnings as warnings. Karen -- You received this message because you ar

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: 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 receiv

[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: 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

Re: Django ORM support for NoSql databases

2013-12-17 Thread Karen Tracey
> > No need to wait that long: https://groups.google.com/d/msg/django-developers/0IuJssTt8tc/TxdXQ2D0thcJ 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 fr

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: 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: 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 receiv

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 receiv

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 receiv

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 receiv

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 receiv

Re: Which Django library to bild fb app?

2013-08-29 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 receiv

Re: custom auth user

2013-08-26 Thread Karen Tracey
Please ask questions about using Django on django-users. The topic of this list is 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 e

Re: Any Tutorials on Django similar to Web2py ????????????????

2013-08-20 Thread Karen Tracey
Please do not crosspost to both django-users and django-developers, pick the right list and post there only. If you're interested a such a tutorial from a learning perspective the correct list is django-users, not here. The topic of this list is the development of Django itself (so if you were inte

Re: how get user session name in models django??

2013-08-05 Thread Karen Tracey
Please ask questions about using Django on django-users, and please do not crosspost to both lists. 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" group. To unsubscribe from this group a

Re: Django runfcgi umask: what is it meant to do and why?

2013-06-29 Thread Karen Tracey
git blame on the line that sets the umask shows it was as a result of ticket #6994: https://code.djangoproject.com/ticket/6994 Discussion in that ticket is probably the best information you are going to get on rationale. Karen -- You received this message because you are subscribed to the

Re: selected admin actions for a user, who is owner of one of the tenants in a multi tenant django crm app

2013-06-19 Thread Karen Tracey
Please do not crosspost to both django-users and django-developers: pick the correct list and post there. The topic of this list is the development of Django itself, questions about using Django are suited to django-users, not here. Karen -- You received this message because you are subscribed

Re: Send Mail Group Select from Employee Model

2013-06-10 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 receiv

Re: Question on Template Tags

2013-06-08 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 receiv

Re: The _imaging C module is not installed. Anybody can help me?

2013-06-07 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 receiv

Re: Django+GoogleAppengine(datastore)

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

Re: Making __repr__ safe by default

2013-05-19 Thread Karen Tracey
I agree with Anssi, repr should stay as-is. I do a lot of shell/pdb work and I can't recall ever encountering a problem with "unsafe" repr. I think many people would find it annoying if suddenly repr would tell you no more than the pk of the object. Karen -- You received this

Re: Adding a simple yes/no confirm before committing instance to database

2013-05-06 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 receiv

Re:

2013-05-02 Thread Karen Tracey
bjects for stuff that they think might be interesting or something they may be able to answer. items with "(no subject)" as the subject may very well get fewer readers than a subject that actually describes the post/question/whatever. Karen -- You received this message because you are subs

Re: tutorial url broken

2013-04-29 Thread Karen Tracey
own due to abuse in the past) editable by the community. If you scroll to the bottom of the page, you'll see an "Edit this page" button, if you press that you'll be able to edit the content and remove the no-longer functioning link. Karen -- You received this message beca

Re: Newbie: import start end edit an existing django project

2013-04-26 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 receiv

Re: facebook/twitter sharing, and testing

2013-04-10 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 receiv

Re: Implementing Full Text Search in Django --Ticket #3254

2013-03-21 Thread Karen Tracey
s full-text index searching on MySQL: https://docs.djangoproject.com/en/1.5/ref/models/querysets/#search The issue of creating the index is handled by punting to the user -- doc notes you've got to create the full-text index yourself. Karen -- You received this message because you are

Re: memory leak in django 1.5

2013-03-21 Thread Karen Tracey
d a similar thing and is able to provide > some insight. > https://code.djangoproject.com/ticket/19895#comment:6 notes a memory leak due to a fix that went into 1.5. The fix was reverted on the 1.5.x branch about two days ago, so one thing to try would be to run current 1.5.x branch level ra

Re: Django 1.4.4 and contrib/sessions/management/__init__.pyc

2013-02-19 Thread Karen Tracey
ed by mistake, the tarballs should not contain them. In the case of contrib/sessions/management, that directory shouldn't exist in 1.4 at all, it's new in 1.5. So the corresponding .py file isn't missing, the .pyc file is just (even more) extraneous. Karen -- You received this mess

Re: Database pooling vs. persistent connections

2013-02-18 Thread Karen Tracey
ure "too long" has never been anywhere near 8 hours). 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 it, send an email to django-developers+unsubscr

Re: Database pooling vs. persistent connections

2013-02-18 Thread Karen Tracey
nnection that the server has closed? 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 it, send an email to django-developers+unsubscr...@googlegroups.com. To post t

Re: PROBLEM WITH MY CUSTOMIZED save() method

2013-02-16 Thread Karen Tracey
Please ask questions about using Django on django-users. This list is for the discussion of developing 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 receiv

Re: Error with GET 200 and GET 304

2013-02-13 Thread Karen Tracey
Please ask questions about using Django to django-users. This list is for discussion of 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

Re: Guidance regarding Django Deployment Process

2013-02-09 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 receiv

Re: Problem with Custom Manage.py command and Crontab

2013-02-06 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 receiv

Re: How can i use Knockout Java Script with my Django Project?

2013-02-02 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 receiv

Re: search across models

2013-02-02 Thread Karen Tracey
You also posted this to django-users, which is where it belongs. Please do not crosspost usage questions to django-developers; 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 "D

Re: python_2_unicode_compatible pitfalls

2012-12-27 Thread Karen Tracey
ode__ handling for Model subclasses > exceedingly sketchy.* The only reason why I didn't remove > it is backwards compatibility. > I'm curious what would you do instead, if backward-incompatibility were not a concern? Karen -- You received this message because you are subscrib

Re: A regression that isn't a regression

2012-12-20 Thread Karen Tracey
This has come up before, see: https://code.djangoproject.com/ticket/17974 1.3 is security-fix only at this point, we'd have to make a pretty big exception to put anything into 1.3 to warn users of their mis-use of an undocumented parameter to distinct.... Karen -- You received this me

Re: New to Django; walking through djangoproject tutorial; can't get poll to work

2012-12-18 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 post to this group, send email to django-

Re: Charset for URL decoding (#19468)

2012-12-18 Thread Karen Tracey
ment #10 notes that utf-8 is what Django will use but with the last fix noted against that ticket it is easier for the request class to be subclassed to change things for an installation where a different charset for decoding might be desired. Karen -- You received this message because you are

Re: Possible bug with GenericRelations and values_list

2012-12-10 Thread Karen Tracey
t; = "generic_relations_taggeditem"."object_id") This suffers from the same problem as the sql in #11387: it's not including any restriction on content type in the query, thus you can get tags that are pointing to non-Animals. Karen -- You received this message because you

Re: Blocker for 1.5 - representation of filesystem paths in Django

2012-12-02 Thread Karen Tracey
itten since the problem will now be more widespread and not only crop up during file uploads of files with non-ascii characters in their names. Likely the release notes should have an item noting this, assuming we go with option 2 to fix it. Karen -- You received this message because you are subsc

Re: URLValidator on urls without protocol

2012-11-17 Thread Karen Tracey
On Sun, Nov 18, 2012 at 12:21 AM, Jared Martin wrote: > I don't mean to wake a dead dog, but what has become of this? I came > across this problem today. For now, I've subclassed. But it should be > fixed, right? > > Yes, it should be fixed. Per the ticket referenced it was fixed two years ago. Th

Re: how to write a text editing in the webpage using django

2012-11-17 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 post to this group, send email to django-

Re: Google groups - possible issues with deleted posts.

2012-11-17 Thread Karen Tracey
eleted the google talk invites as non-intentional spam, but they were from the same address as the real spam so I marked them all as spam, which has the side-effect of banning the poster. It's possible that even with the different subject lines they were posted to that thread..but from my recollec

Re: Feature request: collectstatic shouldn't recopy files that already exist in destination

2012-09-27 Thread Karen Tracey
ightening though even that is not all that new. It sounds like the problem here is efficiently getting the last-modified time for the files out in S3, not with staticfiles. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To

Re: DatabaseFeatures and supports_transactions

2012-09-25 Thread Karen Tracey
On Tue, Sep 25, 2012 at 11:24 AM, maxi wrote: > El martes, 25 de septiembre de 2012 09:05:47 UTC-3, Karen Tracey escribió: > >> First, this method is used during testing, generally not during normal >> operation. It's implemented as a cached property so regardless of how

Re: DatabaseFeatures and supports_transactions

2012-09-25 Thread Karen Tracey
e actually supports transactions or if commit/rollback/etc are simply no-ops. If you know of an alternative way of determining this, that works across all databases, please share. I added that code and I've never liked it but I don't know of another way to accomplish what it needs to do. Ka

Re: #3011 - Custom User Models -- Call for final review

2012-09-16 Thread Karen Tracey
ly adopters and experimenters, and not being able to incorporate that feedback into the in-progress release would be silly. Karen -- 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@g

Re: Is there any plan to improve the performance of "render"?

2012-09-12 Thread Karen Tracey
ader (see https://docs.djangoproject.com/en/1.4/ref/templates/api/#loader-types)? Karen -- 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 fr

Re: DJango and OrientDB

2012-09-11 Thread Karen Tracey
e, that someone on django-users already has experience with the library and DB you are looking at. Karen -- 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 unsu

Re: DJango and OrientDB

2012-09-11 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 post to this group, send email to django-

Re: Example on bitmap charts

2012-08-29 Thread Karen Tracey
Please post questions about using Django to 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 post to this group, send email to django-

Re: After form validation, need to post and call a perl program to display to a log file

2012-08-24 Thread Karen Tracey
Please do not crosspost to both django-users and django-developers. -users is for discussions centering around using Django, that was the right list for this question. -developers is for discussions of the development of Django itself. Karen -- You received this message because you are

Re: Can someone help me on how to handle this scenario ?

2012-08-21 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 post to this group, send email to django-

Re: ManyToManyField

2012-08-20 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 post to this group, send email to django-

Re: Need Django experts to explain some of my questions in bay Area, CA

2012-08-19 Thread Karen Tracey
Please ask for help like this on django-users, not here. 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 post to this group, send email to django-

Re: #18557: get_or_create() causes a race condition with MySQL

2012-08-11 Thread Karen Tracey
t done for the project globally via an init_command or only for certain requests via explicit cursor commands (see http://groups.google.com/group/django-users/msg/55fa3724d2754013) depends on the project itself and what else it is doing besides calling get_or_create. Karen -- You received this m

Re: Separate file stream from request input stream during file uploading

2012-08-10 Thread Karen Tracey
This question was answered on the django-users list where it was also posted. Please do not cross-post to both lists. The right list for usage questions like this is django-users. Karen -- You received this message because you are subscribed to the Google Groups "Django developers"

Re: #18557: get_or_create() causes a race condition with MySQL

2012-08-08 Thread Karen Tracey
der for it to be free of this race condition. Recommending anything else in Django's docs would be misleading. Karen -- 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

Re: #18557: get_or_create() causes a race condition with MySQL

2012-08-08 Thread Karen Tracey
) to work properly under MySQL. Recommending an alternative of a commit beforehand strikes me as wrong. Karen -- 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

Re: Add a form to admin side

2012-07-26 Thread Karen Tracey
Please ask questions about using Django on django-users. The topic of this list is the discussion of the development of Django itself. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email

Re: how a field and its value can be found in a queryset object

2012-07-24 Thread Karen Tracey
Please ask questions about using Django on django-users. The topic of this list is the development of Django itself. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-

Re: horizontal alignment of forms in a formset without ajax

2012-07-02 Thread Karen Tracey
Please ask questions about using Django on django-users. The topic of this list is the development of Django itself. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-

Re: (Model)Forms localize=True violates DRY

2012-06-22 Thread Karen Tracey
f people monitor the flow of incoming tickets. Karen -- 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 django-de

Re: ModelForms and the Rails input handling vulnerability

2012-06-12 Thread Karen Tracey
only knows what fields have been included/excluded from the ModelForm. You can post data for a field that was not rendered and it may pass validation and get saved. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To pos

Re: Custom ForeignKey which does not require referential integrity?

2012-05-27 Thread Karen Tracey
Please do not crosspost to both django-users and django-developers. Pick the right list and post there. This seems to be more appropriate for discussion on django-users than here. Karen -- You received this message because you are subscribed to the Google Groups "Django developers"

Re: DJango 1.3 - BundleError while rendering

2012-05-18 Thread Karen Tracey
Please ask questions about using Django on django-users. The topic of this list is the development of Django itself. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-

Re: Django models and different types

2012-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. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-

Re: NoneType object has no attribute in POST/PUT a resource with nested resources (django, tastypie)

2012-05-10 Thread Karen Tracey
Please ask questions about using Django on django-users, not here. The topic of this list is the development of Django itself. (Also when you post to django-users for this problem it would help people help you if you included the full traceback you are getting.) Karen -- You received this

Re: Test reordering and TransactionTestCase cleanup

2012-05-08 Thread Karen Tracey
r the DB. I don't believe tests should be relying on pk values starting with 1, if that's the only reason the sequence resets are there I think we should get rid of them. Karen -- You received this message because you are subscribed to the Google Groups "Django developers"

Re: How to serve staticfiles with full URL for local development?

2012-05-05 Thread Karen Tracey
Please ask questions about using Django on django-users. The topic of this list is the development of Django itself. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-

Re: Test reordering and TransactionTestCase cleanup

2012-05-04 Thread Karen Tracey
ests, possibly that would need to be re-considered if you want to move the database clearing to the end of everything rather than the beginning of TransactionTestCase. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post

Re: Test reordering and TransactionTestCase cleanup

2012-05-03 Thread Karen Tracey
oproject.com/en/1.4/topics/testing/#django.test.TransactionTestCase Mentioned in both the 3rd paragraph and the note. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developer

Re: (List object(Recently Added - Most Common

2012-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. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-

Re: GitHub migration planning

2012-04-18 Thread Karen Tracey
y disable pull requests too No, it does not, unless I am mis-understanding what you are saying. https://github.com/django/django/ has no issues (issues is unchecked in admin area), but it has pull requests. Karen -- You received this message because you are subscribed to the Google Groups &q

Re: Admin custom function calls

2012-04-02 Thread Karen Tracey
Please ask questions about using Django in django-users. The topic of this list is the development of Django itself. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-

Re: list of function to django view

2012-03-17 Thread Karen Tracey
Please ask questions about using Django on the django-users mailing list. The topic for this list is the development of Django itself. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email

Re: Django participation in Google Summer of Code 2012

2012-03-08 Thread Karen Tracey
ython 2.5, which argued for targeting Django 1.5 (and dropping Python 2.5 support in that release). Karen -- 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

Re: no fixtures found error

2012-03-01 Thread Karen Tracey
Please ask questions about using Django on django-users. The topic of this list is the development of Django itself. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-

Re: How to show the template reserved keyword on html.

2012-02-19 Thread Karen Tracey
Please ask questions about using Django on django-users. The topic of this list is the development of Django itself. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-

Moderation broken

2012-01-28 Thread Karen Tracey
is reports of other people with other groups experiencing the same issue, posting on their groups that moderation is likely to be slow until if/when Google wakes up and fixes the problem. Right now moderation relies on moderators remembering to check periodically if there are messages in the queue. Kare

Re: Multi-TZ should be in release notes

2011-12-25 Thread Karen Tracey
> > It's here: https://docs.djangoproject.com/en/dev/releases/1.4-alpha-1/#support-for-time-zones Karen -- 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 unsubscr

  1   2   3   4   5   >