Re: [Django] #494: Collapse in admin interface for inline related objects

2009-07-12 Thread Django
#494: Collapse in admin interface for inline related objects
---+
  Reporter:  jcsto...@nilling.nl   | Owner:  aptiko 
 
Status:  closed| Milestone: 
 
 Component:  django.contrib.admin  |   Version:  SVN
 
Resolution:  fixed |  Keywords:  edit_inline, 
nfa-someday
 Stage:  Accepted  | Has_patch:  1  
 
Needs_docs:  0 |   Needs_tests:  1  
 
Needs_better_patch:  1 |  
---+
Changes (by seemant):

 * cc: seemant (added)
  * status:  assigned => closed
  * resolution:  => fixed

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #6623: commit_manually decorator: Better error message (show exception)

2009-07-12 Thread Django
#6623: commit_manually decorator: Better error message (show exception)
---+
  Reporter:  guettli   | Owner:  nobody
Status:  new   | Milestone:
 Component:  Database layer (models, ORM)  |   Version:  SVN   
Resolution:|  Keywords:
 Stage:  Accepted  | Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  0 
Needs_better_patch:  0 |  
---+
Comment (by daybreaker):

 Is there anybody working on this, or any plan to adopt this?

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #10061: incorrect logout link in admin

2009-07-12 Thread Django
#10061: incorrect logout link in admin
---+
  Reporter:  lashni| Owner:  mtredinnick
Status:  new   | Milestone:  1.1
 Component:  django.contrib.admin  |   Version:  SVN
Resolution:|  Keywords: 
 Stage:  Accepted  | Has_patch:  1  
Needs_docs:  1 |   Needs_tests:  1  
Needs_better_patch:  1 |  
---+
Comment (by russellm):

 Replying to [comment:72 ramiro]:
 > Russell: (simple nitpick) If the user isn't supposed to modify the
 `app_name` and `name` attibutes inside
 
[http://github.com/freakboy3742/django/blob/bfd2a9fbc5f508684949be5689bf82688e568be0/django/contrib/admin/sites.py#L185
 AdminSite.get_urls()], wouldn't it be better to leave it to return an
 urlpattern collection as it does currently and make the `urls` method
 return `self.get_urls(), self.app_name, self.name`?.
 >
 > This would simplfy the admin customization API and would keep the method
 consistent with its `ModelAdmin` counterpart.

 Good idea, Ramiro. I've made this change on Github. I'm about to upload a
 new patch to reflect all the recent changes for those that aren't git-
 enabled.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



[Django] #11468: Wrong Norwegian translation in django.contrib.sites: Nettsider => Nettsteder

2009-07-12 Thread Django
#11468: Wrong Norwegian translation in django.contrib.sites: Nettsider =>
Nettsteder
--+-
 Reporter:  hansst|   Owner:  nobody
   Status:  new   |   Milestone:
Component:  django.contrib.admin  | Version:  1.0   
 Keywords:  translation   |   Stage:  Unreviewed
Has_patch:  0 |  
--+-
 The Norwegian translation for the django.contrib.sites framework uses the
 Norwegian term "nettside" (pl. "nettsider") to describe a unit in the
 sites framework. This appears in the admin menu for the application.

 "Nettside" is a translation of "Web page", and represents a single such
 Web page. A better translation of "Web site" would be "nettsted" (pl.
 "nettsteder") (directly translated: "Web place", pl. "Web places").

 The problem becomes apparent when I use the django-page-cms project, which
 labels its units "pages". I now have both "Pages" and the Norwegian term
 for "Web pages" in the same admin menu.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #6422: Support for 'DISTINCT ON' queries with QuerySet.distinct()

2009-07-12 Thread Django
#6422: Support for 'DISTINCT ON' queries with QuerySet.distinct()
--+-
  Reporter:  Manfred Wassmann   | 
Owner:  nobody
Status:  new  | 
Milestone:
 Component:  Database layer (models, ORM) |   
Version:  SVN   
Resolution:   |  
Keywords:
 Stage:  Accepted | 
Has_patch:  1 
Needs_docs:  1|   
Needs_tests:  1 
Needs_better_patch:  1|  
--+-
Changes (by cornbread):

 * cc: ikelly (removed)
 * cc: cornbread (added)

