[Changeset] r17152 - in django/trunk/django: core/cache/backends utils

2011-11-26 Thread noreply
Author: Alex Date: 2011-11-26 20:28:31 -0800 (Sat, 26 Nov 2011) New Revision: 17152 Modified: django/trunk/django/core/cache/backends/locmem.py django/trunk/django/utils/synch.py Log: Clean up the the locmem cache backend and utils.synch by using context managers. Puch prettier. Modified:

[Django] #17301: Defining fieldsets in a form class

2011-11-26 Thread Django
#17301: Defining fieldsets in a form class -+ Reporter: msiedlarek | Owner: nobody Type: New feature | Status: new Component: Forms|Version: SVN Severity: Normal | Keywords:

Re: [Django] #17287: incr() on LocMemCache changes timeout value

2011-11-26 Thread Django
#17287: incr() on LocMemCache changes timeout value -+- Reporter: ivan_virabyan|Owner: nobody Type: Bug | Status: closed Component: Core (Cac

[Changeset] r17151 - in django/trunk: django/core/cache/backends tests/regressiontests/cache

2011-11-26 Thread noreply
Author: carljm Date: 2011-11-26 14:27:16 -0800 (Sat, 26 Nov 2011) New Revision: 17151 Modified: django/trunk/django/core/cache/backends/locmem.py django/trunk/tests/regressiontests/cache/tests.py Log: Fixed #17287 -- Prevented LocMemCache.incr/decr from changing key expiry time. Thanks Ivan

Re: [Django] #17287: incr() on LocMemCache changes timeout value

2011-11-26 Thread Django
#17287: incr() on LocMemCache changes timeout value -+- Reporter: ivan_virabyan|Owner: nobody Type: Bug | Status: new Component: Core (Cache

Re: [Django] #14891: use_for_related_fields=False is not honored by reverse FK or M2M related managers

2011-11-26 Thread Django
#14891: use_for_related_fields=False is not honored by reverse FK or M2M related managers -+- Reporter: sdksho@… |Owner: nobody Type: Bug | Sta

Re: [Django] #17038: Use of _default_manager instead of _base_manager in ForeignKey ModelForm field validation

2011-11-26 Thread Django
#17038: Use of _default_manager instead of _base_manager in ForeignKey ModelForm field validation -+- Reporter: ben@…|Owner: nobody Type: Bug |

Re: [Django] #17107: Geodjango Tutorial: SRID problem when loading data from shapefile to PostGIS

2011-11-26 Thread Django
#17107: Geodjango Tutorial: SRID problem when loading data from shapefile to PostGIS -+ Reporter: pauline.emery@… |Owner: nobody Type: Bug | Status: new Comp

Re: [Django] #17107: Geodjango Tutorial: SRID problem when loading data from shapefile to PostGIS

2011-11-26 Thread Django
#17107: Geodjango Tutorial: SRID problem when loading data from shapefile to PostGIS -+-- Reporter: pauline.emery@… |Owner: nobody Type: Bug | Status: new Co

Re: [Django] #17300: Creating an already existing cache table shouldn't crash

2011-11-26 Thread Django
#17300: Creating an already existing cache table shouldn't crash -+- Reporter: claudep |Owner: nobody Type: Bug | Status: new Component:

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

2011-11-26 Thread Django
#11154: Inconsistency with permissions for proxy models --+ Reporter: etianen |Owner: nobody Type: Bug | Status: new Component: contrib.auth |

Re: [Django] #17151: Rename 'wizard_prev_step' in NamedUrlWizardView

2011-11-26 Thread Django
#17151: Rename 'wizard_prev_step' in NamedUrlWizardView -+- Reporter: Bradley Ayers|Owner: nobody | Status: new Type: |

Re: [Django] #17163: Add NamedUrlWizardView.get_step_url

