On Mon, 2007-05-21 at 18:27 -0500, Gary Wilson wrote:
> Man, I really need to remember to always use email when posting to these
> django lists. Too many of my web posts never show up. And here I
> thought the internets was a truck I could just dump stuff on.
>
> Malcolm T
On Mon, 2007-05-21 at 15:23 +0200, David Larlet wrote:
> Hi,
>
> I just wonder why the archive_year function returns an object_list
> (with make_object_list parameter to True) which is ordered by
> date_field. I know that I can use the reverse argument in for loop tag
> but I wonder if I'm the on
Hey Gary,
On Mon, 2007-05-21 at 19:56 -0500, Gary Wilson wrote:
> I would like to request comments/suggestions about a few patches I have
> submitted recently for the newforms library that solve some issues that
> I encountered during the development of some newforms.
>
> #3718 - newforms.Form.c
On Tue, 2007-05-22 at 11:24 +1000, Malcolm Tredinnick wrote:
> Hey Gary,
>
> On Mon, 2007-05-21 at 19:56 -0500, Gary Wilson wrote:
[...]
>
> > #3896 - pass value to field specific clean function [2]
>
> Grr...don't put two issues in one ticket!
>
> I
On Mon, 2007-05-21 at 23:14 -0500, Gary Wilson wrote:
> Malcolm Tredinnick wrote:
> >> #3718 - newforms.Form.clean should have access to field errors [1]
> >
> > I'm not sure what this really gains. Fixing the second part of #3896
> > means that all the neces
On Tue, 2007-05-22 at 14:58 -0500, Jacob Kaplan-Moss wrote:
> Hey Mike --
>
> This looks really, really nice. I want to check this in but I can't
> personally look at it ATM. Can a few people on this list with a lot of
> experience audit the patch and bang on it as much as possible? If I
> can ge
On Tue, 2007-05-22 at 21:52 +, SmileyChris wrote:
> > #3896 - pass value to field specific clean function [2]
>
> How expensive is a try/except?
>
> Call clean_foo passing the value as a parameter and if that fails, use
> the old method (setting the value in cleaned_data, then calling
> clea
On Thu, 2007-05-24 at 04:07 -0700, pm13 wrote:
> I noted that you would like to implement auto-escaping. It will mean
> third dimension of potential problems with strings. What about to
> integrate this patch to the unicode-branch and to disclose all bugs at
> once?
This would not be a good idea.
On Thu, 2007-05-24 at 11:46 +, pm13 wrote:
>
> Ivan Sagalaev napsal:
> > pm13 wrote:
> > > I noted that you would like to implement auto-escaping. It will mean
> > > third dimension of potential problems with strings.
> >
> > Why that? Unicode branch is designed to work with byte strings only
On Thu, 2007-05-24 at 07:50 -0700, jedie wrote:
> I found a UnicodeError with newforms.form_for_model() and
> LANGUAGE_CODE = 'de':
Thanks for the report. In future, please post bug reports to Trac, since
they are just going to get lost in all the traffic on the mailing list.
However, this is (a
On Fri, 2007-05-25 at 03:20 -0500, Adrian Holovaty wrote:
> On 4/25/07, Simon G. <[EMAIL PROTECTED]> wrote:
> > There's been a long history of people asking for some way of easily
> > using the MEDIA_URL setting in templates. At a quick glance, I get
> > #1278, #3818, #2532, and #4105.
> >
> > The
On Fri, 2007-05-25 at 11:32 +0200, Michael Radziej wrote:
> Hi Malcolm,
>
> I'm having a bit of a problem with a strange autoescape test,
> i.e. filter-syntex18 (taken over from templates).
>
> The test uses a weird class:
>
> class UnicodeInStrClass:
> "Class whose __str__ returns a Unicod
On Fri, 2007-05-25 at 12:43 +0200, Michael Radziej wrote:
[...]
> I had another problem with force_unicode: It would turn
> any SafeString into an unsafe Unicode. I was not
> able to overwrite SafeString.__unicode__ (python seems
> not to use __unicode__() when you call unicode() with an
> encodin
On Fri, 2007-05-25 at 19:53 +1000, Malcolm Tredinnick wrote:
> On Fri, 2007-05-25 at 11:32 +0200, Michael Radziej wrote:
> > Hi Malcolm,
> >
> > I'm having a bit of a problem with a strange autoescape test,
> > i.e. filter-syntex18 (taken over from templates)
On Mon, 2007-05-28 at 19:31 +0800, Russell Keith-Magee wrote:
> On 5/27/07, Ivan Sagalaev <[EMAIL PROTECTED]> wrote:
> >
> > Russell Keith-Magee wrote:
> > > URL path. When rendered, it should take into account settings.MEDIA_URL.
> >
> > As a matter of fact it's not a universal practice to have c
On Mon, 2007-05-28 at 22:02 +0800, Russell Keith-Magee wrote:
> On 5/28/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
> >
> > On Mon, 2007-05-28 at 19:31 +0800, Russell Keith-Magee wrote:
[...]
> > >
> > > When you say JS and CSS are separate - how sep
Hi Marc,
On Mon, 2007-05-28 at 18:37 +0200, Marc Fargas wrote:
> Hi there,
> Since we got the triagers system patches and bugfixes are moving much
> faster than before but there are still somethings that get stuck,
> specially on the "Design Decission Needed" state.
One man's "stuck" is another
On Mon, 2007-05-28 at 15:44 -0400, Marty Alchin wrote:
> Django-values has had a long and rocky road thus far, with its name
> not being the least of its problems. I finally put it to the masses in
> a recent blog post, and I got back the simplest word I'm amazed I
> didn't think of: policy. Organ
On Mon, 2007-05-28 at 15:55 -0400, Marty Alchin wrote:
> In working with my recent contrib saga, I've been looking a bit into
> newforms-admin, since it's going to be merged someday, and it looks
> like it would give me some better options. However, one thing I was
> hoping for doesn't seem to be
On Tue, 2007-05-29 at 08:15 +0800, Russell Keith-Magee wrote:
> On 5/29/07, Marc Fargas <[EMAIL PROTECTED]> wrote:
> >
> > My count at the end of the thread is:
> > #1278: 4 votes
> > #4105: 4 votes
> >
> > So I thow a coin to the air... oh, it felt off the window!
>
> That's not
On Mon, 2007-05-28 at 21:36 -0400, Marty Alchin wrote:
> On 5/28/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
> > Aren't you asking the wrong question here? The real issue seems to be
> > "how is admin going to handle arbitrary Field classes that it d
On Tue, 2007-05-29 at 11:48 +1000, Malcolm Tredinnick wrote:
> On Mon, 2007-05-28 at 21:36 -0400, Marty Alchin wrote:
> > On 5/28/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
> > > Aren't you asking the wrong question here? The real issue seems to be
> &
On Tue, 2007-05-29 at 01:42 -0400, Max Battcher wrote:
> On 5/28/07, Marty Alchin <[EMAIL PROTECTED]> wrote:
> > Maybe a combination of the two would be a bit better. "policyvalues"?
> > Indicating its usefulness in the scope of policies while still being
> > clear that its features only extend to
On Tue, 2007-05-29 at 07:37 +, Paul Collier wrote:
> Hello all!
>
> Continuing with the string of posts regarding this year's GSoC, I'm
> pleased to be working on new caching functionality for Django's ORM
> under the mentorship of Gary Wilson[1]! Big thanks to him and all the
> people from t
On Sat, 2007-05-26 at 01:53 -0500, Jacob Kaplan-Moss wrote:
> On 5/26/07, Justin Bronn <[EMAIL PROTECTED]> wrote:
> > We encountered a similar problem on the GIS branch. Specifically, the
> > OpenGIS specification requires that compliant spatial databases add
> > geometry columns by calling the s
On Tue, 2007-05-29 at 11:47 -0500, Joseph Kocherhans wrote:
> On 5/29/07, Adrian Holovaty <[EMAIL PROTECTED]> wrote:
> >
> > Malcolm's _get_field_sql() question is a good one -- I'm +1 on adding
> > that method to the fields. Only thing is, does _get_field_sql() get
> > passed the database backend
On Tue, 2007-05-29 at 16:26 +, Paul Collier wrote:
> > If I update o1 in some other part of the
> > code, what assumptions are made about qs?
> Hmm, yeah... I haven't focused enough attention on .cache_set() yet,
> heheh. I was definitely just going to implement (1) first, and then
> worry abo
On Tue, 2007-05-29 at 11:50 -0700, Vinay Sajip wrote:
>
> On May 29, 7:12 pm, "James Bennett" <[EMAIL PROTECTED]> wrote:
> > On 5/29/07, Ahmad Alhashemi <[EMAIL PROTECTED]> wrote:
> >
> > As far as I know, you can install two applications which live in
> > folders which happen to have the same na
On Thu, 2007-05-31 at 01:00 -0400, Max Battcher wrote:
> I recently created and started testing a simple middleware, that I
> thought may even be worthy of django.contrib.sites. In brief, here's
> the question being asked:
>
> Is modifying settings, and in particular settings.SITE_ID, allowable?
(Cleaning up some flagged items I've been meaning to respond to...)
On Tue, 2007-05-29 at 03:56 -0500, James Bennett wrote:
> I noticed a patch sitting on #4412 tonight which seems interesting but
> definitely needs a decision; the idea is that, rather than
> implementing a separate widget or set
I suspect my laxness has been holding up the boulder-oracle-sprint
branch merge. So, I sat down tonight with my notes, read through an
updated diff and removed anything that might be evidence I was on drugs
at the time. What follows is what remains. Nothing that is a showstopper
for merging in her
On Fri, 2007-06-01 at 09:40 -0400, Benjamin Slavin wrote:
> On 5/31/07, Ben Schwarze <[EMAIL PROTECTED]> wrote:
> > What about a simple additional attribute that wil be. This could be
> > fetched in listener functions (e.g. is_update=True/False)?
> > [...]
> > Any ideas about that?
>
> I like thi
On Fri, 2007-06-01 at 10:07 -0400, Benjamin Slavin wrote:
> On 6/1/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
> > You can't tell if it's an update without asking the database sometimes
> > (if the primary key value is not None). So pre_save can't make i
On Sat, 2007-06-02 at 00:19 +1000, Malcolm Tredinnick wrote:
> On Fri, 2007-06-01 at 10:07 -0400, Benjamin Slavin wrote:
> > On 6/1/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
> > > You can't tell if it's an update without asking the database sometimes
>
On Fri, 2007-06-01 at 11:05 -0600, Ian Kelly wrote:
> Hi Malcolm, thanks for taking the time to look this over.
>
> On 6/1/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
> > (1) In core/management.py, there are a lot of lines that are
> >
On Fri, 2007-06-01 at 09:50 -0500, Jacob Kaplan-Moss wrote:
> On 6/1/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
> > I suspect my laxness has been holding up the boulder-oracle-sprint
> > branch merge.
>
> Yeah, I've also been bad about getting my review not
On Sat, 2007-06-02 at 10:02 +0800, Russell Keith-Magee wrote:
> Hi All,
>
> I recently raised ticket #4418 to add media descriptors to newforms.
> It was discussed on the following thread:
>
> http://groups.google.com/group/django-developers/browse_thread/thread/58fc9cab819c08b9/82a9adc74ae81833
On Sat, 2007-06-02 at 14:29 +0800, Russell Keith-Magee wrote:
> On 6/2/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
> >
> > On Sat, 2007-06-02 at 10:02 +0800, Russell Keith-Magee wrote:
> > > Hi All,
> > >
> > > Any objections to my committi
On Fri, 2007-06-01 at 09:25 -0700, Ben Schwarze wrote:
>
>
> On Jun 1, 4:19 pm, Malcolm Tredinnick <[EMAIL PROTECTED]>
> wrote:
> > On Fri, 2007-06-01 at 10:07 -0400, Benjamin Slavin wrote:
> > > On 6/1/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
&
On Sat, 2007-06-02 at 16:44 +1000, Malcolm Tredinnick wrote:
> On Sat, 2007-06-02 at 14:29 +0800, Russell Keith-Magee wrote:
> > On 6/2/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
> > >
> > > On Sat, 2007-06-02 at 10:02 +0800, Russell Keith-Magee wrote:
&g
On Mon, 2007-06-04 at 12:44 +0800, Russell Keith-Magee wrote:
> Hi All,
>
> I've been looking at ticket #3297 - a request to implement FileField
> and ImageField in newforms.
>
> Adrian's comments on this ticket, plus the code in newforms-admin seem
> to suggest that the 'approved' technique for
On Mon, 2007-06-04 at 13:37 +0200, David Danier wrote:
> > So the Unicode branch does decoding when
> > things in request.GET and request.POST are accessed, not on
> > construction, and you can change the encoding to whatever you like via
> > an attribute on the HttpRequest (or http.QueryDict) cla
On Mon, 2007-06-04 at 18:57 +0800, Russell Keith-Magee wrote:
> On 6/4/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
> >
> > On Mon, 2007-06-04 at 12:44 +0800, Russell Keith-Magee wrote:
> > > Hi All,
> > >
> > > I've been looking at tick
On Mon, 2007-06-04 at 13:58 +0200, David Danier wrote:
> > Perhaps request.POST.copy() could do this translation/decoding?
>
> Shouldn't request.{POST,GET}.copy() return an decoded version anyway?
They return an *exact* copy of the same data structure. So it has an
encoding attribute and the dec
On Mon, 2007-06-04 at 22:23 +, SmileyChris wrote:
> Ticket #611 was reopened just now and the point raised seems valid
> enough.
> http://code.djangoproject.com/ticket/611#comment:8
>
> Quoting rogerdpack from the ticket comment:
> "The problem it generated for me was that say I have a User w
On Tue, 2007-06-05 at 12:00 +0400, Ivan Sagalaev wrote:
> Malcolm Tredinnick wrote:
> > What I'd like to see us do is move "editable" out of the model field
> > declaration entirely as part of newforms-admin. It's presentation
> > related
>
> I d
On Tue, 2007-06-05 at 09:42 +0200, Michael Radziej wrote:
> On Tue, Jun 05, Malcolm Tredinnick wrote:
>
> > What I'd like to see us do is move "editable" out of the model field
> > declaration entirely as part of newforms-admin. It's presentation
> > r
On Wed, 2007-06-06 at 00:57 +, Iapain wrote:
> Hi,
>
> I was wondering if we can specify our own custom element like function
> in *search_field* in Admin class. e.g
>
> class Student(models.Model):
> name = models.CharField(maxlength=255)
>
> class Admin:
> search_list = ['name', '
On Mon, 2007-06-04 at 16:04 +1000, Malcolm Tredinnick wrote:
> On Mon, 2007-06-04 at 12:44 +0800, Russell Keith-Magee wrote:
> > Hi All,
> >
> > I've been looking at ticket #3297 - a request to implement FileField
> > and ImageField in newforms.
> >
>
On Wed, 2007-06-06 at 21:20 +, [EMAIL PROTECTED] wrote:
> Malcolm:
>
> We have currently implemented a Middleware Hack to alter the
> settings.SITE_ID
>
> The problem being that our project is serving more then 10 domain
> names and we are aiming at about 1200 requests/second. We don't want
On Thu, 2007-06-07 at 20:00 -0400, Marty Alchin wrote:
> On 6/7/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
> > Those are two I can think of off the
> > top of my head; there are other instances, though.
>
> For dbsettings at least, I expect a dynamic settings.S
On Thu, 2007-06-07 at 19:07 -0500, Adrian Holovaty wrote:
> On 5/28/07, Marty Alchin <[EMAIL PROTECTED]> wrote:
> > For my policy work, I'd like to be able to add in a separate URL
> > handler within each model's registration, so that something like
> > /admin/app/policy/ and /admin/app/model/poli
On Thu, 2007-06-07 at 20:42 -0400, Marty Alchin wrote:
> On 6/7/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
> > No dbsettings depend on SITE_ID, as far as I can see.
>
> The most recent version takes the current Site into account, using a
> ForeignKey to contrib.si
Adrian,
You've mentioned a couple of times that edit_inline support is the
main/only thing missing from newforms-admin now.
I was hoping we could take the chance to also kick radio_admin out of
Field attributes and into ModelAdmin. It's purely presentational and we
can treat it like prepopulate_
On Fri, 2007-06-08 at 09:08 +0800, Russell Keith-Magee wrote:
> On 6/8/07, Marinho Brandao <[EMAIL PROTECTED]> wrote:
> >
> > Hello all,
> >
> > I have notice some users (like me) need for 'text/html' mime-type in
> > sendmail (and send_mass_mail, of course), some tickets treats this
> > subject.
On Fri, 2007-06-08 at 13:25 +, Noam wrote:
> Let me improve my suggestion, so that it mostly solves James' concern
> and can be explained in one sentence:
>
> -
> Multiple blocks with the same name would be allowed, as long as all of
> them have the same content.
> -
>
> This
On Fri, 2007-06-08 at 13:08 +, [EMAIL PROTECTED] wrote:
> It would be nice if both the trunk as well as multi db fully
> qualilfied all field names with db.table.field name
Where would you want it to do that?
You can't just do it everywhere that the field name is used in SQL,
because it
On Fri, 2007-06-08 at 14:49 +, [EMAIL PROTECTED] wrote:
> We had the need to run some reports across databases, and this
> limitation in the django multi-db branch prevented me from doing them
> correctly...so our DBA wrote up some code using mysqldb that executes
> queries across the dbs... n
On Fri, 2007-06-08 at 15:27 +, [EMAIL PROTECTED] wrote:
> Right...I understand that although, based on information from
> another post (yesterday I believe) I don't think that is working right
> now, unless the poster was doing something incorrectly... he hasn't
> answered my reply, so I'm
On Sun, 2007-06-10 at 02:47 +0300, Noam Raphael wrote:
> Ok, I've implemented my suggestion.
>
> For those concerned about the complexity of implementation, it turns
> out that all that's needed is a simple change in the block parser, to
> make it return the same object for all blocks with the sa
On Sat, 2007-06-09 at 19:39 -0500, James Bennett wrote:
> On 6/6/07, Andrew R <[EMAIL PROTECTED]> wrote:
> > No matter what I try, I get:
> >
> > django.template.TemplateSyntaxError: 'javadoc_filter' is not a valid tag
> > library: Could not load template library from
> > django.templatetags
On Sun, 2007-06-10 at 15:23 +, [EMAIL PROTECTED] wrote:
> I've filed a ticket on this as well: http://code.djangoproject.com/ticket/4520
I'm not quite sure what result you are expecting from a ticket like
that, though. It doesn't contain any sample implementation or even a
proposed API, so th
On Sun, 2007-06-10 at 09:07 -0700, Brian Harring wrote:
> Curious, how many folks are actually using dispatch at all?
>
> For my personal usage, I'm actually not using any of the hooks- I
> suspect most folks aren't either. That said, I'm paying a fairly
> hefty price for them.
>
> With Model
On Mon, 2007-06-11 at 13:01 +0300, Noam Raphael wrote:
[...]
> I did a fresh SVN checkout, and made a new project, and run
> ./manage.py shell, and got:
>
> [EMAIL PROTECTED]:/tmp/mysite$ ./manage.py shell
> Python 2.5.1 (r251:54863, May 2 2007, 16:56:35)
> [GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on
I don't want to start an opening/closing battle in Trac, so I'll bring
this up here: I'm almost convinced by the use case for adding "else" to
"ifchanged" in #4534.
It's admittedly very borderline and on another day I could see myself
saying this is programming with templates. But for some reason
On Tue, 2007-06-12 at 06:16 -0700, Brian Harring wrote:
> On Mon, Jun 11, 2007 at 07:39:08PM +1000, Malcolm Tredinnick wrote:
> >
> > On Sun, 2007-06-10 at 09:07 -0700, Brian Harring wrote:
> > > Curious, how many folks are actually using dispatch at all?
> > >
On Wed, 2007-06-13 at 00:11 +0530, Amit Upadhyay wrote:
> Hi,
>
> Wouldn't it be cool if we can say
> user.save(email="[EMAIL PROTECTED]"), which will do the equivalent
> of user.email = "[EMAIL PROTECTED]"; user.save()? Should be single
> line change, putting a self.__dict__.update(kw) in model.
On Tue, 2007-06-12 at 21:16 +, Noam wrote:
> Hello,
>
> First of all, I apologize if I post this in the wrong forum. It just
> seems to me like something which requires design decisions, and not a
> simple bug. If I am wrong, please correct me.
>
> I'm making a site which will be in Hebrew.
On Tue, 2007-06-12 at 04:05 -0700, [EMAIL PROTECTED] wrote:
> I like this patch except for some issues.
>
> Files cannot be saved with different names based on other data i the
> model, since fields after the filefield does not set values in the
> model. This also causes a problem since save is c
On Wed, 2007-06-13 at 09:37 +1000, Malcolm Tredinnick wrote:
> On Tue, 2007-06-12 at 06:16 -0700, Brian Harring wrote:
[...]
> > Model.__init__ is still a bit of a kick in the teeth offhand;
> > addressing that one however requires some semi-nasty work shifting
> > some
On Wed, 2007-06-13 at 14:42 +0530, Amit Upadhyay wrote:
[...]
>
>
>
> Utility functions like create_or_update() are just that:
> intentional
> combinations of the two and you need to be able to handle both
> types of
> errors, but you know what you are ge
On Wed, 2007-06-13 at 03:28 -0700, alain D. wrote:
> Hi,
>
> After taking a look at the django translation mecanism, I did not
> find a feature (I think) that is mandatory for what I'm trying to do :
> I'd like to have a translatable message that displays (in a page)
> something like :
> "Thi
On Wed, 2007-06-13 at 05:04 -0700, alain D. wrote:
> Hi,
>
> Thanks a lot for the response.
>
> Actually, I "dare" to reply here because I think what follows might
> be a hint for the developers if they agree that the feature I'm
> talking about is worth a look.
>
> Such a translation fea
On Wed, 2007-06-13 at 09:49 -0400, Waylan Limberg wrote:
> On 6/13/07, Tai Lee <[EMAIL PROTECTED]> wrote:
> >
> > i'd like to see a single generic phone number field, and different
> > methods attached to it that format it to the required formats. usa,
> > international, including or excluding cou
On Thu, 2007-06-14 at 04:36 +, Nick wrote:
> A couple of weeks ago I submitted a patch to use the model API to
> delete expired sessions from the database in the daily_cleanup script
> (See http://code.djangoproject.com/ticket/4427).
>
> I just had a thought, the code currently deletes all se
On Wed, 2007-06-13 at 21:20 -0400, Jonathan Stockdill wrote:
> I have a custom manager and if I have a list of objects and call a
> get_next_by_FOO method on one of the objects, it retrieves the next
> object from the default manager, not the next object in the custom
> manager. Is it possi
Hi Karsu,
On Thu, 2007-06-14 at 05:29 -0700, Karsu wrote:
> Hello,
>
> Is it possible to get someone to check ticket: 3594 ;)
>
> http://groups.google.com/group/Django-I18N/browse_frm/thread/5b84713fa8d30953
Coincidentally, this is on my list of things I'm looking at; I started
looking at all
On Thu, 2007-06-14 at 05:36 -0700, alain D. wrote:
> Hi again,
>
>I would be happy to know you're impressions about the above
> explanation ... if I made my point clear or not, or if you have any
> objection why this would not be a useful feature ...
I understood your point. I haven't had ti
On Thu, 2007-06-14 at 14:56 +0200, Wolfram Kriesing wrote:
> but watch out, gettext doesnt like line breaks inside a blocktrans, i
> only added them for readbility
That's effectively a bug. Should be fixed at some point. It's been
reported in Trac. Kind of takes the fun out of the "block" tag if
On Thu, 2007-06-14 at 12:23 -0700, Brian Harring wrote:
> Just filed ticket 4565, which basically converts template rendering
> away from "build a string within this node of subnode results, return
> it, wash rinse repeat", and into "yield each subnode chunk, and my
> data as it's available".
>
On Sat, 2007-06-16 at 20:15 +, dimas wrote:
> Hello all,
>
> Is it hard to port multidb features against trunk?
>
> Or any info on how ready is it to get merged?
Perhaps you might want to read this:
http://groups.google.com/group/django-developers/browse_frm/thread/18d57576c054701e/c391e06e
On Sun, 2007-06-17 at 02:50 +0200, Julian 'Julik' Tarkhanov wrote:
>
> On Jun 17, 2007, at 2:46 AM, Jonas wrote:
>
> >
> >
> > On 17 jun, 01:14, "James Bennett" <[EMAIL PROTECTED]> wrote:
> > > Where do you propose this be used? At the database level, your DB
> > > will
> > > store date/time v
On Sun, 2007-06-17 at 01:58 +, [EMAIL PROTECTED] wrote:
>
>
> On Jun 16, 6:45 pm, "James Bennett" <[EMAIL PROTECTED]> wrote:
> > On 6/16/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
> >
> > > However all that is beside the point. Th
On Thu, 2007-06-14 at 12:23 -0700, Brian Harring wrote:
> Just filed ticket 4565, which basically converts template rendering
> away from "build a string within this node of subnode results, return
> it, wash rinse repeat", and into "yield each subnode chunk, and my
> data as it's available".
>
On Sun, 2007-06-17 at 00:54 -0700, Tai Lee wrote:
> +1 - it's a simple default settings change. django is used by an
> international community, so the defaults should be a format that is
> understood by everybody without any possibility of ambiguity. those
> that prefer a different format (america
On Sun, 2007-06-17 at 12:15 +0400, Ivan Sagalaev wrote:
> Hello everyone (and Malcolm especially)!
>
> This is about template rendering in unicode branch. Template's render
> now returns a byte string encoded in a DEFAULT_CHARSET. However just
> yesterday I've come across a case where a develop
On Sun, 2007-06-17 at 06:13 -0700, Jonas wrote:
> On 17 jun, 09:03, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
> > On Sun, 2007-06-17 at 00:54 -0700, Tai Lee wrote:
> > > +1 - it's a simple default settings change. django is used by an
> > > international
On Sun, 2007-06-17 at 20:08 +0100, Mike H wrote:
> Hi all,
>
> I needed a nice way of saying "mike's friends" in a template when the
> currently logged in user was "mike", but "james' friends" when it was
> james. I realise this is a very English biased filter, but here's a
> patch to add it t
On Mon, 2007-06-18 at 09:27 -0500, Tom Tobin wrote:
> Context:
> http://groups.google.com/group/django-developers/browse_thread/thread/cb0dd0b5ba0ffe11/
>
> I would like to submit for (re-)appraisal ticket #1465, which
> implements regular expression field lookups (``__regex`` and
> ``__iregex``
I'm going to give this one more pass and then dropout. We're just going
around in circles now.
On Mon, 2007-06-18 at 12:09 -0700, Jonas wrote:
> On 18 jun, 00:04, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
> > On Sun, 2007-06-17 at 06:13 -0700, Jonas wrote:
[...]
On Tue, 2007-06-19 at 17:35 -0300, Bruno Tikami wrote:
> Hi Django folks!
>
> Does anyone have any news about Django supports to MS SQL Server? I've
> already read the hole old bunch of topics and dicussions about this
> matter, jsut want to know if there is come news.
Nobody appears to be worki
On Wed, 2007-06-20 at 10:58 -0300, Bruno Tikami wrote:
> How can I know what need to be done? I'm thinking about start working
> on it.
There was a thread about the current status on the django-users list
within the last month. Start there.
Regards,
Malcolm
--~--~-~--~~---
Brian,
On Thu, 2007-06-14 at 12:23 -0700, Brian Harring wrote:
> Just filed ticket 4565, which basically converts template rendering
> away from "build a string within this node of subnode results, return
> it, wash rinse repeat", and into "yield each subnode chunk, and my
> data as it's avail
On Thu, 2007-06-21 at 10:16 -0700, Brian Harring wrote:
> On Thu, Jun 21, 2007 at 08:33:05PM +1000, Malcolm Tredinnick wrote:
> >
> > Brian,
> >
> > On Thu, 2007-06-14 at 12:23 -0700, Brian Harring wrote:
> > > Just filed ticket 4565, which basically converts
On Thu, 2007-06-21 at 19:04 -0500, Gary Wilson wrote:
Hey .. you're back. :-) Hope you had a nice break.
> [EMAIL PROTECTED] wrote:
> > I don't want to attempt to pollute Django's beautiful template library
> > namespace with garbage, but I do see a legitimate value for a
> > linebreaksli templa
On Thu, 2007-06-21 at 18:29 -0700, Brian Harring wrote:
> On Fri, Jun 22, 2007 at 09:47:57AM +1000, Malcolm Tredinnick wrote:
[...]
> > Making the change at the WSGI handler level is more efficient in terms
> > of network traffic, since WSGI servers are not permitted to buffer
>
On Fri, 2007-06-22 at 03:47 +, Graham Dumpleton wrote:
> On Jun 22, 11:57 am, Malcolm Tredinnick <[EMAIL PROTECTED]>
> wrote:
> > This problem is my high-priority item at the moment. When I've done my
> > necessary work today, I'm going to hook up a couple of
On Thu, 2007-06-21 at 23:29 -0700, Brian Harring wrote:
[...]
> While it's not performance related, one additional argument against
> iter_render via James Bennett is that it makes third party code
> supplying their own Node derivatives a little tricky if they're trying
> to support svn and <=0
On Fri, 2007-06-22 at 00:16 -0700, Brian Harring wrote:
> On Fri, Jun 22, 2007 at 04:54:27PM +1000, Malcolm Tredinnick wrote:
> >
> > On Thu, 2007-06-21 at 23:29 -0700, Brian Harring wrote:
> > [...]
> > > While it's not performance related, one additional argu
On Fri, 2007-06-22 at 16:54 +1000, Malcolm Tredinnick wrote:
[...]
> Since this really isn't the problem I want to work on right now and
> since it is causing some destabilisation and changes block a bit based
> on somebody with commit access being ready to react, I'll back i
901 - 1000 of 1429 matches
Mail list logo