Re: [Discussion] Legacy documentation / Boken docs Django v1.2

2016-02-23 Thread Eric Holscher
Happy to help with this. We can move the RTD builds to using Sphinx HTMLDir, and then redirects won't be necessary for the page titles, at least. On Thursday, February 18, 2016 at 12:58:03 PM UTC-4, Florian Apolloner wrote: > > > > On Thursday, February 18, 2016 at 4:24:09 PM UTC+1, Tim

Re: structural & functional review of django documentation

2015-12-29 Thread Eric Holscher
r 29, 2015 at 11:25:40 AM UTC-5, Tim Graham wrote: >>> >>> I've refined Daniele's explanation here: >>> https://github.com/django/django/pull/5888 >>> >>> Let me know if it helps and what could be better. >>> >>> On Mon

Re: structural & functional review of django documentation

2015-12-28 Thread Eric Holscher
On Monday, December 28, 2015 at 4:52:36 PM UTC-8, Daniele Procida wrote: > > On Mon, Dec 28, 2015, Samuel Bishop > wrote: > The main existing sections are: > > * tutorials (/intro) > > Tutorials take the new user by the hand through a series of steps. The > important

Re: Call for use cases of metrics in django core

2012-10-31 Thread Eric Holscher
A couple obvious places: Latency to backend systems. So, any time that I call out to my cache backend or database, keep track of round trip latency of those. Full system latency. So, From the time a request enters the URL routing until it gets sent back to a client. Request counts. Keep

Re: Contributing more

2010-10-03 Thread Eric Holscher
ubscr...@googlegroups.com<django-developers%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/django-developers?hl=en. > > -- Eric Holscher Web Developer at The World Company in Lawrence, Ks http://ericholscher.com --

Re: Application, tempaltetags and namespace

2010-09-27 Thread Eric Holscher
Cody Soyland has also done some work on this in a reusable app, which might be useful as a starting point: http://github.com/codysoyland/django-smart-load-tag Cheers, Eric -- Eric Holscher Web Developer at The World Company in Lawrence, Ks http://ericholscher.com -- You received this message

Re: A prompt 1.2.3 release

2010-09-10 Thread Eric Holscher
> There was a hudson server running IIRC, but > http://hudson.djangoproject.com/ is not responding to me. > > I took the hudson instance down because nobody was using it and it was costing me a decent amount of money to run per month. I still have the images around on Rackspace Cloud if the DSF or

Re: Accessible Command Output using self.stdout & self.stderr

2010-08-01 Thread Eric Holscher
> > > Q1. Should I create a separate, new module with my tests in it, or > just add tests to an existing module? If an existing one, how do I > determine which one? > It depends if your work is similar to anything else that is already in the repository. I don't think that the stdout and stdin

Re: New context template tag

2010-07-22 Thread Eric Holscher
ango-developers+unsubscr...@googlegroups.com<django-developers%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/django-developers?hl=en. > > -- Eric Holscher Web Developer at The World Company in Lawrence, Ks htt

Re: Django's testing infrastructure

2010-02-26 Thread Eric Holscher
e options, visit this group at > http://groups.google.com/group/django-developers?hl=en. > > -- Eric Holscher Web Developer at The World Company in Lawrence, Ks http://ericholscher.com -- You received this message because you are subscribed to the Google Groups "Django develo

Django's testing infrastructure

2010-02-25 Thread Eric Holscher
Hey everyone, During the sprints, I worked to set up a hudson instance for Django. This is hopefully going to be the way that we are going to go forward for now with doing continuous integration for Django. I have a pretty good setup going currently, and want make it really fantastic. At this

Re: Django Design Czar

2010-02-06 Thread Eric Holscher
> > I'm opposed to this.  Firstly, unless I've missed something whoever > gets the position, would definitionally get it before they've done > anything!  This is completely antithetical to the spirit of open > source, meritocracy.  Why should design be treated any different from > other changes to

Re: Django Design Czar

2010-02-06 Thread Eric Holscher
On Sat, Feb 6, 2010 at 6:26 PM, j...@jeffcroft.com wrote: > First off, I'm generally on board with everything you've said here. > Only three points/questions I'd like to make: > > 1. I wouldn't say "Wilson is out of the picture" without talking to > him first. I know he's a