Comment:

 I just ran into this issue. I am trying to return unique Session keys from
 a table. I tried
 PageRequest.objects.order_by('session').distinct().count() and I get 217
 records and not 1 that I should be getting. Would be nice to just be able
 to do PageRequest.objects.all().distinct('session').count()

 Looking forward to your new patch Manfred Wassmann. Thanks for the great
 work!

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #11467: Macedonian translation of SVN trunk

2009-07-12 Thread Django
#11467: Macedonian translation of SVN trunk
---+
  Reporter:  vasiliyeah| Owner:  nobody
Status:  new   | Milestone:  1.1   
 Component:  Translations  |   Version:  SVN   
Resolution:|  Keywords:
 Stage:  Accepted  | Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  0 
Needs_better_patch:  0 |  
---+
Changes (by vasiliyeah):

  * version:  1.1-beta-1 => SVN
  * summary:  Macedonian translation of 1.1-beta-1 => Macedonian
  translation of SVN trunk

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #9150: Generic views should accept arguements for form_class

2009-07-12 Thread Django
#9150: Generic views should accept arguements for form_class
-+--
  Reporter:  erikcw  | Owner:  toabctl  
   
Status:  assigned| Milestone:   
   
 Component:  Generic views   |   Version:  1.0  
   
Resolution:  |  Keywords:  generic views, 
form_class, arguments
 Stage:  Design decision needed  | Has_patch:  1
   
Needs_docs:  0   |   Needs_tests:  1
   
Needs_better_patch:  0   |  
-+--
Changes (by anonymous):

  * needs_better_patch:  1 => 0
  * needs_docs:  1 => 0
  * milestone:  1.2 =>

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #11467: Macedonian translation of 1.1-beta-1

2009-07-12 Thread Django
#11467: Macedonian translation of 1.1-beta-1
---+
  Reporter:  vasiliyeah| Owner:  nobody
Status:  new   | Milestone:  1.1   
 Component:  Translations  |   Version:  1.1-beta-1
Resolution:|  Keywords:
 Stage:  Accepted  | Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  0 
Needs_better_patch:  0 |  
---+
Changes (by Alex):

  * needs_better_patch:  => 0
  * stage:  Unreviewed => Accepted
  * needs_tests:  => 0
  * needs_docs:  => 0

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #6183: [patch] Support help_text with ManyToMany field widgets

2009-07-12 Thread Django
#6183: [patch] Support help_text with ManyToMany field widgets
--+-
  Reporter:  Steven Armstrong   | Owner:  
nobody
Status:  new  | Milestone:  
  
 Component:  django.contrib.admin |   Version:  
newforms-admin
Resolution:   |  Keywords:  
  
 Stage:  Accepted | Has_patch:  1   
  
Needs_docs:  0|   Needs_tests:  0   
  
Needs_better_patch:  1|  
--+-
Comment (by kmtracey):

 #11452 and #6459 were closed as dupes of this.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #6459: Help text is not displayed for vertical filter interface

2009-07-12 Thread Django
#6459: Help text is not displayed for vertical filter interface
+---
  Reporter:  a...@openroadtech.com  | Owner:  nobody
Status:  closed | Milestone:
 Component:  django.contrib.admin   |   Version:  SVN   
Resolution:  duplicate  |  Keywords:
 Stage:  Accepted   | Has_patch:  0 
Needs_docs:  0  |   Needs_tests:  0 
Needs_better_patch:  0  |  
+---
Changes (by kmtracey):

  * status:  new => closed
  * resolution:  => duplicate

Comment:

 This looks like a dupe of #6183.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #10061: incorrect logout link in admin

2009-07-12 Thread Django
#10061: incorrect logout link in admin
---+
  Reporter:  lashni| Owner:  mtredinnick
Status:  new   | Milestone:  1.1
 Component:  django.contrib.admin  |   Version:  SVN
Resolution:|  Keywords: 
 Stage:  Accepted  | Has_patch:  1  
Needs_docs:  1 |   Needs_tests:  1  
Needs_better_patch:  1 |  
---+
Comment (by Alex):

 ramiro's suggestion sounds look a good one.  And failing that then the
 auth UserAdmin needs to be updated for the new syntax.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #11452: Using filter_horizontal on a field in admin stops its help_text appearing

2009-07-12 Thread Django
#11452: Using filter_horizontal on a field in admin stops its help_text 
appearing
--+-
  Reporter:  EvilDMP  | Owner:  nobody
Status:  closed   | Milestone:
 Component:  django-admin.py  |   Version:  1.1-beta-1
