Re: [Django] #10414: select_related ignores unrecognized fields

2010-11-15 Thread Django
#10414: select_related ignores unrecognized fields ---+ Reporter: trebor74hr| Owner: trebor74hr Status: assigned | Milestone: 1.3

Re: [Django] #14655: formsets should be iterable

2010-11-15 Thread Django
#14655: formsets should be iterable ---+ Reporter: kenth | Owner: pandres Status: reopened | Milestone: Component: Forms | Version: SVN Resolut

Re: [Django] #14687: Proxy model inheritance and DoesNotExist exception

2010-11-15 Thread Django
#14687: Proxy model inheritance and DoesNotExist exception ---+ Reporter: vladimir_webdev | Owner: nobody Status: closed| Milestone:

Re: [Django] #12534: django.contrib.auth.views.login refuses to redirect to urls with spaces

2010-11-15 Thread Django
#12534: django.contrib.auth.views.login refuses to redirect to urls with spaces -+-- Reporter: sharky | Owner: nobody Status: reopened| Milestone: Component

Re: [Django] #14674: ResetPasswordForm doesn't consider unusable_password setting

2010-11-15 Thread Django
#14674: ResetPasswordForm doesn't consider unusable_password setting -+-- Reporter: summerisgone| Owner: nobody Status: new

Re: [Django] #14566: Multiple database issue v1.2.3 - Django reading the wrong database

2010-11-15 Thread Django
#14566: Multiple database issue v1.2.3 - Django reading the wrong database ---+ Reporter: stodge| Owner: nobody Status: closed| Milestone:

Re: [Django] #14622: ValuesListQuerySet used with a foo__in filter breaks in SQL generation

2010-11-15 Thread Django
#14622: ValuesListQuerySet used with a foo__in filter breaks in SQL generation ---+ Reporter: calvinspealman| Owner: nobody Status: closed| Milestone:

[Changeset] r14569 - django/branches/releases/1.2.X/tests/regressiontests/queries

2010-11-15 Thread noreply
Author: Alex Date: 2010-11-15 20:36:00 -0600 (Mon, 15 Nov 2010) New Revision: 14569 Modified: django/branches/releases/1.2.X/tests/regressiontests/queries/tests.py Log: [1.2.X] Added a test for using an `__in` lookup with a ValueListQueryset from a none() call. Refs #14622. Backport of [14568

[Changeset] r14568 - django/trunk/tests/regressiontests/queries

2010-11-15 Thread noreply
Author: Alex Date: 2010-11-15 20:33:51 -0600 (Mon, 15 Nov 2010) New Revision: 14568 Modified: django/trunk/tests/regressiontests/queries/tests.py Log: Added a test for using an `__in` lookup with a ValueListQueryset from a none() call. Refs #14622. Modified: django/trunk/tests/regressiontest

[Changeset] r14567 - django/branches/releases/1.2.X/docs/ref/models

2010-11-15 Thread noreply
Author: Alex Date: 2010-11-15 20:21:38 -0600 (Mon, 15 Nov 2010) New Revision: 14567 Modified: django/branches/releases/1.2.X/docs/ref/models/relations.txt Log: [1.2.X] Fixed #14696, corrected some messed up syntax in the docs. Backport of [14566]. Modified: django/branches/releases/1.2.X/doc

[Changeset] r14566 - django/trunk/docs/ref/models

2010-11-15 Thread noreply
Author: Alex Date: 2010-11-15 20:21:07 -0600 (Mon, 15 Nov 2010) New Revision: 14566 Modified: django/trunk/docs/ref/models/relations.txt Log: Fixed #14696, corrected some messed up syntax in the docs. Modified: django/trunk/docs/ref/models/relations.txt

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

2010-11-15 Thread Django
#8528: Admin list_filter doesn't respect null=True ---+ Reporter: StevenPotter | Owner: nobody Status: new | Milestone: Component: django.c

Re: [Django] #5833: Custom FilterSpecs

2010-11-15 Thread Django
#5833: Custom FilterSpecs ---+ Reporter: Honza_Kral| Owner: jkocherhans Status: assigned | Milestone:

Re: [Django] #14655: formsets should be iterable

2010-11-15 Thread Django
#14655: formsets should be iterable ---+ Reporter: kenth | Owner: pandres Status: reopened | Milestone: Component: Forms | Version: SVN Resolut

Re: [Django] #14695: Field's `name` kwarg gets paved over

2010-11-15 Thread Django
#14695: Field's `name` kwarg gets paved over ---+ Reporter: erikrose | Owner: nobody Status: new | Milestone: 1.3 Component: Data

[Django] #14696: Wrong code colouring

