Re: [Django] #17449: [patch] Default OPTIONS and improved HEAD in base View class

2012-01-12 Thread Django
#17449: [patch] Default OPTIONS and improved HEAD in base View class ---+-- Reporter: estebistec |Owner: estebistec Type: Bug| Status: new Component: Generic

Re: [Django] #17449: [patch] Default OPTIONS and improved HEAD in base View class

2012-01-12 Thread Django
#17449: [patch] Default OPTIONS and improved HEAD in base View class ---+-- Reporter: estebistec |Owner: estebistec Type: Bug| Status: new Component: Generic

Re: [Django] #16426: sqlite: Cannot delete more than 999 things if there is a relation pointing to them

2012-01-12 Thread Django
#16426: sqlite: Cannot delete more than 999 things if there is a relation pointing to them -+- Reporter: kmtracey |Owner: nobody Type: Bug | S

Re: [Django] #13914: Add natural keys to contrib.auth.User and Group models

2012-01-12 Thread Django
#13914: Add natural keys to contrib.auth.User and Group models -+- Reporter: jbochi |Owner: nobody Type: New feature | Status: new Component: c

Re: [Django] #17419: JSON template tag

2012-01-12 Thread Django
#17419: JSON template tag ---+--- Reporter: lau|Owner: nobody Type: New feature| Status: new Component: Template system| Vers

Re: [Django] #9198: templatetag include adds new line

2012-01-12 Thread Django
#9198: templatetag include adds new line -+- Reporter: versae |Owner: nobody Type: New feature | Status: closed Component: Template system |

Re: [Django] #13342: MultiValueField - incorrectly use 'required' attribute of MultiValueField for child field validation

2012-01-12 Thread Django
#13342: MultiValueField - incorrectly use 'required' attribute of MultiValueField for child field validation -+- Reporter: krejcik |Owner: nobody Type: Bug |

Re: [Django] #15092: Built-in template tags "now" don't accept simple quote

2012-01-12 Thread Django
#15092: Built-in template tags "now" don't accept simple quote ---+ Reporter: ninja_otoko|Owner: nobody Type: Bug| Status: new Component: Template

Re: [Django] #17538: default URLconf import is wrong

2012-01-12 Thread Django
#17538: default URLconf import is wrong ---+ Reporter: matt@… |Owner: nobody Type: Bug| Status: closed Component: Documentation | Versio

[Changeset] r17370 - django/branches/releases/1.3.X/docs/intro

2012-01-12 Thread noreply
Author: carljm Date: 2012-01-12 14:17:22 -0800 (Thu, 12 Jan 2012) New Revision: 17370 Modified: django/branches/releases/1.3.X/docs/intro/tutorial03.txt Log: Fixed #17538 -- corrected the section in tutorial 3 about the handler404 default. Thanks matt at brozowski dot com for the report. Back

Re: [Django] #17538: default URLconf import is wrong

2012-01-12 Thread Django
#17538: default URLconf import is wrong ---+ Reporter: matt@… |Owner: nobody Type: Bug| Status: closed Component: Documentation | Versio

Re: [Django] #17538: default URLconf import is wrong

2012-01-12 Thread Django
#17538: default URLconf import is wrong ---+ Reporter: matt@… |Owner: nobody Type: Bug| Status: reopened Component: Documentation | Vers

[Changeset] r17369 - django/trunk/docs/intro

2012-01-12 Thread noreply
Author: carljm Date: 2012-01-12 14:03:34 -0800 (Thu, 12 Jan 2012) New Revision: 17369 Modified: django/trunk/docs/intro/tutorial03.txt Log: Fixed #17538 -- corrected the section in tutorial 3 about the handler404 default. Thanks matt at brozowski dot com for the report. Modified: django/trunk

[Changeset] r17368 - in django/trunk: django/db/backends tests/regressiontests/transactions_regress

2012-01-12 Thread noreply
Author: aaugustin Date: 2012-01-12 13:55:19 -0800 (Thu, 12 Jan 2012) New Revision: 17368 Modified: django/trunk/django/db/backends/util.py django/trunk/tests/regressiontests/transactions_regress/tests.py Log: Fixed #6669 -- Ensured database connections are marked as dirty by CursorDebugWrap

Re: [Django] #6669: @transaction.commit_on_success does not rollback when it should

2012-01-12 Thread Django
#6669: @transaction.commit_on_success does not rollback when it should -+- Reporter: james@… |Owner: nobody Type: Uncategorized| Status: closed Co

Re: [Django] #9964: Transaction middleware closes the transaction only when it's marked as dirty

