Re: [Django] #7609: Document that PositiveIntegerField and co have a misleading name

2011-10-05 Thread Django
#7609: Document that PositiveIntegerField and co have a misleading name -+- Reporter: Gergely Kontra |Owner: | paulcollins Type: Bug

Re: [Django] #7609: Document that PositiveIntegerField and co have a misleading name

2011-10-05 Thread Django
#7609: Document that PositiveIntegerField and co have a misleading name -+- Reporter: Gergely Kontra |Owner: | paulcollins Type: Bug

Re: [Django] #7609: Document that PositiveIntegerField and co have a misleading name

2011-10-05 Thread Django
#7609: Document that PositiveIntegerField and co have a misleading name -+- Reporter: Gergely Kontra |Owner: nobody | Status: new

Re: [Django] #16998: middleware docs need to be updated for CRSF

2011-10-05 Thread Django
#16998: middleware docs need to be updated for CRSF -+ Reporter: ptone|Owner: nobody Type: Bug | Status: new Component: Documentation|

[Django] #16999: deprecated method of template loading needs to be removed

2011-10-05 Thread Django
#16999: deprecated method of template loading needs to be removed --+ Reporter: ptone | Owner: nobody Type: Cleanup/optimization | Status: new Component: Template system |Version:

Re: [Django] #16937: Prefetch related objects

2011-10-05 Thread Django
#16937: Prefetch related objects -+- Reporter: lukeplant|Owner: nobody Type: New feature | Status: closed Component: Database layer |

Re: [Django] #16937: Prefetch related objects

2011-10-05 Thread Django
#16937: Prefetch related objects -+- Reporter: lukeplant|Owner: nobody Type: New feature | Status: closed Component: Database layer |

Re: [Django] #16988: update/cleanup deprecation timeline

2011-10-05 Thread Django
#16988: update/cleanup deprecation timeline --+ Reporter: ptone |Owner: ptone Type: Cleanup/optimization | Status: assigned Component: Documentation

Re: [Django] #16937: Prefetch related objects

2011-10-05 Thread Django
#16937: Prefetch related objects -+- Reporter: lukeplant|Owner: nobody Type: New feature | Status: closed Component: Database layer |

[Changeset] r16930 - in django/trunk: django/contrib/contenttypes django/db/models django/db/models/fields docs/ref/models docs/releases docs/topics/db tests/modeltests tests/modeltests/prefetch_rela

2011-10-05 Thread noreply
Author: lukeplant Date: 2011-10-05 16:14:52 -0700 (Wed, 05 Oct 2011) New Revision: 16930 Added: django/trunk/tests/modeltests/prefetch_related/ django/trunk/tests/modeltests/prefetch_related/__init__.py django/trunk/tests/modeltests/prefetch_related/models.py

Re: [Django] #6422: Support for 'DISTINCT ON' queries with QuerySet.distinct()

2011-10-05 Thread Django
#6422: Support for 'DISTINCT ON' queries with QuerySet.distinct() -+- Reporter: Manfred Wassmann |Owner: jgelens | Status: assigned

[Django] #16998: middleware docs need to be updated for CRSF

2011-10-05 Thread Django
#16998: middleware docs need to be updated for CRSF -+ Reporter: ptone| Owner: nobody Type: Bug | Status: new Component: Documentation|Version: SVN Severity: Release blocker

[Changeset] r16929 - django/trunk/django/db/models

2011-10-05 Thread noreply
Author: lukeplant Date: 2011-10-05 15:56:09 -0700 (Wed, 05 Oct 2011) New Revision: 16929 Modified: django/trunk/django/db/models/query.py Log: Fixed #16902 - select_related() results in a poor perfomance Thanks to ivan_virabyan for the great patch! (For the record, some very small tweaks

Re: [Django] #16902: select_related() results in a poor perfomance

2011-10-05 Thread Django
#16902: select_related() results in a poor perfomance -+- Reporter: ivan_virabyan|Owner: nobody Type: | Status: closed Cleanup/optimization

Re: [Django] #16902: select_related() results in a poor perfomance

2011-10-05 Thread Django
#16902: select_related() results in a poor perfomance -+- Reporter: ivan_virabyan|Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #7609: Document that PositiveIntegerField and co have a misleading name

2011-10-05 Thread Django
#7609: Document that PositiveIntegerField and co have a misleading name -+- Reporter: Gergely Kontra |Owner: nobody | Status: new

Re: [Django] #7609: Document that PositiveIntegerField and co have a misleading name

2011-10-05 Thread Django
#7609: Document that PositiveIntegerField and co have a misleading name -+- Reporter: Gergely Kontra |Owner: nobody | Status: new

