Re: [Django] #16400: runserver exits without any warnings

2011-07-05 Thread Django
#16400: runserver exits without any warnings --+-- Reporter: gour| Owner: nobody Type: Bug | Status: reopened Milestone: |

Re: [Django] #16409: `defer()` and `only()` don't play nice with `annotate()`

2011-07-05 Thread Django
#16409: `defer()` and `only()` don't play nice with `annotate()` -+- Reporter: mrmachine | Owner: nobody Type: Bug| Status: new Milestone: 1.4

Re: [Django] #16422: Warnings when building the docs in epub format

2011-07-05 Thread Django
#16422: Warnings when building the docs in epub format -+- Reporter: aaugustin | Owner: nobody Type: | Status: new Cleanup/optimization |

[Django] #16423: ModelForm._post_clean() does not respect Model.clean() ValidationErrors that possess a message_dict, rather than a list of messages

2011-07-05 Thread Django
#16423: ModelForm._post_clean() does not respect Model.clean() ValidationErrors that possess a message_dict, rather than a list of messages ---+ Reporter: robboyle | Owner: nobody Type: Cleanup/optimization

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

2011-07-05 Thread noreply
Author: kmtracey Date: 2011-07-05 17:21:32 -0700 (Tue, 05 Jul 2011) New Revision: 16518 Modified: django/trunk/docs/ref/models/querysets.txt Log: s/get/filter in new example of how to use queryset update method: update won't work on a model instance. Modified:

Re: [Django] #16418: Class based generic DetailView tries to access non-existant _meta field when get_object has been modified to return a ModelForm

2011-07-05 Thread Django
#16418: Class based generic DetailView tries to access non-existant _meta field when get_object has been modified to return a ModelForm -+- Reporter: kd4ttc | Owner: kd4ttc

Re: [Django] #16418: Class based generic DetailView tries to access non-existant _meta field when get_object has been modified to return a ModelForm

2011-07-05 Thread Django
#16418: Class based generic DetailView tries to access non-existant _meta field when get_object has been modified to return a ModelForm -+- Reporter: kd4ttc | Owner: kd4ttc

Re: [Django] #3777: Persistent change_list filtering in admin

2011-07-05 Thread Django
#3777: Persistent change_list filtering in admin -+- Reporter: matt | Owner: nobody | Status: reopened Type: New|

Re: [Django] #16414: Missing Windows build script for Sphinx

2011-07-05 Thread Django
#16414: Missing Windows build script for Sphinx -+- Reporter: | Owner: nobody alexandrul | Status: reopened Type: New|

[Django] #16422: Warnings when building the docs in epub format

2011-07-05 Thread Django
#16422: Warnings when building the docs in epub format -+- Reporter: aaugustin|Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #16395: urlize works with malformed URLs

2011-07-05 Thread Django
#16395: urlize works with malformed URLs -+- Reporter: | Owner: nobody BernhardEssl | Status: new Type: | Component:

Re: [Django] #16395: urlize works with malformed URLs

2011-07-05 Thread Django
#16395: urlize works with malformed URLs -+- Reporter: | Owner: nobody BernhardEssl | Status: new Type: Bug| Component:

Re: [Django] #16400: runserver exits without any warnings

2011-07-05 Thread Django
#16400: runserver exits without any warnings --+-- Reporter: gour| Owner: nobody Type: Bug | Status: reopened Milestone: |

Re: [Django] #16417: GeoAdmin support in StackedInline

2011-07-05 Thread Django
#16417: GeoAdmin support in StackedInline --+ Reporter: martin@…| Owner: nobody Type: Bug | Status: new Milestone: | Component: GIS

Re: [Django] #16388: django unittest bug

2011-07-05 Thread Django
#16388: django unittest bug --+--- Reporter: freewave@… | Owner: nobody Type: Bug | Status: closed Milestone: | Component: Testing

Re: [Django] #16388: django unittest bug

2011-07-05 Thread Django
#16388: django unittest bug --+--- Reporter: freewave@… | Owner: nobody Type: Bug | Status: new Milestone: | Component: Testing

Re: [Django] #16369: Remove a misleading comment from the signing documentation

2011-07-05 Thread Django
#16369: Remove a misleading comment from the signing documentation -+- Reporter: mitsuhiko | Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #16414: Missing Windows build script for Sphinx