Re: Refining Django admin look proposal

2010-02-06 Thread Eric Holscher
I went ahead and replied to this on my blog[0]. I'll copy it here for completeness. [0]: http://ericholscher.com/blog/2010/feb/6/role-designers-django-community/ There has been a recent discussion on the Django Development mailing list about the role of designers in the Django community. I think

Re: Getting Problem in connecting mysql (Help me please )

2010-01-28 Thread Eric Holscher
is message because you are subscribed to the Google Groups > "Django developers" group. > To post to this group, send email to django-develop...@googlegroups.com. > To unsubscribe from this group, send email to > django-developers+unsubscr...@googlegroups.com<django-developers%2bunsub

Re: Call for comment: #12624 Class based test runners

2010-01-18 Thread Eric Holscher
Saw this go in, and it gets a huge +1 from me as well. However, I know that in the past we have talked about adding other things to the test runner (like coverage, etc), so it would seem like now would be a good time to recommend accepting **kwargs in your custom test runners, so that when we add

Improving (and testing!) bash completion

2009-11-15 Thread Eric Holscher
ment/__init__.py?rev=11526#L313 -- Eric Holscher Web Developer at The World Company in Lawrence, Ks http://ericholscher.com -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@go

Re: Regularly-scheduled Django sprints, first December 11 - 13

2009-11-10 Thread Eric Holscher
I would be up for getting one together in Lawrence. Our offices at LJ World have always been a good place in the past, and I'm sure we can use them again. -- Eric Holscher Web Developer at The World Company in Lawrence, Ks http://ericholscher.com

Re: Proposal for 1.2: built-in logging with django.core.log

2009-09-18 Thread Eric Holscher
/dbengine.html#configuring-logging 2: http://www.sqlalchemy.org/trac/browser/sqlalchemy/trunk/lib/sqlalchemy/log.py -- Eric Holscher Web Developer at The World Company in Lawrence, Ks http://ericholscher.com --~--~-~--~~~---~--~~ You received this message because you

Re: Question on ticket triage process

2009-09-12 Thread Eric Holscher
At first glance, tests and documentation. Everything needs both of these things before they go into trunk. Having a complete patch like that will make it a lot easier for someone to see what you're doing, and verify that you have fixed it. Cheers, Eric

Re: contrib.admindocs need some love.

2009-08-28 Thread Eric Holscher
On Thu, Aug 27, 2009 at 5:03 PM, Alex Gaynor wrote: > > On Thu, Aug 27, 2009 at 4:03 PM, Justin Lilly > wrote: > > Hey guys. > > > > I started writing some docs for another developer today and hit a few > > issues with admindocs that I plan on

Re: 1.2 Proposal: Add a few more tutorial steps

2009-08-08 Thread Eric Holscher
On Fri, Aug 7, 2009 at 10:05 PM, Russell Keith-Magee wrote: > > Add me to the same list. Initial drafting is always the painful bit > for me, but if someone wants to get some ideas together, I'm happy to > help edit, proofread, or give feedback. I think another good

1.1: Ticket #3569 (Enhanced Atom Support)

2009-03-08 Thread Eric Holscher
Hey all, I have talked to James Tauber about ticket #3569 which is about adding better support for Atom to the syndication feeds framework. He has suggested that if we want to include something along these lines in 1.1 that we should put it in Django along-side the current Atom support. He has a

Re: Object Relational Mapping and REST Web Services in Django

2009-02-12 Thread Eric Holscher
king back through the history of django-dev will probably get you some of the design discussion that went on around this project. An example is: http://groups.google.com/group/django-developers/browse_thread/thread/a121b2ed850c93ab/d370133daeeb4b34?lnk=gst=rest+api#d370133daeeb4b34 Hope this he

Re: Contenttype Generation Inconsistency During Serialization

2009-02-11 Thread Eric Holscher
gt; loads a ForeignKey field to be serialized, it checks the related model > (the > > one being pointed to) for any unique constraints. If any of these exist, > > then the model is dumped as a dictionary of kwargs containing the > key/value > > pair for these unique cons

Re: Contenttype Generation Inconsistency During Serialization

