Re: [Django] #11804: Filterspec fails to remove __isnull when __exact passed

2011-02-25 Thread Django
#11804: Filterspec fails to remove __isnull when __exact passed +--- Reporter: marcob| Owner: nobody Status: closed| Milestone:

Re: [Django] #15221: Show field's verbose name instead of related model name for M2M filterspecs

2011-02-25 Thread Django
#15221: Show field's verbose name instead of related model name for M2M filterspecs +--- Reporter: julien| Owner: nobody Status: new | Milestone:

Re: [Django] #15504: Incorrect docs for args to SyndicationFeed.add_item

2011-02-25 Thread Django
#15504: Incorrect docs for args to SyndicationFeed.add_item +--- Reporter: slinkp@… | Owner: nobody Status: closed| Milestone: Component:

Re: [Django] #15507: Savepoint support for MySQL backend

2011-02-25 Thread Django
#15507: Savepoint support for MySQL backend +--- Reporter: lamby | Owner: nobody Status: new | Milestone: Co

Re: [Django] #15506: Savepoint support for sqlite3 backend

2011-02-25 Thread Django
#15506: Savepoint support for sqlite3 backend +--- Reporter: lamby | Owner: nobody Status: new | Milestone:

Re: [Django] #15508: DetailView view looks for pk or slug by default but the error says id or slug.

2011-02-25 Thread Django
#15508: DetailView view looks for pk or slug by default but the error says id or slug. -+-- Reporter: varikin| Owner: nobody Status: new| Milestone:

Re: [Django] #13091: admin list_editable with unique_together raises Integrity Error

2011-02-25 Thread Django
#13091: admin list_editable with unique_together raises Integrity Error --+- Reporter: slafs | Owner: nobody Status: new

Re: [Django] #12028: Generic Inline doesn't validate unique_together

2011-02-25 Thread Django
#12028: Generic Inline doesn't validate unique_together --+- Reporter: diverman| Owner: Sta

Re: [Django] #13612: manage.py imports settings.py even when --settings is used (was: Settings.py should not be mandatory)

2011-02-25 Thread Django
#13612: manage.py imports settings.py even when --settings is used ---+ Reporter: tonnzor | Owner: nobody Status: new | Milestone: 1.3 Compo

Re: [Django] #14634: Sessions are unnecessarily complex

2011-02-25 Thread Django
#14634: Sessions are unnecessarily complex ---+ Reporter: PaulM| Owner: PaulM Status: closed | Milestone: 1.3 Component: dja

Re: [Django] #10841: Better 500 template for AJAX calls

2011-02-25 Thread Django
#10841: Better 500 template for AJAX calls ---+ Reporter: Riz | Owner: SmileyChris Status: assigned | Milestone: Compo

Re: [Django] #8535: Paginate InlineModelAdmin objects

2011-02-25 Thread Django
#8535: Paginate InlineModelAdmin objects --+- Reporter: mdpetry | Owner: nobody Status: new | Milestone:

Re: [Django] #3411: [Django Multi DB Tree]: modifying objects via the admin interface generates an operational error

2011-02-25 Thread Django
#3411: [Django Multi DB Tree]: modifying objects via the admin interface generates an operational error +--- Reporter: jamie@… | Owner: nobody

Re: [Django] #15424: readonly_fields in InlineModelAdmin looks up wrong callable

2011-02-25 Thread Django
#15424: readonly_fields in InlineModelAdmin looks up wrong callable +--- Reporter: kmike | Owner: nobody Status: closed| Milestone:

Re: [Django] #8408: add a new meta option: don't do count(*) in admin

2011-02-25 Thread Django
#8408: add a new meta option: don't do count(*) in admin +--- Reporter: lidaobing | Owner: nobody Status: new | Milestone: Compo

Re: [Django] #4065: Ability to disable admin pagination

2011-02-25 Thread Django
#4065: Ability to disable admin pagination ---+ Reporter: Marek Kubica| Owner: adamv Status: new | Milestone:

[Django] #15508: DetailView view looks for pk or slug by default but the error says id or slug.

2011-02-25 Thread Django
#15508: DetailView view looks for pk or slug by default but the error says id or slug. ---+ Reporter: varikin| Owner: nobody Status: new| Milestone: Component: Generic v

Re: [Django] #15424: readonly_fields in InlineModelAdmin looks up wrong callable

2011-02-25 Thread Django
#15424: readonly_fields in InlineModelAdmin looks up wrong callable +--- Reporter: kmike | Owner: nobody Status: new | Milestone:

Re: [Django] #15505: Feature request: disable localization in some model fields

2011-02-25 Thread Django
#15505: Feature request: disable localization in some model fields -+-- Reporter: denilsonsa | Owner: nobody Status: closed | Milestone: Component

[Django] #15507: Savepoint support for MySQL backend

