Re: Changing the role of the Technical Board

2022-10-25 Thread Eric Matthes
Andrew mentioned here: there's no one ready to replace us. I think the discussions here are moving in the right direction. We are looking at the community we have, and figuring out how to build and maintain an active leadership group based on the current capacities of our community members. Er

Re: Developer wanted

2021-09-15 Thread Eric 247ERICPOINTCOM
Hi, Contact me. I am an experienced Django developer, if you still need a developer. Thank you *Kind Regards* *Eric Bawakuno | Computer Engineer **| 247ERICPOINTCOM | 247ericpointcom.site** | +27795639700 | +27 815152254 | eric...@gmail.com | **29 Rochester Road, Observatory | Cape Town, South

Re: django-formtools is neglected/unmaintained

2017-01-08 Thread eric . verner
-utils) where there is some work >> to update it, but after this, and if nobody else had enough time to have a >> look, I can try to contribute on django-formtools. >> >> Romain. >> >> Le mercredi 4 janvier 2017 23:20:40 UTC, eric@datalyticsolutions.com >> a écr

Re: django-formtools is neglected/unmaintained

2017-01-04 Thread eric . verner
pure JS frontends these >> days, there are probably more recently developed tools there >> >> On 4 January 2017 at 22:42, <eric@datalyticsolutions.com> wrote: >> >>> Hi Tim, >>> >>> You make some good points. Basically, my situation

Re: django-formtools is neglected/unmaintained

2017-01-04 Thread eric . verner
aren't using Django for this task, and are maybe instead using some kind of Javascript library instead? If you have any information these questions, please let me know. Thanks, Eric On Tuesday, January 3, 2017 at 6:04:59 PM UTC-7, Tim Graham wrote: > > Is the situation bad enough that you

Re: django-formtools is neglected/unmaintained

2017-01-03 Thread eric . verner
This is really bad. django-formtools used to be part of the core of Django. Is this getting the attention it deserves from the Django Foundation? On Monday, November 28, 2016 at 9:55:48 PM UTC-7, Asif Saifuddin wrote: > > Hi Tim, > > In case there is lack of active maintainers for the project

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: add prefered/default protocol in the sites framework #26079