2011-07-05 Thread Django
#16414: Missing Windows build script for Sphinx -+- Reporter: | Owner: nobody alexandrul | Status: reopened Type: New|

Re: [Django] #16377: "Conditionally disabling actions" documentation needs updating

2011-07-05 Thread Django
#16377: "Conditionally disabling actions" documentation needs updating -+- Reporter: | Owner: nobody pgullekson@… | Status: new Type:

Re: [Django] #16377: "Conditionally disabling actions" documentation needs updating

2011-07-05 Thread Django
#16377: "Conditionally disabling actions" documentation needs updating -+- Reporter: | Owner: nobody pgullekson@… | Status: new Type:

Re: [Django] #16407: Unicode not working for direct SQL INSERT

2011-07-05 Thread Django
#16407: Unicode not working for direct SQL INSERT -+- Reporter: | Owner: nobody mashedmeat | Status: closed Type: Bug|

Re: [Django] #16416: date template tag should support "e" and "o" format character (was: date template tag should support "o" format character)

2011-07-05 Thread Django
#16416: date template tag should support "e" and "o" format character ---+- Reporter: CarstenF | Owner: nobody Type: New feature | Status: new Milestone:

Re: [Django] #16407: Unicode not working for direct SQL INSERT

2011-07-05 Thread Django
#16407: Unicode not working for direct SQL INSERT -+- Reporter: | Owner: nobody mashedmeat | Status: new Type: Bug|

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

2011-07-05 Thread noreply
Author: adrian Date: 2011-07-05 13:16:08 -0700 (Tue, 05 Jul 2011) New Revision: 16517 Modified: django/trunk/docs/ref/models/querysets.txt Log: Added another bit to the update() queryset docs about avoiding race conditions Modified: django/trunk/docs/ref/models/querysets.txt

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

2011-07-05 Thread noreply
Author: adrian Date: 2011-07-05 13:09:00 -0700 (Tue, 05 Jul 2011) New Revision: 16516 Modified: django/trunk/docs/ref/models/querysets.txt Log: Improved update() docs in querysets.txt Modified: django/trunk/docs/ref/models/querysets.txt

Re: [Django] #16413: changing settings.LOGIN_URL to end with something different than /login/, causes an error in testing your app

2011-07-05 Thread Django
#16413: changing settings.LOGIN_URL to end with something different than /login/, causes an error in testing your app +- Reporter: haras | Owner: nobody Type: Bug |

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

2011-07-05 Thread Django
#10863: Email full stack traces like in the debug error pages -+- Reporter: boxed | Owner: brodie Type: | Status: closed Uncategorized

Re: [Django] #11585: i18n in urls.py

2011-07-05 Thread Django
#11585: i18n in urls.py -+- Reporter: digi604| Owner: jezdez Type: New| Status: closed feature| Component:

Re: [Django] #11585: i18n in urls.py

2011-07-05 Thread Django
#11585: i18n in urls.py -+- Reporter: digi604| Owner: jezdez Type: New| Status: closed feature| Component:

Re: [Django] #16418: Class based generic DetailView tries to access non-existant _meta field when get_object has been modified to return a ModelForm

2011-07-05 Thread Django
#16418: Class based generic DetailView tries to access non-existant _meta field when get_object has been modified to return a ModelForm -+- Reporter: kd4ttc | Owner: kd4ttc

Re: [Django] #16420: Windows 7 and Vista support symbolic links

2011-07-05 Thread Django
#16420: Windows 7 and Vista support symbolic links -+--- Reporter: dpjh70100@…| Owner: nobody Type: Uncategorized | Status: closed Milestone:

Re: [Django] #16304: Add HTML5 'placeholder' attribute support to form fields.

2011-07-05 Thread Django
#16304: Add HTML5 'placeholder' attribute support to form fields. -+- Reporter: rich@… | Owner: avenet Type: New| Status: assigned feature

[Django] #16421: Serializing TimeField throws Attribute Error

2011-07-05 Thread Django
#16421: Serializing TimeField throws Attribute Error --+-- Reporter: silent1mezzo | Owner: nobody Type: Bug | Status: new Milestone:| Component: Database layer (models,

[Django] #16420: Windows 7 and Vista support symbolic links

2011-07-05 Thread Django
#16420: Windows 7 and Vista support symbolic links ---+--- Reporter: dpjh70100@…| Owner: nobody Type: Uncategorized | Status: new Milestone: | Component: Documentation Version: 1.3

