Re: [Django] #15179: django.test.client.Client.login fake HttpRequest is not run through middlewares

2012-11-07 Thread Django
#15179: django.test.client.Client.login fake HttpRequest is not run through middlewares ---+ Reporter: Ciantic|Owner: nobody Type: Bug| Status: new

Re: [Django] #19224: The documentation version switcher

2012-11-07 Thread Django
#19224: The documentation version switcher -+- Reporter: aruseni |Owner: Melevir Type: Bug | Status: assigned Component: Djangoproject.c

Re: [Django] #19262: SimpleTemplateResponse not calling super which causes cookies to not pickle correctly (was: SimpleTemplateResponse not calling super which causes cookies to pickle correctly)

2012-11-07 Thread Django
#19262: SimpleTemplateResponse not calling super which causes cookies to not pickle correctly ---+-- Reporter: seanbrant |Owner: nobody Type: Bug| Status: new

Re: [Django] #19262: SimpleTemplateResponse not calling super which causes cookies to pickle correctly

2012-11-07 Thread Django
#19262: SimpleTemplateResponse not calling super which causes cookies to pickle correctly ---+-- Reporter: seanbrant |Owner: nobody Type: Bug| Status: new Com

[Django] #19262: SimpleTemplateResponse not calling super which causes cookies to pickle correctly

2012-11-07 Thread Django
#19262: SimpleTemplateResponse not calling super which causes cookies to pickle correctly ---+ Reporter: seanbrant | Owner: nobody Type: Bug| Status: new Component: HTTP handling |Version: 1.4

Re: [Django] #8222: Storage should reset file's cursor after saving

2012-11-07 Thread Django
#8222: Storage should reset file's cursor after saving --+ Reporter: julien|Owner: nobody Type: Uncategorized | Status: closed Component: File

[Django] #19261: Page.__getitem__ usage causes queryset to evaluate when doing method lookups

2012-11-07 Thread Django
#19261: Page.__getitem__ usage causes queryset to evaluate when doing method lookups -+- Reporter: trbs | Owner: nobody Type: Bug | Status: new Component: Core |Version: 1.4 (

Re: [Django] #19260: Tutorial some bits a (little) unclear

2012-11-07 Thread Django
#19260: Tutorial some bits a (little) unclear ---+-- Reporter: terwey@… |Owner: nobody Type: Uncategorized | Status: new Component: Documentation | V

[Django] #19260: Tutorial some bits a (little) unclear

2012-11-07 Thread Django
#19260: Tutorial some bits a (little) unclear ---+ Reporter: terwey@… | Owner: nobody Type: Uncategorized | Status: new Component: Documentation |Version: 1.4 Severity: Normal | Keywords: T

Re: [Django] #9962: Add a tutorial for the testing framework

2012-11-07 Thread Django
#9962: Add a tutorial for the testing framework ---+ Reporter: russellm |Owner: Type: New feature| Status: new Component: Documentation | Version:

Re: [Django] #9962: Add a tutorial for the testing framework

2012-11-07 Thread Django
#9962: Add a tutorial for the testing framework ---+ Reporter: russellm |Owner: Type: New feature| Status: new Component: Documentation | Version:

Re: [Django] #16807: Document/Introduce the process and usage of class based views outside of generic view context

2012-11-07 Thread Django
#16807: Document/Introduce the process and usage of class based views outside of generic view context ---+ Reporter: ptone |Owner: ptone Type: New feature| Status: ne

Re: [Django] #17144: Excessive GROUP BY clauses during aggregations.

2012-11-07 Thread Django
#17144: Excessive GROUP BY clauses during aggregations. --+ Reporter: christian_oudard |Owner: akaariai Type: Bug | Status: closed Component: ORM aggregati

[django/django] 908226: [1.5.x] Fixed #17144 -- MySQL again groups by PK o...

2012-11-07 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 908226cf1acb6c4029d73318a0aaa923f58c9157 https://github.com/django/django/commit/908226cf1acb6c4029d73318a0aaa923f58c9157 Author: Anssi Kääriäinen Date: 2012-11-07 (Wed, 07 Nov 2012) Changed path

Re: [Django] #17144: Excessive GROUP BY clauses during aggregations.

