[Django] #13085: GenericForeignKey.get_content_type fails if `object` or `id` evaluate to False. Should use 'is not None' test.

2010-03-10 Thread Django
#13085: GenericForeignKey.get_content_type fails if `object` or `id` evaluate to False. Should use 'is not None' test. --+- Reporter: benreynwar| Owner: nobody Status: new | Milestone:

Re: [Django] #13017: generic relation generates needless join

2010-03-10 Thread Django
#13017: generic relation generates needless join ---+ Reporter: MS| Owner: nobody Status: new | Milestone: 1.

Re: [Django] #12728: loadata/flush issues given GenericRelation, model inheritance and postgres

2010-03-10 Thread Django
#12728: loadata/flush issues given GenericRelation, model inheritance and postgres ---+ Reporter: pragmar | Owner: nobody Status: new

Re: [Django] #12567: Incorrect SQL being generated in certain inheritance cases.

2010-03-10 Thread Django
#12567: Incorrect SQL being generated in certain inheritance cases. ---+ Reporter: Alex | Owner: nobody Status: reopened | Milestone: 1.3

Re: [Django] #12404: Improve max_length validation

2010-03-10 Thread Django
#12404: Improve max_length validation ---+ Reporter: tiliv | Owner: josh Status: assigned | Milestone: 1.2

Re: [Django] #12321: CharField default is a str and not unicode

2010-03-10 Thread Django
#12321: CharField default is a str and not unicode ---+ Reporter: bjourne | Owner: kgrandis Status: assigned | Milestone: 1.3 Compon

Re: [Django] #12180: ProgrammingError thrown with autocommit: True if first query on PostgreSQL >= 8.2 is an INSERT

2010-03-10 Thread Django
#12180: ProgrammingError thrown with autocommit: True if first query on PostgreSQL >= 8.2 is an INSERT ---+ Reporter: Xof | Owner: Xof Status: assigned

Re: [Django] #12153: broken sql-statement with ordering and inheritance chain (posgresql backend)

2010-03-10 Thread Django
#12153: broken sql-statement with ordering and inheritance chain (posgresql backend) ---+ Reporter: zeg...@gmail.com | Owner: nobody Status: new | Mile

Re: [Django] #11920: Cannot access related field of an unsaved object if the object is from an inherited model

2010-03-10 Thread Django
#11920: Cannot access related field of an unsaved object if the object is from an inherited model ---+ Reporter: zbyte64 | Owner: Status: new

Re: [Django] #11891: The attributes of the original get_absolute_url defined in the model is not copied

2010-03-10 Thread Django
#11891: The attributes of the original get_absolute_url defined in the model is not copied ---+ Reporter: nfg | Owner: nobody Status: new

Re: [Django] #11789: Aggregates ignore none()

2010-03-10 Thread Django
#11789: Aggregates ignore none() -+-- Reporter: alexr | Owner: noah Status: assigned| Milestone: 1.3 Component: ORM aggregation

Re: [Django] #11789: Aggregates ignore none()

2010-03-10 Thread Django
#11789: Aggregates ignore none() ---+ Reporter: alexr | Owner: noah Status: assigned | Milestone: 1.3 Component: Database

Re: [Django] #11764: Bugfix: typo with avoid.update(..) in db/models/sql/compiler.py:SQLCompiler:fill_related_selections

2010-03-10 Thread Django
#11764: Bugfix: typo with avoid.update(..) in db/models/sql/compiler.py:SQLCompiler:fill_related_selections ---+ Reporter: aurelio | Owner: ramiro Status: assigned

Re: [Django] #12881: Unique constraint error with model inheritance while ModelForm should not validate

2010-03-10 Thread Django
#12881: Unique constraint error with model inheritance while ModelForm should not validate ---+ Reporter: fgaudin | Owner: nobody Status

Re: [Django] #11706: Use of RETURNING should be optional

2010-03-10 Thread Django
#11706: Use of RETURNING should be optional ---+ Reporter: mboersma | Owner: nobody Status: new | Milestone: 1.3

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

