Re: [Django] #5833: Custom FilterSpecs

2011-04-18 Thread Django
#5833: Custom FilterSpecs -+- Reporter: |Owner: jkocherhans Honza_Kral | Status: assigned Type: New|Component: contrib.admin

[Changeset] r16044 - django/trunk/django/template

2011-04-18 Thread noreply
Author: SmileyChris Date: 2011-04-18 19:14:07 -0700 (Mon, 18 Apr 2011) New Revision: 16044 Modified: django/trunk/django/template/context.py Log: Fixes #15721 (again) via a minor tweak to avoid unexpected behaviour of copy() which caused a range of test failures Modified:

Re: [Django] #15845: CSRF validation leak

2011-04-18 Thread Django
#15845: CSRF validation leak -+ Reporter: Jay |Owner: nobody Type: Bug| Status: closed Milestone: |

Re: [Django] #15580: DB cache backend uses LIMIT / OFFSET query for culling

2011-04-18 Thread Django
#15580: DB cache backend uses LIMIT / OFFSET query for culling +--- Reporter: ikelly|Owner: nobody Type: Bug | Status: new Milestone:|

Re: [Django] #15721: {% include %} and RequestContext fails since r15795

2011-04-18 Thread Django
#15721: {% include %} and RequestContext fails since r15795 +--- Reporter: mk|Owner: SmileyChris Type: Bug | Status: reopened Milestone:|

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

2011-04-18 Thread noreply
Author: gabrielhurley Date: 2011-04-18 16:20:07 -0700 (Mon, 18 Apr 2011) New Revision: 16043 Modified: django/branches/releases/1.3.X/docs/ref/templates/builtins.txt Log: [1.3.X] Fixed #15843 -- removed an extraneous quotation mark in the template tag docs. Thanks to Titan, Jer-ming Lin for

[Changeset] r16042 - django/trunk/docs/ref/templates

2011-04-18 Thread noreply
Author: gabrielhurley Date: 2011-04-18 16:15:28 -0700 (Mon, 18 Apr 2011) New Revision: 16042 Modified: django/trunk/docs/ref/templates/builtins.txt Log: Fixed #15843 -- removed an extraneous quotation mark in the template tag docs. Thanks to Titan, Jer-ming Lin for the report. Modified:

Re: [Django] #15790: only() broken for proxy models

2011-04-18 Thread Django
#15790: only() broken for proxy models -+- Reporter: |Owner: nobody michal.modzelewski@… | Status: new Type: Bug|Component: Database

[Changeset] r16041 - django/trunk/django/db/backends/oracle

2011-04-18 Thread noreply
Author: ikelly Date: 2011-04-18 14:59:20 -0700 (Mon, 18 Apr 2011) New Revision: 16041 Modified: django/trunk/django/db/backends/oracle/base.py Log: Fixed #15534: Made the Oracle runtime test for regex capabilities use the !DatabaseOperations connection instead of grabbing the default

Re: [Django] #8065: Calling queyset.in_bulk (without any arguments) should evaluate the whole queryset.

2011-04-18 Thread Django
#8065: Calling queyset.in_bulk (without any arguments) should evaluate the whole queryset. -+- Reporter: ElliottM |Owner: nobody Type: New| Status: reopened

Re: [Django] #8133: BaseModelForm have to populate data not just object_data

2011-04-18 Thread Django
#8133: BaseModelForm have to populate data not just object_data --+-- Reporter: keizie |Owner: nobody Type: Uncategorized | Status: closed

[Changeset] r16040 - in django/branches/releases/1.3.X: django/utils/translation tests/regressiontests/i18n/commands tests/regressiontests/i18n/commands/templates

2011-04-18 Thread noreply
Author: ramiro Date: 2011-04-18 14:10:42 -0700 (Mon, 18 Apr 2011) New Revision: 16040 Modified: django/branches/releases/1.3.X/django/utils/translation/trans_real.py django/branches/releases/1.3.X/tests/regressiontests/i18n/commands/extraction.py

[Changeset] r16039 - django/trunk/tests/regressiontests/i18n/commands

2011-04-18 Thread noreply
Author: ramiro Date: 2011-04-18 14:02:57 -0700 (Mon, 18 Apr 2011) New Revision: 16039 Modified: django/trunk/tests/regressiontests/i18n/commands/extraction.py Log: Added new tests I forgot to include in [16038]. Modified: django/trunk/tests/regressiontests/i18n/commands/extraction.py

Re: [Django] #7258: connection in WhereNode does not come down from Query

2011-04-18 Thread Django
#7258: connection in WhereNode does not come down from Query -+- Reporter: Koen |Owner: nobody Biermans | Status: closed Type: Bug|

[Changeset] r16038 - in django/trunk: django/utils/translation tests/regressiontests/i18n/commands/templates

