Re: [Django] #8054: Move method properties for admin list customisation to ModelAdmin

2010-10-27 Thread Django
#8054: Move method properties for admin list customisation to ModelAdmin +--- Reporter: Daniel Pope | Owner: brosner Status: assigned | Milestone: 1.3

Re: [Django] #14517: _supports_stddev checks for wrong exception

2010-10-27 Thread Django
#14517: _supports_stddev checks for wrong exception ---+ Reporter: agabel| Owner: agabel Status: closed| Milestone: 1.3 Component

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

2010-10-27 Thread noreply
Author: russellm Date: 2010-10-27 21:59:22 -0500 (Wed, 27 Oct 2010) New Revision: 14375 Modified: django/trunk/django/db/backends/__init__.py Log: Fixed #14517 -- Corrected the exception that is caught when testing for the availability of STDDEV operations. Thanks to agabel for the report. Mo

[Changeset] r14374 - django/trunk/django/views/generic

2010-10-27 Thread noreply
Author: russellm Date: 2010-10-27 21:59:04 -0500 (Wed, 27 Oct 2010) New Revision: 14374 Modified: django/trunk/django/views/generic/edit.py Log: Fixed #14558 -- Modified the way PUT and DELETE HTTP methods are handled so that overridden methods will get used correctly. Thanks to pyrou for the

[Changeset] r14373 - django/trunk/django/views/generic

2010-10-27 Thread noreply
Author: russellm Date: 2010-10-27 21:58:46 -0500 (Wed, 27 Oct 2010) New Revision: 14373 Modified: django/trunk/django/views/generic/dates.py Log: Fixed #14554 -- Raise the actual NotImplementedError exception, not the NotImplemented comparison value. Thanks to mattmcc for the report. Modified

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

2010-10-27 Thread noreply
Author: russellm Date: 2010-10-27 21:58:28 -0500 (Wed, 27 Oct 2010) New Revision: 14372 Modified: django/trunk/AUTHORS django/trunk/django/views/generic/list.py django/trunk/tests/regressiontests/generic_views/list.py Log: Fixed #14504 -- Corrected the way object_list is used in ListView

[Changeset] r14371 - django/trunk/django/views/generic

2010-10-27 Thread noreply
Author: russellm Date: 2010-10-27 21:58:06 -0500 (Wed, 27 Oct 2010) New Revision: 14371 Modified: django/trunk/django/views/generic/edit.py Log: Fixed #14568 -- Use keyword rather than positional arguments for form construction. Thanks to mattmcc for the report and patch. Modified: django/tru

Re: [Django] #13968: SelectDateWidget does not validate chosen date

2010-10-27 Thread Django
#13968: SelectDateWidget does not validate chosen date ---+ Reporter: mitar | Owner: lemanal Status: assigned | Milestone: Component: Forms | Version: 1.2

[Changeset] r14370 - django/branches/releases/1.2.X/docs/topics/db

2010-10-27 Thread noreply
Author: gabrielhurley Date: 2010-10-27 20:56:41 -0500 (Wed, 27 Oct 2010) New Revision: 14370 Modified: django/branches/releases/1.2.X/docs/topics/db/models.txt Log: [1.2.X] Fixed #14578 -- Corrected a typo in the Models topic docs. Thanks to tobych for the report and patch. Backport of [14369

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

2010-10-27 Thread noreply
Author: gabrielhurley Date: 2010-10-27 20:55:58 -0500 (Wed, 27 Oct 2010) New Revision: 14369 Modified: django/trunk/docs/topics/db/models.txt Log: Fixed #14578 -- Corrected a typo in the Models topic docs. Thanks to tobych for the report and patch. Modified: django/trunk/docs/topics/db/models

Re: [Django] #2594: Template system should handle whitespace better

2010-10-27 Thread Django
#2594: Template system should handle whitespace better --+- Reporter: Gary Wilson | Owner: jshedd Status: new | Milestone: Component: T

Re: [Django] #13053: Support for non-static DB connection info

2010-10-27 Thread Django
#13053: Support for non-static DB connection info ---+ Reporter: Lynge | Owner: nobody Status: new | Milestone: Component:

[Django] #14578: Typo in documentation for Proxy models

2010-10-27 Thread Django
#14578: Typo in documentation for Proxy models ---+ Reporter: tobych | Owner: nobody Status: new| Milestone: Component: Documentation | Version: SVN Keywords:

Re: [Django] #14573: prepopulated_fields javascript error since r14123

2010-10-27 Thread Django
#14573: prepopulated_fields javascript error since r14123 ---+ Reporter: DrMeers | Owner: nobody Status: new | Milestone: 1.3 Component: django.

[Changeset] r14368 - django/trunk/docs/topics

2010-10-27 Thread noreply
Author: adrian Date: 2010-10-27 16:50:58 -0500 (Wed, 27 Oct 2010) New Revision: 14368 Modified: django/trunk/docs/topics/testing.txt Log: Edited docs/topics/testing.txt change from [14058] Modified: django/trunk/docs/topics/testing.txt ==

[Changeset] r14367 - django/trunk/docs/ref/models

2010-10-27 Thread noreply
Author: adrian Date: 2010-10-27 16:47:22 -0500 (Wed, 27 Oct 2010) New Revision: 14367 Modified: django/trunk/docs/ref/models/fields.txt Log: Edited docs/ref/models/fields.txt change from [14049] Modified: django/trunk/docs/ref/models/fields.txt =

Re: [Django] #14574: Initial values support for model formsets

2010-10-27 Thread Django
#14574: Initial values support for model formsets -+-- Reporter: simon29 | Owner: nobody Status: new |

Re: [Django] #14574: Initial values support for model formsets

2010-10-27 Thread Django
#14574: Initial values support for model formsets -+-- Reporter: simon29 | Owner: nobody Status: new |

Re: [Django] #5763: Queryset doesn't have a "not equal" filter operator

2010-10-27 Thread Django
#5763: Queryset doesn't have a "not equal" filter operator ---+ Reporter: jdetaeye | Owner: nobody Status: reopened | Milestone: Co

Re: [Django] #13956: Indefinite args for simpletags and inclusion tags

2010-10-27 Thread Django
#13956: Indefinite args for simpletags and inclusion tags --+- Reporter: melinath | Owner: gregmuellegger Status: assigned | Milestone:

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

2010-10-27 Thread noreply
Author: Alex Date: 2010-10-27 15:39:20 -0500 (Wed, 27 Oct 2010) New Revision: 14366 Modified: django/trunk/django/utils/datastructures.py django/trunk/tests/regressiontests/utils/datastructures.py Log: Fixed MultiValueDict's copy implementation to be consistant with all other copies. Modif

Re: [Django] #5925: Unable to use urlresolvers (url, reverse ) feature in redirect argument of decorator user_passes_test

2010-10-27 Thread Django
#5925: Unable to use urlresolvers (url,reverse ) feature in redirect argument of decorator user_passes_test -+-- Reporter: anonymous | Owner: SmileyChris St

[Changeset] r14365 - django/branches/releases/1.2.X/django/core/files

2010-10-27 Thread noreply
Author: Alex Date: 2010-10-27 15:08:54 -0500 (Wed, 27 Oct 2010) New Revision: 14365 Modified: django/branches/releases/1.2.X/django/core/files/uploadhandler.py Log: [1.2.X] Fixed #14577 -- fixed a docstring typo. Thanks to dauerbaustelle for the report and patch. Backport of [14364]. Modifi

[Changeset] r14364 - django/trunk/django/core/files

2010-10-27 Thread noreply
Author: Alex Date: 2010-10-27 15:08:20 -0500 (Wed, 27 Oct 2010) New Revision: 14364 Modified: django/trunk/django/core/files/uploadhandler.py Log: Fixed #14577 -- fixed a docstring typo. Thanks to dauerbaustelle for the report and patch. Modified: django/trunk/django/core/files/uploadhandler

[Django] #14577: "must should" in `FileUploadHandler.file_complete` docstring