Re: [Django] #16378: locmem should use pickle.HIGHEST_PROTOCOL to match memcached et. al.

2011-07-05 Thread Django
#16378: locmem should use pickle.HIGHEST_PROTOCOL to match memcached et. al. +- Reporter: PaulM | Owner: nobody Type: Bug | Status: new Milestone:

Re: [Django] #16411: Test failure after r16510

2011-07-05 Thread Django
#16411: Test failure after r16510 -+- Reporter: jezdez | Owner: nobody Type: Bug| Status: closed Milestone: | Component: Core

Re: [Django] #16414: Missing Windows build script for Sphinx

2011-07-05 Thread Django
#16414: Missing Windows build script for Sphinx ---+--- Reporter: alexandrul | Owner: nobody Type: New feature | Status: reopened Milestone: |

Re: [Django] #16414: Missing Windows build script for Sphinx

2011-07-05 Thread Django
#16414: Missing Windows build script for Sphinx ---+--- Reporter: alexandrul | Owner: nobody Type: New feature | Status: reopened Milestone: |

Re: [Django] #16414: Missing Windows build script for Sphinx

2011-07-05 Thread Django
#16414: Missing Windows build script for Sphinx ---+--- Reporter: alexandrul | Owner: nobody Type: New feature | Status: reopened Milestone: |

Re: [Django] #16133: cannot access documentation django.contrib.admin

2011-07-05 Thread Django
#16133: cannot access documentation django.contrib.admin -+- Reporter: anonymous | Owner: nobody Type: Bug| Status: new Milestone: |

Re: [Django] #16419: Invalid link at site

2011-07-05 Thread Django
#16419: Invalid link at site -+- Reporter: anonymous | Owner: nobody Type: | Status: closed Cleanup/optimization | Component:

Re: [Django] #16412: Disabling an 'django.contrib.sites' app, causes Try disabling an 'django.contrib.sites' app, (which as it is a contrib app, should be an optional), and you'll get an error in test

2011-07-05 Thread Django
#16412: Disabling an 'django.contrib.sites' app, causes Try disabling an 'django.contrib.sites' app, (which as it is a contrib app, should be an optional), and you'll get an error in tests with django.contrib.auth.tests.forms.PasswordResetFormTest

Re: [Django] #16412: Disabling an 'django.contrib.sites' app, causes Try disabling an 'django.contrib.sites' app, (which as it is a contrib app, should be an optional), and you'll get an error in test

2011-07-05 Thread Django
#16412: Disabling an 'django.contrib.sites' app, causes Try disabling an 'django.contrib.sites' app, (which as it is a contrib app, should be an optional), and you'll get an error in tests with django.contrib.auth.tests.forms.PasswordResetFormTest

Re: [Django] #16373: Django admin templates trigger a DeprecationWarning

2011-07-05 Thread Django
#16373: Django admin templates trigger a DeprecationWarning -+- Reporter: slinkp | Owner: nobody Type: | Status: closed Cleanup/optimization

Re: [Django] #8013: Localflavor for Colombia and Ecuador

2011-07-05 Thread Django
#8013: Localflavor for Colombia and Ecuador -+- Reporter: ikks | Owner: nobody Type: New| Status: new feature| Component:

Re: [Django] #16419: Invalid link at site

2011-07-05 Thread Django
#16419: Invalid link at site -+- Reporter: anonymous | Owner: nobody Type: | Status: new Cleanup/optimization | Component:

[Django] #16419: Invalid link at site

2011-07-05 Thread Django
#16419: Invalid link at site ---+ Reporter: anonymous | Owner: nobody Type: Bug| Status: new Milestone: | Component: Djangoproject.com Web site Version: 1.3|

Re: [Django] #8013: Localflavor for Colombia and Ecuador

2011-07-05 Thread Django
#8013: Localflavor for Colombia and Ecuador -+- Reporter: ikks | Owner: nobody Type: New| Status: new feature| Component:

Re: [Django] #15316: Filter with isnull=False failing when isnull checked on subclass of FK model

2011-07-05 Thread Django
#15316: Filter with isnull=False failing when isnull checked on subclass of FK model -+- Reporter: zimnyx | Owner: nobody Type: Bug| Status: new

Re: [Django] #16256: More class based views: formsets derived generic views

