Re: Looking for a project

2009-09-20 Thread Dougal Matthews
Daniel, It would probably be worth you listing your ideas even if they are half baked. This would show people what you are interested in and we could possibly help you develop them further. Otherwise, you could look at the wiki for discussed features or even get involved in 1.2? Dougal 2009/9

Re: Distorted layout of this group in Google Groups

2009-09-21 Thread Dougal Matthews
2009/9/21 Karen Tracey > On Mon, Sep 21, 2009 at 10:53 AM, Léon Dignòn wrote: > >> >> Hello, >> >> Am I the only one with this problem? It's annoying because it covers >> all the topics and also text of discussions. >> >> > This appears to be some sort of google groups problem, that only affects

Re: Adding an option to re-test only failed tests

2009-10-02 Thread Dougal Matthews
2009/10/2 Javier Guerra > > > - if there's no 'failure record' run all > - if there's some record, first test those that have failed the last time > - if they still fail, stop there > - if there's no further failures, rerun the whole set > > +1, that sounds like a good approach to me. --~--~-

Re: Proposal for 1.2: Improved URL system

2009-10-18 Thread Dougal Matthews
2009/10/18 Maxim Penzin > > Another crazy idea for shorter object fetch is > "/%(model_name.id)d/" or may be another syntax like "/%%(model_name)/" > to get rid of > get_object_or_404( id=int(id) ) > at the first line of every view method. > I quite like this idea, not sure about that syntax

Re: Continuous Integration command

2009-10-18 Thread Dougal Matthews
2009/10/18 Anssi Kaariainen > > > Is it possible to autorun only the failing tests? It would be very > useful (at least for me) if the following was supported > No. Not yet anyway... It had been discussed recently; http://groups.google.com/group/django-developers/browse_thread/thread/825b6a1b676

Re: Continuous Integration command

2009-10-18 Thread Dougal Matthews
2009/10/18 Dougal Matthews > > It had been discussed recently; > http://groups.google.com/group/django-developers/browse_thread/thread/825b6a1b676f24ed/c54aa0fd48ed7b8c?hl=en&lnk=gst&q=failed#c54aa0fd48ed7b8c > Link fail. This one will work better; http://groups.goo

Re: Proposal: Tutorial Refresh

2009-10-20 Thread Dougal Matthews
2009/10/19 Jeff Anderson > > An official "real-life", advanced tutorial would have been wonderful to > fill > the gap that I had. It would have saved me quite a bit of *re-learning* > things, > which is always annoying. > If you can outline some of the gaps you had and examples it might be usefu

Re: Enhanced debug output colors: django code is green, user code is red.

2009-11-02 Thread Dougal Matthews
2009/11/2 Yuri Baburov > > Hi All, > > Since you are discussing and applying different features, > > I think it's time to ask what do you think of the subj. > > It's at http://code.djangoproject.com/ticket/11834 > > It adds some helpful color beauty to django 500 output. > > Sample pictures are h

Re: Refining Django admin look proposal

2010-02-06 Thread Dougal Matthews
On 6 February 2010 15:38, patrickk wrote: > > let me add a note about the "contest": if it comes down to skinning > the admin-interface, a contest is not needed from my point of view. if > (one day), it´s easy to "skin" the admin-interface, different skins > will evolve (e.g., grappelli). I think

Re: contrib.Auth

2010-02-09 Thread Dougal Matthews
On 9 February 2010 08:09, Harro wrote: > - Make email unique and username non-required on the model. That would > make implementing something that authenticated by email a lot > easier :) > For reference there are some good points here[1] on this topic started by Hanne Moa. I think ideally the

Re: template rendering problem plz look at this.

2010-02-17 Thread Dougal Matthews
The django-developers mailing list is for the discussion about the development of django itself, not using django. Please use the django-users mailing list and don't cross post between the two. Dougal On 17 February 2010 09:26, chiranjeevi muttoju < chiranjeevi.mutt...@gmail.com> wrote: > > H

Can't search 1.1 documentation on djangoproject.com

2010-03-02 Thread Dougal Matthews
If you head to http://docs.djangoproject.com/en/1.1/ and type in 'settings' (for example) into the search on the right you'll notice that all the results link to docs.djangoproject.com/en/dev/ rather than /en/1.1/. It seems then that 'latest' under the search input is the development version and t

