Re: [Django] #11931: ForeignKey documentation mentions non-existent method

2009-09-22 Thread Django
#11931: ForeignKey documentation mentions non-existent method +--- Reporter: danielr| Owner: nobody Status: new| Milestone: Component: Documentation |

Re: [Django] #10405: quoted class names in foreign key definition causes 'str' object has no attribute '_default_manager'

2009-09-22 Thread Django
#10405: quoted class names in foreign key definition causes 'str' object has no attribute '_default_manager' ---+ Reporter: danbrwn | Owner: mitsuhiko Status: new

[Django] #11931: ForeignKey documentation mentions non-existent method

2009-09-22 Thread Django
#11931: ForeignKey documentation mentions non-existent method ---+ Reporter: danielr| Owner: nobody Status: new| Milestone: Component: Documentation | Version: 1.1

[Changeset] r11589 - django/branches/releases/1.1.X/docs/internals

2009-09-22 Thread noreply
Author: ubernostrum Date: 2009-09-22 16:21:45 -0500 (Tue, 22 Sep 2009) New Revision: 11589 Modified: django/branches/releases/1.1.X/docs/internals/svn.txt Log: [1.1.X] The 1.1.X branch has been created, so that needs to be past tense. Backport of [11588] from trunk. Modified: django/branches

[Changeset] r11590 - django/trunk/django/utils

2009-09-22 Thread noreply
Author: lukeplant Date: 2009-09-22 16:21:51 -0500 (Tue, 22 Sep 2009) New Revision: 11590 Modified: django/trunk/django/utils/decorators.py Log: Fixed typo in docstring for decorator_from_middleware_with_args. Thanks for the report, kmike Modified: django/trunk/django/utils/decorators.py ==

[Changeset] r11588 - django/trunk/docs/internals

2009-09-22 Thread noreply
Author: ubernostrum Date: 2009-09-22 16:20:51 -0500 (Tue, 22 Sep 2009) New Revision: 11588 Modified: django/trunk/docs/internals/svn.txt Log: The 1.1.X branch has been created, so that needs to be past tense. Modified: django/trunk/docs/internals/svn.txt ==

Re: [Django] #11741: PostgreSQL/PostGIS backend table quoting bug in nested queries

2009-09-22 Thread Django
#11741: PostgreSQL/PostGIS backend table quoting bug in nested queries +--- Reporter: n...@urbanmapping.com | Owner: nobody Status: new| Milestone:

Re: [Django] #11925: Extension to ModelForm

2009-09-22 Thread Django
#11925: Extension to ModelForm +--- Reporter: andrew.mcmu...@ifi.uio.no | Owner: nobody Status: new| Milestone: Component: Forms

Re: [Django] #5390: Add signals to ManyRelatedManager

2009-09-22 Thread Django
#5390: Add signals to ManyRelatedManager --+- Reporter: Ludovico Magnocavallo | Owner: rvdrijst Status: assigned | Milestone: 1.2

Re: [Django] #11126: Admin model.ManyToManyField doesn't support legacy db tables and custom model.ForeignKey fields

2009-09-22 Thread Django
#11126: Admin model.ManyToManyField doesn't support legacy db tables and custom model.ForeignKey fields +--- Reporter: mwil...@methodstudios.com | Owner: nobody Status: closed

Re: [Django] #11126: Admin model.ManyToManyField doesn't support legacy db tables and custom model.ForeignKey fields

2009-09-22 Thread Django
#11126: Admin model.ManyToManyField doesn't support legacy db tables and custom model.ForeignKey fields +--- Reporter: mwil...@methodstudios.com | Owner: nobody Status: closed

[Django] #11930: Django docs styles confuse H3 & H4

2009-09-22 Thread Django
#11930: Django docs styles confuse H3 & H4 -+-- Reporter: da...@whatcould.com | Owner: nobody Status: new | Milestone: Component: Documentation| Version: 1.1

[Django] #11929: manage.py dumpdata outputs YAML in unhelpful order

2009-09-22 Thread Django
#11929: manage.py dumpdata outputs YAML in unhelpful order ---+ Reporter: sampablokuper | Owner: nobody Status: new| Milestone: Component: Serialization | Version: 1.1

Re: [Django] #11928: EmailMessage.to accepts tuple or list, but EmailMessage.recipients() fails if it's a tuple