2010-10-27 Thread Django
#14577: "must should" in `FileUploadHandler.file_complete` docstring +--- Reporter: dauerbaustelle | Owner: nobody Status: new | Milestone: Component: Uncategorized | Version:

Re: [Django] #11025: [patch] Ability to specify LOGIN_URL as full qualified absolute URL, ex: https://passport.example.com/passport?mode=login

2010-10-27 Thread Django
#11025: [patch] Ability to specify LOGIN_URL as full qualified absolute URL, ex: https://passport.example.com/passport?mode=login -+-- Reporter: arikon | Owner: SmileyChris Status: assi

Re: [Django] #14398: runfcgi umask option should use literal value

2010-10-27 Thread Django
#14398: runfcgi umask option should use literal value --+- Reporter: petteyg | Owner: nobody Status: new | Milestone: Component: django-admin.py |

Re: [Django] #14575: Fill PDF Forms with FDF Data or XFDF Data and/or Flatten Forms

2010-10-27 Thread Django
#14575: Fill PDF Forms with FDF Data or XFDF Data and/or Flatten Forms +--- Reporter: stevepiercy| Owner: nobody Status: closed | Milestone: Component: Document

[Django] #14575: Fill PDF Forms with FDF Data or XFDF Data and/or Flatten Forms

2010-10-27 Thread Django
#14575: Fill PDF Forms with FDF Data or XFDF Data and/or Flatten Forms ---+ Reporter: stevepiercy| Owner: nobody Status: new| Milestone: Component: Documentation | Version:

Re: [Django] #9015: Signal Connection Decorators

2010-10-27 Thread Django
#9015: Signal Connection Decorators -+-- Reporter: zvoase | Owner: brosner Status: reopened| Milestone: Component: Core framework

Re: [Django] #4552: Tidy up "for" tag

2010-10-27 Thread Django
#4552: Tidy up "for" tag +--- Reporter: SmileyChris| Owner: nobody Status: new| Milestone: Component: Template system| Version: SVN

Re: [Django] #4552: Tidy up "for" tag

2010-10-27 Thread Django
#4552: Tidy up "for" tag +--- Reporter: SmileyChris| Owner: nobody Status: new| Milestone: Component: Template system| Version: SVN

Re: [Django] #14558: Generic View http_method bug

2010-10-27 Thread Django
#14558: Generic View http_method bug +--- Reporter: pyrou | Owner: nobody Status: new| Milestone: 1.3 Component: Generic views | Version: SVN

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

2010-10-27 Thread Django
#12241: Admin forgets URL used for prefilling forms when hitting Save and add another ---+ Reporter: velmont | Owner: batiste Status: new | Milestone:

Re: [Django] #13095: modelform_factory, modelformset_factory, inlineformset_factory formfield_callback lambda function missing **kwargs

2010-10-27 Thread Django
#13095: modelform_factory, modelformset_factory, inlineformset_factory formfield_callback lambda function missing **kwargs +--- Reporter: hvdklauw | Owner: carljm

Re: [Django] #14574: Missing kwargs from inline formsets breaks initial support

2010-10-27 Thread Django
#14574: Missing kwargs from inline formsets breaks initial support -+-- Reporter: simon29 | Owner: nobody Status: new | Milestone: 1.3

[Django] #14574: Missing kwargs from inline formsets breaks initial support

2010-10-27 Thread Django
#14574: Missing kwargs from inline formsets breaks initial support --+- Reporter: simon29 | Owner: nobody Status: new | Milesto

[Changeset] r14359 - django/trunk/django/contrib/admin

2010-10-27 Thread noreply
Author: SmileyChris Date: 2010-10-27 02:08:15 -0500 (Wed, 27 Oct 2010) New Revision: 14359 Modified: django/trunk/django/contrib/admin/__init__.py Log: Revert the removal of an unused import (in [14175]) that was referenced in documentation. Thanks for noticing, clong. Modified: django/trunk/

Re: [Django] #14425: Unused imports in contrib.admin

2010-10-27 Thread Django
#14425: Unused imports in contrib.admin ---+ Reporter: robhudson | Owner: SmileyChris Status: closed| Milestone: Component: django.contrib.