Re: [GSoC] Making django.db usable outside Django

2010-03-12 Thread Dougal Matthews
On 12 March 2010 12:51, Yuvi Panda wrote: > I'm a CS student from India and am planning to apply for this year's GSoC > to work on Django. > > My project idea is to rip out the Django ORM so it could be used outside > django. django.db will be isolated (ie. dependencies on other parts of > django

Re: Low-Hanging Fruit

2010-04-19 Thread Dougal Matthews
On 19 April 2010 22:20, Don Guernsey wrote: > How do I sign up to help? Is there an overall schematic for how django > works? Overview of the process. docs.djangoproject.com/en/dev/internals/contributing/ Signup for trac. www.djangoproject.com/accounts/register/ -- You received this message

Re: www.djangoproject.com down?

2010-06-01 Thread Dougal Matthews
On 1 June 2010 08:23, Vinay Sajip wrote: > I've been having trouble accessing www.djangoproject.com recently, > from here in the UK. Is this a known problem? Is the server down? > > It's fine from here (Edinburgh) and I've not had any problems lately. Dougal -- You received this message becaus

Re: Cleanup Signal

2010-07-02 Thread Dougal Matthews
On 2 July 2010 05:44, hcarvalhoalves wrote: > Besides that, I don't see the need for anything to integrate inside a > single "clean" command. It's not like the management commands provided > by Django are hooks, you can and should be making yours for each > specific need. I agree with this. Ma

Re: Comet support in Django?

2010-07-09 Thread Dougal Matthews
On 9 July 2010 13:25, Yuval Adam wrote: > But what is the easiest way to do this? Shouldn't Django supply some > wrapper for comet functionality? > I imagine this is really out of the scope of Django but I might be missing something. I'm no expert and haven't done much more than read about comet

Re: #11834: colorized debug page. Assigned to buriy

2010-08-12 Thread Dougal Matthews
On 12 August 2010 15:54, Thomas Guettler wrote: > Why not commit? > I don't know the exact reason but its missing a few things. There are no tests or documentation and these are both required. Reading through the comments there doesn't seem to be a final decision on the colours and the latest p

Re: Trac issues review

2010-08-15 Thread Dougal Matthews
On 15 August 2010 17:09, Jeremy Dunck wrote: > On Sun, Aug 15, 2010 at 2:03 AM, burc...@gmail.com > wrote: > > Hi Russell, > > > > On Sat, Aug 14, 2010 at 2:03 PM, Russell Keith-Magee > > wrote: > >> On Sat, Aug 14, 2010 at 1:39 PM, burc...@gmail.com > wrote: > >>> I had few useful thoughts ab

Re: Proposal: Signal connection via "my_app.MyModel"

2012-05-12 Thread Dougal Matthews
On 9 May 2012 22:14, Yo-Yo Ma wrote: > This would allow for better decoupling of code, as well as a far > cleaner dependency graph. The dependancy will still be there, the string containing the dotted path would be a hard link. However, this will be hidden and a less obvious dependancy than a nor

Re: Any interest in adding a navigation helper to Django?

2010-08-26 Thread Dougal Matthews
On 26 August 2010 17:25, Yo-Yo Ma wrote: > I'm speaking about something like http://code.google.com/p/django-nav/ > > One of the main issues I deal with when developing software with > Django is that I need to create a new template for every view that > changes navigation (e.g. tabs). The ability

Re: Smart extends

2010-10-15 Thread Dougal Matthews
I can see one main use case. Front end developers and designers would be able to extend templates without worrying about python code changes or doing a full copy and paste of the original template (if they can find it.) Dougal On 15 Oct 2010 14:10, "Andrew Godwin" wrote: > On 15/10/10 13:41, J.

Re: contrib.staticfiles app concerns

2010-10-21 Thread Dougal Matthews
On 21 October 2010 13:41, Tobias McNulty wrote: > is there another mailing list thread or wiki page somewhere that follows > or summarizes the decisions that went into django.contrib.staticfiles? I > think pointing to the fact that such a process has already happened would > also resolve a lot

Re: Direction on #10899

2010-10-26 Thread Dougal Matthews
On Tuesday, 26 October 2010 at 01:24, Preston Timmons wrote: Hi,Could one of the core devs take a look over #10899 and give someguidance on what the best step to take next is? Thanks.I'm not a core dev, but it looks like the patch is missing documentation an

Re: Proposal for inclusion of two additional default template tags.

2011-01-07 Thread Dougal Matthews
On Friday, 7 January 2011 at 16:11, Jonathan S wrote: > ** And a {% decorate %} template tag: > http://paste.pocoo.org/show/316593/ > > I think they are generic enough to be included. > {% decorate %} implements a commonly used design pattern. (Also known > by XAML programmers.) It avoids the nee

Re: Django Error Display Page

2011-06-10 Thread Dougal Matthews
On Friday, 10 June 2011 at 04:31, Valentin Golev wrote: > What I'd really like is a stacktrace in a plain text in the html > commentary ("") on the very top of the page. +1 This would actually be very useful when debugging Ajax calls in browsers. I often find myself reading the HTML particular

Re: Template Engine Compilation and Runtime Refactoring Progress

2011-07-28 Thread Dougal Matthews
On Thursday, 28 July 2011 at 09:43, Kevin Tran wrote: > Has the repository been deleted? > https://github.com/mitsuhiko/django-template-compilation is giving me a 404. Try here: https://github.com/mitsuhiko/templatetk -- You received this message because you are subscribed to the Google Groups

Re: #17028 - diveintopython.org links now dead

2011-10-12 Thread Dougal Matthews
Mirrors are appearing in a number of places for this and the html5 version. Its hard to know which are more likely to stick around. http://diveintopython3.ep.io/ https://github.com/diveintomark/diveintopython3 Dougal -- You received this message because you are subscribed to the Google Group

Re: Schema Evolution

2009-03-25 Thread Dougal Matthews
And here is a list of various schema evolution projects; http://code.djangoproject.com/wiki/SchemaEvolution Dougal --- Dougal Matthews - @d0ugal http://www.dougalmatthews.com/ 2009/3/25 Alex Gaynor : > > > On Wed, Mar 25, 2009 at 10:28 AM, dononyx wrote: >> >> Was th

Re: Call for ideas: Admin Improvements

2009-03-31 Thread Dougal Matthews
- Photo Management - crop, rotate (with ability to add more filters) - Make it easier for people to create custom themes and styles for the admin and change between them - Allow models to be added twice with two modeladmins serving a different process --- Dougal Matthews - @d0ugal

Re: EuroPython Sprints

2009-05-19 Thread Dougal Matthews
alks ;) Cheers, Dougal --- Dougal Matthews - @d0ugal http://www.dougalmatthews.com/ 2009/5/19 Richard Boulton : > > 2009/5/19 Sergio Oliveira : >> Is there someone going to EuroPython (Birmingham - UK)? >> I've just saw that Django is in the top of the proposed spri