2011-07-05 Thread Django
#16256: More class based views: formsets derived generic views ---+--- Reporter: rasca| Owner: rasca Type: New feature | Status: new Milestone: 1.4

[Django] #16418: Class based generic DetailView tries to access non-existant _meta field when get_object has been modified to return a ModelForm

2011-07-05 Thread Django
#16418: Class based generic DetailView tries to access non-existant _meta field when get_object has been modified to return a ModelForm +--- Reporter: kd4ttc | Owner: kd4ttc Type: Bug

[Django] #16417: GeoAdmin support in StackedInline

2011-07-05 Thread Django
#16417: GeoAdmin support in StackedInline --+ Reporter: martin@… | Owner: nobody Type: Bug | Status: new Milestone:| Component: GIS Version: 1.3 | Severity: Normal Keywords:

Re: [Django] #16282: CommentTemplateTagTests.testRenderCommentFormFromObjectWithQueryCount fails on MySQL

2011-07-05 Thread Django
#16282: CommentTemplateTagTests.testRenderCommentFormFromObjectWithQueryCount fails on MySQL +--- Reporter: ojii | Owner: nobody Type: Bug | Status: new

Re: [Django] #15316: Filter with isnull=False failing when isnull checked on subclass of FK model

2011-07-05 Thread Django
#15316: Filter with isnull=False failing when isnull checked on subclass of FK model -+- Reporter: zimnyx | Owner: nobody Type: Bug| Status: new

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

2011-07-05 Thread Django
#15255: DB Cache table creation (createcachetable) ignores the DB Router +- Reporter: zvikico | Owner: nobody Type: Bug | Status: reopened Milestone:

[Changeset] r16515 - in django/trunk: django/contrib/gis/db/backends/spatialite django/core/management/commands django/db/backends tests/regressiontests/cache

2011-07-05 Thread noreply
Author: jezdez Date: 2011-07-05 07:16:37 -0700 (Tue, 05 Jul 2011) New Revision: 16515 Modified: django/trunk/django/contrib/gis/db/backends/spatialite/creation.py django/trunk/django/core/management/commands/createcachetable.py django/trunk/django/db/backends/creation.py

Re: [Django] #16405: Class based generic DetailView tries to access non-existant _meta field when get_object has been modified to return a ModelForm

2011-07-05 Thread Django
#16405: Class based generic DetailView tries to access non-existant _meta field when get_object has been modified to return a ModelForm -+- Reporter: | Owner: nobody sholland@…

[Changeset] r16514 - django/trunk/tests/regressiontests/cache

2011-07-05 Thread noreply
Author: jezdez Date: 2011-07-05 06:56:20 -0700 (Tue, 05 Jul 2011) New Revision: 16514 Modified: django/trunk/tests/regressiontests/cache/tests.py Log: Removed left over print statement. Modified: django/trunk/tests/regressiontests/cache/tests.py

Re: [Django] #16411: Test failure after r16510

2011-07-05 Thread Django
#16411: Test failure after r16510 -+- Reporter: jezdez | Owner: nobody Type: Bug| Status: new Milestone: | Component: Core

[Changeset] r16513 - django/trunk/tests/regressiontests/cache

2011-07-05 Thread noreply
Author: jezdez Date: 2011-07-05 06:55:14 -0700 (Tue, 05 Jul 2011) New Revision: 16513 Modified: django/trunk/tests/regressiontests/cache/tests.py Log: Made cache table test case multidb capable. Refs #16411. Thanks, Russ. Modified: django/trunk/tests/regressiontests/cache/tests.py

Re: [Django] #16415: Template block function to strip whitespace from specific chunks

2011-07-05 Thread Django
#16415: Template block function to strip whitespace from specific chunks ---+- Reporter: foxwhisper | Owner: nobody Type: New feature | Status: closed

Re: [Django] #8013: Localflavor for Colombia and Ecuador

2011-07-05 Thread Django
#8013: Localflavor for Colombia and Ecuador -+- Reporter: ikks | Owner: nobody Type: New| Status: new feature| Component:

[Django] #16416: date template tag should support "o" format character

2011-07-05 Thread Django
#16416: date template tag should support "o" format character -+- Reporter: CarstenF | Owner: nobody Type: New feature | Status: new Milestone: | Component: Template system Version: 1.3

Re: [Django] #16414: Missing Windows build script for Sphinx