Resolution:  duplicate|  Keywords:
 Stage:  Unreviewed   | Has_patch:  0 
Needs_docs:  0|   Needs_tests:  0 
Needs_better_patch:  0|  
--+-
Changes (by kmtracey):

  * status:  new => closed
  * resolution:  => duplicate

Comment:

 Agreed, so closing as dupe.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



[Django] #11467: Macedonian translation of 1.1-beta-1

2009-07-12 Thread Django
#11467: Macedonian translation of 1.1-beta-1
--+-
 Reporter:  vasiliyeah|   Owner:  nobody
   Status:  new   |   Milestone:  1.1   
Component:  Translations  | Version:  1.1-beta-1
 Keywords:|   Stage:  Unreviewed
Has_patch:  1 |  
--+-
 I'm submitting a patch for the Macedonian translation of the current HEAD
 revision of Django. There are still some strings missing or marked as
 fuzzy, mostly some regions in the Czech Republic and 2 or 3 strings which
 I have to hunt down in the code to figure out the actual context and
 meaning.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #11466: Problem with 'logout', 'change password' links in contrib.admin interface

2009-07-12 Thread Django
#11466: Problem with 'logout', 'change password' links in contrib.admin 
interface
---+
  Reporter:  gurunars  | Owner:  nobody
Status:  closed| Milestone:
 Component:  django.contrib.admin  |   Version:  1.1-beta-1
Resolution:  duplicate |  Keywords:
 Stage:  Unreviewed| Has_patch:  0 
Needs_docs:  0 |   Needs_tests:  0 
Needs_better_patch:  0 |  
---+
Changes (by dc):

  * status:  new => closed
  * needs_better_patch:  => 0
  * resolution:  => duplicate
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 Duplicate of #10061

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



[Django] #11466: Problem with 'logout', 'change password' links in contrib.admin interface

2009-07-12 Thread Django
#11466: Problem with 'logout', 'change password' links in contrib.admin 
interface
--+-
 Reporter:  gurunars  |   Owner:  nobody
   Status:  new   |   Milestone:
Component:  django.contrib.admin  | Version:  1.1-beta-1
 Keywords:|   Stage:  Unreviewed
Has_patch:  0 |  
--+-
 '''Currently in ''"django/contrib/admin/templates/admin/base.html" ''
 there is a line:'''

 {% trans 'Welcome,' %} {% firstof
 user.first_name user.username %}. {% block userlinks %}{% url
 django-admindocs-docroot as docsroot %}{% if docsroot %}{% trans 'Documentation' %} / {% endif %}{% trans 'Change password' %} / {% trans 'Log out' %}{% endblock
 %}-->

 '''It should be replaced with:'''

 {% trans 'Welcome,' %} {% firstof
 user.first_name user.username %}. {% block userlinks %}{% url
 django-admindocs-docroot as docsroot %}{% if docsroot %}{% trans 'Documentation' %} / {% endif %}{% trans 'Change password' %} / {% trans 'Log out' %}{% endblock
 %}

 '''Reason:'''

 {{root_path}} variable does not contain a trailing slash. As a result,
 logout and change password links are relative, not absolute. It leads to
 404 error when using the links from the pages other then home one. The
 solution is to add a trailing slash in front of {{root_path}} variable.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #11452: Using filter_horizontal on a field in admin stops its help_text appearing

2009-07-12 Thread Django
#11452: Using filter_horizontal on a field in admin stops its help_text 
appearing
--+-
  Reporter:  EvilDMP  | Owner:  nobody
Status:  new  | Milestone:
 Component:  django-admin.py  |   Version:  1.1-beta-1
Resolution:   |  Keywords:
 Stage:  Unreviewed   | Has_patch:  0 
Needs_docs:  0|   Needs_tests:  0 
Needs_better_patch:  0|  
--+-
Changes (by anonymous):

  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 Probably dupe of #6183

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #6470: Admin urls should use urlpatterns

2009-07-12 Thread Django
#6470: Admin urls should use urlpatterns
---+
  Reporter:  jdetaeye  | Owner:  Alex   
Status:  closed| Milestone: 
 Component:  django.contrib.admin  |   Version:  SVN
Resolution:  fixed |  Keywords:  nfa-someday
 Stage:  Accepted  | Has_patch:  1  
Needs_docs:  0 |   Needs_tests:  0  
Needs_better_patch:  0 |  
---+
Changes (by dc):

  * status:  reopened => closed
  * resolution:  => fixed

