Re: Websockets... again

2014-10-30 Thread Justin Holmes
Luis, I think what Alex and Aymeric are saying is that "websockets" (I use quotes to show that I mean not only the material outlined in RFC 6455 but also the general process of handling bytes-on-the-wire when 'pushing' data to the 'client') are ideally not part of the problem that Django (and WSGI

Adding sanity to an error message if HttpResponse is not returned from a view.

2014-09-22 Thread Justin Holmes
we add a link to the document describing this. I imagine that this has been a discussion before, but I can't find a ticket. Is there one? -- Justin Holmes Chief Chocobo Breeder, slashRoot slashRoot: Coffee House and Tech Dojo New Paltz, NY 12561 845.633.8330 -- You received this message b

Re: Django and BREACH (remember that?)

2014-08-03 Thread Justin Holmes
Thanks for much for this contribution. I don't feel particularly qualified to review it, but there's are particular bits where general django knowledge (or even just a second pair of eyes) will help, let the know. On Aug 3, 2014 9:48 PM, "Adam Brenecki" wrote: > Hi all, > > So, a while ago, BREA

login() documentation assumes no custom auth.User model

2014-07-30 Thread Justin Holmes
'username' is actually USERNAME_FIELD. Without objection, I'm happy to make the Pull Request. Thoughts? -- Justin Holmes Chief Chocobo Breeder, slashRoot slashRoot: Coffee House and Tech Dojo New Paltz, NY 12561 845.633.8330 -- You received this message because you are subscr

Re: Support for function application in ORDER BY

2014-06-10 Thread Justin Holmes
is 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@googlegroups.com. > Visit this group at http://groups.google.com/group/django-developers. > To view this discussion on the web

Re: Terms for database replication

2014-06-05 Thread Justin Holmes
2-DA6B-4727-9549-B0FB911FB096%40polytechnique.org > . > For more options, visit https://groups.google.com/d/optout. > -- Justin Holmes Chief Chocobo Breeder, slashRoot slashRoot: Coffee House and Tech Dojo New Paltz, NY 12561 845.633.8330 -- You received this message because you are

Re: Terms for database replication

2014-06-05 Thread Justin Holmes
OK. How about "canon" and "replica" ? On Thu, Jun 5, 2014 at 2:59 PM, Tom Evans wrote: > On Thu, Jun 5, 2014 at 5:08 PM, Justin Holmes > wrote: > > I don't want to devolve completely into an etymological circlejerk here, > but > > my sense is

Re: Terms for database replication

2014-06-05 Thread Justin Holmes
ote: > FWIW, I think the main objection is to the word "slave", not to "master". > Otherwise we'll be renaming the git branches soon... > > So "master" / "replica" would work. > > Malcolm > > > On Thursday, 5 June 2014 16:26:07

Re: Terms for database replication

2014-06-05 Thread Justin Holmes
on the web visit > https://groups.google.com/d/msgid/django-developers/CAHKQagGa1WE8yH2xpf0DrKv9i_m9%2B6akcDTHexeUZmq%3DQZHUuA%40mail.gmail.com > <https://groups.google.com/d/msgid/django-developers/CAHKQagGa1WE8yH2xpf0DrKv9i_m9%2B6akcDTHexeUZmq%3DQZHUuA%40mail.gmail.com?utm_medium=email&am

[no subject]

2014-06-04 Thread Justin Holmes
h, I think that a warning and reminder about the CoC is entirely appropriate. I don't think that a ban is in order, but I now understand Jacob's reaction. My apologies, Jacob. -- Justin Holmes Chief Chocobo Breeder, slashRoot slashRoot: Coffee House and Tech Dojo New Paltz, NY 12561 8

Re: "Master/slave terminology"

2014-06-04 Thread Justin Holmes
y regarded as a crime at all. If, in some small way, this shift in language can signal that we regard not only the historical implications of the word "slave" but in fact the very relationship structure described by "slave" and "master," we've done a good thing. On

Re: "Master/slave terminology"

2014-06-04 Thread Justin Holmes
cero >>> GPG Key fingerprint: 125F 5C67 DFE9 4084 >>> >> -- >> 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 >>

Re: Should there be a "is" comperator: {% if A is B %}?

2014-04-13 Thread Justin Holmes
I think I'm +1. This seems to add some signal with zero noise. On Apr 11, 2014 4:35 AM, "Gregor Müllegger" wrote: > Casting to strings would make this example work. But will break in other > cases: > > dict((key, str(val)) for key, val in {'value': None}.items()) > => > > I don't want to say

Re: Ticket #9?

2014-02-15 Thread Justin Holmes
gt; occasionally. It's usually due to spam. There's a lot of deleted tickets in > the 20k range. > > Yours, > Russ Magee %-) > > On Sun, Feb 16, 2014 at 7:37 AM, Justin Holmes wrote: > >> It appears that Ticket #9 has been deleted? Anybody know why? >