Re: Try out new inline features [GSoC admin-ui]

2009-07-07 Thread Dougal Matthews
I was just messing around with it and got this error; http://dpaste.com/64095/ Not exactly sure what I did to cause it though. Cheers, Dougal --- Dougal Matthews - @d0ugal http://www.dougalmatthews.com/ 2009/7/7 patrickk > > another more severe problem ... I´m going to stop writing

Re: Django 1.1

2009-07-21 Thread Dougal Matthews
the door but I think we are possibly waiting for documentation and translations only? But yeah, perhaps a beta or RC is needed? Dougal --- Dougal Matthews - @d0ugal http://www.dougalmatthews.com/ 2009/7/21 Michael Kerrin > Hi All, > > I am working on a project that is currently run

Re: Why are checkboxes *still* like this?

2009-07-26 Thread Dougal Matthews
Create a patch? Dougal 2009/7/26 judgej > > > http://code.djangoproject.com/browser/django/trunk/django/forms/widgets.py > line 595: > output.append(u'%s %s' % (label_for, > rendered_cb, option_label)) > > 1- I know there is argument in the CSS/designer community about > embedding tags inside

Re: 1.2 Proposal: Add a few more tutorial steps

2009-08-07 Thread Dougal Matthews
I'm a +1 for helping and doing whatever I can do improve the tutorials as I think they could be expanded. However I'm about to bugger off for a month so I'm not sure how that will fit in with timelines and such. Dougal 2009/8/7 Jacob Kaplan-Moss > > On Fri, Aug 7, 2009 at 11:19 AM, Rob Hudson w