Comment:

 There is a [http://code.djangoproject.com/ticket/10061 separate ticket]
 for this error.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #11465: Broken representation of nonexisting objects for raw_id_fields

2009-07-12 Thread Django
#11465: Broken representation of nonexisting objects for raw_id_fields
---+
  Reporter:  sa...@wp.pl   | Owner:  nobody
Status:  new   | Milestone:
 Component:  django.contrib.admin  |   Version:  SVN   
Resolution:|  Keywords:
 Stage:  Unreviewed| Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  0 
Needs_better_patch:  0 |  
---+
Changes (by anonymous):

  * needs_better_patch:  => 0
  * has_patch:  0 => 1
  * needs_tests:  => 0
  * needs_docs:  => 0

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



[Django] #11465: Broken representation of nonexisting objects for raw_id_fields

2009-07-12 Thread Django
#11465: Broken representation of nonexisting objects for raw_id_fields
--+-
 Reporter:  sa...@wp.pl   |   Owner:  nobody
   Status:  new   |   Milestone:
Component:  django.contrib.admin  | Version:  SVN   
 Keywords:|   Stage:  Unreviewed
Has_patch:  0 |  
--+-
 In administration panel for raw_id_fields, when we manually entry id of
 non-existing object, we will got TemplateSyntaxError with original
 DoesNotExists exception instead of error message about non-existing
 object.

 Models definition:
 {{{
 from django.db import models

 class Foo(models.Model):

 name = models.CharField(max_length=10)
 bar = models.ForeignKey('Bar')

 class Bar(models.Model):

 value = models.CharField(max_length=10)

 from django.contrib.admin import ModelAdmin, site

 class FooModelAdmin(ModelAdmin):
 model = Foo
 raw_id_fields = ('bar', )

 site.register(Foo, FooModelAdmin)
 site.register(Bar)
 }}}

 Exception after save of new Foo object with manually entered id for bar
 (with empty database):
 {{{
 Original Traceback (most recent call last):
   File "C:\Python25\lib\site-packages\django\template\debug.py", line 71,
 in render_node
 result = node.render(context)
   File "C:\Python25\lib\site-packages\django\template\debug.py", line 87,
 in render
 output = force_unicode(self.filter_expression.resolve(context))
   File "C:\Python25\lib\site-packages\django\utils\encoding.py", line 71,
 in force_unicode
 s = unicode(s)
   File "C:\Python25\lib\site-packages\django\forms\forms.py", line 356, in
 __unicode__
 return self.as_widget()
   File "C:\Python25\lib\site-packages\django\forms\forms.py", line 391, in
 as_widget
 return widget.render(name, data, attrs=attrs)
   File "C:\Python25\lib\site-packages\django\contrib\admin\widgets.py",
 line 126, in render
 output.append(self.label_for_value(value))
   File "C:\Python25\lib\site-packages\django\contrib\admin\widgets.py",
 line 150, in label_for_value
 obj = self.rel.to._default_manager.get(**{key: value})
   File "C:\Python25\lib\site-packages\django\db\models\manager.py", line
 120, in get
 return self.get_query_set().get(*args, **kwargs)
   File "C:\Python25\lib\site-packages\django\db\models\query.py", line
 305, in get
 % self.model._meta.object_name)
 DoesNotExist: Bar matching query does not exist.
 }}}

 I think problem is with
 ''django.contrib.admin.widgets.ForeignKeyRawIdWidget.label_for_value()''
 function which doesn't handle missing id of FK object.
 This problem also appear for inline object edition with FK raw_id_fileds.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #4695: xgettext skips some translation strings in javascript files

2009-07-12 Thread Django
#4695: xgettext skips some translation strings in javascript files
---+
  Reporter:  v...@voy.cz| Owner:  nobody
Status:  new   | Milestone:
 Component:  Internationalization  |   Version:  SVN   
Resolution:|  Keywords:
 Stage:  Accepted  | Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  0 
Needs_better_patch:  0 |  
---+
Changes (by seveas):

  * has_patch:  0 => 1
  * version:  0.96 => SVN