2012-11-07 Thread Django
#17144: Excessive GROUP BY clauses during aggregations. --+ Reporter: christian_oudard |Owner: akaariai Type: Bug | Status: closed Component: ORM aggregati

[django/django] cafb26: Fixed #17144 -- MySQL again groups by PK only

2012-11-07 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: cafb266954e21dd55ddfa90597bcf02c022bcb7d https://github.com/django/django/commit/cafb266954e21dd55ddfa90597bcf02c022bcb7d Author: Anssi Kääriäinen Date: 2012-11-07 (Wed, 07 Nov 2012) Changed paths:

Re: [Django] #18958: CachedStaticFilesStorage should handle errors with broken CSS

2012-11-07 Thread Django
#18958: CachedStaticFilesStorage should handle errors with broken CSS -+- Reporter: yxven|Owner: nobody Type: New feature | Status: closed Com

Re: [Django] #19259: Annotations generating inefficient SQL on PostgreSQL

2012-11-07 Thread Django
#19259: Annotations generating inefficient SQL on PostgreSQL -+- Reporter: hcarvalhoalves |Owner: nobody Type: Uncategorized| Status: new Component: Dat

Re: [Django] #19111: CachedFilesMixin Shouldn't Fail on Missing Files

2012-11-07 Thread Django
#19111: CachedFilesMixin Shouldn't Fail on Missing Files -+- Reporter: matthewwithanm |Owner: nobody Type: Uncategorized| Status: closed Component: cont

Re: [Django] #16315: FileSystemStorage.listdir returns names with unicode normalization form that is different from names in database

2012-11-07 Thread Django
#16315: FileSystemStorage.listdir returns names with unicode normalization form that is different from names in database -+- Reporter: philomat |Owner: nobody Type: Bug

Re: [Django] #19111: CachedFilesMixin Shouldn't Fail on Missing Files

2012-11-07 Thread Django
#19111: CachedFilesMixin Shouldn't Fail on Missing Files -+- Reporter: matthewwithanm |Owner: nobody Type: Uncategorized| Status: new Component: contrib

Re: [Django] #18899: FileSystemStorage.save should support any file-like objects

2012-11-07 Thread Django
#18899: FileSystemStorage.save should support any file-like objects --+ Reporter: vzima |Owner: nobody Type: Cleanup/optimization | Status: new Compon

Re: [Django] #18960: Please add a filter for getting the language family from a given language code to the i18n tag library

2012-11-07 Thread Django
#18960: Please add a filter for getting the language family from a given language code to the i18n tag library -+-- Reporter: carsten.klein@… |Owner: nobody Type: New feature |

Re: [Django] #17144: Excessive GROUP BY clauses during aggregations.

2012-11-07 Thread Django
#17144: Excessive GROUP BY clauses during aggregations. --+ Reporter: christian_oudard |Owner: akaariai Type: Bug | Status: new Component: ORM aggregation

Re: [Django] #19259: Annotations generating inefficient SQL on PostgreSQL

2012-11-07 Thread Django
#19259: Annotations generating inefficient SQL on PostgreSQL -+- Reporter: hcarvalhoalves |Owner: nobody Type: Uncategorized| Status: new Component: Dat

Re: [Django] #19259: Annotations generating inefficient SQL on PostgreSQL

2012-11-07 Thread Django
#19259: Annotations generating inefficient SQL on PostgreSQL -+- Reporter: hcarvalhoalves |Owner: nobody Type: Uncategorized| Status: new Component: Dat

Re: [Django] #18016: Add support for grouping by primary key for PostgreSQL 9.1+

2012-11-07 Thread Django
#18016: Add support for grouping by primary key for PostgreSQL 9.1+ -+- Reporter: akaariai |Owner: nobody Type: | Status: closed Cleanup

Re: [Django] #19259: Annotations generating inefficient SQL on PostgreSQL

2012-11-07 Thread Django
#19259: Annotations generating inefficient SQL on PostgreSQL -+- Reporter: hcarvalhoalves |Owner: nobody Type: Uncategorized| Status: new Component: Dat

Re: [Django] #19259: Annotations generating inefficient SQL on PostgreSQL

