[Django] #13663: Foreign Key to table in another database fails

2010-05-28 Thread Django
#13663: Foreign Key to table in another database fails ---+ Reporter: berto | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: 1.2 Keyw

Re: [Django] #13488: Exceptions in GEOS I/O object destructor at process exit

2010-05-28 Thread Django
#13488: Exceptions in GEOS I/O object destructor at process exit ---+ Reporter: mro...@arinc.com | Owner: jbronn Status: assigned | Milestone: Component: GIS

Re: [Django] #13488: Exceptions in GEOS I/O object destructor at process exit

2010-05-28 Thread Django
#13488: Exceptions in GEOS I/O object destructor at process exit ---+ Reporter: mro...@arinc.com | Owner: jbronn Status: assigned | Milestone: Component: GIS

Re: [Django] #9200: Add a session based form wizard

2010-05-28 Thread Django
#9200: Add a session based form wizard ---+ Reporter: ddurham | Owner: ddurham Status: new | Milestone:

[Changeset] r13315 - in django/trunk: django/views docs/ref

2010-05-28 Thread noreply
Author: jacob Date: 2010-05-28 12:25:43 -0500 (Fri, 28 May 2010) New Revision: 13315 Modified: django/trunk/django/views/debug.py django/trunk/docs/ref/settings.txt Log: Fixed #13624: added SIGNATURE to the list of settings to hide on debug pages. Modified: django/trunk/django/views/debug.p

Re: [Django] #2414: coredump of python by a template extending itself

2010-05-28 Thread Django
#2414: coredump of python by a template extending itself +--- Reporter: chukha...@mail.ru | Owner: SmileyChris Status: closed | Milestone: Component: Temp

[Django] #13662: Documentation for running tests difficult to find

2010-05-28 Thread Django
#13662: Documentation for running tests difficult to find ---+ Reporter: mir| Owner: nobody Status: new| Milestone: Component: Documentation | Version: 1.2 K

Re: [Django] #13660: When template tests are run currently with most other tests things break :(

2010-05-28 Thread Django
#13660: When template tests are run currently with most other tests things break :( +--- Reporter: Alex | Owner: nobody Status: new| Milestone:

Re: [Django] #13661: Code error in serialization docs

2010-05-28 Thread Django
#13661: Code error in serialization docs +--- Reporter: jabapyth | Owner: nobody Status: new| Milestone: Component: Documentation | Ver

[Django] #13661: Code error in serialization docs

2010-05-28 Thread Django
#13661: Code error in serialization docs ---+ Reporter: jabapyth | Owner: nobody Status: new| Milestone: Component: Documentation | Version: SVN Keywords:

[Django] #13660: When template tests are run currently with most other tests things break :(

2010-05-28 Thread Django
#13660: When template tests are run currently with most other tests things break :( ---+ Reporter: Alex | Owner: nobody Status: new| Milestone: Component: Testing f

Re: [Django] #12848: language names should be kept native

2010-05-28 Thread Django
#12848: language names should be kept native ---+ Reporter: daonb | Owner: nobody Status: reopened | Milestone: 1.3 Component: Internationalization

[Changeset] r13314 - in django/trunk: django/http tests/regressiontests/httpwrappers

2010-05-28 Thread noreply
Author: jacob Date: 2010-05-28 11:39:52 -0500 (Fri, 28 May 2010) New Revision: 13314 Modified: django/trunk/django/http/__init__.py django/trunk/tests/regressiontests/httpwrappers/tests.py Log: Fixed #13572: copies of QueryDicts now have their encoding set correctly. Modified: django/trunk/

[Changeset] r13313 - django/trunk/tests/regressiontests/httpwrappers

2010-05-28 Thread noreply
Author: jacob Date: 2010-05-28 11:27:09 -0500 (Fri, 28 May 2010) New Revision: 13313 Modified: django/trunk/tests/regressiontests/httpwrappers/tests.py Log: Converted httpwrappers tests to unittest. We have always been at war with doctests. Modified: django/trunk/tests/regressiontests/httpwra