2011-07-05 Thread Django
#16414: Missing Windows build script for Sphinx ---+--- Reporter: alexandrul | Owner: nobody Type: New feature | Status: reopened Milestone: |

Re: [Django] #16414: Missing Windows build script for Sphinx

2011-07-05 Thread Django
#16414: Missing Windows build script for Sphinx ---+--- Reporter: alexandrul | Owner: nobody Type: New feature | Status: reopened Milestone: |

Re: [Django] #16414: Missing Windows build script for Sphinx

2011-07-05 Thread Django
#16414: Missing Windows build script for Sphinx ---+--- Reporter: alexandrul | Owner: nobody Type: New feature | Status: reopened Milestone: |

Re: [Django] #16415: Template block function to strip whitespace from specific chunks

2011-07-05 Thread Django
#16415: Template block function to strip whitespace from specific chunks ---+- Reporter: foxwhisper | Owner: nobody Type: New feature | Status: closed

[Django] #16415: Template block function to strip whitespace from specific chunks

2011-07-05 Thread Django
#16415: Template block function to strip whitespace from specific chunks -+- Reporter: foxwhisper | Owner: nobody Type: New feature | Status: new Milestone: | Component: Template system

Re: [Django] #16414: Missing Windows build script for Sphinx

2011-07-05 Thread Django
#16414: Missing Windows build script for Sphinx ---+--- Reporter: alexandrul | Owner: nobody Type: New feature | Status: closed Milestone: |

[Django] #16414: Missing Windows build script for Sphinx

2011-07-05 Thread Django
#16414: Missing Windows build script for Sphinx +--- Reporter: alexandrul | Owner: nobody Type: Bug | Status: new Milestone: | Component: Documentation Version: 1.3 |

Re: [Django] #16412: Disabling an 'django.contrib.sites' app, causes Try disabling an 'django.contrib.sites' app, (which as it is a contrib app, should be an optional), and you'll get an error in test

2011-07-05 Thread Django
#16412: Disabling an 'django.contrib.sites' app, causes Try disabling an 'django.contrib.sites' app, (which as it is a contrib app, should be an optional), and you'll get an error in tests with django.contrib.auth.tests.forms.PasswordResetFormTest

Re: [Django] #16412: Disabling an 'django.contrib.sites' app, causes Try disabling an 'django.contrib.sites' app, (which as it is a contrib app, should be an optional), and you'll get an error in test

2011-07-05 Thread Django
#16412: Disabling an 'django.contrib.sites' app, causes Try disabling an 'django.contrib.sites' app, (which as it is a contrib app, should be an optional), and you'll get an error in tests with django.contrib.auth.tests.forms.PasswordResetFormTest

Re: [Django] #16412: Disabling an 'django.contrib.sites' app, causes Try disabling an 'django.contrib.sites' app, (which as it is a contrib app, should be an optional), and you'll get an error in test

2011-07-05 Thread Django
#16412: Disabling an 'django.contrib.sites' app, causes Try disabling an 'django.contrib.sites' app, (which as it is a contrib app, should be an optional), and you'll get an error in tests with django.contrib.auth.tests.forms.PasswordResetFormTest

Re: [Django] #16412: Disabling an 'django.contrib.sites' app, causes Try disabling an 'django.contrib.sites' app, (which as it is a contrib app, should be an optional), and you'll get an error in test

2011-07-05 Thread Django
#16412: Disabling an 'django.contrib.sites' app, causes Try disabling an 'django.contrib.sites' app, (which as it is a contrib app, should be an optional), and you'll get an error in tests with django.contrib.auth.tests.forms.PasswordResetFormTest

Re: [Django] #16412: Disabling an 'django.contrib.sites' app, causes Try disabling an 'django.contrib.sites' app, (which as it is a contrib app, should be an optional), and you'll get an error in test

2011-07-05 Thread Django
#16412: Disabling an 'django.contrib.sites' app, causes Try disabling an 'django.contrib.sites' app, (which as it is a contrib app, should be an optional), and you'll get an error in tests with django.contrib.auth.tests.forms.PasswordResetFormTest

[Django] #16413: changing settings.LOGIN_URL to end with something different than /login/, causes an error in testing your app

2011-07-05 Thread Django
#16413: changing settings.LOGIN_URL to end with something different than /login/, causes an error in testing your app ---+- Reporter: haras | Owner: nobody Type: Bug| Status: new Milestone: | Component:

