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
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
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.
--~--~-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
- 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
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
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
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
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
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
35 matches
Mail list logo