Re: [Django] #13628: Documentation should discourage the usage of doctests

2010-05-28 Thread Django
#13628: Documentation should discourage the usage of doctests +--- Reporter: d0ugal | Owner: nobody Status: new| Milestone: 1.3 Component: Documentation |

Re: [Django] #13659: Made the request accessible in callables used in ModelAdmin.list_display [PATCH]

2010-05-28 Thread Django
#13659: Made the request accessible in callables used in ModelAdmin.list_display [PATCH] ---+ Reporter: sebastian_noack | Owner: nobody Status: new | Milestone:

[Django] #13659: Made the request accessible in callables used in ModelAdmin.list_display [PATCH]

2010-05-28 Thread Django
#13659: Made the request accessible in callables used in ModelAdmin.list_display [PATCH] --+- Reporter: sebastian_noack | Owner: nobody Status: new | Milestone: Component:

[Django] #13658: small typo in a javascript example in the i18n docs

2010-05-28 Thread Django
#13658: small typo in a javascript example in the i18n docs ---+ Reporter: stdbrouw | Owner: nobody Status: new| Milestone: Component: Documentation | Version: 1.2

Re: [Django] #13636: Change fixture doctests to unit tests

2010-05-28 Thread Django
#13636: Change fixture doctests to unit tests +--- Reporter: ericholscher | Owner: nobody Status: new| Milestone: 1.3 Component: Testing framework |

[Django] #13657: Fix a SyntaxWarning (shows up on PyPy)

2010-05-28 Thread Django
#13657: Fix a SyntaxWarning (shows up on PyPy) ---+ Reporter: Alex | Owner: nobody Status: new| Milestone: Component: Testing framework | Version: 1.2

[Changeset] r13312 - django/trunk/docs/ref/contrib/admin

2010-05-28 Thread noreply
Author: jacob Date: 2010-05-28 10:03:12 -0500 (Fri, 28 May 2010) New Revision: 13312 Modified: django/trunk/docs/ref/contrib/admin/index.txt Log: Fixed #13597, a small typo in the admin docs. Modified: django/trunk/docs/ref/contrib/admin/index.txt ==

Re: [Django] #11159: Test client encode_file doesn't set content-type properly

2010-05-28 Thread Django
#11159: Test client encode_file doesn't set content-type properly +--- Reporter: notanumber | Owner: notanumber Status: assigned | Milestone:

[Changeset] r13311 - in django/trunk/django: core/management db/backends

2010-05-28 Thread noreply
Author: russellm Date: 2010-05-28 08:46:12 -0500 (Fri, 28 May 2010) New Revision: 13311 Modified: django/trunk/django/core/management/base.py django/trunk/django/db/backends/__init__.py Log: Fixed #13656 -- Ensure that the management commands use the right database for transaction start/end

[Django] #13656: Management command transaction sql only uses default DB

2010-05-28 Thread Django
#13656: Management command transaction sql only uses default DB +--- Reporter: Alex| Owner: nobody Status: new | Milestone: Component: Core framework | Version: 1.2

Re: [Django] #6388: as_p produce invalid HTML for RadioSelect

2010-05-28 Thread Django
#6388: as_p produce invalid HTML for RadioSelect ---+ Reporter: batiste | Owner: nobody Status: new | Milestone: Component: Forms | Version: SVN

Re: [Django] #6388: as_p produce invalid HTML for RadioSelect

2010-05-28 Thread Django
#6388: as_p produce invalid HTML for RadioSelect ---+ Reporter: batiste | Owner: erikr Status: assigned | Milestone: Component: Forms | Version: SVN

Re: [Django] #12323: add support for STATIC_URL and STATIC_ROOT

2010-05-28 Thread Django
#12323: add support for STATIC_URL and STATIC_ROOT -+-- Reporter: nagyv | Owner: nobody Status: new | Milestone:

Re: [Django] #13655: broken link

2010-05-28 Thread Django
#13655: broken link +--- Reporter: teknohan | Owner: nobody Status: closed | Milestone: Component: Uncategorized | Version: 1.2 Resolution:

[Django] #13655: broken link

2010-05-28 Thread Django
#13655: broken link ---+ Reporter: teknohan | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: 1.2 Keywords: | Stage

Re: [Django] #811: [patch] IPv6 address field support

2010-05-28 Thread Django
#811: [patch] IPv6 address field support -+-- Reporter: mattimust...@gmail.com | Owner: adrian Status: reopened| Milestone: Component: Core framework

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

2010-05-28 Thread noreply
Author: kmtracey Date: 2010-05-28 06:46:03 -0500 (Fri, 28 May 2010) New Revision: 13310 Modified: django/trunk/django/utils/hashcompat.py Log: Fixed #13653: Fixed django.utils.hashcompat to support running on Python 2.4 with standalone hashlib. Modified: django/trunk/django/utils/hashcompat.

[Django] #13654: QuerySet .dates() method should support "hour" and "minute"

2010-05-28 Thread Django
#13654: QuerySet .dates() method should support "hour" and "minute" --+- Reporter: UloPe | Owner: UloPe Status: new | Milestone: 1.3 Component: Data

[Django] #13653: Python 2.4 + hashlib causes AttributeError calling hmac.new()

2010-05-28 Thread Django
#13653: Python 2.4 + hashlib causes AttributeError calling hmac.new() +--- Reporter: kmtracey| Owner: nobody Status: new | Milestone: Component: Core framework | Version:

Re: [Django] #13653: Python 2.4 + hashlib causes AttributeError calling hmac.new()

2010-05-28 Thread Django
#13653: Python 2.4 + hashlib causes AttributeError calling hmac.new() -+-- Reporter: kmtracey| Owner: kmtracey Status: assigned| Milestone: Component: Cor

Re: [Django] #13635: URLconfs should accept classes as views

2010-05-28 Thread Django
#13635: URLconfs should accept classes as views -+-- Reporter: bfirsh | Owner: bfirsh Status: new | Milestone: Component: Core framework | Ver

[Django] #13652: Support error user messages [PATCH]

2010-05-28 Thread Django
#13652: Support error user messages [PATCH] --+- Reporter: sebastian_noack | Owner: nobody Status: new | Milestone: Component: django.contrib.admin | Version: 1.2

[Changeset] r13309 - in django/trunk: django/test docs/topics tests/modeltests/aggregation

2010-05-28 Thread noreply
Author: russellm Date: 2010-05-28 06:15:36 -0500 (Fri, 28 May 2010) New Revision: 13309 Added: django/trunk/tests/modeltests/aggregation/tests.py Modified: django/trunk/django/test/testcases.py django/trunk/docs/topics/testing.txt django/trunk/tests/modeltests/aggregation/models.py Log

[Django] #13651: Malayalam (India) translation

2010-05-28 Thread Django
#13651: Malayalam (India) translation --+- Reporter: rajeesh | Owner: nobody Status: new | Milestone: Component: Translations | Version: 1.2 Keywords:

Re: [Django] #13218: django-syndication can't handle https URLs

2010-05-28 Thread Django
#13218: django-syndication can't handle https URLs +--- Reporter: schaefer | Owner: bfirsh Status: new| Milestone: Component: RSS framework | Versi

Re: [Django] #13635: URLconfs should accept classes as views

2010-05-28 Thread Django
#13635: URLconfs should accept classes as views -+-- Reporter: bfirsh | Owner: bfirsh Status: new | Milestone: Component: Core framework | Ver

Re: [Django] #13635: URLconfs should accept classes as views

2010-05-28 Thread Django
#13635: URLconfs should accept classes as views -+-- Reporter: bfirsh | Owner: bfirsh Status: new | Milestone: Component: Core framework | Ver