Ticket #9?

2014-02-15 Thread Justin Holmes
It appears that Ticket #9 has been deleted? Anybody know why? https://code.djangoproject.com/ticket/9 -- Justin Holmes Chief Chocobo Breeder, slashRoot slashRoot: Coffee House and Tech Dojo New Paltz, NY 12561 845.633.8330 -- You received this message because you are subscribed to the

Re: Question about new tests

2013-09-18 Thread Justin Holmes
> On Tuesday, September 17, 2013 7:55:08 PM UTC+2, Justin Holmes wrote: >> >> I'm working on the #unsetting project (ie, making all of Django's >> internals work without having to import the settings global). >> >> We have two key areas that now seem to wor

Question about new tests

2013-09-17 Thread Justin Holmes
tests? 1) Alongside the respective tests for these features (ie, tests.mail)? 2) As a regression test (ie, also in tests.mail, but demonstrating that the inane errors no longer appear) 3) Alongside the unsetting config? -- Justin Holmes Chief Chocobo Breeder, slashRoot slashRoot: Coffee House and

Re: proposal: post-collectstatic signal

2012-11-13 Thread Justin Holmes
ng a custom one? On Mon, Nov 12, 2012 at 3:08 PM, Jannis Leidel wrote: > > On 11.11.2012, at 17:09, Justin Holmes wrote: > > > My sense is that there are a growing number of use cases, but the one > that I currently have in mind is for django-coldbrew. I want to b

Re: proposal: post-collectstatic signal

2012-11-11 Thread Justin Holmes
Nov 11, 2012 at 4:55 AM, Alex Gaynor wrote: > What's the use case? > > Alex > > > On Sat, Nov 10, 2012 at 8:48 PM, Justin Holmes wrote: > >> Currently, our only built-in management signal is post-syncdb. >> >> I propose (and, notwithstanding objection,

proposal: post-collectstatic signal

2012-11-10 Thread Justin Holmes
Currently, our only built-in management signal is post-syncdb. I propose (and, notwithstanding objection, will build) post-collectstatic. Is this reasonable? Is there another, less invasive way to hook logic into collectstatic? -- Justin Holmes Chief Chocobo Breeder, slashRoot slashRoot

Re: GitHub migration done!

2012-04-27 Thread Justin Holmes
> To post to this group, send email to django-developers@googlegroups.com. > To unsubscribe from this group, send email to > django-developers+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-developers?hl=en. > --

Change to order of Session creation in 1.4?

2012-04-13 Thread Justin Holmes
I have a signal hook set on user_login. I use this in order to get_or_create a SessionInfo object, which I use to keep track of data about users who may login from more than one computer at the same time. in 1.3, the Session object for the login that is taking place had already been created at th

Http404 and process_exception

2012-03-27 Thread Justin Holmes
Heretofore, I had always believed that Http404 did not cause Middleware process_exception() to be run. Am I right in this thinking? I have a get_object_or_404 that, when the object in question isn't found, is running process_exception. -- Justin Holmes Instigator, SlashRoot Colle

LiveServerTestCase

2012-03-09 Thread Justin Holmes
Julien, et. al., Seriously. Thank you. Amazing. -- Justin Holmes Head Instigator, SlashRoot Collective SlashRoot: Coffee House and Tech Dojo 60 Main Street New Paltz, NY 12561 845.633.8330 -- You received this message because you are subscribed to the Google Groups "Django devel

django-deeper

2011-12-28 Thread Justin Holmes
elcome growth in this direction. http://groups.google.com/group/django-deeper -- Justin Holmes Head Instructor, SlashRoot Collective SlashRoot: Coffee House and Tech Dojo 60 Main Street New Paltz, NY 12561 845.633.8330 -- You received this message because you are subscribed to the Google Groups "Djan

Re: SOPA bill question

2011-12-26 Thread Justin Holmes
ers" group. > To post to this group, send email to django-developers@googlegroups.com. > To unsubscribe from this group, send email to > django-developers+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-developers?hl=en. &g

Re: Feature proposal: models.CALL_DELETE or effective equivalent

2011-12-04 Thread Justin Holmes
t;Django developers" group. > To post to this group, send email to django-developers@googlegroups.com. > To unsubscribe from this group, send email to > django-developers+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/

Re: Feature proposal: models.CALL_DELETE or effective equivalent

2011-12-04 Thread Justin Holmes
, send email to > django-developers+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-developers?hl=en. > -- Justin Holmes Head Instructor, SlashRoot Collective SlashRoot: Coffee House and Tech Dojo 60 Main Street New Pal

Re: Forbiden 403 error

