[Django] #17914: reverse() does not support namespaced view references

2012-03-15 Thread Django
#17914: reverse() does not support namespaced view references -+ Reporter: Bradley Ayers | Owner: nobody Type: Bug | Status: new Component: Core (URLs)

Re: [Django] #17913: 'X' object has no attribute 'META' in RequestContext

2012-03-15 Thread Django
#17913: 'X' object has no attribute 'META' in RequestContext -+-- Reporter: breton |Owner: nobody Type: Bug | Status: new Component: Template syste

[Django] #17913: 'X' object has no attribute 'META' in RequestContext

2012-03-15 Thread Django
#17913: 'X' object has no attribute 'META' in RequestContext -+ Reporter: breton | Owner: nobody Type: Uncategorized| Status: new Component: Template system |Version: SVN Severity: Normal

Re: [Django] #17911: Admin change page does not "map" None choices when they are readonly

2012-03-15 Thread Django
#17911: Admin change page does not "map" None choices when they are readonly -+- Reporter: justin.r.donnelly@… |Owner: nobody Type: Bug | Status: new

[Django] #17912: Generic views test failure in 1.3.X branch

2012-03-15 Thread Django
#17912: Generic views test failure in 1.3.X branch ---+ Reporter: julien | Owner: nobody Type: Bug | Status: new Component: Generic views|

Re: [Django] #17908: markdown tests fail if older version of markdown installed

2012-03-15 Thread Django
#17908: markdown tests fail if older version of markdown installed -+- Reporter: ptone|Owner: ptone Type: Bug | Status: closed Compone

[Changeset] r17750 - django/branches/releases/1.3.X/django/contrib/markup

2012-03-15 Thread noreply
Author: julien Date: 2012-03-15 17:38:18 -0700 (Thu, 15 Mar 2012) New Revision: 17750 Modified: django/branches/releases/1.3.X/django/contrib/markup/tests.py Log: [1.3.X] Fixed #17908 -- Made some `contrib.markup` tests be skipped so they don't fail on old versions of Markdown. Thanks to Prest

Re: [Django] #17908: markdown tests fail if older version of markdown installed

2012-03-15 Thread Django
#17908: markdown tests fail if older version of markdown installed -+- Reporter: ptone|Owner: ptone Type: Bug | Status: closed Compone

[Changeset] r17749 - django/trunk/django/contrib/markup

2012-03-15 Thread noreply
Author: julien Date: 2012-03-15 17:36:52 -0700 (Thu, 15 Mar 2012) New Revision: 17749 Modified: django/trunk/django/contrib/markup/tests.py Log: Fixed #17908 -- Made some `contrib.markup` tests be skipped so they don't fail on old versions of Markdown. Thanks to Preston Holmes for the patch.

[Changeset] r17748 - django/branches/releases/1.3.X/tests/regressiontests/staticfiles_tests

2012-03-15 Thread noreply
Author: julien Date: 2012-03-15 17:32:42 -0700 (Thu, 15 Mar 2012) New Revision: 17748 Modified: django/branches/releases/1.3.X/tests/regressiontests/staticfiles_tests/tests.py Log: [1.3.X] Ensured that some staticfiles tests get properly cleaned up on teardown. Thanks to Claude Paroz for the

[Changeset] r17747 - django/trunk/tests/regressiontests/staticfiles_tests

2012-03-15 Thread noreply
Author: julien Date: 2012-03-15 17:29:11 -0700 (Thu, 15 Mar 2012) New Revision: 17747 Modified: django/trunk/tests/regressiontests/staticfiles_tests/tests.py Log: Ensured that some staticfiles tests get properly cleaned up on teardown. Thanks to Claude Paroz for the patch. Modified: django/tr

Re: [Django] #17906: 'firstof' and 'cycle' should autoescape

2012-03-15 Thread Django
#17906: 'firstof' and 'cycle' should autoescape -+-- Reporter: anonymous|Owner: nobody Type: Uncategorized| Status: new Component: Template system |

Re: [Django] #17910: Remove Feed from Community RSS

2012-03-15 Thread Django
#17910: Remove Feed from Community RSS -+- Reporter: bbreon@… |Owner: nobody Type: | Status: closed Cleanup/optimization |