2009-02-11 Thread Eric Holscher
e things (or some other approach which I haven't thought of). Having references to contrib apps is frowned upon, so I think having a third party serializer that does this is the answer for now. Hope this helps 1. http://github.com/ericholscher/sandbox/blob/d32da8c36f257

Re: Rolling back tests -- status and open issues

2009-01-15 Thread Eric Holscher
On Thu, Jan 15, 2009 at 12:06 PM, Karen Tracey <kmtra...@gmail.com> wrote: > On Wed, Jan 14, 2009 at 5:35 PM, Russell Keith-Magee < > freakboy3...@gmail.com> wrote: > >> >> On Thu, Jan 15, 2009 at 5:40 AM, Eric Holscher <eric.holsc...@gmail.com> >>

Re: Rolling back tests -- status and open issues

2009-01-14 Thread Eric Holscher
ll internally write out doctests that require fixtures back into unit tests, but this isn't a huge deal. I think we should just decide now, and stick with it. I really don't have a preference, because I don't think that doctests should be used as extensively as they are. I know a big reason they

1.1 Sprints and roadmap

2008-12-30 Thread Eric Holscher
It looks like January 15 is when the Major Feature freeze happens (and that is in about 2 weeks). The roadmap[1] says that there will be 1.1 sprints starting in late december, which has come and is quickly fading. Just figured I would start the discussion on when/where some sprints will be

Re: Perl port of the django template system.

2008-12-21 Thread Eric Holscher
and an abbreviation. > > Maluku > > > > > -- Eric Holscher Web Developer at The World Company in Lawrence, Ks http://ericholscher.com e...@ericholscher.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

Re: twitvn

2008-12-05 Thread Eric Holscher
ogle.com/p/twitvn/ > 1 - http://twitter.com/wpdevel > > -- > David Reynolds > [EMAIL PROTECTED] > > > > > -- Eric Holscher Web Developer at The World Company in Lawrence, Ks http://ericholscher.com [EMAIL PROTECTED] --~--~-~--~~~---~--~~ Y

Re: Django & memcache hashing

2008-11-20 Thread Eric Holscher
d. > > True, but that's because python-memcached for some reason still uses its > own hashing algorithm (pure CRC32) while other libraries are more or > less > unified in their hashing algorithm. (Wouldn't know about libmemcached.) > > *ugh* Why can you never eat the pie and have it. :

Re: 1.1 feature: unify access to response.context in test client

2008-11-08 Thread Eric Holscher
ng about this the wrong way, it shouldn't be too hard to > differentiate dictionary-style access from list-style access, since > the former -- in the case of a Context -- will always be using string > keys and the latter will always be using integer indexes. > > > -- > "Bureaucrat C

Re: Proposal: Optional {% default %} clause for the {% for %} template tag

2008-10-30 Thread Eric Holscher
te: > >> > >> How about > >> > >> {% for item in items %} > >> {% otherwise %} > >> {% endfor %} > >> > > +1 to the otherwise tag :) > > > -- > Antoni Aloy López > Blog: http://trespams.com > Site

Re: Running tests.py in apps without models.py

2008-09-23 Thread Eric Holscher
nd start working on a > patch for simple.run_tests that checks all INSTALLED_APPS for both > models.py and tests.py when searching for tests? Or is this something > which is not likely to change, in which case would I be better off > writing my own test runner instead? > >

Re: I want a pony: Django Cheeseshop

2008-09-10 Thread Eric Holscher
Haha, yea, sorry. On Wed, Sep 10, 2008 at 11:17 AM, Karen Tracey <[EMAIL PROTECTED]> wrote: > On Wed, Sep 10, 2008 at 12:12 PM, Eric Holscher <[EMAIL PROTECTED]>wrote: > >> Yea, I totally agree with this. >> >> I wrote a blog post about how to use setuptools

Re: I want a pony: Django Cheeseshop

2008-09-10 Thread Eric Holscher
be adopted by other projects by > > clearly decoupling Django-specific functionality (i.e. engage more > > brainpower and devs) > > Or just use the existing packaging and distribution tools Python already > has. > > Have I made my point clear enough yet? > > > -- >

Re: DjangoCon meetup Friday Sept 5

2008-08-20 Thread Eric Holscher
to post this information, > let me know. Comments and thoughts are always welcome. > > Jonathan > > > > -- Eric Holscher Web Developer at The World Company in Lawrence, Ks http://www.ericholscher.com [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You