2010-03-10 Thread Django
#11319: ForeignKey filters use the wrong field to prepare values for database ---+ Reporter: russellm | Owner: nobody Status: new | Milestone:

Re: [Django] #11263: Bug in lookup with generic relation in model inheritance

2010-03-10 Thread Django
#11263: Bug in lookup with generic relation in model inheritance ---+ Reporter: veena | Owner: nobody Status: new

Re: [Django] #11052: Q-Object disjunction join promotion .. bug

2010-03-10 Thread Django
#11052: Q-Object disjunction join promotion .. bug ---+ Reporter: emulbreh | Owner: mtredinnick Status: assigned | Milestone: 1.3

Re: [Django] #10977: In some cases, the intersection of two QuerySets is empty when it shouldn't be

2010-03-10 Thread Django
#10977: In some cases, the intersection of two QuerySets is empty when it shouldn't be ---+ Reporter: zain | Owner: Status: new | Mile

Re: [Django] #10967: save(force_update=True) crashes with model inheritance

2010-03-10 Thread Django
#10967: save(force_update=True) crashes with model inheritance ---+ Reporter: lgs | Owner: nobody Status: new | Milestone: 1.3

Re: [Django] #10733: Invalid results when deferring fields in more than one related model with only()

2010-03-10 Thread Django
#10733: Invalid results when deferring fields in more than one related model with only() ---+ Reporter: mrts | Owner: nobody Status: reopened

Re: [Django] #2495: db.models.TextField cannot be marked unique when using mysql backend

2010-03-10 Thread Django
#2495: db.models.TextField cannot be marked unique when using mysql backend ---+ Reporter: anonymous | Owner: Honza_Kral Status: new | Mil

Re: [Django] #12753: Fixture loading can fails on second syncdb when auto_now_add field is ommitted

2010-03-10 Thread Django
#12753: Fixture loading can fails on second syncdb when auto_now_add field is ommitted +--- Reporter: russellm | Owner: nobody Status: new| Milestone: 1.3 Comp

Re: [Django] #12212: inclusion_tag behavior on variable not in context is inconsistent

2010-03-10 Thread Django
#12212: inclusion_tag behavior on variable not in context is inconsistent --+- Reporter: Leo | Owner: Leo Status: assigned | Milestone: 1.3 Component: Templat

Re: [Django] #12687: Using exclude on a queryset with an annotate field give attribute error.

2010-03-10 Thread Django
#12687: Using exclude on a queryset with an annotate field give attribute error. --+- Reporter: AsgeirM | Owner: Status: new | Mileston

Re: [Django] #10870: Aggregates with joins ignore extra filters provided by setup_joins

2010-03-10 Thread Django
#10870: Aggregates with joins ignore extra filters provided by setup_joins --+- Reporter: fas | Owner: fas Status: new | M

Re: [Django] #6903: Go back to old change_list view after hitting save

2010-03-10 Thread Django
#6903: Go back to old change_list view after hitting save -+-- Reporter: jarrow | Owner: Status: new | Milestone: Component: django.co

Re: [Django] #13081: Admin actions loose get-parameters in changelist view

2010-03-10 Thread Django
#13081: Admin actions loose get-parameters in changelist view ---+ Reporter: joh | Owner: nobody Status: reopened | Milestone: Component: dja

Re: [Django] #8918: FileField upload_to should not be required for custom backends

2010-03-10 Thread Django
#8918: FileField upload_to should not be required for custom backends -+-- Reporter: leahculver | Owner: nobody Status: new |

Re: [Django] #12343: manage.py dbshell fails to launch mysql for unix socket

2010-03-10 Thread Django
#12343: manage.py dbshell fails to launch mysql for unix socket -+-- Reporter: elyon...@gmail.com | Owner: nobody Status: new | Milestone: 1.3 Com

Re: [Django] #11990: TECHNICAL_404_TEMPLATE doesn't see URLConfs directly on request objects

2010-03-10 Thread Django
#11990: TECHNICAL_404_TEMPLATE doesn't see URLConfs directly on request objects +--- Reporter: mattbennett| Owner: nobody Status: new| Milesto