Re: [Django] #16715: Wrong JOIN with nested null-able foreign keys

2011-10-05 Thread Django
#16715: Wrong JOIN with nested null-able foreign keys -+- Reporter: sebastian|Owner: nobody Type: Bug | Status: new Component: Database

Re: [Django] #16993: In core.cache.backends.BaseCache.default_key_func join expects character string

2011-10-05 Thread Django
#16993: In core.cache.backends.BaseCache.default_key_func join expects character string --+-- Reporter: adsworth |Owner: adsworth Type: Bug | Status: closed Component:

[Django] #16997: some contrib.session tests fail in Python3

2011-10-05 Thread Django
#16997: some contrib.session tests fail in Python3 +-- Reporter: adsworth| Owner: adsworth Type: Bug | Status: new Component: Python 3|Version: 1.3 Severity: Normal | Keywords: Triage

Re: [Django] #16715: Wrong JOIN with nested null-able foreign keys

2011-10-05 Thread Django
#16715: Wrong JOIN with nested null-able foreign keys -+- Reporter: sebastian|Owner: nobody Type: Bug | Status: new Component: Database

Re: [Django] #16980: updates and fixes to auth docs

2011-10-05 Thread Django
#16980: updates and fixes to auth docs --+ Reporter: ptone |Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation

Re: [Django] #12467: More helpful error message when loading fixture with invalid date

2011-10-05 Thread Django
#12467: More helpful error message when loading fixture with invalid date --+ Reporter: knutin|Owner: raulcd Type: New feature | Status:

Re: [Django] #13165: Display edit link beside add button for ForeignKey fields in admin

2011-10-05 Thread Django
#13165: Display edit link beside add button for ForeignKey fields in admin -+- Reporter: DrMeers |Owner: stefanw Type: New feature | Status:

Re: [Django] #16996: login_required decorator should check user.is_active

2011-10-05 Thread Django
#16996: login_required decorator should check user.is_active --+-- Reporter: ptone |Owner: nobody Type: Bug | Status: closed Component: contrib.auth |

Re: [Django] #16916: Please document django.test.Client.defaults

2011-10-05 Thread Django
#16916: Please document django.test.Client.defaults --+ Reporter: sailorfred@… |Owner: raulcd Type: Cleanup/optimization | Status: assigned Component:

[Django] #16996: login_required decorator should check user.is_active

2011-10-05 Thread Django
#16996: login_required decorator should check user.is_active --+ Reporter: ptone | Owner: nobody Type: Bug | Status: new Component: contrib.auth |Version: SVN Severity: Normal|

Re: [Django] #16986: Model.clean cannot report errors on individual fields

2011-10-05 Thread Django
#16986: Model.clean cannot report errors on individual fields -+ Reporter: davidfstr|Owner: nobody Type: New feature | Status: new Component: Forms|

Re: [Django] #16988: update/cleanup deprecation timeline

2011-10-05 Thread Django
#16988: update/cleanup deprecation timeline --+ Reporter: ptone |Owner: ptone Type: Cleanup/optimization | Status: assigned Component: Documentation

Re: [Django] #16995: ModelFormSet initial data from initial parameter uses "extra" forms

2011-10-05 Thread Django
#16995: ModelFormSet initial data from initial parameter uses "extra" forms ---+ Reporter: p910221@… |Owner: nobody Type: Bug| Status: new Component:

[Django] #16995: ModelFormSet initial data from initial parameter uses "extra" forms

2011-10-05 Thread Django
#16995: ModelFormSet initial data from initial parameter uses "extra" forms + Reporter: p910221@… | Owner: nobody Type: Bug | Status: new Component: Forms |Version: 1.3 Severity: Normal

Re: [Django] #15932: related_name='+' ignored in ManyToManyField validation

2011-10-05 Thread Django
#15932: related_name='+' ignored in ManyToManyField validation -+- Reporter: Fredde |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #16759: Expensive sql.Query cloning

2011-10-05 Thread Django
#16759: Expensive sql.Query cloning -+- Reporter: Suor |Owner: Suor Type: Bug | Status: new Component: Database layer |

Re: [Django] #9318: "Virtual" behaviour for signal dispatcher and model inheritance

2011-10-05 Thread Django
#9318: "Virtual" behaviour for signal dispatcher and model inheritance -+- Reporter: svetlyak40wt |Owner: jdunck Type: New feature | Status: assigned

[Django] #16994: gary zai

2011-10-05 Thread Django
#16994: gary zai +-- Reporter: BlackHearT | Owner: nobody Type: Bug | Status: new Component: GIS |Version: 1.3-rc1 Severity: Normal | Keywords: 94065121 Triage Stage: Unreviewed |

