Making sitemaps more extensible (or providing for existing extensions)

2011-06-22 Thread Jeremy Dunck
Referring to Django's support for sitemaps: https://code.djangoproject.com/browser/django/trunk/django/contrib/sitemaps https://docs.djangoproject.com/en/1.3/ref/contrib/sitemaps/ In addition to the standard sitemaps, Google also specifies some extensions: http://www.google.com/support/webmasters/

Djangocon US Call for Talks

2011-06-22 Thread Sean O'Connor
Hey Everybody, I know we're a bit late this year but the new Djangocon.US site is finally up and we are accepting talk proposals today. Unfortunately, thanks to our lateness we will only be able to accept proposals for the next* *two weeks. This means if you want to have

max_value bug (ticket #16306)

2011-06-22 Thread Shawn Milochik
https://code.djangoproject.com/ticket/16306 Would a core dev or two please give their opinion on this? I think it's a bug and not a flaw in the documentation. As I read the docs it seems plain that the max_value and min_value do what I think a reasonable person would expect them to do. In fact, t

Re: [GSoC form-rendering] Weekly Check-in

2011-06-22 Thread Mikhail Korobov
Hi Gregor & others, I've noticed the https://github.com/idangazit/formrendering and it reminds me the approach I'm using for all my django 1.3 projects: {# forms/fields/as_dl.html #} {{ field.label_tag }}} {{ field }} {% include "forms/fields/errors.html" %} and then: {% csrf_token %} {

Re: FloatField will not handle infinity values (Ticket #4287)

2011-06-22 Thread Conrad Calmez
I sent in another patch that acts as proposed by Gabriel. With this patch one can enable to store infinity and it is checked against a DataBaseFeature if it is possible. Storing infinity without having it enabled on that particular field will lead to an exception. It is also a backwards compatible