2016-01-25 Thread Eric Rouleau
1. it's not necessarily about SSL, it can be for any protocol but SITE dependent. 2. and for the dev/prod , your data will be different anyway so you put the preferred protocol accordingly to your setup. 3. it's only for generating full URLs, not for internal links (ex:

Re: add prefered/default protocol in the sites framework #26079

2016-01-25 Thread Eric Rouleau
since no feedback has been given yet, I will add that the change is just an addition (new feature) meaning there is no breaking of code , it just provides a way to define a default protocol for a given SITE, and will ultimately default to http when none is specified -- You received this

add prefered/default protocol in the sites framework #26079

2016-01-13 Thread Eric Rouleau
Hi I've created a ticket to propose adding a preferred/default protocol in the "sites" framework at https://code.djangoproject.com/ticket/26079 tim suggested I bring this to the mailing list and said the following: I'm not immediately convinced that a database field is the way to go for a >

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
makes a lot of sense to write down the logic and structure behind these decisions in a DEP, and explain the layout to doc users in a few places in the documentation explicitly. Cheers, Eric -- You received this message because you are subscribed to the Google Groups "Django developers (Contribut

What are the best reasons for when and why people should use Django?

2014-08-09 Thread Eric Frost
! Thanks! Eric m: 312-399-1586 -- 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,

Re: Revisiting multiline tags

2014-03-11 Thread Eric Rouleau
+1 for me too On Thursday, March 6, 2014 3:28:59 PM UTC-5, Andre Terra wrote: > > +1, for one simple reason: practicality beats purity. > > > On Wed, Mar 5, 2014 at 10:23 AM, Daniel Ellis > wrote: > >> +1 - I've had the same issue with sorl thumbnail. >> >> >> On Wed, Mar 5,

`collectstatic --ignore` pattern matching

2014-01-27 Thread Eric Eldredge
Hi all, I'm working on a project where I want to ignore certain files when running collectstatic. I am having success only when i use 'basename' patterns, such as *.exe or vendor, but not when trying to match file paths, such as vendor/*.exe. It seems the reason i'm not seeing the behavior i

Passing extra data to validator

2013-08-10 Thread Eric Cheung
It's only able to access a field value in validator but it would be lacked if checking request object data. Should better to have another parameter for passing data to validators? Maybe like this: form = MyForm(request.POST, validator_data={'user': request.user}) def my_validator(value,

Re: Database pooling vs. persistent connections

2013-02-19 Thread Eric Florenzano
One question: does this proposal include some way of specifying a maxiumum number of outstanding connections to the database from a single process? Looked but didn't see it in the pull request. In my experience, most PostgreSQL instances don't have a whole lot of breathing room in terms of

Re: Custom user models don't like non integer primary keys.

2012-11-09 Thread Eric Hutchinson
to the docs before release. It'd be super nice if it worked with other field types, but I don't see it being a big deal if it's documented as being that way. On Tuesday, November 6, 2012 6:07:14 PM UTC-5, Russell Keith-Magee wrote: > > Hi Eric, > > Although the full stack trace w

Custom user models don't like non integer primary keys.

2012-11-06 Thread Eric Hutchinson
I've been playing with custom user models. Something i've found is that trying to use the django-extensions uuidfield as a primary key doesn't seem very usable at the moment. Many of the built in auth views, specifically password reset, assume an integer field here.

Re: Call for use cases of metrics in django core

2012-10-31 Thread Eric Holscher
://mmstats.readthedocs.org/en/latest/ Cheers, Eric On Wednesday, October 31, 2012 3:41:05 PM UTC-7, jdunck wrote: > > If you use/monitor/graph metrics (the idea, not Coda's library, but that > would be good, too), I'd like to hear from you. > > What sort of metrics, under what implem

Re: Optional operator index discussion

2012-08-12 Thread Eric Floehr
in ORMs today, and Django would be a trail-blazer in this area. Are there any I'm missing? What seems like the most viable direction to take? Thanks! Eric -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussio

Optional operator index discussion

2012-07-18 Thread Eric Floehr
justified. I am working around the problem now with a custom Field class, but it seems to me that this is a feature that others may benefit from and wanted to solicit feedback and ideas for if it should be an option, and if so, what form it should take. Thanks much, Eric -- You received

Re: jQuery.tmpl() and Django

2011-05-27 Thread Eric Florenzano
at the time without making changes to Django's internals. -Eric -- 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

Re: NoSQL support

2011-04-28 Thread Eric Florenzano
s a bunch of seemingly unrelated changes in there having to do with password resetting, base64 url encoding, and file uploading--none of which have to do with NoSQL. Thanks, Eric Florenzano -- You received this message because you are subscribed to the Google Groups "Django developers" gr

Re: Brute force attacks

2011-03-07 Thread Eric Hutchinson
I would just like to point out that a lot of my users all are behind various nats, so my webapp typically sees only a few ips that have valid users on them, and i have users whom i have to remind of their password on a daily basis. it could lead to a couple of dozen people being throttled for one

Re: r13363 change to use pg_get_serial_sequence

2010-12-23 Thread Eric
On Dec 23, 2:55 pm, Christophe Pettus <x...@thebuild.com> wrote: > On Dec 23, 2010, at 11:35 AM, Eric wrote: > > > a) To fix this, one must identify the sequences that are not correct. > > I scoured pg_catalog and friends and cannot identify where PostgreSQL > > ex

Re: Contributing more

2010-10-03 Thread Eric Holscher
d confirm that the issue is real, and then go ahead and try to fix it! Looking through Django's source and fixing things is usually good fun. In the spirit of Wikipedia, "Be Bold". Cheers, Eric On Sun, Oct 3, 2010 at 9:11 PM, Laurent Luce <laurentluc...@yahoo.com>wrote: > Hello, &g

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
d if the DSF or anyone actually wants to pay to have good CI. Just as a data point, I took it down about a month ago, and people only just noticed during the sprints. I don't know how to fix that particular problem. Cheers, Eric -- You received this message because you are subscribed to the G

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

2010-08-01 Thread Eric Holscher
e inputs and assigns them to your provided values. [1] http://github.com/django/django/blob/master/django/core/management/base.py#L216 Cheers, Eric -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send

Re: New context template tag

2010-07-22 Thread Eric Holscher
that could use some expose either in the docs or in the general community though. Cheers, Eric On Thu, Jul 22, 2010 at 9:26 AM, Alex Robbins <alexander.j.robb...@gmail.com > wrote: > I am a huge fan of simple_tag and inclusion_tag. They take a common > template tag use case and make

