Re: [Django] #16986: Model.clean cannot report errors on individual fields

2011-12-10 Thread Django
#16986: Model.clean cannot report errors on individual fields -+- Reporter: davidfstr|Owner: davidfstr Type: New feature | Status: new Component: Forms|

Re: [Django] #4499: integrity error silently failing with postgres and loaddata

2011-12-10 Thread Django
#4499: integrity error silently failing with postgres and loaddata -+- Reporter: sandro@… |Owner: nobody Type: Bug | Status: reopened

Re: [Django] #16986: Model.clean cannot report errors on individual fields

2011-12-10 Thread Django
#16986: Model.clean cannot report errors on individual fields -+- Reporter: davidfstr|Owner: davidfstr Type: New feature | Status: new Component: Forms|

[Changeset] r17193 - django/trunk/tests/regressiontests/i18n/commands

2011-12-10 Thread noreply
Author: ramiro Date: 2011-12-10 17:00:41 -0800 (Sat, 10 Dec 2011) New Revision: 17193 Modified: django/trunk/tests/regressiontests/i18n/commands/compilation.py Log: Added another `from__future__ import with_statement` missed in r17190. Modified:

[Changeset] r17192 - in django/trunk: django/utils/translation tests/regressiontests/i18n/commands tests/regressiontests/i18n/commands/templates

2011-12-10 Thread noreply
Author: ramiro Date: 2011-12-10 16:48:26 -0800 (Sat, 10 Dec 2011) New Revision: 17192 Modified: django/trunk/django/utils/translation/trans_real.py django/trunk/tests/regressiontests/i18n/commands/extraction.py django/trunk/tests/regressiontests/i18n/commands/templates/test.html Log:

[Changeset] r17191 - in django/trunk/tests/regressiontests/i18n/commands/locale: . it it/LC_MESSAGES

2011-12-10 Thread noreply
Author: ramiro Date: 2011-12-10 16:09:30 -0800 (Sat, 10 Dec 2011) New Revision: 17191 Added: django/trunk/tests/regressiontests/i18n/commands/locale/it/ django/trunk/tests/regressiontests/i18n/commands/locale/it/LC_MESSAGES/

[Changeset] r17190 - in django/trunk: django/utils/translation tests/regressiontests/i18n tests/regressiontests/i18n/commands tests/regressiontests/i18n/commands/locale tests/regressiontests/i18n/com

2011-12-10 Thread noreply
Author: ramiro Date: 2011-12-10 16:07:06 -0800 (Sat, 10 Dec 2011) New Revision: 17190 Added: django/trunk/tests/regressiontests/i18n/commands/locale/fr/ django/trunk/tests/regressiontests/i18n/commands/locale/fr/LC_MESSAGES/

Re: [Django] #11240: Compilemessages fails if a % character is at certain places in the .po file

2011-12-10 Thread Django
#11240: Compilemessages fails if a % character is at certain places in the .po file -+- Reporter: tback|Owner: Type: Bug | garcia_marc Component:

Re: [Django] #17375: 'makemessages' ignores plural from 'blocktrans'

2011-12-10 Thread Django
#17375: 'makemessages' ignores plural from 'blocktrans' --+ Reporter: ahagenbruch |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #17266: psycopg2 backend should use get_parameter_status to check if SET TIME ZONE is needed

2011-12-10 Thread Django
#17266: psycopg2 backend should use get_parameter_status to check if SET TIME ZONE is needed -+- Reporter: akaariai |Owner: aaugustin Type: |

Re: [Django] #15667: Implement template-based widget rendering

2011-12-10 Thread Django
#15667: Implement template-based widget rendering + Reporter: brutasse|Owner: brutasse Type: New feature | Status: new Component: Forms |

Re: [Django] #11240: Compilemessages fails if a % character is at certain places in the .po file

2011-12-10 Thread Django
#11240: Compilemessages fails if a % character is at certain places in the .po file -+- Reporter: tback|Owner: Type: Bug | garcia_marc Component:

Re: [Django] #17365: Extend test discovery to include unittest2 test suite runner

2011-12-10 Thread Django
#17365: Extend test discovery to include unittest2 test suite runner ---+ Reporter: jezdez |Owner: nobody Type: New feature| Status: new Component:

Re: [Django] #11240: Compilemessages fails if a % character is at certain places in the .po file

2011-12-10 Thread Django
#11240: Compilemessages fails if a % character is at certain places in the .po file -+- Reporter: tback|Owner: Type: Bug | garcia_marc Component:

Re: [Django] #17341: Model.save() commits transactions after every parent class save

2011-12-10 Thread Django
#17341: Model.save() commits transactions after every parent class save -+- Reporter: akaariai |Owner: nobody Type: Bug | Status: new

Re: [Django] #17266: psycopg2 backend should use get_parameter_status to check if SET TIME ZONE is needed

2011-12-10 Thread Django
#17266: psycopg2 backend should use get_parameter_status to check if SET TIME ZONE is needed -+- Reporter: akaariai |Owner: aaugustin Type: |

Re: [Django] #17266: psycopg2 backend should use get_parameter_status to check if SET TIME ZONE is needed

2011-12-10 Thread Django
#17266: psycopg2 backend should use get_parameter_status to check if SET TIME ZONE is needed -+- Reporter: akaariai |Owner: aaugustin Type: |

Re: [Django] #17375: 'makemessages' ignores plural from 'blocktrans'

2011-12-10 Thread Django
#17375: 'makemessages' ignores plural from 'blocktrans' -+- Reporter: ahagenbruch |Owner: nobody Type: Bug | Status: new Component:

[Django] #17375: 'makemessages' ignores plural from 'blocktrans'

2011-12-10 Thread Django
#17375: 'makemessages' ignores plural from 'blocktrans' --+ Reporter: ahagenbruch | Owner: nobody Type: Bug | Status: new Component: Internationalization |Version: SVN

Re: [Django] #6422: Support for 'DISTINCT ON' queries with QuerySet.distinct()

2011-12-10 Thread Django
#6422: Support for 'DISTINCT ON' queries with QuerySet.distinct() -+- Reporter: Manfred Wassmann |Owner: jgelens | Status: assigned

Re: [Django] #17319: Internationalization documentation

2011-12-10 Thread Django
#17319: Internationalization documentation --+ Reporter: dolma33@… |Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation

Re: [Django] #16563: Error pickling request.user

2011-12-10 Thread Django
#16563: Error pickling request.user -+ Reporter: zero.fuxor@… |Owner: nobody Type: Bug | Status: new Component: contrib.auth |

Re: [Django] #17093: Refactor django.template to quarantine global state

2011-12-10 Thread Django
#17093: Refactor django.template to quarantine global state --+ Reporter: carljm|Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #16563: Error pickling request.user

2011-12-10 Thread Django
#16563: Error pickling request.user -+ Reporter: zero.fuxor@… |Owner: nobody Type: Bug | Status: new Component: contrib.auth |

Re: [Django] #17194: Auth tests failing on non-US locales

2011-12-10 Thread Django
#17194: Auth tests failing on non-US locales + Reporter: hcarvalhoalves |Owner: nobody Type: Bug | Status: new Component: contrib.auth|

Re: [Django] #17365: Extend test discovery to include unittest2 test suite runner (was: Extend test discovery to inlcude unittest2 test suite runner)

2011-12-10 Thread Django
#17365: Extend test discovery to include unittest2 test suite runner ---+ Reporter: jezdez |Owner: nobody Type: New feature| Status: new Component:

Re: [Django] #16397: BaseCommand.execute() swallows ImportError, CommandError even when --traceback is used

2011-12-10 Thread Django
#16397: BaseCommand.execute() swallows ImportError, CommandError even when --traceback is used -+- Reporter: charles@…|Owner: aaugustin Type: Bug |

Re: [Django] #11667: Full traceback if import error before model validation

2011-12-10 Thread Django
#11667: Full traceback if import error before model validation -+- Reporter: jedie|Owner: nobody Type: New feature | Status: closed

Re: [Django] #17369: Useless error messages in management command execution

2011-12-10 Thread Django
#17369: Useless error messages in management command execution -+- Reporter: valexeev |Owner: nobody Type: Bug | Status: closed

Re: [Django] #17367: PREPEND_WWW should warn on POSTs too

2011-12-10 Thread Django
#17367: PREPEND_WWW should warn on POSTs too ---+-- Reporter: Tuttle |Owner: nobody Type: Uncategorized | Status: closed Component: Core (URLs)|

Re: [Django] #17214: incorrect rendering of inline fk when parent has custom pk field

2011-12-10 Thread Django
#17214: incorrect rendering of inline fk when parent has custom pk field -+- Reporter: Aryeh Leib Taurog|Owner: nobody | Status: reopened

Re: [Django] #17371: For DELETE requests TestClient encodes data as QUERY_STRING and forces an empty payload

2011-12-10 Thread Django
#17371: For DELETE requests TestClient encodes data as QUERY_STRING and forces an empty payload --+ Reporter: grzesiof@…|Owner: nobody Type: Cleanup/optimization |