[Django] #16058: Values_list with distinct return duplicate values

2011-05-19 Thread Django
#16058: Values_list with distinct return duplicate values --+-- Reporter: jonasnockert | Owner: nobody Type: Bug | Status: new Milestone:| Component: Database layer (model

Re: [Django] #4540: Template.render() should verify context instance

2011-05-19 Thread Django
#4540: Template.render() should verify context instance -+- Reporter: cephelo@… | Owner: munhitsu Type: | Status: closed Cleanup/optimization |

Re: [Django] #15732: stringfilter documentation example does not work

2011-05-19 Thread Django
#15732: stringfilter documentation example does not work -+- Reporter: akaihola | Owner: nobody Type: | Status: closed Cleanup/optimization |

[Changeset] r16251 - django/trunk/docs/howto

2011-05-19 Thread noreply
Author: SmileyChris Date: 2011-05-19 19:42:28 -0700 (Thu, 19 May 2011) New Revision: 16251 Modified: django/trunk/docs/howto/custom-template-tags.txt Log: Fixes #15732 -- better introduction of template filter decorator concepts (first register, then stringfilter). Thanks for the patch, hahase

Re: [Django] #15732: stringfilter documentation example does not work

2011-05-19 Thread Django
#15732: stringfilter documentation example does not work -+- Reporter: akaihola | Owner: nobody Type: | Status: closed Cleanup/optimization |

Re: [Django] #14757: Add An Example For .extra(tables=[])

2011-05-19 Thread Django
#14757: Add An Example For .extra(tables=[]) -+- Reporter: | Owner: nobody mikeshultz | Status: new Type: Bug| Component:

[Changeset] r16250 - django/trunk/docs/releases

2011-05-19 Thread noreply
Author: SmileyChris Date: 2011-05-19 19:14:30 -0700 (Thu, 19 May 2011) New Revision: 16250 Modified: django/trunk/docs/releases/1.2.txt Log: Remove a reference in 1.2 release docs which no longer exists (avoiding a sphinx warning when building docs) Modified: django/trunk/docs/releases/1.2.tx

[Changeset] r16249 - django/branches/releases/1.3.X/docs/topics

2011-05-19 Thread noreply
Author: SmileyChris Date: 2011-05-19 18:48:41 -0700 (Thu, 19 May 2011) New Revision: 16249 Modified: django/branches/releases/1.3.X/docs/topics/pagination.txt Log: [1.3.X] Tweaks to paginator documentation. Backport of 16248 from trunk. Modified: django/branches/releases/1.3.X/docs/topics/pag

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

2011-05-19 Thread noreply
Author: SmileyChris Date: 2011-05-19 18:45:41 -0700 (Thu, 19 May 2011) New Revision: 16248 Modified: django/trunk/docs/topics/pagination.txt Log: Tweaks to paginator documentation. Modified: django/trunk/docs/topics/pagination.txt ===

[Changeset] r16247 - django/trunk/django/core

2011-05-19 Thread noreply
Author: SmileyChris Date: 2011-05-19 18:45:30 -0700 (Thu, 19 May 2011) New Revision: 16247 Modified: django/trunk/django/core/paginator.py Log: Remove an unused import from django.core.paginator Modified: django/trunk/django/core/paginator.py ===

[Changeset] r16246 - django/branches/releases/1.3.X/docs/topics/http

2011-05-19 Thread noreply
Author: SmileyChris Date: 2011-05-19 17:52:36 -0700 (Thu, 19 May 2011) New Revision: 16246 Modified: django/branches/releases/1.3.X/docs/topics/http/sessions.txt Log: [1.3.X] Tidy up the sessions documentation creating links for session methods and crosslinking settings Backport of r16245 fro

[Changeset] r16245 - django/trunk/docs/topics/http

2011-05-19 Thread noreply
Author: SmileyChris Date: 2011-05-19 17:51:25 -0700 (Thu, 19 May 2011) New Revision: 16245 Modified: django/trunk/docs/topics/http/sessions.txt Log: Tidy up the sessions documentation creating links for session methods and crosslinking settings Modified: django/trunk/docs/topics/http/sessions

Re: [Django] #9595: Add support for cache to not expire

2011-05-19 Thread Django
#9595: Add support for cache to not expire -+- Reporter: keseldude | Owner: otherjacob Type: New| Status: new feature| Component