Re: Django's testing infrastructure

2010-02-26 Thread Eric Holscher
need to figure out how to scale this up without using lots of human hours in the process. Cheers, Eric On Fri, Feb 26, 2010 at 1:08 PM, Mikhail Korobov <kmik...@googlemail.com>wrote: > That's great news, thanks! > > A very minor issue: web server returns 'Content-Type:text/ >

Django's testing infrastructure

2010-02-25 Thread Eric Holscher
ngo-testing Let me know if you have any thoughts, questions, or concerns. Cheers, Eric -- 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...@googlegroups.com. To unsubscribe from thi

Re: Django Design Czar

2010-02-06 Thread Eric Holscher
people who are knowledge in that area. If there was someone in the community who has contributed a lot, and knew a ton about security, it would seem like a no brainer to make them a committer, with a Czar-like power over security issues. I am merely proposing we do the same thing with design. Cheers, Er

Re: Django Design Czar

2010-02-06 Thread Eric Holscher
h process, or ideas about how to perform a similar role, then the only thing that we have to look at is how it was previously done. Luckily we have an excellent model of how things worked previously, and they seemed to work pretty damn well. So hopefully we can emulate that going forward, and prod

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
Hi, Django Developers is for development on Django. For usage questions you want django-users: http://groups.google.com/group/django-users Cheers, Eric On Thu, Jan 28, 2010 at 8:48 AM, rokson <kiranrepa...@gmail.com> wrote: > This is kiran . > i am new to django fw.i install

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

2010-01-18 Thread Eric Holscher
in more abilities in the future, we don't blow up people's old test runners that they have that don't support new options. Otherwise this patch looks good, thanks for the work Russ. Cheers, Eric -- You received this message because you are subscribed to the Google Groups "Django devel

Re: Ticket #5025 - truncate filter, why hasn't it been accepted?

2009-12-30 Thread Eric
the argument for not including it. It's pretty obviously wanted and it's not going to turn journalism on it's ear. It would appear there is also very little cost to including it. Eric -- You received this message because you are subscribed to the Google Groups "Django developers" grou

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: Tutorial Refresh

2009-10-09 Thread Eric Florenzano
able to download the whole source tree. Hrm, I feel like I have more battle scars, but right now I can't think of anything else. I'll be around so feel free to ask me any questions or whatever. Thanks, Eric Florenzano --~--~-~--~~~---~--~~ You received

Re: Model.objects.raw() (#11863)

2009-09-28 Thread Eric Florenzano
o than inside of it. That being said, this proposal is actually something that I think fits well within Django core itself, as it really is a logical extension of the core functionality of the ORM. Thanks, Eric Florenzano --~--~-~--~~~---~--~~ You received this m

Re: Adding signing (and signed cookies) to Django core

2009-09-24 Thread Eric Florenzano
A big +1 on signed cookies, and I like the direction the discussion is going. Also, I hope this doesn't derail this discussion, but I hope after signed cookies are added, auth can be made to optionally use signed cookies instead of sessions. Thanks, Eric Florenzano

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: Proposal for 1.2: built-in logging with django.core.log

2009-09-17 Thread Eric Florenzano
On Sep 17, 1:25 am, Simon Willison <si...@simonwillison.net> wrote: > 1. We'll be able to de-emphasise the current default "e-mail all > errors to someone" behaviour, which doesn't scale at all well. I'm a big fan of this proposal, for exactly this reason. +1 T

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
ure it all out. Yea, James committed this before 1.1 went out. http://code.djangoproject.com/changeset/11128 http://code.djangoproject.com/changeset/11127 Cheers, Eric --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups &

Re: 1.2 Proposal: Add a few more tutorial steps

2009-08-08 Thread Eric Holscher
ual docs. So put me down for the 1.2 time frame on this one. Cheers, Eric --~--~-~--~~~---~--~~ 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@go

Re: limiting admin inlines by limit_choices_to

2009-05-23 Thread Eric
m/ticket/11019andhttp://code.djangoproject.com/ticket/10761. Aha, interesting... Thanks for the links. E > > On May 22, 10:24 am, Eric Abrahamsen <gir...@gmail.com> wrote: > > > > > I've got a Model A with a foreignkey to Model B, which is limited to > > certain inst

limiting admin inlines by limit_choices_to

2009-05-22 Thread Eric Abrahamsen
ty" 2. it's otherwise hard or messy or undesirable. Does this seem like an acceptable idea? Eric --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email

Re: #9282 (comment moderation features) and Akismet removal

2009-03-23 Thread Eric Florenzano
r open for more additions in the future. I don't really understand this argument. Maybe I'm not parsing it correctly, but I read this as "Your implementation is good, but let's not add it now so that we can add it later", which seems a bit strange. Thanks, Eric Florenza

Re: Proposal: enable CSRF middleware by default

2009-03-21 Thread Eric Florenzano
lize that it had to do with the CSRF middleware, and if it tripped me up, it's going to trip up other users as well. If we're going to ship CSRF middleware on by default, I propose that we take a second look at the wontfix status of tickets like #9172. T

Re: Multiple Database API proposal

2009-03-21 Thread Eric Florenzano
t it means much now that I'm on Malcolm's special list). Speaking of Malcolm's special list... > One suggestion Eric Florenzano had was that we go above and beyond > just storing the methods and parameters, we don't even excecute them > at all until absolutely necessary. I wasn't actual

1.1: Ticket #3569 (Enhanced Atom Support)

2009-03-08 Thread Eric Holscher
/p/django-atompub/source/browse/trunk/atompub/atom.py#475 [1] http://code.google.com/p/django-atompub/source/browse/trunk/atompub/atom.py [2] http://code.google.com/p/django-atompub/source/browse/trunk/atompub/test_validation.py Cheers, Eric --~--~-~--~~~---~--~~ You

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
in the Meta unique_together. > > > This is still a legitimate issue during serialization, it's great to > see someone has made steps in the right direction. Glad it's been helpful. I want to get this into a more generic solution, and hopefully get part of it into django or a real third part

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
;s for 1.1 having been committed..) Cheers, Eric 1: http://code.djangoproject.com/wiki/Version1.1Roadmap --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group,

Re: Perl port of the django template system.

2008-12-21 Thread Eric Holscher
Name it whatever you want. It's your bikeshed. Eric On Sun, Dec 21, 2008 at 11:55 PM, Maluku <marc.luck...@googlemail.com>wrote: > > DTL seems to be too short... > > What about "Dotiac" (DjangO Template Interpreter And Compiler), which > works as a name

Re: twitvn

2008-12-05 Thread Eric Holscher
Check out http://twitter.com/DjangoTracker Eric On Fri, Dec 5, 2008 at 1:02 PM, David Reynolds <[EMAIL PROTECTED]>wrote: > > Hi, > > Since a lot of Djangonauts and Django Developers are using twitter, > would anyone find it useful to get svn commit messages on tw

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: Decoupling authorization from view

2008-11-03 Thread Eric Drechsel
tors could be modified to set this attribute, however this is probably unlikely now that 1.0 has hit. Perhaps you could post your code somewhere so that 3rd-party app developers can standardize their authorization (git-hub?). Eric On Oct 13, 7:11 am, Thomas Guettler <[EMAIL PROTECTED]> wrote: &g

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: dealing with legacy tables without primary key

2008-10-04 Thread Eric
> I would be surprised if it works with Oracle, unless you replace > IntegerField with CharField(max_length=18). I made tests only on sqlite (a trac db). I mean it ''should'' works with Oracle because Oracle support oid's; but I have made no test. If someone want to ...

Re: Composite Primary Keys

2008-10-04 Thread Eric
provides 2 methods: - use of oid field (works on sqlite, oracle, postgres <= 8) - composite pk (for mysql that provides no oid field) cheers, Eric --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django develope

Re: dealing with legacy tables without primary key

2008-10-02 Thread Eric
On Oct 2, 4:51 pm, Ludvig Ericson <[EMAIL PROTECTED]> wrote: > On Oct 2, 2008, at 10:31, Eric wrote: > > > > > > > Hi, > > I saw few questions from people who wonder how to manage tables > > without primary key (when using inspectdb on a legacy db); &

dealing with legacy tables without primary key

2008-10-02 Thread Eric
) in the model: rowid = models.IntegerField(primary_key=True, editable=False) It works ! it's so simple ! I love django ! Maybe this tip could be added in the doc; for others sgbd, there must be something similar. And why not put this in the inspectdb command ... cheers, Eric PS: I am

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

