Re: [Django] #15887: Improve django.views.decorators.http docs

2011-04-22 Thread Django
#15887: Improve django.views.decorators.http docs -+- Reporter: RoySmith | Owner: nobody Type: | Status: new Cleanup/optimization | Compo

Re: [Django] #9371: Fixtures combined with inherited models causing constraint violations/possible double entry of data

2011-04-22 Thread Django
#9371: Fixtures combined with inherited models causing constraint violations/possible double entry of data -+- Reporter: | Owner: nobody terpsquared| Status

Re: [Django] #15880: manage.py: difficult to run in background (and crashes when input isn't a terminal)

2011-04-22 Thread Django
#15880: manage.py: difficult to run in background (and crashes when input isn't a terminal) -+- Reporter: | Owner: nobody dstndstn@… | Status: new

[Changeset] r16094 - in django/branches/releases/1.3.X: django/contrib/admin/views tests/regressiontests/admin_changelist

2011-04-22 Thread noreply
Author: carljm Date: 2011-04-22 21:40:06 -0700 (Fri, 22 Apr 2011) New Revision: 16094 Modified: django/branches/releases/1.3.X/django/contrib/admin/views/main.py django/branches/releases/1.3.X/tests/regressiontests/admin_changelist/tests.py Log: [1.3.X] Fixed #15819 - Fixed 1.3 regression f

[Changeset] r16093 - in django/trunk: django/contrib/admin/views tests/regressiontests/admin_changelist

2011-04-22 Thread noreply
Author: carljm Date: 2011-04-22 20:55:21 -0700 (Fri, 22 Apr 2011) New Revision: 16093 Modified: django/trunk/django/contrib/admin/views/main.py django/trunk/tests/regressiontests/admin_changelist/tests.py Log: Fixed #15819 - Fixed 1.3 regression from r15526 causing duplicate search results

Re: [Django] #15819: Admin searches should use distinct, if query involves joins

2011-04-22 Thread Django
#15819: Admin searches should use distinct, if query involves joins -+- Reporter: Adam | Owner: ryankask Kochanowski | Status: new Type: Bug

Re: [Django] #15856: Add a localflavor for Macedonia

2011-04-22 Thread Django
#15856: Add a localflavor for Macedonia -+- Reporter: | Owner: nobody vasiliyeah | Status: new Type: New| Component: cont

Re: [Django] #8472: Add "Recent Actions" panel to app_index template

2011-04-22 Thread Django
#8472: Add "Recent Actions" panel to app_index template ---+--- Reporter: juliae | Owner: burzak Type: New feature | Status: assigned Milestone:

Re: [Django] #13182: Remove useless whitespaces in JSON dump with indent option

2011-04-22 Thread Django
#13182: Remove useless whitespaces in JSON dump with indent option -+- Reporter: stephaner | Owner: gptvnt Type: | Status: assigned Cleanup/optimization

Re: [Django] #13696: Admin Edit Inline templates only output hidden field for PK when inline_admin_form.has_auto_field

2011-04-22 Thread Django
#13696: Admin Edit Inline templates only output hidden field for PK when inline_admin_form.has_auto_field -+- Reporter: | Owner: nobody evan.reiser@… | Status:

Re: [Django] #15789: floatformat filter works incorrectly when decimal precision is set low

2011-04-22 Thread Django
#15789: floatformat filter works incorrectly when decimal precision is set low +- Reporter: akaihola | Owner: igalarzab Type: Bug | Status: assigned Milest

Re: [Django] #15856: Add a localflavor for Macedonia

2011-04-22 Thread Django
#15856: Add a localflavor for Macedonia -+- Reporter: | Owner: nobody vasiliyeah | Status: new Type: New| Component: cont

[Changeset] r16092 - django/branches/releases/1.3.X/docs/ref

2011-04-22 Thread noreply
Author: SmileyChris Date: 2011-04-22 14:25:16 -0700 (Fri, 22 Apr 2011) New Revision: 16092 Modified: django/branches/releases/1.3.X/docs/ref/signals.txt Log: [1.3.X] Fixes #15862 -- Error in post_syncdb documentation example. Thanks for the report and patch andialbrecht. Backport of r16091 fr

[Changeset] r16091 - django/trunk/docs/ref