Re: [Django] #16902: select_related() results in a poor perfomance

2011-10-05 Thread Django
#16902: select_related() results in a poor perfomance -+- Reporter: ivan_virabyan|Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #16992: MySQL InnoDB AUTO_INCREMENT bug (next value to use forgotten at restart)

2011-10-05 Thread Django
#16992: MySQL InnoDB AUTO_INCREMENT bug (next value to use forgotten at restart) -+- Reporter: kent@… |Owner: nobody Type: Bug | Status:

Re: [Django] #10164: AutoField is broken for sqlite backend

2011-10-05 Thread Django
#10164: AutoField is broken for sqlite backend -+- Reporter: malte|Owner: nobody Type: Bug | Status: new Component: Database layer

Re: [Django] #16776: jQuery.noConflict(false) in jquery.init.js leaks the admin jQuery into the global namespace

2011-10-05 Thread Django
#16776: jQuery.noConflict(false) in jquery.init.js leaks the admin jQuery into the global namespace ---+ Reporter: anonymous |Owner: Type: Bug| Status: new

[Changeset] r16928 - django/trunk/django/test

2011-10-05 Thread noreply
Author: julien
Date: 2011-10-05 05:50:44 -0700 (Wed, 05 Oct 2011)
New Revision: 16928

Modified:
   django/trunk/django/test/testcases.py
Log:
Fixed #16990 -- Fixed a couple of small docstring typos in the 
`django/test/testcases.py` module and did some minor cleanup while I was in the 
area.


Re: [Django] #16990: Typo in testcases.py

2011-10-05 Thread Django
#16990: Typo in testcases.py -+- Reporter: echos|Owner: nobody Type: Bug | Status: closed Component: Documentation|

[Django] #16993: In core.cache.backends.BaseCache.default_key_func join expects character string

2011-10-05 Thread Django
#16993: In core.cache.backends.BaseCache.default_key_func join expects character string +-- Reporter: adsworth| Owner: adsworth Type: Bug | Status: new Component: Python 3|Version: 1.3

[Django] #16992: MySQL InnoDB AUTO_INCREMENT bug (next value to use forgotten at restart)

2011-10-05 Thread Django
#16992: MySQL InnoDB AUTO_INCREMENT bug (next value to use forgotten at restart) --+ Reporter: kent@…| Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #16916: Please document django.test.Client.defaults

2011-10-05 Thread Django
#16916: Please document django.test.Client.defaults --+ Reporter: sailorfred@… |Owner: raulcd Type: Cleanup/optimization | Status: assigned Component:

Re: [Django] #16929: Document how to extend UserAdmin with extra profile information (was: The form for AUTH_PROFILE_MODULE should extend the basic User admin page)

2011-10-05 Thread Django
#16929: Document how to extend UserAdmin with extra profile information ---+ Reporter: jasper@… |Owner: nobody Type: New feature| Status: new Component:

Re: [Django] #16947: wrong ordering of a column with list_editable

2011-10-05 Thread Django
#16947: wrong ordering of a column with list_editable ---+-- Reporter: anonymous |Owner: nobody Type: Bug| Status: closed Component: contrib.admin |

Re: [Django] #16991: Humanize tests fail randomly

2011-10-05 Thread Django
#16991: Humanize tests fail randomly --+ Reporter: akaariai |Owner: nobody Type: Bug | Status: new Component: contrib.humanize |

Re: [Django] #16977: CommentForm Issue

2011-10-05 Thread Django
#16977: CommentForm Issue --+ Reporter: philippe@…|Owner: nobody Type: Bug | Status: new Component: contrib.comments | Version:

Re: [Django] #16981: Trac user highlighting breaks if you use a h3 heading in comment

2011-10-05 Thread Django
#16981: Trac user highlighting breaks if you use a h3 heading in comment -+- Reporter: lukeplant|Owner: nobody Type: Bug | Status: new

Re: [Django] #16980: updates and fixes to auth docs

2011-10-05 Thread Django
#16980: updates and fixes to auth docs --+ Reporter: ptone |Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation

Re: [Django] #16988: update/cleanup deprecation timeline

2011-10-05 Thread Django
#16988: update/cleanup deprecation timeline --+ Reporter: ptone |Owner: ptone Type: Cleanup/optimization | Status: assigned Component: Documentation

[Django] #16991: Humanize tests fail randomly

2011-10-05 Thread Django
#16991: Humanize tests fail randomly ---+--- Reporter: akaariai | Owner: nobody Type: Bug| Status: new Component: Testing framework |Version: 1.3 Severity: Normal

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

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

Re: [Django] #16776: jQuery.noConflict(false) in jquery.init.js leaks the admin jQuery into the global namespace

