Re: [Django] #5846: locale.py fails if LANG is UTF-8

2009-02-17 Thread Django
#5846: locale.py fails if LANG is UTF-8 ---+ Reporter: Patrick Lauber | Owner: nobody Status: closed| Milestone: Component: Internat

Re: [Django] #10292: AdminSite docs are incorrect

2009-02-17 Thread Django
#10292: AdminSite docs are incorrect +--- Reporter: bugmenot | Owner: nobody Status: closed | Milestone: Component: Documentation | Version: 1.0

[Django] #10293: Show Unicode representations next to ManyToMany raw_id_field

2009-02-17 Thread Django
#10293: Show Unicode representations next to ManyToMany raw_id_field --+ Reporter: joaoolavo | Owner: nobody Status: new

Re: [Django] #10292: AdminSite docs are incorrect

2009-02-17 Thread Django
#10292: AdminSite docs are incorrect +--- Reporter: bugmenot | Owner: nobody Status: closed | Milestone: Component: Documentation | Version: 1.0

[Django] #10292: AdminSite docs are incorrect

2009-02-17 Thread Django
#10292: AdminSite docs are incorrect ---+ Reporter: bugmenot | Owner: nobody Status: new| Milestone: Component: Documentation | Version: 1.0 Keywords: AdminSite

[Django] #10291: Correction to QuerySet.iterator() documentation

2009-02-17 Thread Django
#10291: Correction to QuerySet.iterator() documentation ---+ Reporter: ikelly | Owner: nobody Status: new| Milestone: Component: Documentation | Version: SVN Key

Re: [Django] #3182: model instance update() method and QuerySet update_or_create() method

2009-02-17 Thread Django
#3182: model instance update() method and QuerySet update_or_create() method --+- Reporter: Gary Wilson | Owner: nobody Status: new | Milestone:

Re: [Django] #5846: locale.py fails if LANG is UTF-8

2009-02-17 Thread Django
#5846: locale.py fails if LANG is UTF-8 ---+ Reporter: Patrick Lauber | Owner: nobody Status: closed| Milestone: Component: Internat

Re: [Django] #4147: Add some i18n hooks to DateFormat

2009-02-17 Thread Django
#4147: Add some i18n hooks to DateFormat -+-- Reporter: orestis | Owner: nobody Status: new | Milestone: post-1.0 Comp

Re: [Django] #7640: django.shortcuts.get_list_or_404 unnecessarily returns a list

2009-02-17 Thread Django
#7640: django.shortcuts.get_list_or_404 unnecessarily returns a list -+-- Reporter: Kamu| Owner: nobody Status: closed | Milestone: 1.0 Comp

Re: [Django] #8746: Data entered in raw_id_fields needs better checking

2009-02-17 Thread Django
#8746: Data entered in raw_id_fields needs better checking ---+ Reporter: kmtracey | Owner: nobody Status: new | Milestone: post-1.0 Component: dj

Re: [Django] #7640: django.shortcuts.get_list_or_404 unnecessarily returns a list

2009-02-17 Thread Django
#7640: django.shortcuts.get_list_or_404 unnecessarily returns a list -+-- Reporter: Kamu| Owner: nobody Status: closed | Milestone: 1.0 Comp

[Changeset] r9845 - django/trunk/django/db/backends/postgresql

2009-02-17 Thread noreply
Author: russellm Date: 2009-02-17 17:33:30 -0600 (Tue, 17 Feb 2009) New Revision: 9845 Modified: django/trunk/django/db/backends/postgresql/operations.py Log: Fixed #10289 -- Corrected typo that produced oversensitive rejection of Postgres versions. Thanks to Ian Kelly for the report. Modifi

[Django] #10290: grouping with extra_selects produces invalid sql

2009-02-17 Thread Django
#10290: grouping with extra_selects produces invalid sql -+-- Reporter: ikelly | Owner: Status: new | Milestone: Component: ORM aggregation | Version: SVN

Re: [Django] #10289: Postgresql aggregate support version check is hypersensitive

2009-02-17 Thread Django
#10289: Postgresql aggregate support version check is hypersensitive --+- Reporter: ikelly | Owner: Status: new | Milestone: Component: ORM aggregat

[Django] #10289: Postgresql aggregate support version check is hypersensitive

2009-02-17 Thread Django
#10289: Postgresql aggregate support version check is hypersensitive -+-- Reporter: ikelly | Owner: Status: new | Milestone: Component: ORM aggregation | Versio

Re: [Django] #10281: generic inline formsets don't allow custom prefix

2009-02-17 Thread Django
#10281: generic inline formsets don't allow custom prefix ---+ Reporter: akaihola | Owner: brosner Status: new | Milestone: Component: Contrib apps |

Re: [Django] #10173: Add a setting to set up pg binaries for test_runner

2009-02-17 Thread Django
#10173: Add a setting to set up pg binaries for test_runner -+-- Reporter: laureline.gue...@makina-corpus.org | Owner: nobody Status: new | Milestone:

Re: [Django] #9460: Template blocks for submit buttons in admin's change view

2009-02-17 Thread Django
#9460: Template blocks for submit buttons in admin's change view ---+ Reporter: kosmik| Owner: nobody Status: new | Milestone: p

Re: [Django] #9460: Template blocks for submit buttons in admin's change view

2009-02-17 Thread Django
#9460: Template blocks for submit buttons in admin's change view ---+ Reporter: kosmik| Owner: nobody Status: new | Milestone:

Re: [Django] #9460: Template blocks for submit buttons in admin's change view

2009-02-17 Thread Django
#9460: Template blocks for submit buttons in admin's change view ---+ Reporter: kosmik| Owner: nobody Status: new | Milestone:

Re: [Django] #5852: Setting models.NullBooleanField(null=True, blank=True)

2009-02-17 Thread Django
#5852: Setting models.NullBooleanField(null=True, blank=True) +--- Reporter: ryankanno | Owner: whiskybar Status: closed | Milestone: Component: Forms |

[Django] #10288: DateTimeInput widget's _has_changed fails when using custom output format

2009-02-17 Thread Django
#10288: DateTimeInput widget's _has_changed fails when using custom output format --+- Reporter: Koen Biermans | Owner: nobody Status: new | Milestone:

Re: [Django] #17: Metasystem optimization: Share select_related in memory

2009-02-17 Thread Django
#17: Metasystem optimization: Share select_related in memory ---+ Reporter: adrian| Owner: PhiR Status: assigned | Milestone: post-1

Re: [Django] #9460: Template blocks for submit buttons in admin's change view

2009-02-17 Thread Django
#9460: Template blocks for submit buttons in admin's change view ---+ Reporter: kosmik| Owner: nobody Status: new | Milestone:

Re: [Django] #10283: Admin change_form.html doesn't allow to customize, submit rows or other parts.

2009-02-17 Thread Django
#10283: Admin change_form.html doesn't allow to customize, submit rows or other parts. ---+ Reporter: Ciantic | Owner: nobody Status: closed| Milestone: p

[Django] #10287: Formset documentation has no information about practical formset validation

2009-02-17 Thread Django
#10287: Formset documentation has no information about practical formset validation +--- Reporter: aidan | Owner: nobody Status: new | Milestone: Component: Documentation

Re: [Django] #8264: Replace get_absolute_url with more sane alternative

2009-02-17 Thread Django
#8264: Replace get_absolute_url with more sane alternative -+-- Reporter: simon | Owner: simon Status: new | Milestone: post-1.0 Component:

Re: [Django] #10168: Can't configure memcached backend to use unix socket

2009-02-17 Thread Django
#10168: Can't configure memcached backend to use unix socket ---+ Reporter: munhitsu | Owner: nobody Status: closed| Milestone: Component: Cache syst