Re: [Django] #17887: postgresql_psycopg2 sometimes leaves connections "idle in transaction"

2012-03-15 Thread Django
#17887: postgresql_psycopg2 sometimes leaves connections "idle in transaction" -+- Reporter: brodie |Owner: nobody Type: Bug | Status: new

Re: [Django] #17909: GeoDjango test suite errors - TemplateDoesNotExist

2012-03-15 Thread Django
#17909: GeoDjango test suite errors - TemplateDoesNotExist -+- Reporter: nate_b |Owner: nobody Type: Uncategorized| Status: new Component: Testi

[Django] #17911: Admin change page does not "map" None choices when they are readonly

2012-03-15 Thread Django
#17911: Admin change page does not "map" None choices when they are readonly -+ Reporter: justin.r.donnelly@… | Owner: nobody Type: Bug | Status: new Component: contrib.admin|Versio

[Django] #17910: Remove Feed from Community RSS

2012-03-15 Thread Django
#17910: Remove Feed from Community RSS + Reporter: bbreon@…| Owner: nobody Type: Cleanup/optimization| Status: new Component: Djangoproject.com Web site |Version: 1.3

Re: [Django] #9025: Nested Inline Support in Admin

2012-03-15 Thread Django
#9025: Nested Inline Support in Admin -+- Reporter: pixelcort|Owner: nobody Type: New feature | Status: new Component: contrib.admin|

Re: [Django] #10200: loaddata command does not raise CommandError on errors

2012-03-15 Thread Django
#10200: loaddata command does not raise CommandError on errors -+- Reporter: lgs |Owner: nobody Type: Bug | Status: reopened Componen

Re: [Django] #17813: Implement an opposite method for Entry.objects.latest

2012-03-15 Thread Django
#17813: Implement an opposite method for Entry.objects.latest -+- Reporter: tonnzor |Owner: Type: New feature | Status: new Component: Database l

[Changeset] r17746 - django/trunk/tests/regressiontests/comment_tests/tests

2012-03-15 Thread noreply
Author: julien Date: 2012-03-15 11:55:08 -0700 (Thu, 15 Mar 2012) New Revision: 17746 Modified: django/trunk/tests/regressiontests/comment_tests/tests/model_tests.py Log: Added a `with_statement` import to a test for Python 2.5 compatibility. Modified: django/trunk/tests/regressiontests/commen

Re: [Django] #17795: kwargs not passed on by django.views.generic.edit import ProcessFormView

2012-03-15 Thread Django
#17795: kwargs not passed on by django.views.generic.edit import ProcessFormView -+- Reporter: ed.crewe@… |Owner: Fandekasp Type: | Status:

Re: [Django] #17909: GeoDjango test suite errors - TemplateDoesNotExist

2012-03-15 Thread Django
#17909: GeoDjango test suite errors - TemplateDoesNotExist ---+--- Reporter: nate_b |Owner: nobody Type: Uncategorized | Status: new Component: Testing f

[Django] #17909: GeoDjango test suite errors - TemplateDoesNotExist

2012-03-15 Thread Django
#17909: GeoDjango test suite errors - TemplateDoesNotExist ---+- Reporter: nate_b | Owner: nobody Type: Uncategorized | Status: new Component: Testing framework |Version: 1.4-alpha-1

[Changeset] r17745 - django/trunk/django/conf

2012-03-15 Thread noreply
Author: carljm Date: 2012-03-15 09:50:29 -0700 (Thu, 15 Mar 2012) New Revision: 17745 Modified: django/trunk/django/conf/__init__.py Log: Actually warn on empty SECRET_KEY instead of raising a warning as an exception. Modified: django/trunk/django/conf/__init__.py =

Re: [Django] #17908: markdown tests fail if older version of markdown installed

2012-03-15 Thread Django
#17908: markdown tests fail if older version of markdown installed -+- Reporter: ptone|Owner: ptone Type: Bug | Status: new Component:

[Django] #17908: markdown tests fail if older version of markdown installed

2012-03-15 Thread Django
#17908: markdown tests fail if older version of markdown installed -+--- Reporter: ptone| Owner: ptone Type: Bug | Status: new Component: contrib.markup |Version: SVN Severity: Rele

Re: [Django] #17801: Adding DummyCache causes contrib.session tests to fail