2011-04-22 Thread noreply
Author: SmileyChris Date: 2011-04-22 14:23:26 -0700 (Fri, 22 Apr 2011) New Revision: 16091 Modified: django/trunk/docs/ref/signals.txt Log: Fixes #15862 -- Error in post_syncdb documentation example. Thanks for the report and patch andialbrecht. Modified: django/trunk/docs/ref/signals.txt ===

Re: [Django] #15880: manage.py: difficult to run in background (and crashes when input isn't a terminal)

2011-04-22 Thread Django
#15880: manage.py: difficult to run in background (and crashes when input isn't a terminal) -+- Reporter: | Owner: nobody dstndstn@… | Status: new

[Django] #15887: Improve django.views.decorators.http docs

2011-04-22 Thread Django
#15887: Improve django.views.decorators.http docs --+-- Reporter: RoySmith | Owner: nobody Type: Bug | Status: new Milestone:| Component: Core (Other) Version: 1.3 | Severity: Normal

[Changeset] r16090 - in django/trunk: django/forms docs/ref/forms tests/regressiontests/forms/tests

2011-04-22 Thread noreply
Author: SmileyChris Date: 2011-04-22 14:18:27 -0700 (Fri, 22 Apr 2011) New Revision: 16090 Modified: django/trunk/django/forms/fields.py django/trunk/docs/ref/forms/fields.txt django/trunk/tests/regressiontests/forms/tests/fields.py Log: Fixed #13584 -- Optionally allow empty files with d

[Changeset] r16089 - in django/branches/releases/1.3.X: django/template django/test tests/regressiontests/templates