Comment:

 This one-line fix against current trunk (11227) would solve the problem.

 {{{
 #!diff
 Index: core/management/commands/makemessages.py
 ===
 --- core/management/commands/makemessages.py(revision 11227)
 +++ core/management/commands/makemessages.py(working copy)
 @@ -17,7 +17,7 @@
  # still sensible for us to use it, since subprocess didn't exist in 2.3.
  warnings.filterwarnings('ignore', category=DeprecationWarning,
 message=r'os\.popen3')

 -pythonize_re = re.compile(r'\n\s*//')
 +pythonize_re = re.compile(r'(?:^|\n)\s*//')

  def handle_extensions(extensions=('html',)):
  """
 }}}

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #6470: Admin urls should use urlpatterns

2009-07-12 Thread Django
#6470: Admin urls should use urlpatterns
---+
  Reporter:  jdetaeye  | Owner:  Alex   
Status:  reopened  | Milestone: 
 Component:  django.contrib.admin  |   Version:  SVN
Resolution:|  Keywords:  nfa-someday
 Stage:  Accepted  | Has_patch:  1  
Needs_docs:  0 |   Needs_tests:  0  
Needs_better_patch:  0 |  
---+
Changes (by anonymous):

  * status:  closed => reopened
  * resolution:  fixed =>

Comment:

 There is a typo in contrib/admin/sites.py [9739], isn't it?

 {{{
 @@ -199,7 +199,7 @@
  name='%sadmin_index' % self.name),
  url(r'^logout/$',
  wrap(self.logout),
 -name='%sadmin_logout'),
 +name='%sadmin_logout' % self.name),
  url(r'^password_change/$',
  wrap(self.password_change),
  name='%sadmin_password_change' % self.name),
 }}}

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #11462: {% url %} tag is not working with the 'AS' modifier and named URLs

2009-07-12 Thread Django
#11462: {% url %} tag is not working with the 'AS' modifier and named URLs
--+-
  Reporter:  x13  | Owner:  nobody
Status:  closed   | Milestone:
 Component:  Template system  |   Version:  1.0   
Resolution:  worksforme   |  Keywords:
 Stage:  Unreviewed   | Has_patch:  0 
Needs_docs:  0|   Needs_tests:  0 
Needs_better_patch:  0|  
--+-
Changes (by ramiro):

  * status:  new => closed
  * needs_better_patch:  => 0
  * resolution:  => worksforme
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 What do you mean with ''it didn't work''? I tested this with Django 1.0,
 1.0.2 and trunk and it worked as expected (the alias variable evaluates to
 the correct URL for the link href). Reopen the ticket if you are willing
 to provide more details about your setup and exact failure.

 PS: I used this template fragment:

 {{{
 
 {% url en-soon as url_soon_en %}
 {% if url_soon_en %}
 English
 {% endif %}
 {% url es-soon as url_soon_es %}
 {% if url_soon_es %}
 Spanish
 {% endif %}
 
 }}}

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #3415: django allows invalid TIME_ZONE in settings.py

2009-07-12 Thread Django
#3415: django allows invalid TIME_ZONE in settings.py
-+--
  Reporter:  for...@alittletooquiet.net  | Owner:  nobody   
 
Status:  new | Milestone:   
 
 Component:  Uncategorized   |   Version:  SVN  
 
Resolution:  |  Keywords:  datetime 
TIME_ZONE settings.py
 Stage:  Accepted| Has_patch:  1
 
Needs_docs:  0   |   Needs_tests:  0
 
Needs_better_patch:  0   |  
-+--
Changes (by seveas):

  * stage:  Someday/Maybe => Accepted

Comment:

 Setting stage back to accepted as it now has a patch.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #10061: incorrect logout link in admin

2009-07-12 Thread Django
#10061: incorrect logout link in admin
---+
  Reporter:  lashni| Owner:  mtredinnick
Status:  new   | Milestone:  1.1
 Component:  django.contrib.admin  |   Version:  SVN
Resolution:|  Keywords: 
 Stage:  Accepted  | Has_patch:  1  
Needs_docs:  1 |   Needs_tests:  1  
Needs_better_patch:  1 |  
---+
Comment (by ramiro):

 Russell: (simple nitpick) If the user isn't supposed to modify the
 `app_name` and `name` attibutes inside
 
[http://github.com/freakboy3742/django/blob/bfd2a9fbc5f508684949be5689bf82688e568be0/django/contrib/admin/sites.py#L185
 AdminSite.get_urls()], wouldn't it be better to leave it to return an
 urlpattern collection as it does currently and make the `urls` method
 return `self.get_urls(), self.app_name, self.name`?.

 This would simplfy the admin customization API and would keep the method
 consistent with its `ModelAdmin` counterpart.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #3415: django allows invalid TIME_ZONE in settings.py

2009-07-12 Thread Django
#3415: django allows invalid TIME_ZONE in settings.py
-+--
  Reporter:  for...@alittletooquiet.net  | Owner:  nobody   
 
Status:  new | Milestone:   
 
 Component:  Uncategorized   |   Version:  SVN  
 
Resolution:  |  Keywords:  datetime 
TIME_ZONE settings.py
 Stage:  Someday/Maybe   | Has_patch:  1
 
Needs_docs:  0   |   Needs_tests:  0
 
Needs_better_patch:  0   |  
-+--
Comment (by seveas):

 Of course, since the patches don't overlap/conflict it is also possible to
 apply both.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #3415: django allows invalid TIME_ZONE in settings.py

2009-07-12 Thread Django
#3415: django allows invalid TIME_ZONE in settings.py
-+--
  Reporter:  for...@alittletooquiet.net  | Owner:  nobody   
 
Status:  new | Milestone:   
 
 Component:  Uncategorized   |   Version:  SVN  
 
Resolution:  |  Keywords:  datetime 
TIME_ZONE settings.py
 Stage:  Someday/Maybe   | Has_patch:  1
 
Needs_docs:  0   |   Needs_tests:  0
 
Needs_better_patch:  0   |  
-+--
Changes (by seveas):

  * has_patch:  0 => 1

Comment:

 Attached are two patched: variant one implements Winston Lee's idea, which
 is nice but cannot be used to check the value before mangling the
 environment. Patch two checks whether the timezone is available in
 /usr/share/zoneinfo. This can be done before mangling the environment.
 Both patches do not work on windows, where the whole environment mangling
 is skipped anyway.

 I have no idea how to create unittests/doctests for this, as there is
 afaik no way to test settings handling in django's test framework (correct
 me if I'm wrong please, pointers to existing tests would be helpful too).
 I have tested both variants manually. The timezones 'UTC' and
 'America/Chicago' are seen as valid, whereas 'America/Chicagoops' was
 rejected.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #11426: Minor syntactic inconsistency in templates builtins documentation

2009-07-12 Thread Django
#11426: Minor syntactic inconsistency in templates builtins documentation
-+--
  Reporter:  Rodney Topor   | Owner:  
nobody
Status:  new | Milestone:   
 
 Component:  Documentation   |   Version:  
SVN   
Resolution:  |  Keywords:  
templates builtins
 Stage:  Unreviewed  | Has_patch:  
0 
Needs_docs:  0   |   Needs_tests:  
0 
Needs_better_patch:  0   |  
-+--
Changes (by russellm):

  * milestone:  1.1 =>

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



[Changeset] r11228 - in django/branches/soc2009/i18n-improvements: django/contrib/admin/templatetags django/forms django/utils docs/ref

2009-07-12 Thread noreply

Author: garcia_marc
Date: 2009-07-12 08:53:37 -0500 (Sun, 12 Jul 2009)
New Revision: 11228

Modified:
   
django/branches/soc2009/i18n-improvements/django/contrib/admin/templatetags/admin_list.py
   django/branches/soc2009/i18n-improvements/django/forms/fields.py
   django/branches/soc2009/i18n-improvements/django/forms/widgets.py
   django/branches/soc2009/i18n-improvements/django/utils/formats.py
   django/branches/soc2009/i18n-improvements/docs/ref/settings.txt
Log:
[soc2009/i18n] bugs fixed on input formatting, and more documentation written.

Modified: 
django/branches/soc2009/i18n-improvements/django/contrib/admin/templatetags/admin_list.py
===
--- 
django/branches/soc2009/i18n-improvements/django/contrib/admin/templatetags/admin_list.py
   2009-07-11 20:34:27 UTC (rev 11227)
+++ 
django/branches/soc2009/i18n-improvements/django/contrib/admin/templatetags/admin_list.py
   2009-07-12 13:53:37 UTC (rev 11228)
@@ -193,6 +193,12 @@
 else:
 result_repr = EMPTY_CHANGELIST_VALUE
 row_class = ' class="nowrap"'
+elif isinstance(f, models.FloatField):
+if field_val:
+result_repr = formats.number_format(field_val)
+else:
+result_repr = EMPTY_CHANGELIST_VALUE
+row_class = ' class="nowrap"'
 # Booleans are special: We use images.
 elif isinstance(f, models.BooleanField) or isinstance(f, 
models.NullBooleanField):
 result_repr = _boolean_icon(field_val)

Modified: django/branches/soc2009/i18n-improvements/django/forms/fields.py
===
--- django/branches/soc2009/i18n-improvements/django/forms/fields.py
2009-07-11 20:34:27 UTC (rev 11227)
+++ django/branches/soc2009/i18n-improvements/django/forms/fields.py
2009-07-12 13:53:37 UTC (rev 11228)
@@ -26,7 +26,7 @@
 import django.core.exceptions
 from django.utils.translation import ugettext_lazy as _
 from django.utils.encoding import smart_unicode, smart_str
-from django.utils.formats import get_format
+from django.utils.formats import getformat
 
 from util import ErrorList, ValidationError
 from widgets import TextInput, PasswordInput, HiddenInput, 
MultipleHiddenInput, FileInput, CheckboxInput, Select, NullBooleanSelect, 
SelectMultiple, DateInput, DateTimeInput, TimeInput, SplitDateTimeWidget, 
SplitHiddenDateTimeWidget
@@ -209,7 +209,8 @@
 if not self.required and value in EMPTY_VALUES:
 return None
 try:
-value = float(value)
+# We always accept dot as decimal separator
+value = float(value.replace(getformat('DECIMAL_SEPARATOR'), '.'))
 except (ValueError, TypeError):
 raise ValidationError(self.error_messages['invalid'])
 if self.max_value is not None and value > self.max_value:
@@ -245,7 +246,8 @@
 return None
 value = smart_str(value).strip()
 try:
-value = Decimal(value)
+# We always accept dot as decimal separator
+value = Decimal(value.replace(getformat('DECIMAL_SEPARATOR'), '.'))
 except DecimalException:
 raise ValidationError(self.error_messages['invalid'])
 
@@ -281,7 +283,7 @@
 
 def __init__(self, input_formats=None, *args, **kwargs):
 super(DateField, self).__init__(*args, **kwargs)
-self.input_formats = input_formats or get_format('DATE_INPUT_FORMATS')
+self.input_formats = input_formats or getformat('DATE_INPUT_FORMATS')
 
 def clean(self, value):
 """
@@ -310,7 +312,7 @@
 
 def __init__(self, input_formats=None, *args, **kwargs):
 super(TimeField, self).__init__(*args, **kwargs)
-self.input_formats = input_formats or get_format('TIME_INPUT_FORMATS')
+self.input_formats = input_formats or getformat('TIME_INPUT_FORMATS')
 
 def clean(self, value):
 """
@@ -337,7 +339,7 @@
 
 def __init__(self, input_formats=None, *args, **kwargs):
 super(DateTimeField, self).__init__(*args, **kwargs)
-self.input_formats = input_formats or 
get_format('DATETIME_INPUT_FORMATS')
+self.input_formats = input_formats or 
getformat('DATETIME_INPUT_FORMATS')
 
 def clean(self, value):
 """

Modified: django/branches/soc2009/i18n-improvements/django/forms/widgets.py
===
--- django/branches/soc2009/i18n-improvements/django/forms/widgets.py   
2009-07-11 20:34:27 UTC (rev 11227)
+++ django/branches/soc2009/i18n-improvements/django/forms/widgets.py   
2009-07-12 13:53:37 UTC (rev 11228)
@@ -15,6 +15,7 @@
 from django.utils.translation import ugettext
 from django.utils.encoding import StrAndUnicode, force_unicode
 from django.utils.safestring import mark_safe
+from django.utils.formats import localize
 

Re: [Django] #11460: Admin changelist shows no rows with a non-zero count where ForeignKeys are used in list_display and data is bad

2009-07-12 Thread Django
#11460: Admin changelist shows no rows with a non-zero count where ForeignKeys 
are
used in list_display and data is bad
---+
  Reporter:  afitzpatrick  | Owner:  nobody
Status:  reopened  | Milestone:
 Component:  django.contrib.admin  |   Version:  1.0   
Resolution:|  Keywords:
 Stage:  Unreviewed| Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  0 
Needs_better_patch:  0 |  
---+
Comment (by afitzpatrick):

 @kmtracey. Thanks for your comments. I agree that it would be great if the
 admin tool could highlight these bad records, though I suspect that might
 be beyond its remit. I have joined the developer list and could look at
 writing that code post 1.1 if there's appetite for it, and if we can
 establish what the correct behaviour should be.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #3221: [patch] unhelpful error message when include() set incorrectly

2009-07-12 Thread Django
#3221: [patch] unhelpful error message when include() set incorrectly
-+--
  Reporter:  imbac...@gmail.com  | Owner:  oggie_rob
Status:  closed  | Milestone:   
 Component:  Core framework  |   Version:   
Resolution:  fixed   |  Keywords:   
 Stage:  Accepted| Has_patch:  1
Needs_docs:  0   |   Needs_tests:  0
Needs_better_patch:  0   |  
-+--
Changes (by seveas):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 A slightly different more useful error message has found its way into the
 trunk already.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #3211: admin crash when uploading an e-mail message as a text file

2009-07-12 Thread Django
#3211: admin crash when uploading an e-mail message as a text file
---+
  Reporter:  akaihola  | Owner:  nobody
Status:  closed| Milestone:
 Component:  django.contrib.admin  |   Version:  SVN   
Resolution:  fixed |  Keywords:
 Stage:  Accepted  | Has_patch:  0 
Needs_docs:  0 |   Needs_tests:  0 
Needs_better_patch:  0 |  
---+
Changes (by seveas):

  * status:  new => closed
  * needs_better_patch:  1 => 0
  * has_patch:  1 => 0
  * resolution:  => fixed

Comment:

 This has been fixed at some point between this bug being filed and now.
 There no longer are checks for nested mime messages and uploading .eml
 files with embedded emails works as expected.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



[Django] #11464: tutorial part 3: recommend removing 'mysite' from view prefix in polls specific urls.py

2009-07-12 Thread Django
#11464: tutorial part 3: recommend removing 'mysite' from view prefix in polls
specific urls.py
---+
 Reporter:  cid|   Owner:  nobody
   Status:  new|   Milestone:
Component:  Documentation  | Version:  1.0   
 Keywords: |   Stage:  Unreviewed
Has_patch:  0  |  
---+
 At the bottom of [http://docs.djangoproject.com/en/dev/intro/tutorial03
 /#decoupling-the-urlconfs Tutorial part 3] where user is learning how to
 include app-specific urls (from the 'polls' app), the new included urls.py
 file (in polls app) starts with:

 {{{
 urlpatterns = patterns('mysite.polls.views', ...
 }}}


 Presumably 'mysite' should be removed from the patterns view prefix at
 this point to really decouple the app from the project. I tried doing that
 and it worked (changing "mysite.polls.views" to just "polls.views").

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #2856: Admin's Recent Actions will link to a 404 when an object has been deleted.

2009-07-12 Thread Django
#2856: Admin's Recent Actions will link to a 404 when an object has been 
deleted.
---+
  Reporter:  anonymous | Owner: 
Status:  new   | Milestone: 
 Component:  django.contrib.admin  |   Version:  SVN
Resolution:|  Keywords: 
 Stage:  Accepted  | Has_patch:  1  
Needs_docs:  0 |   Needs_tests:  1  
Needs_better_patch:  1 |  
---+
Changes (by seveas):

  * needs_tests:  0 => 1

Comment:

 Here is a first stab at a backwards compatible patch. It's rather heavy as
 it requires at least one SQL query per displayed log entry so I'm not sure
 the approach is the best. It also needs tests for the added function.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



[Django] #11463: Vietnamese translation

2009-07-12 Thread Django
#11463: Vietnamese translation
---+
 Reporter:  Erik Unger   |   Owner:  nobody
   Status:  new|   Milestone:  1.0.3 
Component:  Translations   | Version:  1.0   
 Keywords: |   Stage:  Unreviewed
Has_patch:  0  |  
---+
 Here is the django.po translation for Vietnamese based on 1.0.2. It's not
 complete, but a starting point.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #7048: Support clearing FileFields with ModelForms

2009-07-12 Thread Django
#7048: Support clearing FileFields with ModelForms
---+
  Reporter:  jarrow| Owner:  brosner
Status:  assigned  | Milestone:  1.2
 Component:  django.contrib.admin  |   Version:  SVN
Resolution:|  Keywords: 
 Stage:  Accepted  | Has_patch:  1  
Needs_docs:  0 |   Needs_tests:  1  
Needs_better_patch:  0 |  
---+
Changes (by anonymous):

 * cc: anb...@gmail.com (added)

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---