2012-03-15 Thread Django
#17801: Adding DummyCache causes contrib.session tests to fail -+- Reporter: d0ugal |Owner: nobody Type: Bug | Status: closed Component:

[Changeset] r17744 - in django/trunk: django/contrib/contenttypes tests/modeltests/prefetch_related tests/regressiontests/comment_tests/tests

2012-03-15 Thread noreply
Author: lukeplant Date: 2012-03-15 08:06:57 -0700 (Thu, 15 Mar 2012) New Revision: 17744 Modified: django/trunk/django/contrib/contenttypes/generic.py django/trunk/tests/modeltests/prefetch_related/models.py django/trunk/tests/modeltests/prefetch_related/tests.py django/trunk/tests/reg

Re: [Django] #17838: prefetch_related fails for GenericForeignKeys when related object id is not a CharField/TextField

2012-03-15 Thread Django
#17838: prefetch_related fails for GenericForeignKeys when related object id is not a CharField/TextField -+- Reporter: mkai |Owner: anonymous Type: Bug |

Re: [Django] #17838: prefetch_related fails for GenericForeignKeys when related object id is not a CharField/TextField

2012-03-15 Thread Django
#17838: prefetch_related fails for GenericForeignKeys when related object id is not a CharField/TextField -+- Reporter: mkai |Owner: anonymous Type: Bug |

Re: [Django] #17759: FormMixin instantiates form with dict stored on the class

2012-03-15 Thread Django
#17759: FormMixin instantiates form with dict stored on the class ---+ Reporter: agriffis |Owner: nobody Type: Bug| Status: new Component: Generic views |

Re: [Django] #17828: Admin should not handle IncorrectLookupParameters if settings.DEBUG is set

2012-03-15 Thread Django
#17828: Admin should not handle IncorrectLookupParameters if settings.DEBUG is set -+- Reporter: Glenn Washburn |Owner: acdha | Status: assigned

Re: [Django] #17907: "Something's wrong with your database installation" error message in DEBUG mode.

2012-03-15 Thread Django
#17907: "Something's wrong with your database installation" error message in DEBUG mode. ---+-- Reporter: anonymous |Owner: nobody Type: Uncategorized | Status: closed

Re: [Django] #17907: "Something's wrong with your database installation" error message in DEBUG mode.

2012-03-15 Thread Django
#17907: "Something's wrong with your database installation" error message in DEBUG mode. ---+-- Reporter: anonymous |Owner: nobody Type: Uncategorized | Status: new Com

[Django] #17907: "Something's wrong with your database installation" error message in DEBUG mode.

2012-03-15 Thread Django
#17907: "Something's wrong with your database installation" error message in DEBUG mode. ---+ Reporter: anonymous | Owner: nobody Type: Uncategorized | Status: new Component: contrib.admin |Version: SVN

Re: [Django] #17788: bulk_create() "too many SQL variables" error

2012-03-15 Thread Django
#17788: bulk_create() "too many SQL variables" error -+- Reporter: alpar|Owner: nobody Type: Bug | Status: new Component: Database la

Re: [Django] #17906: 'firstof' and 'cycle' should autoescape

2012-03-15 Thread Django
#17906: 'firstof' and 'cycle' should autoescape -+-- Reporter: anonymous|Owner: nobody Type: Uncategorized| Status: new Component: Template system |

Re: [Django] #17904: Custom permissions on proxy model no longer created

2012-03-15 Thread Django
#17904: Custom permissions on proxy model no longer created -+ Reporter: koenb|Owner: nobody Type: Bug | Status: new Component: contrib.auth

[Django] #17906: 'firstof' and 'cycle' should autoescape

2012-03-15 Thread Django
#17906: 'firstof' and 'cycle' should autoescape -+ Reporter: anonymous| Owner: nobody Type: Uncategorized| Status: new Component: Template system |Version: 1.3 Severity: Normal |

[Django] #17905: Admin documentation lists all models, even for users without access to certain applications

2012-03-15 Thread Django
#17905: Admin documentation lists all models, even for users without access to certain applications ---+- Reporter: chriscohoat| Owner: nobody Type: New feature| Status: new Component: contrib.ad

[Changeset] r17743 - django/trunk/docs/ref/contrib/gis