2011-11-26 Thread Django
#17163: Add NamedUrlWizardView.get_step_url -+- Reporter: Bradley Ayers|Owner: nobody | Status: new Type: New feature |

Re: [Django] #17258: Move threading.local from DatabaseWrapper to connections dictionary

2011-11-26 Thread Django
#17258: Move threading.local from DatabaseWrapper to connections dictionary -+- Reporter: akaariai |Owner: nobody Type: New feature | Status: new

Re: [Django] #17258: Move threading.local from DatabaseWrapper to connections dictionary

2011-11-26 Thread Django
#17258: Move threading.local from DatabaseWrapper to connections dictionary -+- Reporter: akaariai |Owner: nobody Type: New feature | Status: new

Re: [Django] #17224: determine and document the use of default option in context of FileField

2011-11-26 Thread Django
#17224: determine and document the use of default option in context of FileField --+ Reporter: ptone |Owner: nobody Type: Cleanup/optimization | Status: n

Re: [Django] #17296: staff_login_required decorator redirecting to default Login redirect instead of requested

2011-11-26 Thread Django
#17296: staff_login_required decorator redirecting to default Login redirect instead of requested ---+-- Reporter: ayarshabeer|Owner: nobody Type: Bug| Status: cl

Re: [Django] #17296: staff_login_required decorator redirecting to default Login redirect instead of requested

2011-11-26 Thread Django
#17296: staff_login_required decorator redirecting to default Login redirect instead of requested ---+-- Reporter: ayarshabeer|Owner: nobody Type: Bug| Status: ne

Re: [Django] #17270: methods of the manager on subqueries QuerySet objects

2011-11-26 Thread Django
#17270: methods of the manager on subqueries QuerySet objects -+- Reporter: Wojciech Banaś |Owner: fizista@… | Status: new Type: New featur

Re: [Django] #17227: max_digits and decimal_places using "inspectdb"

2011-11-26 Thread Django
#17227: max_digits and decimal_places using "inspectdb" -+- Reporter: anonymous|Owner: nobody Type: Bug | Status: closed Component: Core

Re: [Django] #17207: create_template_postgis-debian.sh cant use UTF8 on PostgreSQL 8.4

2011-11-26 Thread Django
#17207: create_template_postgis-debian.sh cant use UTF8 on PostgreSQL 8.4 -+ Reporter: artur@… |Owner: nobody Type: Bug | Status: new Component: GIS |

Re: [Django] #17277: make IOError exceptions during POST data read() easy to identify

2011-11-26 Thread Django
#17277: make IOError exceptions during POST data read() easy to identify -+- Reporter: dlowe|Owner: nobody Type: New feature | Status: new Com

Re: [Django] #17277: make IOError exceptions during POST data read() easy to identify

2011-11-26 Thread Django
#17277: make IOError exceptions during POST data read() easy to identify -+- Reporter: dlowe|Owner: nobody Type: New feature | Status: new Com

Re: [Django] #2673: URL matching in tutorial fails

2011-11-26 Thread Django
#2673: URL matching in tutorial fails ---+-- Reporter: dave@… |Owner: adrian Type: defect | Status: closed Component: contrib.admin | Versio

Re: [Django] #17299: The proxy model does not allow one to use ManyToMany fields

2011-11-26 Thread Django
#17299: The proxy model does not allow one to use ManyToMany fields -+- Reporter: anonymous|Owner: nobody Type: Bug | Status: closed Compo

Re: [Django] #17300: Creating an already existing cache table shouldn't crash

2011-11-26 Thread Django
#17300: Creating an already existing cache table shouldn't crash -+- Reporter: claudep |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #17228: params context variable from TemplateView is inconsistent with other get_context_data implementations

2011-11-26 Thread Django
#17228: params context variable from TemplateView is inconsistent with other get_context_data implementations --+ Reporter: ptone |Owner: nobody Type: Cleanup/optimization |

Re: [Django] #17199: Base Template Loader should return the origin