2011-04-18 Thread noreply
Author: ramiro Date: 2011-04-18 13:00:10 -0700 (Mon, 18 Apr 2011) New Revision: 16038 Modified: django/trunk/django/utils/translation/trans_real.py django/trunk/tests/regressiontests/i18n/commands/templates/test.html Log: Fixed #15848 -- Fixed regression introduced in [15882] in

[Django] #15848: Regression in `makessages -d django` when processing multi-line comments with non-ASCII characters

2011-04-18 Thread Django
#15848: Regression in `makessages -d django` when processing multi-line comments with non-ASCII characters --+ Reporter: ramiro |Owner: nobody Type: Bug | Status: new

Re: [Django] #15845: CSRF validation leak

2011-04-18 Thread Django
#15845: CSRF validation leak -+ Reporter: Jay |Owner: nobody Type: Bug| Status: closed Milestone: |

Re: [Django] #15790: only() broken for proxy models

2011-04-18 Thread Django
#15790: only() broken for proxy models -+- Reporter: |Owner: nobody michal.modzelewski@… | Status: new Type: Bug|Component: Database

[Django] #15847: Spam control is misconfigured and rejects all anonymous bug reports

2011-04-18 Thread Django
#15847: Spam control is misconfigured and rejects all anonymous bug reports --+--- Reporter: follower | Owner: nobody Type: Bug |Status: new Milestone:| Component: Djangoproject.com Web

[Django] #15846: Missing text in "Database-specific fixtures" documentation

2011-04-18 Thread Django
#15846: Missing text in "Database-specific fixtures" documentation --+-- Reporter: follower | Owner: nobody Type: Bug |Status: new Milestone:| Component: Documentation Version: 1.2 |

Re: [Django] #15126: Misleading error in ModelForm

2011-04-18 Thread Django
#15126: Misleading error in ModelForm -+- Reporter: ingo@… |Owner: nobody Type: Bug| Status: new Milestone: |Component: Forms

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

2011-04-18 Thread Django
#15124: BooleanField should not use False as default (unless provided) -+- Reporter: |Owner: nobody andrewbadr | Status: new Type: Bug

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

2011-04-18 Thread Django
#15117: get_or_create() raises "DatabaseError: no such savepoint" instead of IntegrityError (PostgreSQL) -+- Reporter: akaihola |Owner: nobody Type: Bug| Status:

Re: [Django] #15110: User Isolation between sites.

2011-04-18 Thread Django
#15110: User Isolation between sites. -+ Reporter: jorgeecardona |Owner: nobody Type: New feature| Status: new Milestone: 2.0|Component:

Re: [Django] #15102: find_template returns compiled Template object instead of template source

2011-04-18 Thread Django
#15102: find_template returns compiled Template object instead of template source -+- Reporter: vmanchev |Owner: vmanchev Type: New| Status: assigned feature

Re: [Django] #15101: GeoQuerySet extent() method fails to limit

2011-04-18 Thread Django
#15101: GeoQuerySet extent() method fails to limit --+ Reporter: billtown@… |Owner: nobody Type: Bug | Status: new Milestone: |Component: GIS

Re: [Django] #15099: ModelFormset.queryset requirement is too strict

2011-04-18 Thread Django
#15099: ModelFormset.queryset requirement is too strict +-- Reporter: Ciantic |Owner: nobody Type: Bug | Status: new Milestone:|Component: Forms

Re: [Django] #15098: SiteProfileNotAvailable needs silent_variable_failure=True

2011-04-18 Thread Django
#15098: SiteProfileNotAvailable needs silent_variable_failure=True -+- Reporter: tkolar |Owner: tkolar Type: Bug| Status: assigned Milestone:

Re: [Django] #15095: django-admin.py createconfig /path/to/settings.py

2011-04-18 Thread Django
#15095: django-admin.py createconfig /path/to/settings.py -+- Reporter: |Owner: nobody frankwiles | Status: new Type: New|

Re: [Django] #15093: smart_split behaviour is surprising

2011-04-18 Thread Django
#15093: smart_split behaviour is surprising -+- Reporter: steveire |Owner: nobody Type: Bug| Status: new Milestone: |Component:

Re: [Django] #15091: Serializer docs contain nothing on how to use a custom encoder

2011-04-18 Thread Django
#15091: Serializer docs contain nothing on how to use a custom encoder ---+- Reporter: knurpsburps |Owner: nobody Type: Bug | Status: new Milestone:

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

2011-04-18 Thread Django
#15089: contrib.sites and multitenancy -+- Reporter: legutierr |Owner: nobody Type: New| Status: new feature|Component:

Re: [Django] #15084: Unnecessary imports lead to ImportError

2011-04-18 Thread Django
#15084: Unnecessary imports lead to ImportError -+- Reporter: |Owner: nobody vanschelven| Status: new Type: Bug|Component:

Re: [Django] #15077: Error in documentation for running Django on a shared-hosting provider with Apache

2011-04-18 Thread Django
#15077: Error in documentation for running Django on a shared-hosting provider with Apache +- Reporter: MarkusH |Owner: nobody Type: Bug | Status: new