2011-02-25 Thread Django
#15507: Savepoint support for MySQL backend --+- Reporter: lamby | Owner: nobody Status: new | Milestone: Component: Database layer (models

[Django] #15506: Savepoint support for sqlite3 backend

2011-02-25 Thread Django
#15506: Savepoint support for sqlite3 backend --+- Reporter: lamby | Owner: nobody Status: new | Milestone: Component: Database layer (mode

Re: [Django] #8408: add a new meta option: don't do count(*) in admin

2011-02-25 Thread Django
#8408: add a new meta option: don't do count(*) in admin +--- Reporter: lidaobing | Owner: nobody Status: new | Milestone: Compo

Re: [Django] #15505: Feature request: disable localization in some model fields

2011-02-25 Thread Django
#15505: Feature request: disable localization in some model fields -+-- Reporter: denilsonsa | Owner: nobody Status: reopened | Milestone: Component

Re: [Django] #15505: Feature request: disable localization in some model fields

2011-02-25 Thread Django
#15505: Feature request: disable localization in some model fields -+-- Reporter: denilsonsa | Owner: nobody Status: closed | Milestone: Component

[Django] #15505: Feature request: disable localization in some model fields

2011-02-25 Thread Django
#15505: Feature request: disable localization in some model fields ---+ Reporter: denilsonsa | Owner: nobody Status: new| Milestone: Component: Uncategorized |Versi

[Django] #15504: Incorrect docs for args to SyndicationFeed.add_item

2011-02-25 Thread Django
#15504: Incorrect docs for args to SyndicationFeed.add_item --+- Reporter: slinkp@… | Owner: nobody Status: new | Milestone: Component: Uncategorized |Ver

Re: [Django] #15495: makemessages excludes all strings from Javascript after a comment

2011-02-25 Thread Django
#15495: makemessages excludes all strings from Javascript after a comment +--- Reporter: lrekucki | Owner: nobody Status: new | Milestone:

Re: [Django] #15499: patch_cache_control should replace public/private setting if already set

2011-02-25 Thread Django
#15499: patch_cache_control should replace public/private setting if already set -+-- Reporter: AndiDog| Owner: AndiDog Status: assigned | Milestone:

Re: [Django] #11108: add a ModelAdmin.delete_model method, similar to ModelAdmin.save_model (+patch)

2011-02-25 Thread Django
#11108: add a ModelAdmin.delete_model method, similar to ModelAdmin.save_model (+patch) +--- Reporter: thomas| Owner: nobody Status: closed| Mi

Re: [Django] #11108: add a ModelAdmin.delete_model method, similar to ModelAdmin.save_model (+patch)

2011-02-25 Thread Django
#11108: add a ModelAdmin.delete_model method, similar to ModelAdmin.save_model (+patch) +--- Reporter: thomas| Owner: nobody Status: closed| Mi

Re: [Django] #15499: patch_cache_control should replace public/private setting if already set

2011-02-25 Thread Django
#15499: patch_cache_control should replace public/private setting if already set -+-- Reporter: AndiDog| Owner: AndiDog Status: assigned | Milestone:

Re: [Django] #15503: Admin readonly_fields should have a hidden field

2011-02-25 Thread Django
#15503: Admin readonly_fields should have a hidden field +--- Reporter: dahool| Owner: nobody Status: closed| Milestone:

Re: [Django] #15502: TemplateDoesNotExist reports incorrect template during {% include %} from Class Based Views / TemplateResponse objects

2011-02-25 Thread Django
#15502: TemplateDoesNotExist reports incorrect template during {% include %} from Class Based Views / TemplateResponse objects ---+ Reporter: jaylett | Owner: nobody Status:

Re: [Django] #15503: Admin readonly_fields should have a hidden field

2011-02-25 Thread Django
#15503: Admin readonly_fields should have a hidden field +--- Reporter: dahool| Owner: nobody Status: reopened | Milestone:

Re: [Django] #15503: Admin readonly_fields should have a hidden field

2011-02-25 Thread Django
#15503: Admin readonly_fields should have a hidden field +--- Reporter: dahool| Owner: nobody Status: closed| Milestone:

[Django] #15503: Admin readonly_fields should have a hidden field

2011-02-25 Thread Django
#15503: Admin readonly_fields should have a hidden field --+- Reporter: dahool| Owner: nobody Status: new | Milestone: Component: django.contrib.admin |

Re: [Django] #8528: Admin list_filter doesn't respect null=True

2011-02-25 Thread Django
#8528: Admin list_filter doesn't respect null=True +--- Reporter: StevenPotter | Owner: julien Status: new | Milestone: 1.3 Compo

[Django] #15502: TemplateDoesNotExist reports incorrect template during {% include %} from Class Based Views / TemplateResponse objects