Re: [Django] #16047: postgresql_psycopg2 never restores autocommit mode when leaving transaction management

2011-05-19 Thread Django
#16047: postgresql_psycopg2 never restores autocommit mode when leaving transaction management -+- Reporter: brodie | Owner: nobody Type: Bug| Status: new

Re: [Django] #15768: The setUp() method FileStorageTests in tests/regressiontests/file_storage/tests.py uses tempfile.mktemp()

2011-05-19 Thread Django
#15768: The setUp() method FileStorageTests in tests/regressiontests/file_storage/tests.py uses tempfile.mktemp() -+- Reporter: d1b| Owner: elbarto Type: |

Re: [Django] #16052: MySQL: CharField's with utf8_bin collation return as str, should return as unicode.

2011-05-19 Thread Django
#16052: MySQL: CharField's with utf8_bin collation return as str, should return as unicode. -+- Reporter: | Owner: graham_king graham_king| Status: new

Re: [Django] #14678: [flatpages] Users are able to add more than one page to the same url

2011-05-19 Thread Django
#14678: [flatpages] Users are able to add more than one page to the same url -+- Reporter: seler | Owner: joni Type: Bug| Status: assigned Milest

[Django] #16056: Memcached configuration mistake

2011-05-19 Thread Django
#16056: Memcached configuration mistake ---+--- Reporter: antonio@… | Owner: nobody Type: Bug| Status: new Milestone: | Component: Documentation Version: 1.3| Severity: Normal Ke

[Django] #16057: uWSGI documentation

2011-05-19 Thread Django
#16057: uWSGI documentation ---+--- Reporter: jpic | Owner: nobody Type: Uncategorized | Status: new Milestone: | Component: Documentation Version: 1.3| Severity: No

Re: [Django] #5929: Allow Fields to use multiple db columns (complex datatypes)

2011-05-19 Thread Django
#5929: Allow Fields to use multiple db columns (complex datatypes) -+- Reporter: poelzi | Owner: Type: New| Status: new feature|

Re: [Django] #8593: Image upload in Windows changes filename to lowercase

2011-05-19 Thread Django
#8593: Image upload in Windows changes filename to lowercase -+- Reporter: robvdl | Owner: Type: Bug| Status: new Milestone: 1.4| Com

Re: [Django] #16055: Filtering over funky generic relations breaks in postgres

2011-05-19 Thread Django
#16055: Filtering over funky generic relations breaks in postgres -+- Reporter: anonymous | Owner: nobody Type: Bug| Status: new Milestone:

[Django] #16055: Filtering over funky generic relations breaks in postgres

2011-05-19 Thread Django
#16055: Filtering over funky generic relations breaks in postgres ---+-- Reporter: anonymous | Owner: nobody Type: Bug| Status: new Milestone: | Component: Database layer (models, O

Re: [Django] #15766: select_related() changes type of DecimalField

2011-05-19 Thread Django
#15766: select_related() changes type of DecimalField -+- Reporter: CarstenF | Owner: nobody Type: Bug| Status: closed Milestone: |

Re: [Django] #8593: Image upload in Windows changes filename to lowercase

2011-05-19 Thread Django
#8593: Image upload in Windows changes filename to lowercase -+- Reporter: robvdl | Owner: Type: Bug| Status: new Milestone: 1.4| Com

Re: [Django] #16003: Admin incompatible with USE_ETAGS = True

2011-05-19 Thread Django
#16003: Admin incompatible with USE_ETAGS = True +- Reporter: lamby | Owner: nobody Type: Bug | Status: new Milestone:| Component: con

Re: [Django] #16022: Cyclic reference in FieldFile causes memory usage to grow considerably (was: Cyclic reference in FieldFile)

2011-05-19 Thread Django
#16022: Cyclic reference in FieldFile causes memory usage to grow considerably -+- Reporter: Gustavo| Owner: nobody Type: Bug| Status: new Milesto

Re: [Django] #16022: Cyclic reference in FieldFile

2011-05-19 Thread Django
#16022: Cyclic reference in FieldFile -+- Reporter: Gustavo| Owner: nobody Type: Bug| Status: new Milestone: | Component: Databa

Re: [Django] #16022: Cyclic reference in FieldFile

2011-05-19 Thread Django
#16022: Cyclic reference in FieldFile -+- Reporter: Gustavo| Owner: nobody Type: Bug| Status: new Milestone: | Component: Databa