Re: [Django] #14982: EMPTY_CHANGELIST_VALUE not honored whit a relation field in list_display

2011-01-19 Thread Django
#14982: EMPTY_CHANGELIST_VALUE not honored whit a relation field in list_display +--- Reporter: marcob | Owner: nobody Status: new| Milestone: 1.3

[Changeset] r15251 - in django/trunk: django/test tests tests/regressiontests/test_utils

2011-01-19 Thread noreply
Author: Alex Date: 2011-01-19 22:47:47 -0600 (Wed, 19 Jan 2011) New Revision: 15251 Added: django/trunk/tests/regressiontests/test_utils/urls.py django/trunk/tests/regressiontests/test_utils/views.py Modified: django/trunk/django/test/testcases.py django/trunk/tests/regressiontests/tes

Re: [Django] #11319: ForeignKey filters use the wrong field to prepare values for database

2011-01-19 Thread Django
#11319: ForeignKey filters use the wrong field to prepare values for database ---+ Reporter: russellm | Owner: carljm Status: new | Milestone:

Re: [Django] #11319: ForeignKey filters use the wrong field to prepare values for database

2011-01-19 Thread Django
#11319: ForeignKey filters use the wrong field to prepare values for database ---+ Reporter: russellm | Owner: carljm Status: new | Milestone:

Re: [Django] #15121: ForeignKey cascading deletes fail with Integrity Error when to_field attribute set to field other than primary key

2011-01-19 Thread Django
#15121: ForeignKey cascading deletes fail with Integrity Error when to_field attribute set to field other than primary key ---+ Reporter: ben.k...@gmail.com| Owner: nobody

[Changeset] r15250 - in django/trunk: django/contrib/admin django/contrib/admin/templates/admin tests/regressiontests/admin_views

2011-01-19 Thread noreply
Author: carljm Date: 2011-01-19 19:00:47 -0600 (Wed, 19 Jan 2011) New Revision: 15250 Modified: django/trunk/django/contrib/admin/actions.py django/trunk/django/contrib/admin/options.py django/trunk/django/contrib/admin/templates/admin/delete_confirmation.html django/trunk/django/cont

[Django] #15125: UpdateView should introspect form_class instead of requiring you to pass the model

2011-01-19 Thread Django
#15125: UpdateView should introspect form_class instead of requiring you to pass the model ---+ Reporter: sontek | Owner: nobody Status: new| Milestone: 1.3 Component: Generic vie

Re: [Django] #14672: Admin doesn't handle new on_delete exceptions gracefully

2011-01-19 Thread Django
#14672: Admin doesn't handle new on_delete exceptions gracefully ---+ Reporter: jtiai | Owner: carljm Status: closed| Milestone: Component:

Re: [Django] #14672: Admin doesn't handle new on_delete exceptions gracefully

2011-01-19 Thread Django
#14672: Admin doesn't handle new on_delete exceptions gracefully ---+ Reporter: jtiai | Owner: carljm Status: closed| Milestone: Component:

[Changeset] r15249 - in django/trunk: django/contrib/admin django/contrib/admin/templates/admin django/db/models docs/ref/models tests/regressiontests/admin_views

2011-01-19 Thread noreply
Author: carljm Date: 2011-01-19 18:33:32 -0600 (Wed, 19 Jan 2011) New Revision: 15249 Modified: django/trunk/django/contrib/admin/actions.py django/trunk/django/contrib/admin/options.py django/trunk/django/contrib/admin/templates/admin/delete_confirmation.html django/trunk/django/cont

[Django] #15124: BooleanField should not use False as default (unless provided)

2011-01-19 Thread Django
#15124: BooleanField should not use False as default (unless provided) ---+ Reporter: andrewbadr | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version:

Re: [Django] #14253: TIME_ZONE not respected by Today and Now widgets in admin

2011-01-19 Thread Django
#14253: TIME_ZONE not respected by Today and Now widgets in admin -+-- Reporter: adamnelson | Owner: nobody Status: new | Milestone: Compone

Re: [Django] #14896: Delete leads to IntegrityError : bad cascading rule when there's a ManyToManyField pointing to a class having subclasses.

2011-01-19 Thread Django
#14896: Delete leads to IntegrityError : bad cascading rule when there's a ManyToManyField pointing to a class having subclasses. ---+ Reporter: tbrizzi | Owner: carljm S

[Changeset] r15248 - in django/trunk: django/db/models tests/regressiontests/delete_regress

2011-01-19 Thread noreply
Author: carljm Date: 2011-01-19 15:56:14 -0600 (Wed, 19 Jan 2011) New Revision: 15248 Modified: django/trunk/django/db/models/options.py django/trunk/tests/regressiontests/delete_regress/models.py django/trunk/tests/regressiontests/delete_regress/tests.py Log: Fixed #14896 -- Ensured that

Re: [Django] #14896: Delete leads to IntegrityError : bad cascading rule when there's a ManyToManyField pointing to a class having subclasses.

2011-01-19 Thread Django
#14896: Delete leads to IntegrityError : bad cascading rule when there's a ManyToManyField pointing to a class having subclasses. ---+ Reporter: tbrizzi | Owner: carljm S

[Changeset] r15247 - in django/trunk/docs: internals topics

2011-01-19 Thread noreply
Author: carljm Date: 2011-01-19 14:37:58 -0600 (Wed, 19 Jan 2011) New Revision: 15247 Modified: django/trunk/docs/internals/contributing.txt django/trunk/docs/topics/cache.txt Log: Corrected an outdated reference to cmemcache in contributing docs. Modified: django/trunk/docs/internals/contr

Re: [Django] #15118: MySQL/InnoDB has integrity problems with new deletion code

2011-01-19 Thread Django
#15118: MySQL/InnoDB has integrity problems with new deletion code ---+ Reporter: russellm | Owner: nobody Status: closed| Milestone: 1.3

[Changeset] r15246 - django/trunk/django/db/models

2011-01-19 Thread noreply
Author: carljm Date: 2011-01-19 14:11:56 -0600 (Wed, 19 Jan 2011) New Revision: 15246 Modified: django/trunk/django/db/models/deletion.py Log: Fixed #15118 - Corrected the deletion-ordering for inherited models. Modified: django/trunk/django/db/models/deletion.py ==

Re: [Django] #15089: contrib.sites and multitenancy

2011-01-19 Thread Django
#15089: contrib.sites and multitenancy -+-- Reporter: legutierr | Owner: nobody Status: new | Milestone: Component: Contrib apps

[Django] #15123: models Meta's db_table and ManyToManyField

2011-01-19 Thread Django
#15123: models Meta's db_table and ManyToManyField -+-- Reporter: ctao | Owner: Status: new | Milestone: 1.3 Component: ORM aggregation | Version: 1.3-alpha K

[Django] #15122: Template-loader postmortem doesn't offer paths searched anymore

2011-01-19 Thread Django
#15122: Template-loader postmortem doesn't offer paths searched anymore -+-- Reporter: rdrey| Owner: nobody Status: new | Milestone: Component: Template system | Ver

Re: [Django] #3591: add support for custom app_label and verbose_name

2011-01-19 Thread Django
#3591: add support for custom app_label and verbose_name +--- Reporter: jkocherhans| Owner: adrian Status: reopened | Milestone: Component: Core framework

Re: [Django] #373: Add support for multiple-column primary keys

2011-01-19 Thread Django
#373: Add support for multiple-column primary keys ---+ Reporter: jacob | Owner: dcramer Status: assigned | Milestone: Compon

Re: [Django] #15053: [patch] Make templates more reusable by Improving template loading algorithm to avoid extending infinite recursion

2011-01-19 Thread Django
#15053: [patch] Make templates more reusable by Improving template loading algorithm to avoid extending infinite recursion --+- Reporter: pmartin | Owner: nobody Status: reopened

[Django] #15121: ForeignKey cascading deletes fail with Integrity Error when to_field attribute set to field other than primary key

2011-01-19 Thread Django
#15121: ForeignKey cascading deletes fail with Integrity Error when to_field attribute set to field other than primary key --+- Reporter: ben.k...@gmail.com| Owner: nobody Status: new

Re: [Django] #15120: django.contrib.staticfiles.views.serve fails in windows7

2011-01-19 Thread Django
#15120: django.contrib.staticfiles.views.serve fails in windows7 ---+ Reporter: oyvind| Owner: nobody Status: closed| Milestone: Component: Contri

Re: [Django] #15120: django.contrib.staticfiles.views.serve fails in windows7

2011-01-19 Thread Django
#15120: django.contrib.staticfiles.views.serve fails in windows7 ---+ Reporter: oyvind| Owner: nobody Status: closed| Milestone: Component: Contri

Re: [Django] #8158: Make possible to extend some of admin's templates

2011-01-19 Thread Django
#8158: Make possible to extend some of admin's templates ---+ Reporter: marinho | Owner: nobody Status: reopened | Milestone: Component: django.c

Re: [Django] #15120: django.contrib.staticfiles.views.serve fails in windows7

2011-01-19 Thread Django
#15120: django.contrib.staticfiles.views.serve fails in windows7 ---+ Reporter: oyvind| Owner: nobody Status: new | Milestone: Component: Contri

Re: [Django] #15053: [patch] Make templates more reusable by Improving template loading algorithm to avoid extending infinite recursion

2011-01-19 Thread Django
#15053: [patch] Make templates more reusable by Improving template loading algorithm to avoid extending infinite recursion --+- Reporter: pmartin | Owner: nobody Status: closed

[Django] #15120: django.contrib.staticfiles.views.serve fails in windows7

2011-01-19 Thread Django
#15120: django.contrib.staticfiles.views.serve fails in windows7 --+- Reporter: oyvind| Owner: nobody Status: new | Milestone: Component: Contrib apps | Version: SVN

[Changeset] r15245 - django/trunk/django/contrib/staticfiles/management/commands

2011-01-19 Thread noreply
Author: kmtracey Date: 2011-01-19 10:36:20 -0600 (Wed, 19 Jan 2011) New Revision: 15245 Modified: django/trunk/django/contrib/staticfiles/management/commands/collectstatic.py Log: Call superclass init in collectstatic command, otherwise printing error messages for it fails since style has not

Re: [Django] #15119: MySQL backend generates unnecessary commands

2011-01-19 Thread Django
#15119: MySQL backend generates unnecessary commands -+-- Reporter: lukesneeringer | Owner: nobody Status: new | Milestone: Component: Uncategorized |

[Django] #15119: MySQL backend generates unnecessary commands

2011-01-19 Thread Django
#15119: MySQL backend generates unnecessary commands +--- Reporter: lukesneeringer | Owner: nobody Status: new | Milestone: Component: Uncategorized | Version: 1.2 Key

[Changeset] r15244 - django/trunk/tests/regressiontests/test_client_regress

2011-01-19 Thread noreply
Author: Alex Date: 2011-01-19 08:41:40 -0600 (Wed, 19 Jan 2011) New Revision: 15244 Modified: django/trunk/tests/regressiontests/test_client_regress/models.py Log: Fixed a regression in the test suite from [15236]. Modified: django/trunk/tests/regressiontests/test_client_regress/models.py

[Changeset] r15243 - django/trunk/django/db/models

2011-01-19 Thread noreply
Author: Alex Date: 2011-01-19 08:39:54 -0600 (Wed, 19 Jan 2011) New Revision: 15243 Modified: django/trunk/django/db/models/deletion.py Log: Avoid doing quadratic amounts of work during object deletion. Modified: django/trunk/django/db/models/deletion.py ===

Re: [Django] #15118: MySQL/InnoDB has integrity problems with new deletion code

2011-01-19 Thread Django
#15118: MySQL/InnoDB has integrity problems with new deletion code ---+ Reporter: russellm | Owner: nobody Status: new | Milestone: 1.3

Re: [Django] #14661: A couple of MySQL/MyISAM test failures

2011-01-19 Thread Django
#14661: A couple of MySQL/MyISAM test failures +--- Reporter: kmtracey | Owner: nobody Status: closed | Milestone: 1.3 Component: Testing framework |

[Django] #15118: MySQL/InnoDB has integrity problems with new deletion code

2011-01-19 Thread Django
#15118: MySQL/InnoDB has integrity problems with new deletion code --+- Reporter: russellm | Owner: nobody Status: new | Milestone: 1.3 Component: Datab

Re: [Django] #14249: Inactive users have less permissions then anonymous users with custom backend

2011-01-19 Thread Django
#14249: Inactive users have less permissions then anonymous users with custom backend -+-- Reporter: hvdklauw| Owner: nobody Status: reopened| Milestone: 1.3

[Django] #15117: get_or_create() raises "DatabaseError: no such savepoint" instead of IntegrityError (PostgreSQL)

2011-01-19 Thread Django
#15117: get_or_create() raises "DatabaseError: no such savepoint" instead of IntegrityError (PostgreSQL) --+- Reporter: akaihola | Owner: nobody Status: new | Mi

Re: [Django] #15108: order_by on annotate doesn't work with camelCased annotation names

2011-01-19 Thread Django
#15108: order_by on annotate doesn't work with camelCased annotation names ---+ Reporter: jorn | Owner: nobody Status: closed| Milestone:

[Django] #15116: Don't ORDER BY when using .in_bulk()

2011-01-19 Thread Django
#15116: Don't ORDER BY when using .in_bulk() --+- Reporter: lamby | Owner: nobody Status: new | Milestone: Component: Database layer (models, ORM

Re: [Django] #15115: AdminSite and templates hard-code the "admin" namespace in places

2011-01-19 Thread Django
#15115: AdminSite and templates hard-code the "admin" namespace in places +--- Reporter: chipx86| Owner: nobody Status: closed | Milestone: Component: Uncat

Re: [Django] #15115: AdminSite and templates hard-code the "admin" namespace in places

2011-01-19 Thread Django
#15115: AdminSite and templates hard-code the "admin" namespace in places +--- Reporter: chipx86| Owner: nobody Status: closed | Milestone: Component: Uncat

Re: [Django] #4992: Alter cache key based on GET parameters

2011-01-19 Thread Django
#4992: Alter cache key based on GET parameters +--- Reporter: anonymous | Owner: nobody Status: reopened | Milestone: Component: Cache system |

[Django] #15115: AdminSite and templates hard-code the "admin" namespace in places

2011-01-19 Thread Django
#15115: AdminSite and templates hard-code the "admin" namespace in places ---+ Reporter: chipx86| Owner: nobody Status: new| Milestone: Component: Uncategorized | Version

Re: [Django] #11559: urlresolvers.reverse do not work with namespaced urls and captured parameters in parent urlconf

2011-01-19 Thread Django
#11559: urlresolvers.reverse do not work with namespaced urls and captured parameters in parent urlconf +--- Reporter: kmik...@gmail.com | Owner: nobody Status: new| Milesto

Re: [Django] #15089: contrib.sites and multitenancy

2011-01-19 Thread Django
#15089: contrib.sites and multitenancy -+-- Reporter: legutierr | Owner: nobody Status: new | Milestone: 1.3 Component: Contrib apps

Re: [Django] #14094: Cannot define CharField with unlimited length

2011-01-19 Thread Django
#14094: Cannot define CharField with unlimited length -+-- Reporter: millerdev | Owner: nobody Status: closed | Milestone: Component: Core framework |

Re: [Django] #9321: When overriding the widget for a manytomany field default help_text stays

2011-01-19 Thread Django
#9321: When overriding the widget for a manytomany field default help_text stays ---+ Reporter: mrcai | Owner: nobody Status: reopene

Re: [Django] #4992: Alter cache key based on GET parameters

2011-01-19 Thread Django
#4992: Alter cache key based on GET parameters ---+ Reporter: anonymous | Owner: nobody Status: reopened | Milestone: Component: Cache system | Version: SV