Re: [Django] #7048: Support clearing FileFields with ModelForms

2009-10-30 Thread Django
#7048: Support clearing FileFields with ModelForms ---+ Reporter: jarrow| Owner: brosner Status: assigned | Milestone: 1.2 Component:

Re: [Django] #11936: Proxy models' names are too long for django.contrib.auth which causes weird test failures

2009-10-30 Thread Django
#11936: Proxy models' names are too long for django.contrib.auth which causes weird test failures ---+ Reporter: ryszard | Owner: clamothe Status: new

Re: [Django] #12084: Document the return type of QuerySet.update()

2009-10-30 Thread Django
#12084: Document the return type of QuerySet.update() +--- Reporter: anonymous | Owner: nobody Status: new| Milestone: Component: Documentation

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

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

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

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

[Django] #12120: documentation: get() does not work with values()

2009-10-30 Thread Django
#12120: documentation: get() does not work with values() ---+ Reporter: adrian_nye | Owner: nobody Status: new| Milestone: Component: Documentation | Version: 1.1

Re: [Django] #7479: Improve dictionary (dict()) support in QuerySets

2009-10-30 Thread Django
#7479: Improve dictionary (dict()) support in QuerySets +--- Reporter: w...@go2people.com | Owner: nobody Status: closed | Milestone: Component: Validators

[Django] #12119: django.utils.text.smart_split() does not handle multiple quoted strings joined by non-whitespace characters properly

2009-10-30 Thread Django
#12119: django.utils.text.smart_split() does not handle multiple quoted strings joined by non-whitespace characters properly -+-- Reporter: emulbreh | Owner: nobody Status: new |

Re: [Django] #11765: models.DateField(null=True, blank=True) accepts None, but not the empty string ''

2009-10-30 Thread Django
#11765: models.DateField(null=True, blank=True) accepts None, but not the empty string '' ---+ Reporter: shmengie | Owner: nobody Status: closed|

Re: [Django] #12095: Login doesn`t work after django update to revision 11664

2009-10-30 Thread Django
#12095: Login doesn`t work after django update to revision 11664 +--- Reporter: venia | Owner: nobody Status: closed | Milestone:

Re: [Django] #12118: in-memory test database does not work with threads

2009-10-30 Thread Django
#12118: in-memory test database does not work with threads ---+ Reporter: bluebird75| Owner: nobody Status: closed| Milestone:

Re: [Django] #12095: Login doesn`t work after django update to revision 11664

2009-10-30 Thread Django
#12095: Login doesn`t work after django update to revision 11664 +--- Reporter: venia | Owner: nobody Status: closed | Milestone:

Re: [Django] #6054: PIL import error

2009-10-30 Thread Django
#6054: PIL import error -+-- Reporter: nesh| Owner: nobody Status: closed | Milestone: Component: Validators |

Re: [Django] #12095: Login doesn`t work after django update to revision 11664

2009-10-30 Thread Django
#12095: Login doesn`t work after django update to revision 11664 +--- Reporter: venia | Owner: nobody Status: closed | Milestone:

Re: [Django] #12117: Silently ignoring of import errors in models module.

2009-10-30 Thread Django
#12117: Silently ignoring of import errors in models module. ---+ Reporter: lorien| Owner: nobody Status: closed

Re: [Django] #10863: Email full stack traces like in the debug error pages

2009-10-30 Thread Django
#10863: Email full stack traces like in the debug error pages -+-- Reporter: boxed | Owner: nobody Status: new | Milestone:

Re: [Django] #11010: Add a foundation for rowlevel permissions in Django

2009-10-30 Thread Django
#11010: Add a foundation for rowlevel permissions in Django -+-- Reporter: apollo13| Owner: apollo13 Status: new | Milestone: 1.2 Component:

[Django] #12118: in-memory test database does not work with threads

2009-10-30 Thread Django
#12118: in-memory test database does not work with threads --+- Reporter: bluebird75| Owner: nobody Status: new | Milestone: Component: Database

Re: [Django] #12105: Admin querystring __isnull=False filter doesn't work

2009-10-30 Thread Django
#12105: Admin querystring __isnull=False filter doesn't work ---+ Reporter: marcob| Owner: nobody Status: new | Milestone: 1.2