[Django] #16412: Disabling an 'django.contrib.sites' app, causes Try disabling an 'django.contrib.sites' app, (which as it is a contrib app, should be an optional), and you'll get an error in tests wi

2011-07-05 Thread Django
#16412: Disabling an 'django.contrib.sites' app, causes Try disabling an 'django.contrib.sites' app, (which as it is a contrib app, should be an optional), and you'll get an error in tests with django.contrib.auth.tests.forms.PasswordResetFormTest

Re: [Django] #16404: intcomma & thousand separator

2011-07-05 Thread Django
#16404: intcomma & thousand separator -+- Reporter: grepsd@… | Owner: Grepsd Type: | Status: new Cleanup/optimization | Component:

Re: [Django] #16404: intcomma & thousand separator

2011-07-05 Thread Django
#16404: intcomma & thousand separator -+- Reporter: grepsd@… | Owner: Grepsd Type: | Status: new Cleanup/optimization | Component:

[Django] #16411: Test failure after r16510

2011-07-05 Thread Django
#16411: Test failure after r16510 +--- Reporter: jezdez |Owner: nobody Type: Bug | Status: new Milestone: |Component: Core (Cache system)

[Changeset] r16512 - django/trunk/tests/regressiontests/cache

2011-07-05 Thread noreply
Author: jezdez Date: 2011-07-05 02:40:29 -0700 (Tue, 05 Jul 2011) New Revision: 16512 Modified: django/trunk/tests/regressiontests/cache/tests.py Log: Fixed test failure on Postgres that was added in r16510. Modified: django/trunk/tests/regressiontests/cache/tests.py

Re: [Django] #16410: Stange trackeback, if try to get a not existing cache...

2011-07-05 Thread Django
#16410: Stange trackeback, if try to get a not existing cache... +- Reporter: jedie | Owner: nobody Type: Bug | Status: closed Milestone: | Component: Core (Cache system)

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

2011-07-05 Thread noreply
Author: jezdez Date: 2011-07-05 02:10:58 -0700 (Tue, 05 Jul 2011) New Revision: 16511 Modified: django/trunk/django/core/cache/__init__.py django/trunk/tests/regressiontests/cache/tests.py Log: Fixed #16410 -- Fixed get_cache to behave gracefully when given a string that can't be split.

Re: [Django] #15269: get_cache method should be documented as part of move to CACHES

2011-07-05 Thread Django
#15269: get_cache method should be documented as part of move to CACHES ---+--- Reporter: abdelazer@… | Owner: nobody Type: Bug | Status: new Milestone:

[Django] #16410: Stange trackeback, if try to get a not existing cache...

2011-07-05 Thread Django
#16410: Stange trackeback, if try to get a not existing cache... ---+- Reporter: jedie | Owner: nobody Type: Bug| Status: new Milestone: | Component: Core (Cache system) Version: 1.3|

Re: [Django] #15269: get_cache method should be documented as part of move to CACHES

2011-07-05 Thread Django
#15269: get_cache method should be documented as part of move to CACHES ---+--- Reporter: abdelazer@… | Owner: nobody Type: Bug | Status: new Milestone:

Re: [Django] #16409: `defer()` and `only()` don't play nice with `annotate()`

2011-07-05 Thread Django
#16409: `defer()` and `only()` don't play nice with `annotate()` -+- Reporter: mrmachine | Owner: nobody Type: Bug| Status: new Milestone: 1.4

Re: [Django] #15269: get_cache method should be documented as part of move to CACHES

2011-07-05 Thread Django
#15269: get_cache method should be documented as part of move to CACHES ---+--- Reporter: abdelazer@… | Owner: nobody Type: Bug | Status: new Milestone:

Re: [Django] #16409: `defer()` and `only()` don't play nice with `annotate()`

2011-07-05 Thread Django
#16409: `defer()` and `only()` don't play nice with `annotate()` -+- Reporter: mrmachine | Owner: nobody Type: Bug| Status: new Milestone: 1.4

[Django] #16409: `defer()` and `only()` don't play nice with `annotate()`

2011-07-05 Thread Django
#16409: `defer()` and `only()` don't play nice with `annotate()` -+- Reporter: mrmachine| Owner: nobody Type: Bug | Status: new Milestone: 1.4