Re: [Django] #13635: URLconfs should accept classes as views

2010-05-28 Thread Django
#13635: URLconfs should accept classes as views -+-- Reporter: bfirsh | Owner: bfirsh Status: new | Milestone: Component: Core framework | Ver

Re: [Django] #13635: URLconfs should accept classes as views

2010-05-28 Thread Django
#13635: URLconfs should accept classes as views +--- Reporter: bfirsh | Owner: bfirsh Status: new| Milestone: Component: Core framework |

Re: [Django] #13642: Request of translating model fileds functionality

2010-05-28 Thread Django
#13642: Request of translating model fileds functionality ---+ Reporter: caumons | Owner: nobody Status: closed| Milestone:

Re: [Django] #6388: as_p produce invalid HTML for RadioSelect

2010-05-28 Thread Django
#6388: as_p produce invalid HTML for RadioSelect ---+ Reporter: batiste | Owner: erikr Status: assigned | Milestone: Component: Forms | Version: SVN

Re: [Django] #13631: IntegerField has no attributes max_value and min_value (1.2 regression)

2010-05-28 Thread Django
#13631: IntegerField has no attributes max_value and min_value (1.2 regression) -+-- Reporter: mila| Owner: nobody Status: new | Milestone:

Re: [Django] #13533: queries test fails under MySQL InnoDB

2010-05-28 Thread Django
#13533: queries test fails under MySQL InnoDB ---+ Reporter: russellm | Owner: nobody Status: new | Milestone: 1.3 C

Re: [Django] #13639: Date Time format

2010-05-28 Thread Django
#13639: Date Time format -+-- Reporter: ctao| Owner: nobody Status: closed | Milestone:

[Changeset] r13308 - django/trunk/tests/regressiontests/serializers_regress

2010-05-28 Thread noreply
Author: russellm Date: 2010-05-28 04:52:24 -0500 (Fri, 28 May 2010) New Revision: 13308 Modified: django/trunk/tests/regressiontests/serializers_regress/tests.py Log: Fixed #13638 -- Refactored the serializers_regress tests to avoid the use of flush, and make better use of the transactional ca

Re: [Django] #13650: Permissions of abstract model without fields not added on syncdb

2010-05-28 Thread Django
#13650: Permissions of abstract model without fields not added on syncdb +--- Reporter: deschler | Owner: nobody Status: new| Milestone: Component: Uncate

Re: [Django] #13621: regression in 1.2.1 from 1.2 AM PM time input no longer works correctly

2010-05-28 Thread Django
#13621: regression in 1.2.1 from 1.2 AM PM time input no longer works correctly ---+ Reporter: bufke | Owner: zerok Status: new | Milestone: Component: Forms |

[Django] #13650: Permissions of abstract model without fields not added on syncdb

2010-05-28 Thread Django
#13650: Permissions of abstract model without fields not added on syncdb ---+ Reporter: deschler | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version:

Re: [Django] #13644: "Add another" link doesn't appear in Inlines with many-to-many

2010-05-28 Thread Django
#13644: "Add another" link doesn't appear in Inlines with many-to-many -+-- Reporter: mateusz.haligow...@nostromolabs.pl | Owner: nobody Status: closed |

Re: [Django] #13621: regression in 1.2.1 from 1.2 AM PM time input no longer works correctly

2010-05-28 Thread Django
#13621: regression in 1.2.1 from 1.2 AM PM time input no longer works correctly ---+ Reporter: bufke | Owner: zerok Status: new | Milestone: Component: Forms |

Re: [Django] #13621: regression in 1.2.1 from 1.2 AM PM time input no longer works correctly

2010-05-28 Thread Django
#13621: regression in 1.2.1 from 1.2 AM PM time input no longer works correctly ---+ Reporter: bufke | Owner: zerok Status: new | Milestone: Component: Forms |

Re: [Django] #13533: queries test fails under MySQL InnoDB

2010-05-28 Thread Django
#13533: queries test fails under MySQL InnoDB ---+ Reporter: russellm | Owner: erikr Status: assigned | Milestone: 1.3 C

Re: [Django] #13621: regression in 1.2.1 from 1.2 AM PM time input no longer works correctly

2010-05-28 Thread Django
#13621: regression in 1.2.1 from 1.2 AM PM time input no longer works correctly ---+ Reporter: bufke | Owner: zerok Status: new | Milestone: Component: Forms |

Re: [Django] #6735: Class-based generic views

2010-05-28 Thread Django
#6735: Class-based generic views +--- Reporter: jkocherhans| Owner: david Status: assigned | Milestone: Component: Generic views | Version: R

Re: [Django] #12268: [PATCH] can't do %s on extra select

2010-05-28 Thread Django
#12268: [PATCH] can't do %s on extra select ---+ Reporter: man...@aircable.net | Owner: nobody Status: new | Milestone:

[Django] #13649: Hidden buttons in admin [PATCH]

2010-05-28 Thread Django
#13649: Hidden buttons in admin [PATCH] --+- Reporter: sebastian_noack | Owner: nobody Status: new | Milestone: Component: django.contrib.admin | Version: 1.2

[Django] #13648: '%s' escaping support for sqlite3

2010-05-28 Thread Django
#13648: '%s' escaping support for sqlite3 --+- Reporter: master| Owner: nobody Status: new | Milestone: Component: Database layer (models, ORM)

Re: [Django] #13621: regression in 1.2.1 from 1.2 AM PM time input no longer works correctly

2010-05-28 Thread Django
#13621: regression in 1.2.1 from 1.2 AM PM time input no longer works correctly ---+ Reporter: bufke | Owner: zerok Status: new | Milestone: Component: Forms |

Re: [Django] #811: [patch] IPv6 address field support

2010-05-28 Thread Django
#811: [patch] IPv6 address field support -+-- Reporter: mattimust...@gmail.com | Owner: adrian Status: reopened| Milestone: Component: Core framework

Re: [Django] #13646: Wrong RE in comma_separated_int_list_re

2010-05-28 Thread Django
#13646: Wrong RE in comma_separated_int_list_re ---+ Reporter: aledr | Owner: nobody Status: new | Milestone:

Re: [Django] #13646: Wrong RE in comma_separated_int_list_re

2010-05-28 Thread Django
#13646: Wrong RE in comma_separated_int_list_re ---+ Reporter: aledr | Owner: nobody Status: new | Milestone: 1.3

Re: [Django] #13646: Wrong RE in comma_separated_int_list_re

2010-05-28 Thread Django
#13646: Wrong RE in comma_separated_int_list_re ---+ Reporter: aledr | Owner: erikr Status: assigned | Milestone: 1.3

Re: [Django] #13646: Wrong RE in comma_separated_int_list_re

2010-05-28 Thread Django
#13646: Wrong RE in comma_separated_int_list_re +--- Reporter: aledr | Owner: erikr Status: assigned | Milestone: 1.3 Com

Re: [Django] #8408: add a new meta option: don't do count(*) in admin

2010-05-28 Thread Django
#8408: add a new meta option: don't do count(*) in admin ---+ Reporter: lidaobing | Owner: nobody Status: new | Milestone: Component: django.c

Re: [Django] #8408: add a new meta option: don't do count(*) in admin

2010-05-28 Thread Django
#8408: add a new meta option: don't do count(*) in admin ---+ Reporter: lidaobing | Owner: nobody Status: new | Milestone: Component: django.c

Re: [Django] #13643: Admin changelist page very slow with postgresql and a huge table

2010-05-28 Thread Django
#13643: Admin changelist page very slow with postgresql and a huge table ---+ Reporter: marcob| Owner: nobody Status: closed| Milestone: Comp