[Django] #12117: Silently ignoring of import errors in models module.

2009-10-30 Thread Django
#12117: Silently ignoring of import errors in models module. +--- Reporter: lorien | Owner: nobody Status: new | Milestone:

[Changeset] r11689 - in django/branches/releases/1.1.X: django/forms tests/regressiontests/model_formsets_regress

2009-10-30 Thread noreply
Author: brosner Date: 2009-10-30 04:12:52 -0500 (Fri, 30 Oct 2009) New Revision: 11689 Modified: django/branches/releases/1.1.X/django/forms/models.py django/branches/releases/1.1.X/tests/regressiontests/model_formsets_regress/tests.py Log: [1.1.X] Fixed #11872 -- Instantiate the correct

[Changeset] r11688 - in django/trunk: django/forms tests/regressiontests/model_formsets_regress

2009-10-30 Thread noreply
Author: brosner Date: 2009-10-30 04:11:56 -0500 (Fri, 30 Oct 2009) New Revision: 11688 Modified: django/trunk/django/forms/models.py django/trunk/tests/regressiontests/model_formsets_regress/tests.py Log: Fixed #11872 -- Instantiate the correct model in BaseInlineFormSet.__init__ when

Re: [Django] #12115: Little error in documentation - ModelAdmin.get_urls(self)

2009-10-30 Thread Django
#12115: Little error in documentation - ModelAdmin.get_urls(self) +--- Reporter: encinas| Owner: nobody Status: closed | Milestone: Component:

[Changeset] r11687 - django/branches/releases/1.1.X/docs/ref/contrib/admin

2009-10-30 Thread noreply
Author: brosner Date: 2009-10-30 03:49:56 -0500 (Fri, 30 Oct 2009) New Revision: 11687 Modified: django/branches/releases/1.1.X/docs/ref/contrib/admin/index.txt Log: [1.1.X] Fixed #12115 -- Corrected typo in admin documentation. Thanks encinas. Backport of [11686] from trunk Modified:

[Changeset] r11686 - django/trunk/docs/ref/contrib/admin

2009-10-30 Thread noreply
Author: brosner Date: 2009-10-30 03:48:48 -0500 (Fri, 30 Oct 2009) New Revision: 11686 Modified: django/trunk/docs/ref/contrib/admin/index.txt Log: Fixed #12115 -- Corrected typo in admin documentation. Thanks encinas. Modified: django/trunk/docs/ref/contrib/admin/index.txt

Re: [Django] #10109: Move raw sql from models.fields.related to models.sql.query

2009-10-30 Thread Django
#10109: Move raw sql from models.fields.related to models.sql.query ---+ Reporter: david | Owner: Alex Status: new | Milestone: 1.2

Re: [Django] #10109: Move raw sql from models.fields.related to models.sql.query

2009-10-30 Thread Django
#10109: Move raw sql from models.fields.related to models.sql.query ---+ Reporter: david | Owner: Alex Status: new | Milestone:

[Changeset] r11685 - django/branches/releases/1.1.X

2009-10-30 Thread noreply
Author: brosner Date: 2009-10-30 03:24:45 -0500 (Fri, 30 Oct 2009) New Revision: 11685 Modified: django/branches/releases/1.1.X/INSTALL Log: [1.1.X] Updated INSTALL file setup.py does not require an Internet connection nor setuptools. That was fixed in [3906]. Backport of [11684] from trunk

[Changeset] r11684 - django/trunk

2009-10-30 Thread noreply
Author: brosner Date: 2009-10-30 03:24:05 -0500 (Fri, 30 Oct 2009) New Revision: 11684 Modified: django/trunk/INSTALL Log: Updated INSTALL file setup.py does not require an Internet connection nor setuptools. That was fixed in [3906]. Updated the minimum Python version as well. Modified:

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

2009-10-30 Thread Django
#17: Metasystem optimization: Share select_related in memory ---+ Reporter: adrian| Owner: PhiR Status: assigned | Milestone:

Re: [Django] #11526: LDAP authentication backend

2009-10-30 Thread Django
#11526: LDAP authentication backend -+-- Reporter: psagers | Owner: dp_wiz Status: assigned| Milestone: Component: Authentication