2011-04-22 Thread noreply
Author: SmileyChris Date: 2011-04-22 14:05:29 -0700 (Fri, 22 Apr 2011) New Revision: 16089 Modified: django/branches/releases/1.3.X/django/template/context.py django/branches/releases/1.3.X/django/test/utils.py django/branches/releases/1.3.X/tests/regressiontests/templates/tests.py Log: [

[Django] #15886: Improve django.core.serializers.get_serializer() docs

2011-04-22 Thread Django
#15886: Improve django.core.serializers.get_serializer() docs --+-- Reporter: RoySmith | Owner: nobody Type: Bug | Status: new Milestone:| Component: Core (Serialization) Version: 1.3

Re: [Django] #10899: easier manipulation of sessions by test client

2011-04-22 Thread Django
#10899: easier manipulation of sessions by test client ---+--- Reporter: tallfred | Owner: nobody Type: New feature | Status: reopened Milestone:

Re: [Django] #7267: clean_html() bug

2011-04-22 Thread Django
#7267: clean_html() bug -+- Reporter: Nikolay| Owner: nobody | Status: new Type: Bug| Component: Core (Other) Milestone:

[Django] #15885: Update the docs to explain that auth views now return TemplateResponse

2011-04-22 Thread Django
#15885: Update the docs to explain that auth views now return TemplateResponse +--- Reporter: prestontimmons | Owner: nobody Type: New feature | Status: new Milestone: | Component: Documen

Re: [Django] #15815: Support memcached binary protocol in PyLibMCCache

2011-04-22 Thread Django
#15815: Support memcached binary protocol in PyLibMCCache -+- Reporter: mtigas | Owner: nobody Type: New| Status: new feature|

Re: [Django] #15884: Model validation allows nullable primary key field.

2011-04-22 Thread Django
#15884: Model validation allows nullable primary key field. -+- Reporter: | Owner: JustinTArthur JustinTArthur | Status: assigned Type: Bu

Re: [Django] #15884: Model validation allows nullable primary key field.

2011-04-22 Thread Django
#15884: Model validation allows nullable primary key field. -+--- Reporter: JustinTArthur | Owner: JustinTArthur Type: Bug| Status: assigned Mileston

[Django] #15884: Model validation allows nullable primary key field.

2011-04-22 Thread Django
#15884: Model validation allows nullable primary key field. ---+--- Reporter: JustinTArthur | Owner: JustinTArthur Type: Bug| Status: new Milestone: | Component: Uncategorized Version

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

2011-04-22 Thread noreply
Author: jezdez Date: 2011-04-22 11:17:26 -0700 (Fri, 22 Apr 2011) New Revision: 16088 Modified: django/trunk/django/db/models/query.py django/trunk/django/db/models/sql/query.py django/trunk/tests/regressiontests/queries/tests.py Log: Fixed #14729 -- RawQuerySet.__repr__ fails when params

[Changeset] r16087 - in django/trunk: django/contrib/admin django/contrib/auth docs/ref/contrib/admin tests/regressiontests/admin_views

2011-04-22 Thread noreply
Author: jezdez Date: 2011-04-22 11:17:16 -0700 (Fri, 22 Apr 2011) New Revision: 16087 Modified: django/trunk/django/contrib/admin/actions.py django/trunk/django/contrib/admin/options.py django/trunk/django/contrib/admin/sites.py django/trunk/django/contrib/auth/admin.py django/trunk

Re: [Django] #15856: Add a localflavor for Macedonia

2011-04-22 Thread Django
#15856: Add a localflavor for Macedonia -+- Reporter: | Owner: nobody vasiliyeah | Status: new Type: New| Component: cont

Re: [Django] #15875: F() example in db queries topic guide has an error

2011-04-22 Thread Django
#15875: F() example in db queries topic guide has an error -+- Reporter: jblaine| Owner: nobody Type: Bug| Status: new Milestone: |

Re: [Django] #10899: easier manipulation of sessions by test client

2011-04-22 Thread Django
#10899: easier manipulation of sessions by test client ---+--- Reporter: tallfred | Owner: nobody Type: New feature | Status: reopened Milestone:

Re: [Django] #15008: Convert admin views to use TemplateResponse

2011-04-22 Thread Django
#15008: Convert admin views to use TemplateResponse -+- Reporter: acdha | Owner: acdha Type: | Status: assigned Cleanup/optimization |

[Changeset] r16086 - in django/trunk/docs: ref ref/contrib topics/db

2011-04-22 Thread noreply
Author: ramiro Date: 2011-04-22 07:08:31 -0700 (Fri, 22 Apr 2011) New Revision: 16086 Modified: django/trunk/docs/ref/contrib/humanize.txt django/trunk/docs/ref/request-response.txt django/trunk/docs/topics/db/queries.txt Log: Fixed a couple of small documentation typos. Modified: django

Re: [Django] #15836: Raw query documentation indicates wrong type for params

2011-04-22 Thread Django
#15836: Raw query documentation indicates wrong type for params -+--- Reporter: riverfr0zen@… | Owner: nobody Type: Bug| Status: new Milestone: 1.4

Re: [Django] #15836: Raw query documentation indicates wrong type for params

2011-04-22 Thread Django
#15836: Raw query documentation indicates wrong type for params -+- Reporter: | Owner: nobody riverfr0zen@… | Status: new Type: Bug

Re: [Django] #8472: Add "Recent Actions" panel to app_index template

2011-04-22 Thread Django
#8472: Add "Recent Actions" panel to app_index template ---+--- Reporter: juliae | Owner: burzak Type: New feature | Status: assigned Milestone:

Re: [Django] #15829: Provide item to sitemap template

2011-04-22 Thread Django
#15829: Provide item to sitemap template ---+-- Reporter: manfre | Owner: manfre Type: New feature | Status: new Milestone: | Component:

Re: [Django] #15820: inline admin formset uses incorrect form

2011-04-22 Thread Django
#15820: inline admin formset uses incorrect form -+- Reporter: shanyu | Owner: nobody Type: Bug| Status: new Milestone: | Compone

Re: [Django] #15852: Exception when http.parse_cookie recieves bad cookie

2011-04-22 Thread Django
#15852: Exception when http.parse_cookie recieves bad cookie -+- Reporter: Fredrik| Owner: nobody Stålnacke | Status: new Type: Bug|

Re: [Django] #15817: ImageField having [width|height]_field set sytematically compute the image dimensions in ModelForm validation process

2011-04-22 Thread Django
#15817: ImageField having [width|height]_field set sytematically compute the image dimensions in ModelForm validation process -+- Reporter: stan | Owner: nobody | Status

[Changeset] r16085 - django/branches/releases/1.3.X/django/forms

2011-04-22 Thread noreply
Author: jezdez Date: 2011-04-22 05:28:58 -0700 (Fri, 22 Apr 2011) New Revision: 16085 Modified: django/branches/releases/1.3.X/django/forms/fields.py Log: [1.3.X] Fixed #15758 -- Removed stale constants that were missed in r15983. Backport from trunk (r16084). Modified: django/branches/releas

[Changeset] r16084 - django/trunk/django/forms

2011-04-22 Thread noreply
Author: jezdez Date: 2011-04-22 05:27:58 -0700 (Fri, 22 Apr 2011) New Revision: 16084 Modified: django/trunk/django/forms/fields.py Log: Fixed #15758 -- Removed stale constants that were missed in r15983. Modified: django/trunk/django/forms/fields.py ===

[Changeset] r16083 - in django/branches/releases/1.3.X: django/core/handlers tests/regressiontests/handlers

2011-04-22 Thread noreply
Author: jezdez Date: 2011-04-22 05:21:58 -0700 (Fri, 22 Apr 2011) New Revision: 16083 Modified: django/branches/releases/1.3.X/django/core/handlers/modpython.py django/branches/releases/1.3.X/django/core/handlers/wsgi.py django/branches/releases/1.3.X/tests/regressiontests/handlers/tests.

Re: [Django] #11195: add fieldname to admin changelist tags -- eases CSS customization

2011-04-22 Thread Django
#11195: add fieldname to admin changelist tags -- eases CSS customization ---+--- Reporter: akaihola | Owner: nobody Type: New feature | Status: new Milestone:

[Changeset] r16082 - in django/trunk: django/core/handlers tests/regressiontests/handlers

2011-04-22 Thread noreply
Author: jezdez Date: 2011-04-22 05:15:52 -0700 (Fri, 22 Apr 2011) New Revision: 16082 Modified: django/trunk/django/core/handlers/modpython.py django/trunk/django/core/handlers/wsgi.py django/trunk/tests/regressiontests/handlers/tests.py Log: Fixed #15672 -- Refined changes made in r15918

[Changeset] r16081 - in django/trunk: . django/db/backends/mysql django/db/backends/oracle django/db/backends/postgresql_psycopg2 docs/faq docs/ref tests/regressiontests/backends

2011-04-22 Thread noreply
Author: jacob Date: 2011-04-22 05:14:54 -0700 (Fri, 22 Apr 2011) New Revision: 16081 Modified: django/trunk/AUTHORS django/trunk/django/db/backends/mysql/base.py django/trunk/django/db/backends/oracle/base.py django/trunk/django/db/backends/postgresql_psycopg2/operations.py django/t

Re: [Django] #15255: DB Cache table creation (createcachetable) ignores the DB Router

2011-04-22 Thread Django
#15255: DB Cache table creation (createcachetable) ignores the DB Router +- Reporter: zvikico | Owner: nobody Type: Bug | Status: new Milestone: 1.4

[Changeset] r16080 - in django/branches/releases/1.3.X: django/views/generic tests/regressiontests/generic_views

2011-04-22 Thread noreply
Author: jezdez Date: 2011-04-22 05:06:11 -0700 (Fri, 22 Apr 2011) New Revision: 16080 Modified: django/branches/releases/1.3.X/django/views/generic/list.py django/branches/releases/1.3.X/tests/regressiontests/generic_views/dates.py django/branches/releases/1.3.X/tests/regressiontests/gene

[Changeset] r16079 - in django/trunk: django/views/generic tests/regressiontests/generic_views

2011-04-22 Thread noreply
Author: jezdez Date: 2011-04-22 05:03:58 -0700 (Fri, 22 Apr 2011) New Revision: 16079 Modified: django/trunk/django/views/generic/list.py django/trunk/tests/regressiontests/generic_views/dates.py django/trunk/tests/regressiontests/generic_views/urls.py Log: Fixed #15698 -- Fixed inconsist

[Changeset] r16078 - in django/trunk: django/contrib/admin tests/regressiontests/admin_widgets

2011-04-22 Thread noreply
Author: jezdez Date: 2011-04-22 05:03:50 -0700 (Fri, 22 Apr 2011) New Revision: 16078 Modified: django/trunk/django/contrib/admin/widgets.py django/trunk/tests/regressiontests/admin_widgets/tests.py Log: Fixed #15673 -- Allow limit_choices_to to use a tuple for __in filters. Thanks, EnTeQuA

[Changeset] r16077 - in django/trunk: . django/contrib/localflavor django/contrib/localflavor/hr docs/ref/contrib tests/regressiontests/forms tests/regressiontests/forms/localflavor tests/regressiont

2011-04-22 Thread noreply
Author: jezdez Date: 2011-04-22 05:03:42 -0700 (Fri, 22 Apr 2011) New Revision: 16077 Added: django/trunk/django/contrib/localflavor/hr/ django/trunk/django/contrib/localflavor/hr/__init__.py django/trunk/django/contrib/localflavor/hr/forms.py django/trunk/django/contrib/localflavor/hr

[Changeset] r16076 - in django/trunk: django/contrib/localflavor django/contrib/localflavor/ru docs/ref/contrib tests/regressiontests/forms tests/regressiontests/forms/localflavor tests/regressiontes

2011-04-22 Thread noreply
Author: jezdez Date: 2011-04-22 05:03:30 -0700 (Fri, 22 Apr 2011) New Revision: 16076 Added: django/trunk/django/contrib/localflavor/ru/ django/trunk/django/contrib/localflavor/ru/__init__.py django/trunk/django/contrib/localflavor/ru/forms.py django/trunk/django/contrib/localflavor/ru

[Changeset] r16075 - in django/trunk: django/utils tests/regressiontests/utils

2011-04-22 Thread noreply
Author: jezdez Date: 2011-04-22 05:03:18 -0700 (Fri, 22 Apr 2011) New Revision: 16075 Modified: django/trunk/django/utils/module_loading.py django/trunk/tests/regressiontests/utils/module_loading.py Log: Fixed #15662 -- Made sure the module_has_submodule utility function follow correct PEP

[Changeset] r16074 - in django/trunk: django/utils tests/regressiontests/i18n

2011-04-22 Thread noreply
Author: jezdez Date: 2011-04-22 05:03:10 -0700 (Fri, 22 Apr 2011) New Revision: 16074 Modified: django/trunk/django/utils/numberformat.py django/trunk/tests/regressiontests/i18n/tests.py Log: Fixed #13810 -- Truncate numbers correctly when given number of decimal positions is zero. Thanks,

[Changeset] r16073 - in django/trunk: django/core tests/regressiontests/pagination_regress

2011-04-22 Thread noreply
Author: jezdez Date: 2011-04-22 05:03:03 -0700 (Fri, 22 Apr 2011) New Revision: 16073 Modified: django/trunk/django/core/paginator.py django/trunk/tests/regressiontests/pagination_regress/tests.py Log: Fixed #13689 -- Convert the per_page value to an integer upon initialization of the Pagin

[Changeset] r16072 - in django/trunk: django/contrib/humanize/templatetags tests/regressiontests/humanize

2011-04-22 Thread noreply
Author: jezdez Date: 2011-04-22 05:02:55 -0700 (Fri, 22 Apr 2011) New Revision: 16072 Modified: django/trunk/django/contrib/humanize/templatetags/humanize.py django/trunk/tests/regressiontests/humanize/tests.py Log: Fixed #11321 -- Handle timezones correctly in conjunction with naturalday f

[Changeset] r16071 - in django/trunk: django/contrib/humanize/templatetags docs/ref/contrib tests/regressiontests/humanize

2011-04-22 Thread noreply
Author: jezdez Date: 2011-04-22 05:02:47 -0700 (Fri, 22 Apr 2011) New Revision: 16071 Modified: django/trunk/django/contrib/humanize/templatetags/humanize.py django/trunk/docs/ref/contrib/humanize.txt django/trunk/tests/regressiontests/humanize/tests.py Log: Fixed #12771 -- Added naturalt

[Changeset] r16070 - in django/trunk: . django/contrib/localflavor django/contrib/localflavor/cn docs/ref/contrib tests/regressiontests/forms tests/regressiontests/forms/localflavor tests/regressiont

2011-04-22 Thread noreply
Author: jezdez Date: 2011-04-22 05:02:38 -0700 (Fri, 22 Apr 2011) New Revision: 16070 Added: django/trunk/django/contrib/localflavor/cn/ django/trunk/django/contrib/localflavor/cn/__init__.py django/trunk/django/contrib/localflavor/cn/cn_provinces.py django/trunk/django/contrib/localfl

[Changeset] r16069 - in django/trunk: django/contrib/admin docs/ref/contrib/admin tests/regressiontests/admin_views tests/regressiontests/admin_views/fixtures

2011-04-22 Thread noreply
Author: jezdez Date: 2011-04-22 05:02:25 -0700 (Fri, 22 Apr 2011) New Revision: 16069 Modified: django/trunk/django/contrib/admin/helpers.py django/trunk/django/contrib/admin/options.py django/trunk/docs/ref/contrib/admin/index.txt django/trunk/tests/regressiontests/admin_views/fixture

[Changeset] r16068 - django/trunk/django/contrib/admin/media/js

2011-04-22 Thread noreply
Author: jezdez Date: 2011-04-22 05:02:14 -0700 (Fri, 22 Apr 2011) New Revision: 16068 Removed: django/trunk/django/contrib/admin/media/js/dateparse.js Log: Fixed #11531 -- Removed unused dateparse.js from admin JavaScript directory. Deleted: django/trunk/django/contrib/admin/media/js/dateparse

[Changeset] r16067 - in django/trunk: django/db/models tests/modeltests/get_latest

2011-04-22 Thread noreply
Author: jezdez Date: 2011-04-22 05:02:07 -0700 (Fri, 22 Apr 2011) New Revision: 16067 Modified: django/trunk/django/db/models/query.py django/trunk/tests/modeltests/get_latest/tests.py Log: Fixed #11283 -- Made sure that latest() clears previously specified ordering in a QuerySet. Thanks to

[Changeset] r16066 - in django/trunk: django/contrib/localflavor/au docs/ref/contrib tests/regressiontests/localflavor tests/regressiontests/localflavor/au

2011-04-22 Thread noreply
Author: jezdez Date: 2011-04-22 05:01:59 -0700 (Fri, 22 Apr 2011) New Revision: 16066 Added: django/trunk/django/contrib/localflavor/au/models.py django/trunk/tests/regressiontests/localflavor/au/ django/trunk/tests/regressiontests/localflavor/au/__init__.py django/trunk/tests/regressi

[Changeset] r16065 - django/trunk/django/contrib/admin/media/css

2011-04-22 Thread noreply
Author: jezdez Date: 2011-04-22 05:01:48 -0700 (Fri, 22 Apr 2011) New Revision: 16065 Modified: django/trunk/django/contrib/admin/media/css/rtl.css Log: Fixed #11203 -- Stopped some form fields in the admin from rendering incorrectly in RTL mode when using Internet Explorer. Modified: django/

[Changeset] r16064 - in django/trunk: django/utils tests/regressiontests/utils

2011-04-22 Thread noreply
Author: jezdez Date: 2011-04-22 05:01:41 -0700 (Fri, 22 Apr 2011) New Revision: 16064 Modified: django/trunk/django/utils/http.py django/trunk/tests/regressiontests/utils/http.py Log: Fixed #9089 -- Correctly handle list values in MultiValueDict instances when passed to django.utils.http.ur

[Changeset] r16063 - in django/trunk: django/forms tests/modeltests/model_forms

2011-04-22 Thread noreply
Author: jezdez Date: 2011-04-22 05:01:33 -0700 (Fri, 22 Apr 2011) New Revision: 16063 Modified: django/trunk/django/forms/models.py django/trunk/tests/modeltests/model_forms/models.py Log: Fixed #6953 -- Correctly sort ManyToMany fields in ModelForms. Thanks, dgouldin, mk and Alex. Modifie

Re: [Django] #10899: easier manipulation of sessions by test client

2011-04-22 Thread Django
#10899: easier manipulation of sessions by test client ---+--- Reporter: tallfred | Owner: nobody Type: New feature | Status: reopened Milestone:

Re: [Django] #15255: DB Cache table creation (createcachetable) ignores the DB Router

2011-04-22 Thread Django
#15255: DB Cache table creation (createcachetable) ignores the DB Router +- Reporter: zvikico | Owner: nobody Type: Bug | Status: new Milestone: 1.4

Re: [Django] #12771: Humanize with natural time

2011-04-22 Thread Django
#12771: Humanize with natural time -+- Reporter: phinpho| Owner: djansoft Type: | Status: new Uncategorized | Component: contrib

Re: [Django] #15819: Admin searches should use distinct, if query involves joins

2011-04-22 Thread Django
#15819: Admin searches should use distinct, if query involves joins -+- Reporter: Adam | Owner: ryankask Kochanowski | Status: new Type: Bug

Re: [Django] #15740: Manipulating the test client session doesn't work as documented

2011-04-22 Thread Django
#15740: Manipulating the test client session doesn't work as documented -+- Reporter: | Owner: prestontimmons | Status: new Type: Bug

Re: [Django] #15875: F() example in db queries topic guide has an error

2011-04-22 Thread Django
#15875: F() example in db queries topic guide has an error +--- Reporter: jblaine | Owner: nobody Type: Bug | Status: new Milestone:| Compone

Re: [Django] #15840: [patch] wrap the inner function of the condition decorator

2011-04-22 Thread Django
#15840: [patch] wrap the inner function of the condition decorator -+- Reporter: portante | Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #15883: Error in tutorial 01 models.py when defining was_published_today()

2011-04-22 Thread Django
#15883: Error in tutorial 01 models.py when defining was_published_today() -+- Reporter: anonymous | Owner: nobody Type: Bug| Status: closed Mileston

[Django] #15883: Error in tutorial 01 models.py when defining was_published_today()

2011-04-22 Thread Django
#15883: Error in tutorial 01 models.py when defining was_published_today() --+ Reporter: anonymous | Owner: nobody Type: Bug | Status: new Milestone:| Co

Re: [Django] #15835: middleware.process_response(): TemplateResponse.render() isn't called

2011-04-22 Thread Django
#15835: middleware.process_response(): TemplateResponse.render() isn't called --+-- Reporter: wkornewald | Owner: nobody Type: Bug | Status: closed Milestone

Re: [Django] #15835: middleware.process_response(): TemplateResponse.render() isn't called

2011-04-22 Thread Django
#15835: middleware.process_response(): TemplateResponse.render() isn't called --+-- Reporter: wkornewald | Owner: nobody Type: Bug | Status: closed Milestone

Re: [Django] #15842: Silent Failure of InlineAdmin Class With a DateTimeField on the Model if Only a "time with timezone" Column in the Database

2011-04-22 Thread Django
#15842: Silent Failure of InlineAdmin Class With a DateTimeField on the Model if Only a "time with timezone" Column in the Database -+- Reporter: | Owner: nobody vincitveritas

Re: [Django] #15819: Admin searches should use distinct, if query involves joins

2011-04-22 Thread Django
#15819: Admin searches should use distinct, if query involves joins -+- Reporter: Adam | Owner: ryankask Kochanowski | Status: new Type: Bug

Re: [Django] #15839: search_fields: duplicated search results when following relationships "backward"

2011-04-22 Thread Django
#15839: search_fields: duplicated search results when following relationships "backward" --+--- Reporter: while0pass | Owner: nobody Type: Bug | Status: closed

Re: [Django] #13091: admin list_editable with unique_together raises Integrity Error

2011-04-22 Thread Django
#13091: admin list_editable with unique_together raises Integrity Error -+- Reporter: slafs | Owner: nobody Type: Bug| Status: new Milestone: 1.

Re: [Django] #15835: middleware.process_response(): TemplateResponse.render() isn't called

2011-04-22 Thread Django
#15835: middleware.process_response(): TemplateResponse.render() isn't called --+-- Reporter: wkornewald | Owner: nobody Type: Bug | Status: closed Milestone

Re: [Django] #15832: Use Babel instead of xgettext for handling .po files.

2011-04-22 Thread Django
#15832: Use Babel instead of xgettext for handling .po files. -+- Reporter: lrekucki | Owner: nobody Type: New| Status: new feature|

Re: [Django] #15860: modelform.is_valid() and modelform.errors fail to anticipate database integrity errors, allow exceptions to reach the user

2011-04-22 Thread Django
#15860: modelform.is_valid() and modelform.errors fail to anticipate database integrity errors, allow exceptions to reach the user --+ Reporter: legutierr | Owner: nobody Type: Bug |

Re: [Django] #15836: Raw query documentation indicates wrong type for params

2011-04-22 Thread Django
#15836: Raw query documentation indicates wrong type for params -+--- Reporter: riverfr0zen@… | Owner: nobody Type: Bug| Status: new Milestone:

Re: [Django] #13249: Feature request: ModelForm validation error handling after commit=False

2011-04-22 Thread Django
#13249: Feature request: ModelForm validation error handling after commit=False --+ Reporter: orokusaki | Owner: nobody Type: Bug | Status:

Re: [Django] #13249: Feature request: ModelForm validation error handling after commit=False

2011-04-22 Thread Django
#13249: Feature request: ModelForm validation error handling after commit=False -+- Reporter: orokusaki | Owner: nobody Type: Bug| Status: reopened M

Re: [Django] #15838: assertFieldOutput should be integrated to the general test framework

2011-04-22 Thread Django
#15838: assertFieldOutput should be integrated to the general test framework ---+--- Reporter: julien | Owner: nobody Type: New feature | Status: new Miles