2012-03-15 Thread noreply
Author: claudep Date: 2012-03-15 06:16:27 -0700 (Thu, 15 Mar 2012) New Revision: 17743 Modified: django/trunk/docs/ref/contrib/gis/install.txt Log: Fixed #17607 -- Added homebrew section in Mac OS X-specific install instructions for GeoDjango. Thanks estibistec for the patch. Modified: django

Re: [Django] #17607: Installing PostGIS on OSX is easy with homebrew

2012-03-15 Thread Django
#17607: Installing PostGIS on OSX is easy with homebrew -+- Reporter: estebistec |Owner: Type: | estebistec Cleanup/optimization |

Re: [Django] #17904: Custom permissions on proxy model no longer created

2012-03-15 Thread Django
#17904: Custom permissions on proxy model no longer created -+ Reporter: koenb|Owner: nobody Type: Bug | Status: new Component: contrib.auth

Re: [Django] #17904: Custom permissions on proxy model no longer created

2012-03-15 Thread Django
#17904: Custom permissions on proxy model no longer created -+ Reporter: koenb|Owner: nobody Type: Bug | Status: new Component: contrib.auth

[Django] #17904: Custom permissions on proxy model no longer created

2012-03-15 Thread Django
#17904: Custom permissions on proxy model no longer created -+ Reporter: koenb| Owner: nobody Type: Bug | Status: new Component: contrib.auth |Version: 1.3 Severity: Release b

Re: [Django] #17877: query.extra(where=...) lack parenthesis

2012-03-15 Thread Django
#17877: query.extra(where=...) lack parenthesis -+- Reporter: Marek Brzóska|Owner: Fandekasp | Status: new Type: Bug |

Re: [Django] #17813: Implement an opposite method for Entry.objects.latest

2012-03-15 Thread Django
#17813: Implement an opposite method for Entry.objects.latest -+- Reporter: tonnzor |Owner: Type: New feature | Status: new Component: Database l

Re: [Django] #17795: kwargs not passed on by django.views.generic.edit import ProcessFormView

2012-03-15 Thread Django
#17795: kwargs not passed on by django.views.generic.edit import ProcessFormView -+- Reporter: ed.crewe@… |Owner: Fandekasp Type: | Status:

Re: [Django] #17900: Logging Primer misrepresents the StreamHandler

2012-03-15 Thread Django
#17900: Logging Primer misrepresents the StreamHandler ---+-- Reporter: c4m3lo |Owner: nobody Type: Bug| Status: closed Component: Documentation |

[Changeset] r17742 - django/branches/releases/1.3.X/docs/topics

2012-03-15 Thread noreply
Author: claudep Date: 2012-03-15 00:58:19 -0700 (Thu, 15 Mar 2012) New Revision: 17742 Modified: django/branches/releases/1.3.X/docs/topics/logging.txt Log: [1.3.X] Fixed #17900 -- StreamHandler output defaults to stderr. Thanks c4m3lo for the report. Backport of r17741 from trunk. Modified

Re: [Django] #17900: Logging Primer misrepresents the StreamHandler

2012-03-15 Thread Django
#17900: Logging Primer misrepresents the StreamHandler ---+-- Reporter: c4m3lo |Owner: nobody Type: Bug| Status: closed Component: Documentation |

[Changeset] r17741 - django/trunk/docs/topics

2012-03-15 Thread noreply
Author: claudep Date: 2012-03-15 00:56:01 -0700 (Thu, 15 Mar 2012) New Revision: 17741 Modified: django/trunk/docs/topics/logging.txt Log: Fixed #17900 -- StreamHandler output defaults to stderr. Thanks c4m3lo for the report. Modified: django/trunk/docs/topics/logging.txt

Re: [Django] #17900: Logging Primer misrepresents the StreamHandler

2012-03-15 Thread Django
#17900: Logging Primer misrepresents the StreamHandler ---+-- Reporter: c4m3lo |Owner: nobody Type: Bug| Status: closed Component: Documentation |

Re: [Django] #17900: Logging Primer misrepresents the StreamHandler

2012-03-15 Thread Django
#17900: Logging Primer misrepresents the StreamHandler ---+-- Reporter: c4m3lo |Owner: nobody Type: Bug| Status: reopened Component: Documentation |