Re: [Django] #8275: Unused and unnecessary imports in auth views

2009-03-25 Thread Django
#8275: Unused and unnecessary imports in auth views -+-- Reporter: julien | Owner: nobody Status: closed | Milestone: Component: Authentication |

Re: [Django] #8275: Unused and unnecessary imports in auth views

2009-03-25 Thread Django
#8275: Unused and unnecessary imports in auth views -+-- Reporter: julien | Owner: nobody Status: closed | Milestone: Component: Authentication |

[Changeset] r10174 - in django/trunk/django/contrib/gis/geos: . tests

2009-03-25 Thread noreply
Author: jbronn Date: 2009-03-25 21:07:11 -0500 (Wed, 25 Mar 2009) New Revision: 10174 Removed: django/trunk/django/contrib/gis/geos/tests/pymutable_geometries.py Modified: django/trunk/django/contrib/gis/geos/collections.py django/trunk/django/contrib/gis/geos/geometry.py

Re: [Django] #10620: All .py files have LF line endings except test_mutable_list.py

2009-03-25 Thread Django
#10620: All .py files have LF line endings except test_mutable_list.py ---+ Reporter: ruiyen| Owner: nobody Status: new | Milestone: 1.1 Component: GIS

Re: [Django] #7596: Multiple Database Inserts using 1 query

2009-03-25 Thread Django
#7596: Multiple Database Inserts using 1 query ---+ Reporter: erikcw| Owner: nobody Status: new | Milestone:

[Django] #10627: Middleware using len() on response.content is gobbling generators

2009-03-25 Thread Django
#10627: Middleware using len() on response.content is gobbling generators +--- Reporter: FunkyBob| Owner: nobody Status: new | Milestone: Component: Core framework |

Re: [Django] #10623: scheme for filtering an object based on a ManyToManyField or a reverse ForeignKeyField

2009-03-25 Thread Django
#10623: scheme for filtering an object based on a ManyToManyField or a reverse ForeignKeyField +--- Reporter: while0pass | Owner: nobody Status: closed | Milestone:

Re: [Django] #10626: Default model ordering affects annotation query

2009-03-25 Thread Django
#10626: Default model ordering affects annotation query --+- Reporter: kmassey | Owner: Status: closed | Milestone: 1.1 beta

[Django] #10626: Default model ordering affects annotation query

2009-03-25 Thread Django
#10626: Default model ordering affects annotation query --+- Reporter: kmassey | Owner: Status: new | Milestone: 1.1 beta Component: ORM aggregation

Re: [Django] #10622: List editable breaks with model inheritance

2009-03-25 Thread Django
#10622: List editable breaks with model inheritance ---+ Reporter: oyvind| Owner: nobody Status: new | Milestone: 1.1

[Django] #10625: Ewkt regexp incorrectly escaped

2009-03-25 Thread Django
#10625: Ewkt regexp incorrectly escaped -+-- Reporter: timlinux | Owner: springmeyer Status: new | Milestone: 1.1 beta Component: GIS | Version: SVN Keywords: regexp

Re: [Django] #10624: has_add_permission not working correctly

2009-03-25 Thread Django
#10624: has_add_permission not working correctly +--- Reporter: anonymous | Owner: nobody Status: closed | Milestone: Component: Uncategorized |

[Django] #10624: has_add_permission not working correctly

2009-03-25 Thread Django
#10624: has_add_permission not working correctly ---+ Reporter: anonymous | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: 1.0 Keywords:

Re: [Django] #2367: [patch] pagination for date based generic views

2009-03-25 Thread Django
#2367: [patch] pagination for date based generic views --+- Reporter: andr...@weblinc.com | Owner: nobody Status: new | Milestone: Component: Generic

Re: [Django] #10609: Permissions on admin actions

2009-03-25 Thread Django
#10609: Permissions on admin actions +--- Reporter: leitjohn | Owner: leitjohn Status: assigned | Milestone: 1.1 Component: Uncategorized | Version:

Re: [Django] #10611: Doc TOC becomes invisible during scroll down

2009-03-25 Thread Django
#10611: Doc TOC becomes invisible during scroll down -+-- Reporter: adrian_...@yahoo.com| Owner: nobody Status: new | Milestone: Component:

Re: [Django] #9315: Keyword arguments with spaces and the url tag

2009-03-25 Thread Django
#9315: Keyword arguments with spaces and the url tag --+- Reporter: alexisbellido| Owner: nessita Status: assigned | Milestone: 1.1

Re: [Django] #10611: Doc TOC becomes invisible during scroll down

2009-03-25 Thread Django
#10611: Doc TOC becomes invisible during scroll down -+-- Reporter: adrian_...@yahoo.com| Owner: nobody Status: new | Milestone: Component:

Re: [Django] #10611: Doc TOC becomes invisible during scroll down

2009-03-25 Thread Django
#10611: Doc TOC becomes invisible during scroll down -+-- Reporter: adrian_...@yahoo.com| Owner: nobody Status: new | Milestone: Component:

[Django] #10623: scheme for filtering an object based on a ManyToManyField or a reverse ForeignKeyField

2009-03-25 Thread Django
#10623: scheme for filtering an object based on a ManyToManyField or a reverse ForeignKeyField ---+ Reporter: while0pass | Owner: nobody Status: new| Milestone: Component:

Re: [Django] #10622: List editable breaks with model inheritance

2009-03-25 Thread Django
#10622: List editable breaks with model inheritance ---+ Reporter: oyvind| Owner: nobody Status: new | Milestone: 1.1

[Django] #10622: List editable breaks with model inheritance

2009-03-25 Thread Django
#10622: List editable breaks with model inheritance ---+ Reporter: oyvind | Owner: nobody Status: new| Milestone: Component: django.contrib.admin

Re: [Django] #9994: list_filter ignores to_field

2009-03-25 Thread Django
#9994: list_filter ignores to_field ---+ Reporter: jzylks| Owner: mtredinnick Status: closed| Milestone: 1.1 Component:

[Django] #10621: Add a way to have an aggregate() result as a queryset

2009-03-25 Thread Django
#10621: Add a way to have an aggregate() result as a queryset --+- Reporter: mtredinnick | Owner: nobody Status: new | Milestone: Component: Database

Re: [Django] #10478: Multiple querysets as rvalues generating bad SQL

2009-03-25 Thread Django
#10478: Multiple querysets as rvalues generating bad SQL ---+ Reporter: mtredinnick | Owner: mtredinnick Status: closed| Milestone: 1.1

Re: [Django] #9518: Wrong JSON snippet on fixture documentation

2009-03-25 Thread Django
#9518: Wrong JSON snippet on fixture documentation -+-- Reporter: cla...@2xlibre.net | Owner: nobody Status: reopened| Milestone: Component: Documentation

[Changeset] r10172 - in django/trunk/docs: ref/models topics/db

2009-03-25 Thread noreply
Author: mtredinnick Date: 2009-03-25 04:05:38 -0500 (Wed, 25 Mar 2009) New Revision: 10172 Modified: django/trunk/docs/ref/models/querysets.txt django/trunk/docs/topics/db/aggregation.txt Log: Fixed #10574 -- Documented interaction between annotations and order_by. In the future, I'd like

Re: [Django] #10574: Remove unnecessary ordering in values() queries

2009-03-25 Thread Django
#10574: Remove unnecessary ordering in values() queries --+- Reporter: mtredinnick | Owner: mtredinnick Status: new | Milestone: 1.1 Component: ORM

[Changeset] r10171 - django/trunk/django/conf/locale/pl/LC_MESSAGES

2009-03-25 Thread noreply
Author: zgoda Date: 2009-03-25 03:28:57 -0500 (Wed, 25 Mar 2009) New Revision: 10171 Modified: django/trunk/django/conf/locale/pl/LC_MESSAGES/django.mo django/trunk/django/conf/locale/pl/LC_MESSAGES/django.po Log: Regenerated and recompiled Polish translations after [10168] (no real

Re: [Django] #10607: Use 'get_fieldset' to retieve fieldsets for inline related forms

2009-03-25 Thread Django
#10607: Use 'get_fieldset' to retieve fieldsets for inline related forms ---+ Reporter: juriejan | Owner: juriejan Status: new | Milestone:

Re: [Django] #10607: Use 'get_fieldset' to retieve fieldsets for inline related forms

2009-03-25 Thread Django
#10607: Use 'get_fieldset' to retieve fieldsets for inline related forms ---+ Reporter: juriejan | Owner: juriejan Status: new | Milestone:

Re: [Django] #10620: All .py files have LF line endings except test_mutable_list.py

2009-03-25 Thread Django
#10620: All .py files have LF line endings except test_mutable_list.py ---+ Reporter: ruiyen| Owner: nobody Status: new | Milestone: 1.1 Component: GIS

[Django] #10620: All .py files have LF line endings except test_mutable_list.py

2009-03-25 Thread Django
#10620: All .py files have LF line endings except test_mutable_list.py +--- Reporter: ruiyen | Owner: nobody Status: new | Milestone: 1.1 beta Component: GIS | Version: 1.1-beta-1