2011-11-26 Thread Django
#17199: Base Template Loader should return the origin -+-- Reporter: Kronuz |Owner: nobody Type: Bug | Status: closed Component: Template system |

Re: [Django] #17210: Make NullBooleanSelect for NullBooleanField pass true/false as a GET parameter

2011-11-26 Thread Django
#17210: Make NullBooleanSelect for NullBooleanField pass true/false as a GET parameter -+- Reporter: anatoly techtonik|Owner: nobody | Status: new

Re: [Django] #17222: Let `manage.py` learn --colour/--color option to control if colouring output is wanted by user

2011-11-26 Thread Django
#17222: Let `manage.py` learn --colour/--color option to control if colouring output is wanted by user -+- Reporter: rabio|Owner: nobody Type: New feature |

Re: [Django] #17168: Transaction middleware only creates transaction for default database

2011-11-26 Thread Django
#17168: Transaction middleware only creates transaction for default database --+ Reporter: david.winterbottom@… |Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #17160: Exception with CachedStaticFilesStorage

2011-11-26 Thread Django
#17160: Exception with CachedStaticFilesStorage -+- Reporter: AndrewG |Owner: nobody Type: Bug | Status: closed Component: contrib.stati

Re: [Django] #17151: Rename 'wizard_prev_step' in NamedUrlWizardView

2011-11-26 Thread Django
#17151: Rename 'wizard_prev_step' in NamedUrlWizardView -+- Reporter: Bradley Ayers|Owner: nobody | Status: new Type: |

Re: [Django] #17162: Remove WizardView.get_wizard_name()

2011-11-26 Thread Django
#17162: Remove WizardView.get_wizard_name() -+- Reporter: Bradley Ayers|Owner: nobody | Status: new Type: New feature |

Re: [Django] #17162: Remove WizardView.get_wizard_name()

2011-11-26 Thread Django
#17162: Remove WizardView.get_wizard_name() -+- Reporter: Bradley Ayers|Owner: nobody | Status: new Type: New feature |

Re: [Django] #17163: Add NamedUrlWizardView.get_step_url

2011-11-26 Thread Django
#17163: Add NamedUrlWizardView.get_step_url -+- Reporter: Bradley Ayers|Owner: nobody | Status: new Type: New feature |

Re: [Django] #17122: Admin widgets and forms do not support custom model fields that store non-unicode data in the database to be the primary key referenced by relation fields.

2011-11-26 Thread Django
#17122: Admin widgets and forms do not support custom model fields that store non- unicode data in the database to be the primary key referenced by relation fields. -+- Reporter: nickname123 |

Re: [Django] #17158: django.db.backends.BaseDatabaseOperations.last_executed_query can raise an exception

2011-11-26 Thread Django
#17158: django.db.backends.BaseDatabaseOperations.last_executed_query can raise an exception -+- Reporter: a.gerchenov@…|Owner: nobody Type: Bug |

Re: [Django] #17158: django.db.backends.BaseDatabaseOperations.last_executed_query can raise an exception (was: django.db.backends.BaseDatabaseOperations.last_executed_query issue)

2011-11-26 Thread Django
#17158: django.db.backends.BaseDatabaseOperations.last_executed_query can raise an exception -+- Reporter: a.gerchenov@…|Owner: nobody Type: Bug |

Re: [Django] #17088: _generate_cache_key() doesn't use the "method" parameter

2011-11-26 Thread Django
#17088: _generate_cache_key() doesn't use the "method" parameter -+- Reporter: Cosi |Owner: nobody Type: Bug | Status: closed Componen

Re: [Django] #17083: sessions.backends.cache does not allow non-default cache to be configured

2011-11-26 Thread Django
#17083: sessions.backends.cache does not allow non-default cache to be configured --+ Reporter: charles@… |Owner: nobody Type: New feature | Status: new Com

Re: [Django] #17250: Running unit test based on example tests.py not working

