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

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

Re: [Django] #15043: user_logged_in signal should be sent after session changes

2011-01-09 Thread Django
#15043: user_logged_in signal should be sent after session changes +--- Reporter: robhudson | Owner: nobody Status: new| Milestone: 1.3 Component:

Re: [Django] #14176: Error raised when using django.contrib.comments.feeds.LatestCommentsFeed

2011-01-09 Thread Django
#14176: Error raised when using django.contrib.comments.feeds.LatestCommentsFeed --+- Reporter: psychcf | Owner: nobody Status: new | Mile

Re: [Django] #14176: Error raised when using django.contrib.comments.feeds.LatestCommentsFeed

2011-01-09 Thread Django
#14176: Error raised when using django.contrib.comments.feeds.LatestCommentsFeed --+- Reporter: psychcf | Owner: nobody Status: new | Mile

Re: [Django] #15043: user_logged_in signal should be sent after session changes

2011-01-09 Thread Django
#15043: user_logged_in signal should be sent after session changes -+-- Reporter: robhudson | Owner: nobody Status: new | Milestone: 1.3 Component: Authen

[Django] #15043: user_logged_in signal should be sent after session changes

2011-01-09 Thread Django
#15043: user_logged_in signal should be sent after session changes +--- Reporter: robhudson | Owner: nobody Status: new | Milestone: 1.3 Component: Authentication | Version: 1

Re: [Django] #14928: manage runserver does not allow host name as address

2011-01-09 Thread Django
#14928: manage runserver does not allow host name as address +--- Reporter: Karmel Allison | Owner: lrekucki Status: new| Milestone: 1.3

Re: [Django] #14818: cycle tag is not safe

2011-01-09 Thread Django
#14818: cycle tag is not safe +--- Reporter: steveire | Owner: nobody Status: reopened | Milestone: Component: Template system| Version: 1.2

Re: [Django] #2594: Template system should handle whitespace better

2011-01-09 Thread Django
#2594: Template system should handle whitespace better --+- Reporter: Gary Wilson | Owner: jshedd Status: new | Milestone: Component: T

Re: [Django] #15032: Changeset 15031 breaks filtering to objects which are subclassed.

2011-01-09 Thread Django
#15032: Changeset 15031 breaks filtering to objects which are subclassed. ---+ Reporter: rene | Owner: nobody Status: reopen

Re: [Django] #15032: Changeset 15031 breaks filtering to objects which are subclassed.

2011-01-09 Thread Django
#15032: Changeset 15031 breaks filtering to objects which are subclassed. ---+ Reporter: rene | Owner: nobody Status: closed

Re: [Django] #8375: It's better to allow using tables parameter with custom alias in extra query

2011-01-09 Thread Django
#8375: It's better to allow using tables parameter with custom alias in extra query ---+ Reporter: Wonlay| Owner: nobody Status: new

Re: [Django] #15032: Changeset 15031 breaks filtering to objects which are subclassed.

2011-01-09 Thread Django
#15032: Changeset 15031 breaks filtering to objects which are subclassed. ---+ Reporter: rene | Owner: nobody Status: closed

[Django] #15042: 1.2.4 regression: send_mail doesn't access email recipient with no domain

2011-01-09 Thread Django
#15042: 1.2.4 regression: send_mail doesn't access email recipient with no domain +--- Reporter: net147 | Owner: nobody Status: new | Milestone: Compo

Re: [Django] #14808: i18n is not safe.

2011-01-09 Thread Django
#14808: i18n is not safe. --+- Reporter: steveire | Owner: nobody Status: new | Milestone: Component: Template system | Version: 1.2

[Django] #15041: Test that the spaceless tag behaves well wrt escaping

2011-01-09 Thread Django
#15041: Test that the spaceless tag behaves well wrt escaping -+-- Reporter: steveire | Owner: nobody Status: new | Milestone: Component: Template system | Version: 1.2

Re: [Django] #14928: manage runserver does not allow host name as address

2011-01-09 Thread Django
#14928: manage runserver does not allow host name as address +--- Reporter: Karmel Allison | Owner: lrekucki Status: new| Milestone: 1.3

Re: [Django] #14818: cycle tag is not safe

2011-01-09 Thread Django
#14818: cycle tag is not safe --+- Reporter: steveire | Owner: nobody Status: reopened | Milestone: Component: Template system | Version: 1.2

Re: [Django] #10889: ModelAdmin calls .log_deletion after deletion, causing invalid object_id

2011-01-09 Thread Django
#10889: ModelAdmin calls .log_deletion after deletion, causing invalid object_id ---+ Reporter: jdunck| Owner: nobody Status: closed| Milestone: 1.1

Re: [Django] #9211: Objects with newlines in representation break popup JavaScript in the admin

2011-01-09 Thread Django
#9211: Objects with newlines in representation break popup JavaScript in the admin ---+ Reporter: jbronn| Owner: nobody Status: closed|

[Django] #15040: Boolean fields return 0 and 1 when loaded through select_related

2011-01-09 Thread Django
#15040: Boolean fields return 0 and 1 when loaded through select_related --+- Reporter: homm | Owner: nobody Status: new | Milestone: 1.3 Component:

Re: [Django] #14951: Unique_for_[date|month|year] fails when the DateField is empty

2011-01-09 Thread Django
#14951: Unique_for_[date|month|year] fails when the DateField is empty ---+ Reporter: benspaulding | Owner: nobody Status: closed| Mile

[Changeset] r15167 - in django/trunk: django/db/models tests/modeltests/model_forms tests/modeltests/validation

2011-01-09 Thread noreply
Author: ramiro Date: 2011-01-09 07:26:39 -0600 (Sun, 09 Jan 2011) New Revision: 15167 Modified: django/trunk/django/db/models/base.py django/trunk/tests/modeltests/model_forms/mforms.py django/trunk/tests/modeltests/model_forms/models.py django/trunk/tests/modeltests/model_forms/tests.

Re: [Django] #13903: Auto app_label creation fails when model is defined at top-level python modules

2011-01-09 Thread Django
#13903: Auto app_label creation fails when model is defined at top-level python modules ---+ Reporter: petraszd | Owner: anonymous Status: assigned |