2011-11-16 Thread Justin Holmes
nd email to > django-developers+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-developers?hl=en. > > -- Justin Holmes Head Instructor, SlashRoot Collective SlashRoot: Coffee House and Tech Dojo 60 Main Street New Paltz, NY 1

Re: Django application instances

2011-11-06 Thread Justin Holmes
be useful for others. > > Regards, > > Chris Northwood > > -- > 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 fro

Corporate CLA

2011-10-10 Thread Justin Holmes
simpler for each of us to simply fill out the individual form? Or does that not cover the proper basis of members be able to work on django on paid company time? -- Justin Holmes Head Instructor, SlashRoot Collective SlashRoot: Coffee House and Tech Dojo 60 Main Street New Paltz, NY 12561 845.6

TEMPLATE_DIRS in django.contrib.auth.tests.views

2011-10-10 Thread Justin Holmes
s own templates, but why not just add this location to the tuple? At very least, it causes in an unexpected result. -- Justin Holmes Head Instructor, SlashRoot Collective SlashRoot: Coffee House and Tech Dojo 60 Main Street New Paltz, NY 12561 845.633.8330 -- You received this message because yo

Re: contrib.sessions test oddities

2011-10-04 Thread Justin Holmes
in > your settings.py file, the cached_db session backend will use the > LocMem cache backend. > > That doesn't necessarily mean you haven't run into a problem, of > course. But it may explain some of what you're experiencing. > > Best, > Stephen Burrows >

contrib.sessions test oddities

2011-10-04 Thread Justin Holmes
ists between tests. We encountered this issue at DiscSpace, which is cool enough to let freelancers work on issues in the django internals on company time if we encounter them. -- Justin Holmes Head Instructor, SlashRoot Collective SlashRoot: Coffee House and Tech Dojo 60 Main Street New Paltz, NY 12

Re: deprecation vs removal

2011-10-03 Thread Justin Holmes
this group, send email to django-developers@googlegroups.com. > To unsubscribe from this group, send email to > django-developers+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-developers?hl=en. > > -- Justin H

Re: API for introspecting models

2011-09-24 Thread Justin Holmes
e included. > > Yours, > Russ Magee %-) > > -- > 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

Re: is it time to start deprecating parts of contrib

2011-09-20 Thread Justin Holmes
END PGP SIGNATURE- > > -- > 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: RFC: "universal" view decorators

2011-09-16 Thread Justin Holmes
> http://groups.google.com/group/django-developers?hl=en. > > -- > 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

Re: What is Django?

2011-08-25 Thread Justin Holmes
ays be cautious with > websites/frameworks/products/whatever boasting that they are so much more > awesome than the others :-) > Julien > > -- > You received this message because you are subscribed to the Google Groups > "Django developers" group. > To post to thi

Re: What is Django?

2011-08-25 Thread Justin Holmes
Sorry, here's the appropriate link: https://docs.google.com/document/pub?id=15iJXXKs989cIIvhToa7ttYgToPSyzJN9KL9CCkxka1o On Thu, Aug 25, 2011 at 2:50 PM, Justin Holmes wrote: > I've put some language down to get us started: > > https://docs.go

Re: What is Django?

2011-08-25 Thread Justin Holmes
; > > -- > 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-developers+unsubscr...

Re: Logging all/slow queries

2011-07-19 Thread Justin Holmes
approve of what you say, but I will defend to the death your right to > say it." -- Evelyn Beatrice Hall (summarizing Voltaire) > "The people's good is the highest law." -- Cicero > > -- > You received this message because you are subscribed to the Google Groups >

Re: Old Django Versions

2011-06-27 Thread Justin Holmes
glegroups.com. > To unsubscribe from this group, send email to > django-developers+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-developers?hl=en. > > -- Justin Holmes Head Instructor, SlashRoot Collective Slas

Re: Javascript Testing

2011-06-18 Thread Justin Holmes
o see how > both your works integrate. > > Thanks again, this is awesome! > > Julien > > -- > You received this message because you are subscribed to the Google Groups > "Django developers" group. > To post to this group, send email to django-develo

Re: get_object_or_404 hook

2011-06-02 Thread Justin Holmes
m. > To unsubscribe from this group, send email to > django-developers+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-developers?hl=en. > > -- Justin Holmes Head Instructor, SlashRoot Collective SlashRoot: Coffee Ho

Re: Proposal: Add current_app to request and pass it to template loaders.

2011-03-28 Thread Justin Holmes
By "current app," do you mean the app which contains the view to which the current URL is mapped? On Mon, Mar 28, 2011 at 12:39 AM, Tai Lee wrote: > Now that 1.3 is out, does any core dev have an opinion, feedback or > suggestions on this? > > I've solved my immediate need with two template loade