Re: [Django] #11158: get_image_dimensions very slow after 1 call

2010-03-10 Thread Django
#11158: get_image_dimensions very slow after 1 call +--- Reporter: kua| Owner: SAn Status: new| Milestone: 1.3

Re: [Django] #11158: get_image_dimensions very slow after 1 call

2010-03-10 Thread Django
#11158: get_image_dimensions very slow after 1 call +--- Reporter: kua| Owner: SAn Status: new| Milestone: 1.2

Re: [Django] #11158: get_image_dimensions very slow after 1 call

2010-03-10 Thread Django
#11158: get_image_dimensions very slow after 1 call -+-- Reporter: kua | Owner: SAn Status: new | Milestone: 1.2

Re: [Django] #12065: URL clash between FlatPages causes middleware error

2010-03-10 Thread Django
#12065: URL clash between FlatPages causes middleware error ---+ Reporter: emes | Owner: Status: new | Milestone: 1.3 Component: Contrib apps | Versi

Re: [Django] #12065: URL clash between FlatPages causes middleware error

2010-03-10 Thread Django
#12065: URL clash between FlatPages causes middleware error ---+ Reporter: emes | Owner: Status: new | Milestone: Component: Contrib apps | Versi

Re: [Django] #8960: "View on site" does not work if contrib.sites is not installed

2010-03-10 Thread Django
#8960: "View on site" does not work if contrib.sites is not installed ---+ Reporter: bmihelac | Owner: adrian Status: assigned | Milestone: 1.3 Component: Contrib app

Re: [Django] #11154: Inconsistency with permissions for proxy models

2010-03-10 Thread Django
#11154: Inconsistency with permissions for proxy models -+-- Reporter: etianen | Owner: nobody Status: new | Milestone: 1.3 Component: Authe

Re: [Django] #11949: delete_selected action incorrectly uses AdminSite.delete_confirmation_template

2010-03-10 Thread Django
#11949: delete_selected action incorrectly uses AdminSite.delete_confirmation_template ---+ Reporter: bendavis78| Owner: bendavis78 Status: assigned

Re: [Django] #13070: Wrong exception on django.contrib.gis from SVN

2010-03-10 Thread Django
#13070: Wrong exception on django.contrib.gis from SVN +--- Reporter: Guilherme Gondim (semente) | Owner: nobody Status: reopened | Milestone

Re: [Django] #13075: BaseForm __init__ doesn't super and so breaks MI Mixins

2010-03-10 Thread Django
#13075: BaseForm __init__ doesn't super and so breaks MI Mixins ---+ Reporter: gbauer| Owner: nobody Status: new | Milestone: Component: Forms | Version

Re: [Django] #13080: Documentation bug for Signal.connect

2010-03-10 Thread Django
#13080: Documentation bug for Signal.connect --+- Reporter: george.sak...@gmail.com | Owner: nobody Status: new | Milestone: Component: Documentat

Re: [Django] #13081: Admin actions loose get-parameters in changelist view

2010-03-10 Thread Django
#13081: Admin actions loose get-parameters in changelist view ---+ Reporter: joh | Owner: nobody Status: closed| Milestone: Component: dja

Re: [Django] #13082: Backends test_long_string regression test has a bug

2010-03-10 Thread Django
#13082: Backends test_long_string regression test has a bug ---+ Reporter: stvsmth | Owner: nobody Status: new |

Re: [Django] #13084: Error reporting how-to has a typo, causing it to fail to link to the appropriate section

2010-03-10 Thread Django
#13084: Error reporting how-to has a typo, causing it to fail to link to the appropriate section +--- Reporter: dancarroll | Owner: dancarroll Status: new| Milestone: 1.2

Re: [Django] #12881: Unique constraint error with model inheritance while ModelForm should not validate

2010-03-10 Thread Django
#12881: Unique constraint error with model inheritance while ModelForm should not validate ---+ Reporter: fgaudin | Owner: nobody Status

Re: [Django] #13002: InlineModelAdmin 'form' option defaults to ModelForm, not BaseModelForm

2010-03-10 Thread Django
#13002: InlineModelAdmin 'form' option defaults to ModelForm, not BaseModelForm -+-- Reporter: st...@typograaf.be | Owner: nobody Status: new | Milestone: C

Re: [Django] #12953: Generic-related objects are cascade-deleted, but the cascade does not extend beyond them

2010-03-10 Thread Django
#12953: Generic-related objects are cascade-deleted, but the cascade does not extend beyond them ---+ Reporter: carljm| Owner: carljm Status: new

Re: [Django] #13084: Error reporting how-to has a typo, causing it to fail to link to the appropriate section

2010-03-10 Thread Django
#13084: Error reporting how-to has a typo, causing it to fail to link to the appropriate section +--- Reporter: dancarroll | Owner: dancarroll Status: new| Milestone: 1.2

[Django] #13084: Error reporting how-to has a typo, causing it to fail to link to the appropriate section

2010-03-10 Thread Django
#13084: Error reporting how-to has a typo, causing it to fail to link to the appropriate section ---+ Reporter: dancarroll | Owner: dancarroll Status: new| Milestone: 1.2 Component: Docum

Re: [Django] #13083: Add foreignkey_id field resolving to queryset filter function

2010-03-10 Thread Django
#13083: Add foreignkey_id field resolving to queryset filter function ---+ Reporter: anonymous | Owner: nobody Status: closed| Milest

Re: [Django] #13079: unique_together constraint is ignored in form generated from model, when inheritance comes into play

2010-03-10 Thread Django
#13079: unique_together constraint is ignored in form generated from model, when inheritance comes into play -+-- Reporter: zimnyx | Owner: nobody Status: closed | Milestone:

Re: [Django] #12881: Unique constraint error with model inheritance while ModelForm should not validate

2010-03-10 Thread Django
#12881: Unique constraint error with model inheritance while ModelForm should not validate ---+ Reporter: fgaudin | Owner: nobody Status

Re: [Django] #13083: Add foreignkey_id field resolving to queryset filter function

2010-03-10 Thread Django
#13083: Add foreignkey_id field resolving to queryset filter function ---+ Reporter: anonymous | Owner: nobody Status: new | Milest

[Django] #13083: Add foreignkey_id field resolving to queryset filter function

2010-03-10 Thread Django
#13083: Add foreignkey_id field resolving to queryset filter function --+- Reporter: anonymous | Owner: nobody Status: new | Milestone: Component: Da

Re: [Django] #13073: Duplicate rows when checking ID

2010-03-10 Thread Django
#13073: Duplicate rows when checking ID ---+ Reporter: jnadro52 | Owner: nobody Status: closed| Milestone: Component: Database

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

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

Re: [Django] #13078: 'cycle' in 'for x in y' Interpretation Problem

2010-03-10 Thread Django
#13078: 'cycle' in 'for x in y' Interpretation Problem +--- Reporter: Henning| Owner: nobody Status: closed | Milestone:

Re: [Django] #11949: delete_selected action incorrectly uses AdminSite.delete_confirmation_template

2010-03-10 Thread Django
#11949: delete_selected action incorrectly uses AdminSite.delete_confirmation_template ---+ Reporter: bendavis78| Owner: bendavis78 Status: assigned

Re: [Django] #13073: Duplicate rows when checking ID

2010-03-10 Thread Django
#13073: Duplicate rows when checking ID ---+ Reporter: jnadro52 | Owner: nobody Status: closed| Milestone: Component: Database

[Django] #13082: Backends test_long_string regression test has a bug

2010-03-10 Thread Django
#13082: Backends test_long_string regression test has a bug ---+ Reporter: stvsmth| Owner: nobody Status: new| Milestone: Compon

Re: [Django] #13073: Duplicate rows when checking ID

2010-03-10 Thread Django
#13073: Duplicate rows when checking ID ---+ Reporter: jnadro52 | Owner: nobody Status: reopened | Milestone: Component: Database

Re: [Django] #12881: Unique constraint error with model inheritance while ModelForm should not validate