2011-11-26 Thread Django
#17250: Running unit test based on example tests.py not working ---+-- Reporter: social@… |Owner: nobody Type: Bug| Status: closed Component: Te

Re: [Django] #17038: Use of _default_manager instead of _base_manager in ForeignKey ModelForm field validation

2011-11-26 Thread Django
#17038: Use of _default_manager instead of _base_manager in ForeignKey ModelForm field validation -+- Reporter: ben@…|Owner: nobody Type: Bug |

Re: [Django] #17038: Use of _default_manager instead of _base_manager in ForeignKey ModelForm field validation

2011-11-26 Thread Django
#17038: Use of _default_manager instead of _base_manager in ForeignKey ModelForm field validation -+- Reporter: ben@…|Owner: nobody Type: Bug |

Re: [Django] #16483: manage.py shell does not work with the latest IPython release (0.11.rc2)

2011-11-26 Thread Django
#16483: manage.py shell does not work with the latest IPython release (0.11.rc2) -+- Reporter: croach |Owner: croach Type: Bug | Status: clo

Re: [Django] #17078: IPython 0.11 configuration not loaded

2011-11-26 Thread Django
#17078: IPython 0.11 configuration not loaded -+- Reporter: matveym |Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #17078: IPython 0.11 configuration not loaded

2011-11-26 Thread Django
#17078: IPython 0.11 configuration not loaded -+- Reporter: matveym |Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #17300: Creating an already existing cache table shouldn't crash

2011-11-26 Thread Django
#17300: Creating an already existing cache table shouldn't crash -+- Reporter: claudep |Owner: nobody Type: Bug | Status: new Component:

[Django] #17300: Creating an already existing cache table shouldn't crash

2011-11-26 Thread Django
#17300: Creating an already existing cache table shouldn't crash + Reporter: claudep | Owner: nobody Type: Bug | Status: new Component: Core (Management comman

Re: [Django] #17052: dictConfig does not correctly handle absolute imports

2011-11-26 Thread Django
#17052: dictConfig does not correctly handle absolute imports ---+ Reporter: dcramer|Owner: nobody Type: Bug| Status: new Component: Uncategorized |

Re: [Django] #17030: Remove special handling of deferred models in queryset iterators

2011-11-26 Thread Django
#17030: Remove special handling of deferred models in queryset iterators -+- Reporter: akaariai |Owner: nobody Type: | Status: new Clean

[Django] #17299: The proxy model does not allow one to use ManyToMany fields

2011-11-26 Thread Django
#17299: The proxy model does not allow one to use ManyToMany fields --+ Reporter: anonymous | Owner: nobody Type: Bug | Status: new Component: Database layer

Re: [Django] #17018: LayerMapping - entries skipped when ForeignKey field has related model missing and null = True

2011-11-26 Thread Django
#17018: LayerMapping - entries skipped when ForeignKey field has related model missing and null = True -+- Reporter: grobertson |Owner: nobody Type: Bug |

[Changeset] r17150 - django/trunk/docs/ref/contrib/gis

2011-11-26 Thread noreply
Author: aaugustin Date: 2011-11-26 00:43:43 -0800 (Sat, 26 Nov 2011) New Revision: 17150 Modified: django/trunk/docs/ref/contrib/gis/layermapping.txt Log: Fixed a typo in the layermapping docs. Modified: django/trunk/docs/ref/contrib/gis/layermapping.txt ==

Re: [Django] #17000: sql/query.py add_q refactoring

2011-11-26 Thread Django
#17000: sql/query.py add_q refactoring -+- Reporter: akaariai |Owner: nobody Type: | Status: new Cleanup/optimization |

Re: [Django] #17025: sql/where.py WhereNode refactoring

2011-11-26 Thread Django
#17025: sql/where.py WhereNode refactoring -+- Reporter: akaariai |Owner: nobody Type: | Status: new Cleanup/optimization