2008-09-23 Thread Eric Holscher
You can just put a models.py there that is empty. A slight hack, but it should work just fine. (Think of it as __init__.py's big brother :)) Eric On Tue, Sep 23, 2008 at 2:27 PM, Adam J. Forster <[EMAIL PROTECTED]>wrote: > > Firstly I'm sorry if I have posted this in the wrong

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
. Eric On Wed, Sep 10, 2008 at 10:57 AM, James Bennett <[EMAIL PROTECTED]>wrote: > > On Wed, Sep 10, 2008 at 9:31 AM, mrts <[EMAIL PROTECTED]> wrote: > > * create a central app index à la Cheeseshop > > Doesn't the Cheese Shop already exist? > > > * create an a

Re: innodb with mysql

2008-08-21 Thread Eric Montgomery
with my code as with the sql. On Aug 21, 10:35 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Thu, 2008-08-21 at 07:23 -0700, Eric Montgomery wrote: > > I'm not exactly sure what's going on here, and I managed to "fix" it > > by switching my storage engine to myisa

innodb with mysql

2008-08-21 Thread Eric Montgomery
y constraint error, so to play that safe, I switched to myisam, although I would like to use innodb if I can make it work. If anything in my explanation was unclear (it all happened around 3am last night), let me know and I can try to clear things up. -Eric --~--~-~--~~~---

Re: DjangoCon meetup Friday Sept 5

2008-08-20 Thread Eric Holscher
I think the TWID guys are doing something as well. Might want to combine groups. Eric On Wed, Aug 20, 2008 at 11:21 PM, Jonathan Nelson <[EMAIL PROTECTED]>wrote: > > I'm planning a get together the night before DjangoCon for people > going to the conference. I figured it would

Re: Community representation

2008-07-02 Thread Eric
The guy is rude. I never go in the IRC channel to help because he's there being an ass. The reason why I fell in love with Django way back in 2005 was because of the community in #django and I'm worried that he's stunting adoption because he's turned the channel into #linux. E. On Jul 2, 7:41 

Re: Django releases

2008-06-10 Thread Eric
0.96 without the need of a massive port when 1.0 comes out. Eric. On Jun 8, 11:11 am, Phil M <[EMAIL PROTECTED]> wrote: > On Jun 8, 9:27 am, Wim Feijen <[EMAIL PROTECTED]> wrote: > > > My vote is +1, because I think Django needs another stable release > > rig

Re: GSoC: Effortless Model Testing

2008-04-04 Thread Eric Walstad
pen to it. If you start a mailing list or wiki or somesuch on your project, please announce it on django-dev so I can follow along. Best regards, Eric. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Dja

Re: ANN: Upgrading code.djangoproject.com

2007-01-17 Thread Eric Walstad
s encouraged to -- help out keeping tickets > organized, these folks have volunteered to take ownership of the ticket > tracker in the long term. > > Let's have a big virtual standing ovation for them! Cheers Chris, Simon, Michael, Gary! Thanks for yo

Re: Compacting SQL queries

2006-09-21 Thread Eric Walstad
Hawkeye wrote: > === > (100 chars ~ 25% reduction) ... > My second question is... if we can, is there any real value > (specifically for very large sites)? Our site isn't huge, but it's not small, either (~8M records). Network bandwidth between the web and data servers is very near

Re: magic-removal: plans/estimates for the trunk-merge?

2006-03-27 Thread Eric Walstad
On Monday 27 March 2006 15:22, binaryfeed wrote: > gabor wrote: > > is there a plan or a rough estimate about when the magic-removal > > branch is going to be merged back to the trunk? > > > > this month? > > next year? > > What's most frustrating about this thread is that no one has > responded,

Caching Expression in Templates using a custom "Cache" Tag

2005-11-30 Thread Eric Baker
I wrote a custom tag that allows you to cache an expression in a template. I noticed, that my template was sending many duplicate queries to the database because I was using a method in my model that used a foreign key in a loop with many repeats. I could have recoded the view to generate all

New Position at Naples Daily News using Django

2005-11-28 Thread Eric Moritz
One of the most respected and award-winning newspaper Web teams in the world has moved to Florida and is looking for an experienced server-side Web developer. NDN Productions -- the online and new media publishing division of the Naples Daily News -- is looking for a full-time Python programmer