Re: [Django] #15076: inspectdb to quote ForeignKey class names to avoid need to reorder classes/solve circular dependencies

2011-04-18 Thread Django
#15076: inspectdb to quote ForeignKey class names to avoid need to reorder classes/solve circular dependencies -+- Reporter: saschwarz |Owner: nobody Type: Bug|

Re: [Django] #15070: url tag does not work within inclusion_tags when current_app is needed

2011-04-18 Thread Django
#15070: url tag does not work within inclusion_tags when current_app is needed +--- Reporter: raony |Owner: bberes Type: Bug | Status: assigned Milestone:

Re: [Django] #15069: ValidationError message isn't helpful in tracking down the field that fails validation

2011-04-18 Thread Django
#15069: ValidationError message isn't helpful in tracking down the field that fails validation -+- Reporter: Steve |Owner: nobody Steiner | Status: new

Re: [Django] #15064: DJANGO_SETTINGS_MODULE doesn't work with runserver

2011-04-18 Thread Django
#15064: DJANGO_SETTINGS_MODULE doesn't work with runserver -+- Reporter: olau |Owner: nobody Type: Bug| Status: new Milestone: |

Re: [Django] #15063: multi_db flag on TestCase causes invalid error reporting

2011-04-18 Thread Django
#15063: multi_db flag on TestCase causes invalid error reporting +- Reporter: dcramer |Owner: nobody Type: Bug | Status: reopened Milestone:|

Re: [Django] #15059: Additional Documentation for the objects in the admin templates

2011-04-18 Thread Django
#15059: Additional Documentation for the objects in the admin templates -+- Reporter: mlakewood |Owner: nobody Type: Bug| Status: new Milestone:

Re: [Django] #15058: sys.path.append()

2011-04-18 Thread Django
#15058: sys.path.append() -+- Reporter: daghenrik |Owner: nobody Type: Bug| Status: reopened Milestone: |Component: Documentation

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

2011-04-18 Thread Django
#15053: Make templates more reusable by Improving template loading algorithm to avoid extending infinite recursion ---+--- Reporter: pmartin |Owner: nobody Type: New feature |

[Django] #15845: CSRF validation leak

2011-04-18 Thread Django
#15845: CSRF validation leak ---+- Reporter: Jay | Owner: nobody Type: Bug|Status: new Milestone: | Component: contrib.csrf Version: 1.3|

[Django] #15844: Filtering by related objects causes unnecessary extra db hits when using model inheritance

2011-04-18 Thread Django
#15844: Filtering by related objects causes unnecessary extra db hits when using model inheritance --+- Reporter: emulbreh | Owner: nobody Type: Bug |Status: new Milestone:| Component:

Re: [Django] #17: Metasystem optimization: Share select_related in memory

2011-04-18 Thread Django
#17: Metasystem optimization: Share select_related in memory -+- Reporter: adrian |Owner: PhiR Type: New| Status: assigned feature|

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

2011-04-18 Thread Django
#13: Related objects interface should be tighter (edit_inline) -+- Reporter: adrian |Owner: barbuza Type: New| Status: reopened feature

Re: [Django] #9089: urlencode should support MutliValueDict

2011-04-18 Thread Django
#9089: urlencode should support MutliValueDict ---+ Reporter: guettli |Owner: gptvnt Type: New feature | Status: assigned Milestone: |Component:

Re: [Django] #5833: Custom FilterSpecs

2011-04-18 Thread Django
#5833: Custom FilterSpecs -+- Reporter: |Owner: jkocherhans Honza_Kral | Status: assigned Type: New|Component: contrib.admin

Re: [Django] #15184: Error when subclassing models.ForeignKey field

2011-04-18 Thread Django
#15184: Error when subclassing models.ForeignKey field -+- Reporter: rupa108|Owner: furious_luke Type: Bug| Status: reopened Milestone:

[Django] #15843: One more quotation marks in the example of "include" tag of 1.3 doc

2011-04-18 Thread Django
#15843: One more quotation marks in the example of "include" tag of 1.3 doc -+-- Reporter: Titan, Jer-ming Lin | Owner: nobody Type: Uncategorized|Status: new Milestone: |

Re: [Django] #15184: Error when subclassing models.ForeignKey field

2011-04-18 Thread Django
#15184: Error when subclassing models.ForeignKey field -+- Reporter: rupa108|Owner: furious_luke Type: Bug| Status: reopened Milestone:

Re: [Django] #15184: Error when subclassing models.ForeignKey field

2011-04-18 Thread Django
#15184: Error when subclassing models.ForeignKey field -+- Reporter: rupa108|Owner: furious_luke Type: Bug| Status: closed Milestone: |

Re: [Django] #15184: Error when subclassing models.ForeignKey field

2011-04-18 Thread Django
#15184: Error when subclassing models.ForeignKey field -+- Reporter: rupa108|Owner: furious_luke Type: Bug| Status: new Milestone: |