[Django] #10286: Get EmailMessage.content_subtype default value from settings.py

2009-02-17 Thread Django
#10286: Get EmailMessage.content_subtype default value from settings.py --+- Reporter: ajcontreras | Owner: nobody Status: new | Milestone: post-1.0 Component: django.core.mail |

Re: [Django] #6045: Many2Many manager and “TypeError: filter() keywords must be strings”

2009-02-17 Thread Django
#6045: Many2Many manager and “TypeError: filter() keywords must be strings” ---+ Reporter: proxor| Owner: Natim Status: assigned

Re: [Django] #4979: Admin does not allow removal of an image from an ImageField after it has been set, even if null=True and blank=True

2009-02-17 Thread Django
#4979: Admin does not allow removal of an image from an ImageField after it has been set, even if null=True and blank=True ---+ Reporter: robvdl| Owner: nobody Status: reopen

[Django] #10285: Render commet list

2009-02-17 Thread Django
#10285: Render commet list -+-- Reporter: kylef| Owner: kylef Status: new | Milestone: Component: django.contrib.comments | Version: SVN Ke

[Django] #10284: ModelFormSet - objects are deleted even if commit=False

2009-02-17 Thread Django
#10284: ModelFormSet - objects are deleted even if commit=False +--- Reporter: laureline.gue...@makina-corpus.org | Owner: nobody Status: new | Milestone: Componen

[Django] #10283: Admin change_form.html doesn't allow to customize, submit rows or other parts.

2009-02-17 Thread Django
#10283: Admin change_form.html doesn't allow to customize, submit rows or other parts. --+- Reporter: Ciantic | Owner: nobody Status: new | Milestone: post-1.0 Component: d

[Django] #10282: Missed "% self.name" for admin_logout url

2009-02-17 Thread Django
#10282: Missed "% self.name" for admin_logout url --+- Reporter: vitek_pliska | Owner: nobody Status: new | Milestone: Component: django.contrib.admin | Version:

Re: [Django] #9460: Template blocks for submit buttons in admin's change view

2009-02-17 Thread Django
#9460: Template blocks for submit buttons in admin's change view ---+ Reporter: kosmik| Owner: nobody Status: new | Milestone:

Re: [Django] #7510: ModelAdmin should be able to use a non-default manager

2009-02-17 Thread Django
#7510: ModelAdmin should be able to use a non-default manager ---+ Reporter: tom | Owner: Alex Status: new | Milestone: Component: django.

Re: [Django] #6903: Go back to old change_list view after hitting save

2009-02-17 Thread Django
#6903: Go back to old change_list view after hitting save -+-- Reporter: jarrow | Owner: ramiro Status: new | Milestone: post-1.0

Re: [Django] #3457: Allow overriding of error message for each newforms Field type

2009-02-17 Thread Django
#3457: Allow overriding of error message for each newforms Field type +--- Reporter: anonymous | Owner: nobody Status: closed | Milestone: Component: Forms |

Re: [Django] #5833: [newforms-admin] Custom FilterSpecs

2009-02-17 Thread Django
#5833: [newforms-admin] Custom FilterSpecs ---+ Reporter: Honza_Kral| Owner: jkocherhans Status: assigned | Milestone:

[Changeset] r9844 - django/trunk/docs/ref/models

2009-02-17 Thread noreply
Author: russellm Date: 2009-02-17 04:17:29 -0600 (Tue, 17 Feb 2009) New Revision: 9844 Modified: django/trunk/docs/ref/models/querysets.txt Log: Clarified some documentation on the use of the aggregate() query modifier, following suggestions on IRC. Thanks to Tai Lee for the report. Modified

Re: [Django] #7270: selected_related() can not follow reverse relations of OneToOne.

2009-02-17 Thread Django
#7270: selected_related() can not follow reverse relations of OneToOne. ---+ Reporter: towjz...@hotmail.com | Owner: gav Status: new