2012-11-07 Thread Django
#19259: Annotations generating inefficient SQL on PostgreSQL -+- Reporter: hcarvalhoalves |Owner: nobody Type: Uncategorized| Status: new Component: Dat

Re: [Django] #19259: Annotations generating inefficient SQL on PostgreSQL

2012-11-07 Thread Django
#19259: Annotations generating inefficient SQL on PostgreSQL -+- Reporter: hcarvalhoalves |Owner: nobody Type: Uncategorized| Status: new Component: Dat

Re: [Django] #19259: Annotations generating inefficient SQL on PostgreSQL

2012-11-07 Thread Django
#19259: Annotations generating inefficient SQL on PostgreSQL -+- Reporter: hcarvalhoalves |Owner: nobody Type: Uncategorized| Status: new Component: Dat

Re: [Django] #19259: Annotations generating inefficient SQL on PostgreSQL

2012-11-07 Thread Django
#19259: Annotations generating inefficient SQL on PostgreSQL -+- Reporter: hcarvalhoalves |Owner: nobody Type: Uncategorized| Status: new Component: Dat

Re: [Django] #19259: Annotations generating inefficient SQL on PostgreSQL

2012-11-07 Thread Django
#19259: Annotations generating inefficient SQL on PostgreSQL -+- Reporter: hcarvalhoalves |Owner: nobody Type: Uncategorized| Status: new Component: Dat

Re: [Django] #19259: Annotations generating inefficient SQL on PostgreSQL

2012-11-07 Thread Django
#19259: Annotations generating inefficient SQL on PostgreSQL -+- Reporter: hcarvalhoalves |Owner: nobody Type: Uncategorized| Status: new Component: Dat

Re: [Django] #19259: Annotations generating inefficient SQL on PostgreSQL

2012-11-07 Thread Django
#19259: Annotations generating inefficient SQL on PostgreSQL -+- Reporter: hcarvalhoalves |Owner: nobody Type: Uncategorized| Status: new Component: Dat

[Django] #19259: Annotations generating inefficient SQL on PostgreSQL

2012-11-07 Thread Django
#19259: Annotations generating inefficient SQL on PostgreSQL --+ Reporter: hcarvalhoalves| Owner: nobody Type: Uncategorized | Status: new Component: Database layer (model

Re: [Django] #9962: Add a tutorial for the testing framework

2012-11-07 Thread Django
#9962: Add a tutorial for the testing framework ---+ Reporter: russellm |Owner: Type: New feature| Status: new Component: Documentation | Version:

Re: [Django] #19115: dumpdata should take option to output to named file

2012-11-07 Thread Django
#19115: dumpdata should take option to output to named file -+- Reporter: murftone@… |Owner: nobody Type: | Status: closed Cleanup/optimiz

[django/django] b87261: [1.5.x] Fixed #19115 -- Documented stdout/stderr o...

2012-11-07 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: b8726179249ede88c988c13fd4b1077e49e8b151 https://github.com/django/django/commit/b8726179249ede88c988c13fd4b1077e49e8b151 Author: Claude Paroz Date: 2012-11-07 (Wed, 07 Nov 2012) Changed paths:

Re: [Django] #19115: dumpdata should take option to output to named file

2012-11-07 Thread Django
#19115: dumpdata should take option to output to named file -+- Reporter: murftone@… |Owner: nobody Type: | Status: closed Cleanup/optimiz

[django/django] b1ac32: Fixed #19115 -- Documented stdout/stderr options f...

2012-11-07 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: b1ac329ba9bbcba90d8ced7e16909ed169b1d16e https://github.com/django/django/commit/b1ac329ba9bbcba90d8ced7e16909ed169b1d16e Author: Claude Paroz Date: 2012-11-07 (Wed, 07 Nov 2012) Changed paths: M d

[django/django] 34d0c3: [1.5.x] Fixed #19257 -- Don't swallow command's Ke...

2012-11-07 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 34d0c30e877739c8a7354ecd878f2ffe9e7c613f https://github.com/django/django/commit/34d0c30e877739c8a7354ecd878f2ffe9e7c613f Author: Claude Paroz Date: 2012-11-07 (Wed, 07 Nov 2012) Changed paths:

