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
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
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
'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
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
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
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
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
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
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
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
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
>>
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
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?
>
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
> 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
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
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
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,
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
> 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.
>
--
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
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
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
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
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
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/
, 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
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
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
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
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
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
>
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
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
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
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
> 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
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
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
;
>
> --
> 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...
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
>
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
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
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
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
46 matches
Mail list logo