2012-01-12 Thread Django
#9964: Transaction middleware closes the transaction only when it's marked as dirty -+- Reporter: ishirav |Owner: Type: Uncategorized| mtredinnick Component: Databa

Re: [Django] #17538: default URLconf import is wrong

2012-01-12 Thread Django
#17538: default URLconf import is wrong ---+ Reporter: matt@… |Owner: nobody Type: Bug| Status: reopened Component: Documentation | Vers

Re: [Django] #17538: default URLconf import is wrong

2012-01-12 Thread Django
#17538: default URLconf import is wrong ---+-- Reporter: matt@… |Owner: nobody Type: Uncategorized | Status: closed Component: Documentation | Vers

[Django] #17538: default URLconf import is wrong

2012-01-12 Thread Django
#17538: default URLconf import is wrong ---+ Reporter: matt@… | Owner: nobody Type: Uncategorized | Status: new Component: Documentation |Version: 1.3 Severity: Normal | Keywords: Triage

Re: [Django] #16759: Expensive sql.Query cloning

2012-01-12 Thread Django
#16759: Expensive sql.Query cloning -+- Reporter: Suor |Owner: Suor Type: Bug | Status: new Component: Database layer |

Re: [Django] #16220: Add introspection for multicolumn indexes

2012-01-12 Thread Django
#16220: Add introspection for multicolumn indexes -+- Reporter: jgelens |Owner: jgelens Type: | Status: new Cleanup/optimization

Re: [Django] #16759: Expensive sql.Query cloning

2012-01-12 Thread Django
#16759: Expensive sql.Query cloning -+- Reporter: Suor |Owner: Suor Type: Bug | Status: new Component: Database layer |

Re: [Django] #17449: [patch] Default OPTIONS and improved HEAD in base View class

2012-01-12 Thread Django
#17449: [patch] Default OPTIONS and improved HEAD in base View class ---+-- Reporter: estebistec |Owner: estebistec Type: Bug| Status: new Component: Generic

Re: [Django] #14964: create_attachment support for unicode symbols in filename

2012-01-12 Thread Django
#14964: create_attachment support for unicode symbols in filename -+- Reporter: Anton Chaporgin |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #10938: add inlines into fieldsets

2012-01-12 Thread Django
#10938: add inlines into fieldsets ---+- Reporter: ctao |Owner: nobody Type: New feature| Status: closed Component: contrib.admin |

Re: [Django] #10938: add inlines into fieldsets

2012-01-12 Thread Django
#10938: add inlines into fieldsets ---+ Reporter: ctao |Owner: nobody Type: New feature| Status: new Component: contrib.admin |

Re: [Django] #17118: list_editable will update wrong rows on a multiuser system if pagination is enabled

2012-01-12 Thread Django
#17118: list_editable will update wrong rows on a multiuser system if pagination is enabled -+- Reporter: emilianodelvalle@… |Owner: nobody Type: Bug |

Re: [Django] #17536: Filename encoding broken for attachments in EmailMessage class

2012-01-12 Thread Django
#17536: Filename encoding broken for attachments in EmailMessage class -+- Reporter: alexey |Owner: nobody Type: Bug | Status: closed Co

Re: [Django] #17535: list_detail call to len(queryset) should be queryset.exists()

2012-01-12 Thread Django
#17535: list_detail call to len(queryset) should be queryset.exists() --+ Reporter: hedleyroos@… |Owner: nobody Type: Cleanup/optimization | Status: new Comp

[Django] #17537: Writing your first Django app, part 4 - Generic Views - Update to index.html needed

2012-01-12 Thread Django
#17537: Writing your first Django app, part 4 - Generic Views - Update to index.html needed + Reporter: canice_lambe@… | Owner: nobody Type: Uncategorized | Status: new Component: Documentation |Version: 1

Re: [Django] #17536: Filename encoding broken for attachments in EmailMessage class

2012-01-12 Thread Django
#17536: Filename encoding broken for attachments in EmailMessage class -+- Reporter: alexey |Owner: nobody Type: Bug | Status: new Compo

[Django] #17536: Filename encoding broken for attachments in EmailMessage class

2012-01-12 Thread Django
#17536: Filename encoding broken for attachments in EmailMessage class -+- Reporter: alexey | Owner: nobody Type: Bug | Status: new Component: Core |Version: SVN (Mail)

[Django] #17535: list_detail call to len(queryset) should be queryset.exists()

2012-01-12 Thread Django
#17535: list_detail call to len(queryset) should be queryset.exists() --+ Reporter: hedleyroos@… | Owner: nobody Type: Cleanup/optimization | Status: new Component: Generic views |Version: