Re: [Django] #12243: bash_completion tests failing due to ordering problem

2009-11-18 Thread Django
#12243: bash_completion tests failing due to ordering problem +--- Reporter: russellm | Owner: nobody Status: closed | Milestone: Component: Uncategorized |

[Changeset] r11749 - in django/branches/releases/1.1.X: django/db/models/sql tests/regressiontests/queries

2009-11-18 Thread noreply
Author: russellm Date: 2009-11-18 22:37:26 -0600 (Wed, 18 Nov 2009) New Revision: 11749 Modified: django/branches/releases/1.1.X/django/db/models/sql/subqueries.py django/branches/releases/1.1.X/tests/regressiontests/queries/models.py Log: [1.1.X] Fixed #12242 -- Corrected a problem with mas

[Changeset] r11748 - in django/trunk: django/db/models/sql tests/regressiontests/queries

2009-11-18 Thread noreply
Author: russellm Date: 2009-11-18 22:35:53 -0600 (Wed, 18 Nov 2009) New Revision: 11748 Modified: django/trunk/django/db/models/sql/subqueries.py django/trunk/tests/regressiontests/queries/models.py Log: Fixed #12242 -- Corrected a problem with masking extra selects() in a DateQuerySet. Tha

[Changeset] r11747 - in django/trunk: django/core/management tests/regressiontests/bash_completion

2009-11-18 Thread noreply
Author: russellm Date: 2009-11-18 22:35:31 -0600 (Wed, 18 Nov 2009) New Revision: 11747 Modified: django/trunk/django/core/management/__init__.py django/trunk/tests/regressiontests/bash_completion/tests.py Log: Fixed #11243 -- Ensured that bash_completion output is emitted in sorted order.

[Django] #12243: bash_completion tests failing due to ordering problem

2009-11-18 Thread Django
#12243: bash_completion tests failing due to ordering problem ---+ Reporter: russellm | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: 1.1

[Django] #12242: DateQuerySet doesn't correctly mask extra selects

2009-11-18 Thread Django
#12242: DateQuerySet doesn't correctly mask extra selects --+- Reporter: russellm | Owner: nobody Status: new | Milestone: 1.2 Component: Database layer

Re: [Django] #12238: ModelAdmin ignores dynamic fields of ModelForm

2009-11-18 Thread Django
#12238: ModelAdmin ignores dynamic fields of ModelForm ---+ Reporter: anonymous | Owner: nobody Status: new | Milestone:

Re: [Django] #12238: ModelAdmin ignores dynamic fields of ModelForm

2009-11-18 Thread Django
#12238: ModelAdmin ignores dynamic fields of ModelForm ---+ Reporter: anonymous | Owner: nobody Status: new | Milestone:

Re: [Django] #11109: Changeset 8224 broken in Trac

2009-11-18 Thread Django
#11109: Changeset 8224 broken in Trac +--- Reporter: frasern| Owner: nobody Status: new| Milestone: Component: Django Web site| Versio

Re: [Django] #11604: ChangeList should pass depth=1 to .select_related()

2009-11-18 Thread Django
#11604: ChangeList should pass depth=1 to .select_related() -+-- Reporter: rlaa...@wiktel.com | Owner: nobody Status: new | Milestone:

Re: [Django] #13: Related objects interface should be tighter (edit_inline)

2009-11-18 Thread Django
#13: Related objects interface should be tighter (edit_inline) ---+ Reporter: adrian| Owner: barbuza Status: reopened | Milestone:

[Django] #12241: Admin forgets URL used for prefilling forms when hitting Save and add another

2009-11-18 Thread Django
#12241: Admin forgets URL used for prefilling forms when hitting Save and add another --+- Reporter: velmont | Owner: nobody Status: new | Milestone: Component: dj

Re: [Django] #2445: [patch] allow callable values for limit_choices_to

2009-11-18 Thread Django
#2445: [patch] allow callable values for limit_choices_to +--- Reporter: mich...@actrix.gen.nz | Owner: nobody Status: new| Milestone: Component: Core

Re: [Django] #11984: Problem with date_hierarchy in Django 1.1 - Truncated incorrect datetime value: '0000-01-01 00:00:00'

2009-11-18 Thread Django
#11984: Problem with date_hierarchy in Django 1.1 - Truncated incorrect datetime value: '-01-01 00:00:00' -+-- Reporter: sergey.g.ales...@gmail.com | Owner: sorin Status: assigned

[Changeset] r11746 - django/trunk/django/core/management/commands

2009-11-18 Thread noreply
Author: ikelly Date: 2009-11-18 15:39:07 -0600 (Wed, 18 Nov 2009) New Revision: 11746 Modified: django/trunk/django/core/management/commands/syncdb.py Log: Fixed a misplaced parenthesis. Modified: django/trunk/django/core/management/commands/syncdb.py ==

Re: [Django] #11503: Cache backend should expose a flush method

2009-11-18 Thread Django
#11503: Cache backend should expose a flush method ---+ Reporter: andrewfong| Owner: andrewfong Status: assigned | Milestone: Component: Cache system |

[Django] #12240: select_related doesn't work correctly when mixing nullable and non-nullable keys

2009-11-18 Thread Django
#12240: select_related doesn't work correctly when mixing nullable and non-nullable keys --+- Reporter: embe | Owner: nobody Status: new | Milestone:

Re: [Django] #11590: REQUEST: Give LabelCommand an option for default behavior (when no labels are specified)

2009-11-18 Thread Django
#11590: REQUEST: Give LabelCommand an option for default behavior (when no labels are specified) --+- Reporter: maaku| Owner: nobody Status: new | Milestone: 1.2

Re: [Django] #12196: EmailField reject this email address tosha.....@gmail.com

2009-11-18 Thread Django
#12196: EmailField reject this email address tosha.@gmail.com -+-- Reporter: mtsyganov | Owner: nobody Status: new | Milestone: Component: Forms |

Re: [Django] #5176: Bug in django.utils.cache._generate_cache_key(request, headerlist, key_prefix)

2009-11-18 Thread Django
#5176: Bug in django.utils.cache._generate_cache_key(request, headerlist, key_prefix) ---+ Reporter: Eratothene| Owner: nobody Status: reopened | Milestone:

Re: [Django] #4186: [boulder-oracle] Error using "SELECT DISTINCT" with TextFields

2009-11-18 Thread Django
#4186: [boulder-oracle] Error using "SELECT DISTINCT" with TextFields ---+ Reporter: khoo...@westnet.com.au| Owner: nobody Status: new

Re: [Django] #399: Bigint field object needed

2009-11-18 Thread Django
#399: Bigint field object needed ---+ Reporter: jmad...@techie.com| Owner: permon Status: assigned | Milestone: 1.2

Re: [Django] #5390: Add signals to ManyRelatedManager

2009-11-18 Thread Django
#5390: Add signals to ManyRelatedManager --+- Reporter: Ludovico Magnocavallo | Owner: rvdrijst Status: assigned | Milestone: 1.2

Re: [Django] #5390: Add signals to ManyRelatedManager

2009-11-18 Thread Django
#5390: Add signals to ManyRelatedManager --+- Reporter: Ludovico Magnocavallo | Owner: rvdrijst Status: assigned | Milestone: 1.2

Re: [Django] #6432: select_related() should also follow ManyToMany fields

2009-11-18 Thread Django
#6432: select_related() should also follow ManyToMany fields -+-- Reporter: Bastian Kleineidam | Owner: nobody Status: reopened| Milestone:

Re: [Django] #9656: Inherit user's password change link doesn't work

2009-11-18 Thread Django
#9656: Inherit user's password change link doesn't work ---+ Reporter: syabro| Owner: nobody Status: reopened | Milestone: Component: django.co

Re: [Django] #7808: Form Preview does not work with file uploads

2009-11-18 Thread Django
#7808: Form Preview does not work with file uploads -+-- Reporter: ian_brasil | Owner: nobody Status: reopened| Milestone: Component: Documenta

Re: [Django] #6505: make messages should copy the plural rules from the django po files

2009-11-18 Thread Django
#6505: make messages should copy the plural rules from the django po files ---+ Reporter: Patrick Lauber | Owner: nobody Status: new | Milestone

Re: [Django] #2626: Datetime handling is broken when dealing with more than one time zone

2009-11-18 Thread Django
#2626: Datetime handling is broken when dealing with more than one time zone -+-- Reporter: Tom Tobin | Owner: nobody Status: new | Milestone: Component:

Re: [Django] #11753: Q objects using callables won't combine in 2.4

2009-11-18 Thread Django
#11753: Q objects using callables won't combine in 2.4 ---+ Reporter: alexr | Owner: Status: new | Milestone: Component:

Re: [Django] #11753: Q objects using callables won't combine in 2.4

2009-11-18 Thread Django
#11753: Q objects using callables won't combine in 2.4 ---+ Reporter: alexr | Owner: ramiro Status: assigned | Milestone: Compon

Re: [Django] #11863: Add a method to the orm to create Model instances from raw sql queries

2009-11-18 Thread Django
#11863: Add a method to the orm to create Model instances from raw sql queries ---+ Reporter: seanoc| Owner: seanoc Status: assigned | Milestone:

Re: [Django] #5390: Add signals to ManyRelatedManager

2009-11-18 Thread Django
#5390: Add signals to ManyRelatedManager --+- Reporter: Ludovico Magnocavallo | Owner: rvdrijst Status: assigned | Milestone: 1.2

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

2009-11-18 Thread Django
#11263: Bug in lookup with generic relation in model inheritance ---+ Reporter: veena | Owner: nobody Status: new

Re: [Django] #5390: Add signals to ManyRelatedManager

2009-11-18 Thread Django
#5390: Add signals to ManyRelatedManager --+- Reporter: Ludovico Magnocavallo | Owner: rvdrijst Status: assigned | Milestone: 1.2

[Changeset] r11745 - in django/trunk/tests/regressiontests: . bash_completion bash_completion/management bash_completion/management/commands

2009-11-18 Thread noreply
Author: russellm Date: 2009-11-18 05:10:50 -0600 (Wed, 18 Nov 2009) New Revision: 11745 Added: django/trunk/tests/regressiontests/bash_completion/ django/trunk/tests/regressiontests/bash_completion/__init__.py django/trunk/tests/regressiontests/bash_completion/management/ django/trunk/

[Django] #12239: Float is rounded to integer on queries on integer field

2009-11-18 Thread Django
#12239: Float is rounded to integer on queries on integer field --+- Reporter: waverider | Owner: nobody Status: new | Milestone: Component: Core fra

Re: [Django] #5390: Add signals to ManyRelatedManager

2009-11-18 Thread Django
#5390: Add signals to ManyRelatedManager --+- Reporter: Ludovico Magnocavallo | Owner: rvdrijst Status: assigned | Milestone: 1.2

Re: [Django] #10046: ModPythonHandler class should check for IOError when writing response

2009-11-18 Thread Django
#10046: ModPythonHandler class should check for IOError when writing response -+-- Reporter: ewoudenberg | Owner: nobody Status: new | Milestone:

Re: [Django] #5390: Add signals to ManyRelatedManager

2009-11-18 Thread Django
#5390: Add signals to ManyRelatedManager --+- Reporter: Ludovico Magnocavallo | Owner: rvdrijst Status: assigned | Milestone: 1.2