Re: [Django] #19257: KeyError swallowed while loading command classes

2012-11-07 Thread Django
#19257: KeyError swallowed while loading command classes -+- Reporter: giovannibajo |Owner: nobody Type: Bug | Status: closed Component: Core

[django/django] 9a0955: Fixed #19257 -- Don't swallow command's KeyError i...

2012-11-07 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 9a09558e9f20e088b4526fff6374a53e877cf5ec https://github.com/django/django/commit/9a09558e9f20e088b4526fff6374a53e877cf5ec Author: Claude Paroz Date: 2012-11-07 (Wed, 07 Nov 2012) Changed paths: M d

Re: [Django] #17209: Dogfood class-based views in contrib.auth

2012-11-07 Thread Django
#17209: Dogfood class-based views in contrib.auth -+- Reporter: melinath |Owner: andrews Type: | Status: new Cleanup/optimization

Re: [Django] #19235: Admin actions displayed as buttons instead of drop-down list

2012-11-07 Thread Django
#19235: Admin actions displayed as buttons instead of drop-down list + Reporter: marpetr |Owner: marpetr Type: New feature | Status: assigned Component: contr

Re: [Django] #19257: KeyError swallowed while loading command classes

2012-11-07 Thread Django
#19257: KeyError swallowed while loading command classes -+- Reporter: giovannibajo |Owner: nobody Type: Bug | Status: new Component: Core (M

[Django] #19258: ModelAdmin customized queryset with extra option

2012-11-07 Thread Django
#19258: ModelAdmin customized queryset with extra option ---+ Reporter: honyczek | Owner: nobody Type: Bug| Status: new Component: contrib.admin |Version: 1.4 Severity: Normal | K

Re: [Django] #19257: KeyError swallowed while loading command classes

2012-11-07 Thread Django
#19257: KeyError swallowed while loading command classes -+- Reporter: giovannibajo |Owner: nobody Type: Bug | Status: new Component: Core (M

[Django] #19257: KeyError swallowed while loading command classes

2012-11-07 Thread Django
#19257: KeyError swallowed while loading command classes + Reporter: giovannibajo| Owner: nobody Type: Bug | Status: new Component: Core (Management commands) |

Re: [Django] #12886: .aggregate() does not honour sliced queryset

2012-11-07 Thread Django
#12886: .aggregate() does not honour sliced queryset -+ Reporter: til@…|Owner: Type: Bug | Status: new Component: ORM aggregation |

Re: [Django] #19235: Admin actions displayed as buttons instead of drop-down list

2012-11-07 Thread Django
#19235: Admin actions displayed as buttons instead of drop-down list + Reporter: marpetr |Owner: marpetr Type: New feature | Status: assigned Component: contr

Re: [Django] #16855: select_related doesn't chain as expected

2012-11-07 Thread Django
#16855: select_related doesn't chain as expected -+- Reporter: Leo |Owner: nobody Type: Bug | Status: new Component: Database layer

Re: [Django] #19099: Broken link email sent on redirect by i18n_patterns

2012-11-07 Thread Django
#19099: Broken link email sent on redirect by i18n_patterns -+- Reporter: aaugustin|Owner: aaugustin Type: Bug | Status: new Component:

Re: [Django] #19092: formats.py for Lithuanian language

2012-11-07 Thread Django
#19092: formats.py for Lithuanian language --+ Reporter: skirsdeda |Owner: nobody Type: Bug | Status: new Component: Translations | Version:

Re: [Django] #19252: Install from wheel package

2012-11-07 Thread Django
#19252: Install from wheel package --+ Reporter: Alex Morega |Owner: nobody Type: Bug | Status: new Component: Core (Other) |

Re: [Django] #19224: The documentation version switcher

2012-11-07 Thread Django
#19224: The documentation version switcher -+- Reporter: aruseni |Owner: nobody Type: Bug | Status: new Component: Djangoproject.com

Re: [Django] #19115: dumpdata should take option to output to named file

2012-11-07 Thread Django
#19115: dumpdata should take option to output to named file -+- Reporter: murftone@… |Owner: nobody Type: | Status: new Cleanup/optimizati