2010-11-15 Thread Django
#14696: Wrong code colouring ---+ Reporter: anonymous | Owner: nobody Status: new| Milestone: Component: Documentation | Version: 1.2 Keywords: |

[Django] #14695: Field's `name` kwarg gets paved over

2010-11-15 Thread Django
#14695: Field's `name` kwarg gets paved over --+- Reporter: erikrose | Owner: nobody Status: new | Milestone: 1.3 Component: Database layer (models, ORM

Re: [Django] #14692: Unclear mail error

2010-11-15 Thread Django
#14692: Unclear mail error +--- Reporter: tonnzor| Owner: nobody Status: closed | Milestone: 1.3 Component: Uncategorized | Version: 1.2 Reso

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

2010-11-15 Thread Django
#8528: Admin list_filter doesn't respect null=True ---+ Reporter: StevenPotter | Owner: nobody Status: new | Milestone: Component: django.c

Re: [Django] #14693: staticfiles app doesn't work with form media framework and 3rd party asset managers

2010-11-15 Thread Django
#14693: staticfiles app doesn't work with form media framework and 3rd party asset managers ---+ Reporter: jezdez| Owner: nobody Status: new | Milestone: 1.3

Re: [Django] #5273: 'None' value doesn't show up in related field filter

2010-11-15 Thread Django
#5273: 'None' value doesn't show up in related field filter ---+ Reporter: Yuri Baburov | Owner: nobody Status: closed| Milestone:

[Django] #14694: defer() doesn't work with reverse relations

2010-11-15 Thread Django
#14694: defer() doesn't work with reverse relations --+- Reporter: sayane| Owner: nobody Status: new | Milestone: 1.3 Component: Database layer (mode

Re: [Django] #13649: Disabled buttons in admin [PATCH]

2010-11-15 Thread Django
#13649: Disabled buttons in admin [PATCH] ---+ Reporter: sebastian_noack | Owner: nobody Status: new | Milestone: 1.3 Component: django.contri

Re: [Django] #11639: Can't remove prepopulated fields from fieldset in ModelAdmin

2010-11-15 Thread Django
#11639: Can't remove prepopulated fields from fieldset in ModelAdmin ---+ Reporter: leanmeandonothingmachine | Owner: nobody Status: new | Milestone: 1.3

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

2010-11-15 Thread Django
#11108: add a ModelAdmin.delete_model method, similar to ModelAdmin.save_model (+patch) ---+ Reporter: thomas| Owner: nobody Status: new | Milestone:

Re: [Django] #10557: FormWizard should not output raw HTML for previous_fields

2010-11-15 Thread Django
#10557: FormWizard should not output raw HTML for previous_fields +--- Reporter: Matthew Flanagan | Owner: nobody Status: new| Milesto

Re: [Django] #14130: Catching ImportError in manage.py considered dangerous

2010-11-15 Thread Django
#14130: Catching ImportError in manage.py considered dangerous -+-- Reporter: Setok | Owner: nobody Status: new | Milestone: 1.3

Re: [Django] #14187: Add support for bpython in django-admin.py shell

2010-11-15 Thread Django
#14187: Add support for bpython in django-admin.py shell --+- Reporter: jdunck | Owner: nobody Status: new | Milestone: 1.3 Component: django-a

Re: [Django] #14312: list_editable causes 500s for ?p>maximum

2010-11-15 Thread Django
#14312: list_editable causes 500s for ?p>maximum ---+ Reporter: Tuttle| Owner: nobody Status: new | Milestone: 1.3 Component: django

Re: [Django] #14571: Update jQuery to v1.4.4

2010-11-15 Thread Django
#14571: Update jQuery to v1.4.4 ---+ Reporter: robhudson | Owner: nobody Status: new | Milestone: 1.3 Component: django.co

Re: [Django] #14576: Regression in FormWizard

2010-11-15 Thread Django
#14576: Regression in FormWizard ---+ Reporter: cyberdelia| Owner: nobody Status: new | Milestone: 1.3

Re: [Django] #13859: Always respect LANGUAGE_CODE

2010-11-15 Thread Django
#13859: Always respect LANGUAGE_CODE --+- Reporter: tonnzor | Owner: Status: new | Milestone: 1.3 Component: django-admin.py | Version: SVN

Re: [Django] #14691: foreign key validate() fails for non-default databases

2010-11-15 Thread Django
#14691: foreign key validate() fails for non-default databases ---+ Reporter: marcop| Owner: nobody Status: new

Re: [Django] #6432: select_related() should also follow ManyToMany fields

2010-11-15 Thread Django
#6432: select_related() should also follow ManyToMany fields -+-- Reporter: Bastian Kleineidam | Owner: nobody Status: closed | Milest