2011-02-25 Thread Django
#15502: TemplateDoesNotExist reports incorrect template during {% include %} from Class Based Views / TemplateResponse objects -+-- Reporter: jaylett | Owner: nobody Status: new |

Re: [Django] #15489: add class attributes to checkboxes and radio buttons

2011-02-25 Thread Django
#15489: add class attributes to checkboxes and radio buttons +--- Reporter: wildfire@…| Owner: nobody Status: closed| Milestone: 1.3 C

Re: [Django] #15231: Admin DateTimeShortcuts + Inlines performance

2011-02-25 Thread Django
#15231: Admin DateTimeShortcuts + Inlines performance +--- Reporter: fabianbuechler| Owner: nobody Status: new | Milestone: Componen

Re: [Django] #15492: Explain all error message keys for the SplitDateTimeField

2011-02-25 Thread Django
#15492: Explain all error message keys for the SplitDateTimeField -+-- Reporter: lode | Owner: nobody Status: new| Milestone: Component:

Re: [Django] #15494: Using only('pk') in related set raises FieldDoesNotExist

2011-02-25 Thread Django
#15494: Using only('pk') in related set raises FieldDoesNotExist +--- Reporter: anonymous | Owner: nobody Status: new | Milestone:

Re: [Django] #14087: django.core.management.get_commands only sees commands in the last package of a namespace package

2011-02-25 Thread Django
#14087: django.core.management.get_commands only sees commands in the last package of a namespace package --+- Reporter: KyleMac | Owner: nobody Status: reopened|

Re: [Django] #15495: makemessages excludes all strings from Javascript after a comment

2011-02-25 Thread Django
#15495: makemessages excludes all strings from Javascript after a comment +--- Reporter: lrekucki | Owner: nobody Status: new | Milestone:

Re: [Django] #15496: "Content-Transfer-Encoding: base64" not honored when uploading files

2011-02-25 Thread Django
#15496: "Content-Transfer-Encoding: base64" not honored when uploading files ---+ Reporter: gene@… | Owner: nobody Status: new | Milestone:

Re: [Django] #15497: BooleanField should work for ExtJS Checkboxes

2011-02-25 Thread Django
#15497: BooleanField should work for ExtJS Checkboxes +--- Reporter: lsaffre | Owner: nobody Status: new | Milestone:

Re: [Django] #15498: selectfilter broken when there are multiple in a admin

2011-02-25 Thread Django
#15498: selectfilter broken when there are multiple in a admin --+- Reporter: p.vanderlinden@…| Owner: nobody Status: closed | Milestone:

Re: [Django] #15499: patch_cache_control should replace public/private setting if already set

2011-02-25 Thread Django
#15499: patch_cache_control should replace public/private setting if already set -+-- Reporter: AndiDog| Owner: nobody Status: new| Milestone:

Re: [Django] #15500: PATCH: Specify the session cookie expiration as a UTC date

2011-02-25 Thread Django
#15500: PATCH: Specify the session cookie expiration as a UTC date ---+ Reporter: tdignan | Owner: nobody Status: closed | Milestone

Re: [Django] #15424: readonly_fields in InlineModelAdmin looks up wrong callable

2011-02-25 Thread Django
#15424: readonly_fields in InlineModelAdmin looks up wrong callable +--- Reporter: kmike | Owner: nobody Status: new | Milestone:

Re: [Django] #15501: CSRF middleware does not handle REST api application correctly

2011-02-25 Thread Django
#15501: CSRF middleware does not handle REST api application correctly -+-- Reporter: ksnabb | Owner: nobody Status: closed | Milestone: Compo

[Django] #15501: CSRF middleware does not handle REST api application correctly

2011-02-25 Thread Django
#15501: CSRF middleware does not handle REST api application correctly ---+ Reporter: ksnabb | Owner: nobody Status: new| Milestone: Component: HTTP handling |V

[Django] #15500: PATCH: Specify the session cookie expiration as a UTC date

2011-02-25 Thread Django
#15500: PATCH: Specify the session cookie expiration as a UTC date -+-- Reporter: tdignan | Owner: nobody Status: new | Milestone: Component: django.co

[Django] #15499: patch_cache_control should replace public/private setting if already set

2011-02-25 Thread Django
#15499: patch_cache_control should replace public/private setting if already set --+- Reporter: AndiDog | Owner: nobody Status: new | Milestone: Component: Cache system |

[Django] #15498: selectfilter broken when there are multiple in a admin

2011-02-25 Thread Django
#15498: selectfilter broken when there are multiple in a admin +--- Reporter: p.vanderlinden@…| Owner: nobody Status: new | Milestone: Component: django.

Re: [Django] #15490: Some semicolons are missing in javascript code.

2011-02-25 Thread Django
#15490: Some semicolons are missing in javascript code. +--- Reporter: jonathanslenders | Owner: nobody Status: closed| Milestone: 1.3 Compon