2010-03-10 Thread Django
#12881: Unique constraint error with model inheritance while ModelForm should not validate ---+ Reporter: fgaudin | Owner: nobody Status

Re: [Django] #13081: Admin actions loose get-parameters in changelist view

2010-03-10 Thread Django
#13081: Admin actions loose get-parameters in changelist view ---+ Reporter: joh | Owner: nobody Status: new | Milestone: Component: dja

[Django] #13081: Admin actions loose get-parameters in changelist view

2010-03-10 Thread Django
#13081: Admin actions loose get-parameters in changelist view --+- Reporter: joh | Owner: nobody Status: new | Milestone: Component: django.contrib.admin |

Re: [Django] #11369: verbose_name_plural not inherited if base class is abstract.

2010-03-10 Thread Django
#11369: verbose_name_plural not inherited if base class is abstract. ---+ Reporter: Beetle_B | Owner: ramiro Status: assigned

Re: [Django] #12881: Unique constraint error with model inheritance while ModelForm should not validate

2010-03-10 Thread Django
#12881: Unique constraint error with model inheritance while ModelForm should not validate ---+ Reporter: fgaudin | Owner: nobody Status

Re: [Django] #13079: unique_together constraint is ignored in form generated from model, when inheritance comes into play

2010-03-10 Thread Django
#13079: unique_together constraint is ignored in form generated from model, when inheritance comes into play -+-- Reporter: zimnyx | Owner: nobody Status: reopened| Milestone:

Re: [Django] #13078: 'cycle' in 'for x in y' Interpretation Problem

2010-03-10 Thread Django
#13078: 'cycle' in 'for x in y' Interpretation Problem +--- Reporter: Henning| Owner: nobody Status: closed | Milestone:

[Django] #13080: Documentation bug for Signal.connect

2010-03-10 Thread Django
#13080: Documentation bug for Signal.connect -+-- Reporter: george.sak...@gmail.com | Owner: nobody Status: new | Milestone: Component: Documentation| Versio

[Changeset] r12756 - in django/trunk: django/core/management tests/modeltests/invalid_models

2010-03-10 Thread noreply
Author: kmtracey Date: 2010-03-10 09:44:43 -0600 (Wed, 10 Mar 2010) New Revision: 12756 Modified: django/trunk/django/core/management/validation.py django/trunk/tests/modeltests/invalid_models/models.py Log: Fixed #11702: Catch to_field specifying a non-unique target in validation. Thanks m

Re: [Django] #13079: unique_together constraint is ignored in form generated from model, when inheritance comes into play

2010-03-10 Thread Django
#13079: unique_together constraint is ignored in form generated from model, when inheritance comes into play -+-- Reporter: zimnyx | Owner: nobody Status: closed | Milestone:

Re: [Django] #13078: 'cycle' in 'for x in y' Interpretation Problem

2010-03-10 Thread Django
#13078: 'cycle' in 'for x in y' Interpretation Problem +--- Reporter: Henning| Owner: nobody Status: closed | Milestone:

[Changeset] r12755 - in django/trunk: django/db/models tests/regressiontests/multiple_database

2010-03-10 Thread noreply
Author: russellm Date: 2010-03-10 09:27:22 -0600 (Wed, 10 Mar 2010) New Revision: 12755 Modified: django/trunk/django/db/models/query.py django/trunk/tests/regressiontests/multiple_database/tests.py Log: Fixed #12717 -- Corrected a problem with subqueries when using multidb routing. Thanks

[Django] #13079: unique_together constraint is ignored in form generated from model, when inheritance comes into play

2010-03-10 Thread Django
#13079: unique_together constraint is ignored in form generated from model, when inheritance comes into play +--- Reporter: zimnyx | Owner: nobody Status: new | Milestone: Component: Forms

Re: [Django] #13066: cache.get and cache.set should have consistent key rules across different backends

2010-03-10 Thread Django
#13066: cache.get and cache.set should have consistent key rules across different backends -+-- Reporter: rbanffy | Owner: nobody Status: new | Milestone