[Django] #14693: staticfiles app doesn't work with form media framework and 3rd party asset managers

2010-11-15 Thread Django
#14693: staticfiles app doesn't work with form media framework and 3rd party asset managers --+- Reporter: jezdez| Owner: nobody Status: new | Milestone: 1.3 Component: Contrib app

Re: [Django] #14691: foreign key validate() fails for non-default databases

2010-11-15 Thread Django
#14691: foreign key validate() fails for non-default databases ---+ Reporter: marcop| Owner: nobody Status: new

Re: [Django] #14370: Adding support for Autocomplete in contrib.admin

2010-11-15 Thread Django
#14370: Adding support for Autocomplete in contrib.admin ---+ Reporter: tyrion| Owner: nobody Status: new | Milestone: Componen

Re: [Django] #13720: response_change does not consider _popup=1 when saving

2010-11-15 Thread Django
#13720: response_change does not consider _popup=1 when saving -+-- Reporter: donatook| Owner: nobody Status: closed

Re: [Django] #14567: ModelMultipleChoiceField inconsistently returns a list if empty.

2010-11-15 Thread Django
#14567: ModelMultipleChoiceField inconsistently returns a list if empty. ---+ Reporter: melinath | Owner: melinath Status: assigned | Milestone: Component: Forms |

Re: [Django] #10323: Dont force admin media serving with runserver management command.

2010-11-15 Thread Django
#10323: Dont force admin media serving with runserver management command. +--- Reporter: MockSoul | Owner: jezdez Status: assigned | Milestone: 1.3

[Django] #14692: Unclear mail error

2010-11-15 Thread Django
#14692: Unclear mail error ---+ Reporter: tonnzor| Owner: nobody Status: new| Milestone: 1.3 Component: Uncategorized | Version: 1.2 Keywords: |

Re: [Django] #14283: AttributeError on admin detail page after r13708

2010-11-15 Thread Django
#14283: AttributeError on admin detail page after r13708 --+- Reporter: rene.p...@repro-mayr.de | Owner: nobody Status: closed | Milestone: Component: Co

Re: [Django] #8060: Admin Inlines do not respect user permissions

2010-11-15 Thread Django
#8060: Admin Inlines do not respect user permissions +--- Reporter: p.patr...@iperbole.bologna.it | Owner: dgouldin Status: new| Milestone:

Re: [Django] #14234: Validation bug when using ModelForms

2010-11-15 Thread Django
#14234: Validation bug when using ModelForms +--- Reporter: DavidReynolds | Owner: jdunck Status: assigned | Milestone: Component: Forms | Version: 1

[Django] #14691: foreign key validate() fails for non-default databases

2010-11-15 Thread Django
#14691: foreign key validate() fails for non-default databases ---+ Reporter: marcop | Owner: nobody Status: new| Milestone:

Re: [Django] #13720: response_change does not consider _popup=1 when saving

2010-11-15 Thread Django
#13720: response_change does not consider _popup=1 when saving -+-- Reporter: donatook| Owner: nobody Status: new

Re: [Django] #14690: {% block %} defined in {% included %} page isn't 'repleacable'

2010-11-15 Thread Django
#14690: {% block %} defined in {% included %} page isn't 'repleacable' --+- Reporter: pma_ | Owner: nobody Status: closed | Milestone: Co

[Django] #14690: {% block %} defined in {% included %} page isn't 'repleacable'

2010-11-15 Thread Django
#14690: {% block %} defined in {% included %} page isn't 'repleacable' -+-- Reporter: pma_ | Owner: nobody Status: new | Milestone: Component: Template system | Vers

Re: [Django] #14687: Proxy model inheritance and DoesNotExist exception

2010-11-15 Thread Django
#14687: Proxy model inheritance and DoesNotExist exception ---+ Reporter: vladimir_webdev | Owner: nobody Status: reopened | Milestone:

Re: [Django] #5768: Allow QuerySet.values() to return values spanning joins (for multi-valued relations)

2010-11-15 Thread Django
#5768: Allow QuerySet.values() to return values spanning joins (for multi-valued relations) -+-- Reporter: anonymous | Owner: Status: new | Milestone:

Re: [Django] #13720: response_change does not consider _popup=1 when saving

2010-11-15 Thread Django
#13720: response_change does not consider _popup=1 when saving ---+ Reporter: donatook | Owner: nobody Status: new

Re: [Django] #13859: Always respect LANGUAGE_CODE

2010-11-15 Thread Django
#13859: Always respect LANGUAGE_CODE --+- Reporter: tonnzor | Owner: nobody Status: new | Milestone: 1.3 Component: django-admin.py | Version: SVN