2009-09-22 Thread Django
#11928: EmailMessage.to accepts tuple or list, but EmailMessage.recipients() fails if it's a tuple ---+ Reporter: bendavis78| Owner: bendavis78 Status: assigned | Milest

[Django] #11928: EmailMessage.to accepts tuple or list, but EmailMessage.recipients() fails if it's a tuple

2009-09-22 Thread Django
#11928: EmailMessage.to accepts tuple or list, but EmailMessage.recipients() fails if it's a tuple --+- Reporter: bendavis78| Owner: nobody Status: new | Milestone: Componen

Re: [Django] #11927: Allow manage.py dumpdata to dump YAML in block style

2009-09-22 Thread Django
#11927: Allow manage.py dumpdata to dump YAML in block style +--- Reporter: sampablokuper | Owner: nobody Status: new| Milestone: Component: Serialization |

[Django] #11927: Allow manage.py dumpdata to dump YAML in block style

2009-09-22 Thread Django
#11927: Allow manage.py dumpdata to dump YAML in block style ---+ Reporter: sampablokuper | Owner: nobody Status: new| Milestone: Component: Serialization | Version: 1.1

Re: [Django] #7539: Add ON DELETE and ON UPDATE support to Django

2009-09-22 Thread Django
#7539: Add ON DELETE and ON UPDATE support to Django ---+ Reporter: glassfordm| Owner: Status: new | Milestone: Compon

Re: [Django] #11921: UnicodeEncodeError when using redirect_to with non-ascii keywords

2009-09-22 Thread Django
#11921: UnicodeEncodeError when using redirect_to with non-ascii keywords +--- Reporter: IanLewis | Owner: nobody Status: closed | Milestone: Component: Uncat

Re: [Django] #11522: UnicodeEncodeError on redirect to non-ASCII Location

2009-09-22 Thread Django
#11522: UnicodeEncodeError on redirect to non-ASCII Location +--- Reporter: semenov| Owner: nobody Status: new| Milestone: Component: Uncategorized |

Re: [Django] #11522: UnicodeEncodeError on redirect to non-ASCII Location

2009-09-22 Thread Django
#11522: UnicodeEncodeError on redirect to non-ASCII Location +--- Reporter: semenov| Owner: nobody Status: new| Milestone: Component: Uncategorized |

Re: [Django] #11058: list_display_links doesn't allow callables not defined in the model

2009-09-22 Thread Django
#11058: list_display_links doesn't allow callables not defined in the model ---+ Reporter: dvine | Owner: nobody Status: new | Milestone: C

Re: [Django] #11923: Suspected typo in django/db/models/sql/query.py

2009-09-22 Thread Django
#11923: Suspected typo in django/db/models/sql/query.py ---+ Reporter: wogan | Owner: nobody Status: closed| Milestone: Compo

Re: [Django] #11522: Crash on redirect to a relative URL if request.path is unicode

2009-09-22 Thread Django
#11522: Crash on redirect to a relative URL if request.path is unicode +--- Reporter: semenov| Owner: nobody Status: new| Milestone: Component: Uncatego

Re: [Django] #373: Add support for multiple-column primary keys

2009-09-22 Thread Django
#373: Add support for multiple-column primary keys ---+ Reporter: jacob | Owner: dcramer Status: assigned | Milestone: Compon

Re: [Django] #11926: URL regular expressions in wrong order

2009-09-22 Thread Django
#11926: URL regular expressions in wrong order +--- Reporter: ginzor | Owner: nobody Status: closed | Milestone: Component: Documentation | Versi

[Django] #11926: URL regular expressions in wrong order

2009-09-22 Thread Django
#11926: URL regular expressions in wrong order ---+ Reporter: ginzor | Owner: nobody Status: new| Milestone: Component: Documentation | Version: 1.1 Keywords: t

[Django] #11925: Extension to ModelForm

2009-09-22 Thread Django
#11925: Extension to ModelForm ---+ Reporter: andrew.mcmu...@ifi.uio.no | Owner: nobody Status: new| Milestone: Component: Forms | Version: SVN

[Django] #11924: Email headers always use the default encoding

2009-09-22 Thread Django
#11924: Email headers always use the default encoding ---+ Reporter: IanLewis | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: 1.1 Keywo