Re: [Django] #12427: cmemcache has been retired / add support for cmemcached

2010-03-10 Thread Django
#12427: cmemcache has been retired / add support for cmemcached +--- Reporter: UloPe | Owner: otherjacob Status: closed | Milestone: 1.2 Component:

[Changeset] r12754 - django/trunk/django/core/cache/backends

2010-03-10 Thread noreply
Author: russellm Date: 2010-03-10 08:02:59 -0600 (Wed, 10 Mar 2010) New Revision: 12754 Modified: django/trunk/django/core/cache/backends/memcached.py Log: Fixed #12427 -- Started the deprecation path for cmemcache support. Thanks to otherjacob for his work on this issue. Modified: django/tru

Re: [Django] #13070: Wrong exception on django.contrib.gis from SVN

2010-03-10 Thread Django
#13070: Wrong exception on django.contrib.gis from SVN +--- Reporter: Guilherme Gondim (semente) | Owner: nobody Status: reopened | Milestone

Re: [Django] #12427: cmemcache has been retired / add support for cmemcached

2010-03-10 Thread Django
#12427: cmemcache has been retired / add support for cmemcached +--- Reporter: UloPe | Owner: otherjacob Status: assigned | Milestone: 1.2 Component:

Re: [Django] #11675: [patch] Support new memcached wrapper pylibmc

2010-03-10 Thread Django
#11675: [patch] Support new memcached wrapper pylibmc --+- Reporter: pipp...@yahoo.co.jp | Owner: otherjacob Status: assigned | Milestone: 1.3

Re: [Django] #13076: Oracle backend: Error ORA-01036 when using extra() with params

2010-03-10 Thread Django
#13076: Oracle backend: Error ORA-01036 when using extra() with params ---+ Reporter: aprilmay | Owner: nobody Status: closed| Milestone:

[Django] #13078: 'cycle' in 'for x in y' Interpretation Problem

2010-03-10 Thread Django
#13078: 'cycle' in 'for x in y' Interpretation Problem +--- Reporter: Henning | Owner: nobody Status: new | Milestone: Component: HTTP handling

[Changeset] r12753 - django/trunk/django/db/backends

2010-03-10 Thread noreply
Author: russellm Date: 2010-03-10 07:43:23 -0600 (Wed, 10 Mar 2010) New Revision: 12753 Modified: django/trunk/django/db/backends/__init__.py Log: Fixed #12976 -- Fixed the sequence reset commands issued by sqlflush in a multidb setup. To achieve this, database introspection was modified to ut

Re: [Django] #13077: Bad link in http://www.djangoproject.com/documentation/0.95/models/validation/

2010-03-10 Thread Django
#13077: Bad link in http://www.djangoproject.com/documentation/0.95/models/validation/ +--- Reporter: anonymous | Owner: nobody Status: closed | Milestone: Comp

Re: [Django] #13040: Change in Sphinx rendering of current module

2010-03-10 Thread Django
#13040: Change in Sphinx rendering of current module +--- Reporter: stherrien | Owner: stherrien Status: new| Milestone: Component: Documentation |

[Changeset] r12752 - in django/trunk: django/db tests/modeltests/transactions

2010-03-10 Thread noreply
Author: russellm Date: 2010-03-10 07:13:57 -0600 (Wed, 10 Mar 2010) New Revision: 12752 Modified: django/trunk/django/db/transaction.py django/trunk/tests/modeltests/transactions/models.py Log: Fixed #13055 -- Cleaned up the implementation of transaction decorators to provide a consistent e

[Django] #13077: Bad link in http://www.djangoproject.com/documentation/0.95/models/validation/

2010-03-10 Thread Django
#13077: Bad link in http://www.djangoproject.com/documentation/0.95/models/validation/ ---+ Reporter: anonymous | Owner: nobody Status: new| Milestone: Component: Documentation

[Django] #13076: Oracle backend: Error ORA-01036 when using extra() with params

2010-03-10 Thread Django
#13076: Oracle backend: Error ORA-01036 when using extra() with params --+- Reporter: aprilmay | Owner: nobody Status: new | Milestone: 1.2 Component: D

Re: [Django] #13074: Typo in US localflavor docs: "Format of XXX-XX-XXXX"

2010-03-10 Thread Django
#13074: Typo in US localflavor docs: "Format of XXX-XX-" +--- Reporter: mattmcc| Owner: nobody Status: closed | Milestone: 1.2 Component: Documentation |

Re: [Django] #12767: Problem running syncdb with a multi-db router that restricts auth to a single database

2010-03-10 Thread Django
#12767: Problem running syncdb with a multi-db router that restricts auth to a single database ---+ Reporter: russellm | Owner: nobody Status: new

[Changeset] r12751 - django/trunk/docs/topics/db

2010-03-10 Thread noreply
Author: russellm Date: 2010-03-10 06:35:55 -0600 (Wed, 10 Mar 2010) New Revision: 12751 Modified: django/trunk/docs/topics/db/multi-db.txt Log: Refs #12767 -- Modified the multi-db docs to remove the implication that contrib.auth can be easily put on a separate database. Modified: django/trun

[Changeset] r12750 - django/trunk/django/contrib/contenttypes

2010-03-10 Thread noreply
Author: russellm Date: 2010-03-10 06:34:49 -0600 (Wed, 10 Mar 2010) New Revision: 12750 Modified: django/trunk/django/contrib/contenttypes/management.py Log: Fixed #12999 -- Modified the contenttypes syncdb handler to use db router logic. Thanks to lsbardel for the report. Modified: django/tr

Re: [Django] #13074: Typo in US localflavor docs: "Format of XXX-XX-XXXX"

2010-03-10 Thread Django
#13074: Typo in US localflavor docs: "Format of XXX-XX-" +--- Reporter: mattmcc| Owner: nobody Status: new| Milestone: 1.2 Component: Documentation |

Re: [Django] #12767: Problem running syncdb with a multi-db router that restricts auth to a single database

2010-03-10 Thread Django
#12767: Problem running syncdb with a multi-db router that restricts auth to a single database ---+ Reporter: russellm | Owner: nobody Status: new

[Django] #13075: BaseForm __init__ doesn't super and so breaks MI Mixins

2010-03-10 Thread Django
#13075: BaseForm __init__ doesn't super and so breaks MI Mixins +--- Reporter: gbauer | Owner: nobody Status: new | Milestone: Component: Forms | Version: 1.1 Keywords: mixin

Re: [Django] #1342: Allow customization of MAX_SHOW_ALL_ALLOWED and DEFAULT_RESULTS_PER_PAGE in admin views

2010-03-10 Thread Django
#1342: Allow customization of MAX_SHOW_ALL_ALLOWED and DEFAULT_RESULTS_PER_PAGE in admin views ---+ Reporter: russellm | Owner: adrian Status

[Changeset] r12749 - django/trunk/django/conf/locale/es/LC_MESSAGES

2010-03-10 Thread noreply
Author: telenieko Date: 2010-03-10 03:48:37 -0600 (Wed, 10 Mar 2010) New Revision: 12749 Modified: django/trunk/django/conf/locale/es/LC_MESSAGES/django.mo django/trunk/django/conf/locale/es/LC_MESSAGES/django.po Log: Updates to Spanish translation. Signed-off-by: Marc Fargas Modified: dj

Re: [Django] #12962: Broken Admin Delete Action With Confirmation

2010-03-10 Thread Django
#12962: Broken Admin Delete Action With Confirmation ---+ Reporter: leveille | Owner: nobody Status: new | Milestone: 1.2 Component:

[Changeset] r12747 - django/trunk/tests/regressiontests/admin_views

2010-03-10 Thread noreply
Author: ubernostrum Date: 2010-03-10 02:40:45 -0600 (Wed, 10 Mar 2010) New Revision: 12747 Modified: django/trunk/tests/regressiontests/admin_views/tests.py Log: Clean up a stray debugging print from [12746]. Modified: django/trunk/tests/regressiontests/admin_views/tests.py ===

  1   2   >