2011-10-05 Thread Django
#16776: jQuery.noConflict(false) in jquery.init.js leaks the admin jQuery into the global namespace -+- Reporter: anonymous|Owner: Type: Bug |

Re: [Django] #16776: jQuery.noConflict(false) in jquery.init.js leaks the admin jQuery into the global namespace

2011-10-05 Thread Django
#16776: jQuery.noConflict(false) in jquery.init.js leaks the admin jQuery into the global namespace -+- Reporter: anonymous|Owner: Type: Bug |

Re: [Django] #16759: Expensive sql.Query cloning

2011-10-05 Thread Django
#16759: Expensive sql.Query cloning -+- Reporter: Suor |Owner: Suor Type: Bug | Status: new Component: Database layer |

[Changeset] r16927 - django/trunk/django/db/backends

2011-10-05 Thread noreply
Author: lukeplant Date: 2011-10-05 02:54:01 -0700 (Wed, 05 Oct 2011) New Revision: 16927 Modified: django/trunk/django/db/backends/__init__.py Log: Very small docstring correction. Modified: django/trunk/django/db/backends/__init__.py

Re: [Django] #16759: Expensive sql.Query cloning

2011-10-05 Thread Django
#16759: Expensive sql.Query cloning -+- Reporter: Suor |Owner: Suor Type: Bug | Status: new Component: Database layer |

Re: [Django] #16715: Wrong JOIN with nested null-able foreign keys

2011-10-05 Thread Django
#16715: Wrong JOIN with nested null-able foreign keys -+- Reporter: sebastian|Owner: nobody Type: Bug | Status: new Component: Database

Re: [Django] #16943: In crypto.salted_hmachmac.new expects bytes as a value not str.

2011-10-05 Thread Django
#16943: In crypto.salted_hmachmac.new expects bytes as a value not str. --+ Reporter: adsworth |Owner: adsworth Type: Bug | Status: new Component: Python 3 |

Re: [Django] #16984: Add link to the Release Notes on the download page

2011-10-05 Thread Django
#16984: Add link to the Release Notes on the download page -+- Reporter: diegobz |Owner: nobody Type: | Status: new

Re: [Django] #16990: Typo in testcases.py

2011-10-05 Thread Django
#16990: Typo in testcases.py -+- Reporter: echos|Owner: nobody Type: Bug | Status: new Component: Documentation|

Re: [Django] #7609: Document that PositiveIntegerField and co have a misleading name

2011-10-05 Thread Django
#7609: Document that PositiveIntegerField and co have a misleading name -+- Reporter: Gergely Kontra |Owner: nobody | Status: new

Re: [Django] #7609: Document that PositiveIntegerField and co have a misleading name

2011-10-05 Thread Django
#7609: Document that PositiveIntegerField and co have a misleading name -+- Reporter: Gergely Kontra |Owner: nobody | Status: new

[Django] #16990: Typo in testcases.py

2011-10-05 Thread Django
#16990: Typo in testcases.py ---+ Reporter: echos | Owner: nobody Type: Bug| Status: new Component: Documentation |Version: SVN Severity: Normal | Keywords: Triage Stage:

Re: [Django] #16942: utils.htp.int_to_base36 explicit cast to int

2011-10-05 Thread Django
#16942: utils.htp.int_to_base36 explicit cast to int --+ Reporter: adsworth |Owner: adsworth Type: Bug | Status: new Component: Python 3 | Version: 1.3

Re: [Django] #16187: Refactor lookup system

2011-10-05 Thread Django
#16187: Refactor lookup system -+- Reporter: UloPe|Owner: UloPe Type: | Status: new Cleanup/optimization |

Re: [Django] #16942: utils.htp.int_to_base36 explicit cast to int

2011-10-05 Thread Django
#16942: utils.htp.int_to_base36 explicit cast to int --+ Reporter: adsworth |Owner: adsworth Type: Bug | Status: new Component: Python 3 | Version: 1.3

Re: [Django] #16759: Expensive sql.Query cloning

2011-10-05 Thread Django
#16759: Expensive sql.Query cloning -+- Reporter: Suor |Owner: Suor Type: Bug | Status: new Component: Database layer |

Re: [Django] #16759: Expensive sql.Query cloning

2011-10-05 Thread Django
#16759: Expensive sql.Query cloning -+- Reporter: Suor |Owner: Suor Type: Bug | Status: new Component: Database layer |

Re: [Django] #11670: Minor limitation using fields named 'year' in related searches.

2011-10-05 Thread Django
#11670: Minor limitation using fields named 'year' in related searches. -+- Reporter: andy@… |Owner: Type: Bug | Status: new Component: