[Django] #19291: Sort out deprecation of ADMIN_MEDIA_PREFIX

2012-11-13 Thread Django
#19291: Sort out deprecation of ADMIN_MEDIA_PREFIX --+ Reporter: ptone | Owner: nobody Type: Bug | Status: new

[Django] #19290: 'exclude' on aggregations makes wrong SQL

2012-11-13 Thread Django
#19290: 'exclude' on aggregations makes wrong SQL --+- Reporter: letscan@… | Owner: nobody Type: Uncategorized | Status: new Component: Database layer (models,

[Django] #19289: In https://docs.djangoproject.com/en/dev/intro/tutorial02/, a sentence refers to "code from above" that doesn't exist above that sentence.

2012-11-13 Thread Django
#19289: In https://docs.djangoproject.com/en/dev/intro/tutorial02/, a sentence refers to "code from above" that doesn't exist above that sentence. + Reporter: colinnkeenan@… | Owner: nobody Type: Uncategorized |

Re: [Django] #19278: Return the string after a certain number of words

2012-11-13 Thread Django
#19278: Return the string after a certain number of words -+-- Reporter: esevece |Owner: nobody Type: New feature | Status: closed Component: Template

[Django] #19288: incorrect default verbose_name_plural in 1.5

2012-11-13 Thread Django
#19288: incorrect default verbose_name_plural in 1.5 --+- Reporter: cdestigter| Owner: nobody Type: Bug | Status: new Component: Database layer (models,

Re: [Django] #9962: Add a tutorial for the testing framework

2012-11-13 Thread Django
#9962: Add a tutorial for the testing framework ---+ Reporter: russellm |Owner: Type: New feature| Status: new Component: Documentation | Version:

Re: [Django] #18726: Combination of F() expression with query seems to confuse sql compiler's table aliases

2012-11-13 Thread Django
#18726: Combination of F() expression with query seems to confuse sql compiler's table aliases -+- Reporter: bugs@… |Owner: nobody Type: Bug |

Re: [Django] #9962: Add a tutorial for the testing framework

2012-11-13 Thread Django
#9962: Add a tutorial for the testing framework ---+ Reporter: russellm |Owner: Type: New feature| Status: new Component: Documentation | Version:

Re: [Django] #19284: django.contrib.auth.forms imports User instead of using get_user_model

2012-11-13 Thread Django
#19284: django.contrib.auth.forms imports User instead of using get_user_model -+--- Reporter: kunitoki@… |Owner: nobody Type: Uncategorized| Status: closed

Re: [Django] #19276: ORM performance regression between 1.4.x and 1.5.x

2012-11-13 Thread Django
#19276: ORM performance regression between 1.4.x and 1.5.x -+- Reporter: akaariai |Owner: nobody Type: | Status: closed

[django/django] 911d35: [1.5.x] fixed a broken link in the docs. Backport ...

2012-11-13 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 911d3581ea065410f742497cc498ae2bc58f9e91 https://github.com/django/django/commit/911d3581ea065410f742497cc498ae2bc58f9e91 Author: Alex Gaynor Date: 2012-11-13 (Tue, 13 Nov 2012)

[django/django] 1e34fd: fixed a broken link in the docs

2012-11-13 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 1e34fd3c03e8f9a9e2b9be35488b8209178a4df0 https://github.com/django/django/commit/1e34fd3c03e8f9a9e2b9be35488b8209178a4df0 Author: Alex Gaynor Date: 2012-11-13 (Tue, 13 Nov 2012)

Re: [Django] #19263: DatabaseError on using empty Page .object_list in __in clause in a query

2012-11-13 Thread Django
#19263: DatabaseError on using empty Page .object_list in __in clause in a query --+ Reporter: chkwok@… |Owner: nobody Type: Bug | Status: new Component: Core

Re: [Django] #18922: Proliferation of dev docs on search engines confuses newbies

2012-11-13 Thread Django
#18922: Proliferation of dev docs on search engines confuses newbies -+- Reporter: dloewenherz |Owner: Type: Bug | dloewenherz Component: Djangoproject.com

Re: [Django] #19168: GeoIP does not work properly under os X

2012-11-13 Thread Django
#19168: GeoIP does not work properly under os X --+ Reporter: tejinderss@… |Owner: nobody Type: Bug | Status: reopened Component: GIS |

Re: [Django] #19267: 1.4.1 PDF Table of Contents links broken

2012-11-13 Thread Django
#19267: 1.4.1 PDF Table of Contents links broken -+- Reporter: michael.amie@… |Owner: nobody Type: Bug | Status: new Component: Documentation

Re: [Django] #19284: django.contrib.auth.forms imports User instead of using get_user_model

2012-11-13 Thread Django
#19284: django.contrib.auth.forms imports User instead of using get_user_model -+--- Reporter: kunitoki@… |Owner: nobody Type: Uncategorized| Status: new

[django/django] d33f8d: [1.5.x] Correct link to Sentry

2012-11-13 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: d33f8d0f54fc57fddfad3c01d3f487c55d06d267 https://github.com/django/django/commit/d33f8d0f54fc57fddfad3c01d3f487c55d06d267 Author: David Cramer Date: 2012-11-13 (Tue, 13 Nov 2012)

[Django] #19287: Change from "e-mail" to "email" not reflected in translation files for contrib.auth

2012-11-13 Thread Django
#19287: Change from "e-mail" to "email" not reflected in translation files for contrib.auth --+- Reporter: bmispelon | Owner: nobody Type: Bug | Status: new Component: contrib.auth |Version:

[django/django] 54fbe6: Correct link to Sentry

2012-11-13 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 54fbe6ce5f758d63213ef571f175978823881834 https://github.com/django/django/commit/54fbe6ce5f758d63213ef571f175978823881834 Author: David Cramer Date: 2012-11-13 (Tue, 13 Nov 2012)

Re: [Django] #19279: docs.djangoproject.com/en/dev/topics/install/ "you'll need to ensure that Django has permission to create and alter tables in the database you're using" makes it seem like there's

2012-11-13 Thread Django
#19279: docs.djangoproject.com/en/dev/topics/install/ "you'll need to ensure that Django has permission to create and alter tables in the database you're using" makes it seem like there's more to do with the database before installing Django framework

Re: [Django] #18726: Combination of F() expression with query seems to confuse sql compiler's table aliases

2012-11-13 Thread Django
#18726: Combination of F() expression with query seems to confuse sql compiler's table aliases -+- Reporter: bugs@… |Owner: nobody Type: Bug |

Re: [Django] #19126: runserver versus model validation

2012-11-13 Thread Django
#19126: runserver versus model validation -+- Reporter: direvus |Owner: nobody Type: Bug | Status: new Component: Core (Management

Re: [Django] #18922: Proliferation of dev docs on search engines confuses newbies

2012-11-13 Thread Django
#18922: Proliferation of dev docs on search engines confuses newbies -+- Reporter: dloewenherz |Owner: Type: Bug | dloewenherz Component: Djangoproject.com

Re: [Django] #18922: Proliferation of dev docs on search engines confuses newbies

2012-11-13 Thread Django
#18922: Proliferation of dev docs on search engines confuses newbies -+- Reporter: dloewenherz |Owner: Type: Bug | dloewenherz Component: Djangoproject.com

Re: [Django] #18668: Make related_query_name more configurable

2012-11-13 Thread Django
#18668: Make related_query_name more configurable -+- Reporter: zmsmith |Owner: nobody Type: New feature | Status: new Component: Database

[django/django] 538d6c: Some changes to SortedDict to make it faster under...

2012-11-13 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 538d6c0fcd7e0a5505aa4d0424edc823ce2f511f https://github.com/django/django/commit/538d6c0fcd7e0a5505aa4d0424edc823ce2f511f Author: Anssi Kääriäinen Date: 2012-11-13 (Tue, 13 Nov

Re: [Django] #19276: ORM performance regression between 1.4.x and 1.5.x

2012-11-13 Thread Django
#19276: ORM performance regression between 1.4.x and 1.5.x -+- Reporter: akaariai |Owner: nobody Type: | Status: new

Re: [Django] #19276: ORM performance regression between 1.4.x and 1.5.x

2012-11-13 Thread Django
#19276: ORM performance regression between 1.4.x and 1.5.x -+- Reporter: akaariai |Owner: nobody Type: | Status: new

Re: [Django] #18508: Bug in handling out-of-date POST data with inlineformset_factory

2012-11-13 Thread Django
#18508: Bug in handling out-of-date POST data with inlineformset_factory + Reporter: olau|Owner: nobody Type: Bug | Status: new Component: Forms |

Re: [Django] #19276: ORM performance regression between 1.4.x and 1.5.x

2012-11-13 Thread Django
#19276: ORM performance regression between 1.4.x and 1.5.x -+- Reporter: akaariai |Owner: nobody Type: | Status: new

Re: [Django] #19276: ORM performance regression between 1.4.x and 1.5.x

2012-11-13 Thread Django
#19276: ORM performance regression between 1.4.x and 1.5.x -+- Reporter: akaariai |Owner: nobody Type: | Status: new

[django/django] fa18b0: Some changes to SortedDict to make it faster under...

2012-11-13 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: fa18b0ac89723f4ed6e46e744039bf375c8945a5 https://github.com/django/django/commit/fa18b0ac89723f4ed6e46e744039bf375c8945a5 Author: Anssi Kääriäinen Date: 2012-11-13 (Tue, 13 Nov 2012)

Re: [Django] #18501: Custom fields as foreign keys fix

2012-11-13 Thread Django
#18501: Custom fields as foreign keys fix -+- Reporter: msopacua |Owner: nobody Type: Bug | Status: new Component: Database layer

Re: [Django] #18431: TypedChoiceField doesn't use self.coerce in its clean() and prepare_value() methods

2012-11-13 Thread Django
#18431: TypedChoiceField doesn't use self.coerce in its clean() and prepare_value() methods +-- Reporter: ambv|Owner: nobody Type: Bug | Status: closed Component: Forms

Re: [Django] #19286: Development version is up to (1, 6, 0, 'alpha', 0) and 1.6 is intended to support python 3, so the tutorial should mention differences when using python 3

2012-11-13 Thread Django
#19286: Development version is up to (1, 6, 0, 'alpha', 0) and 1.6 is intended to support python 3, so the tutorial should mention differences when using python 3 +-- Reporter: colinnkeenan@… |Owner:

Re: [Django] #18391: Inline forms fail to delete objects when PK is a custom field

2012-11-13 Thread Django
#18391: Inline forms fail to delete objects when PK is a custom field -+- Reporter: max@…|Owner: nobody Type: Bug | Status: closed

Re: [Django] #19276: ORM performance regression between 1.4.x and 1.5.x

2012-11-13 Thread Django
#19276: ORM performance regression between 1.4.x and 1.5.x -+- Reporter: akaariai |Owner: nobody Type: | Status: new

Re: [Django] #15987: Add auto focus field select to admin class on add and change forms

2012-11-13 Thread Django
#15987: Add auto focus field select to admin class on add and change forms ---+-- Reporter: dom@… |Owner: nobody Type: New feature| Status: closed Component:

[Django] #19286: Development version is up to (1, 6, 0, 'alpha', 0) and 1.6 is intended to support python 3, so the tutorial should mention differences when using python 3

2012-11-13 Thread Django
#19286: Development version is up to (1, 6, 0, 'alpha', 0) and 1.6 is intended to support python 3, so the tutorial should mention differences when using python 3 + Reporter: colinnkeenan@… | Owner: nobody Type:

Re: [Django] #18347: Unit tests contain raw inserts to an identity column

2012-11-13 Thread Django
#18347: Unit tests contain raw inserts to an identity column -+- Reporter: manfre |Owner: akaariai Type: Bug | Status: new Component:

[Django] #19285: Allow to redirect user back in Form wizard

2012-11-13 Thread Django
#19285: Allow to redirect user back in Form wizard ---+ Reporter: azurit | Owner: nobody Type: New feature| Status: new Component: contrib.formtools |Version: 1.4

Re: [Django] #3591: add support for custom app_label and verbose_name

2012-11-13 Thread Django
#3591: add support for custom app_label and verbose_name -+- Reporter: jkocherhans |Owner: adrian Type: New feature | Status: reopened Component:

Re: [Django] #19212: app_cache_ready signal

2012-11-13 Thread Django
#19212: app_cache_ready signal -+- Reporter: cdestigter |Owner: nobody Type: New feature | Status: closed Component: Database layer |

[Django] #19284: django.contrib.auth.forms imports User instead of using get_user_model

2012-11-13 Thread Django
#19284: django.contrib.auth.forms imports User instead of using get_user_model -+- Reporter: kunitoki@… | Owner: nobody Type: Uncategorized| Status: new Component: contrib.auth |Version:

Re: [Django] #19283: Django CBV examples have broken import.

2012-11-13 Thread Django
#19283: Django CBV examples have broken import. ---+ Reporter: pydanny|Owner: pydanny Type: Bug| Status: closed Component: Documentation |

Re: [Django] #19283: Django CBV examples have broken import.

2012-11-13 Thread Django
#19283: Django CBV examples have broken import. ---+ Reporter: pydanny|Owner: pydanny Type: Bug| Status: closed Component: Documentation |

[django/django] 00ff69: Fixed #19283 -- Fixed typo in imports in CBV docs.

2012-11-13 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 00ff69a827b38054afe557fc7d0a589b270ed871 https://github.com/django/django/commit/00ff69a827b38054afe557fc7d0a589b270ed871 Author: Aymeric Augustin Date: 2012-11-13 (Tue, 13 Nov

[django/django] 5e9af1: [1.5.x] Fixed #19283 -- Fixed typo in imports in C...

2012-11-13 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 5e9af1600d74cbbfef5ad13fdf377dad73e0dd86 https://github.com/django/django/commit/5e9af1600d74cbbfef5ad13fdf377dad73e0dd86 Author: Aymeric Augustin Date: 2012-11-13 (Tue,

Re: [Django] #19283: Django CBV examples have broken import.

2012-11-13 Thread Django
#19283: Django CBV examples have broken import. ---+ Reporter: pydanny|Owner: pydanny Type: Bug| Status: new Component: Documentation |

Re: [Django] #19283: Django CBV examples have broken import.

2012-11-13 Thread Django
#19283: Django CBV examples have broken import. ---+ Reporter: pydanny|Owner: pydanny Type: Bug| Status: new Component: Documentation |

Re: [Django] #2169: "Please correct the error below." With No Shown Errors

2012-11-13 Thread Django
#2169: "Please correct the error below." With No Shown Errors -+- Reporter: tyson@… |Owner: anonymous Type: | Status: closed

Re: [Django] #2169: "Please correct the error below." With No Shown Errors

2012-11-13 Thread Django
#2169: "Please correct the error below." With No Shown Errors -+- Reporter: tyson@… |Owner: anonymous Type: | Status: closed

Re: [Django] #14094: Cannot define CharField with unlimited length

2012-11-13 Thread Django
#14094: Cannot define CharField with unlimited length --+ Reporter: millerdev |Owner: nobody Type: New feature | Status: reopened Component: Core (Other) |

Re: [Django] #14094: Cannot define CharField with unlimited length

2012-11-13 Thread Django
#14094: Cannot define CharField with unlimited length --+ Reporter: millerdev |Owner: nobody Type: New feature | Status: reopened Component: Core (Other) |

Re: [Django] #14094: Cannot define CharField with unlimited length

2012-11-13 Thread Django
#14094: Cannot define CharField with unlimited length --+ Reporter: millerdev |Owner: nobody Type: New feature | Status: reopened Component: Core (Other) |

Re: [Django] #19283: Django CBV examples have broken import.

2012-11-13 Thread Django
#19283: Django CBV examples have broken import. ---+ Reporter: pydanny|Owner: pydanny Type: Bug| Status: new Component: Documentation |

Re: [Django] #19239: Provide examples in the ref docs for Generic date views

2012-11-13 Thread Django
#19239: Provide examples in the ref docs for Generic date views --+ Reporter: pydanny |Owner: pydanny Type: Cleanup/optimization | Status: new

Re: [Django] #19283: Django CBV examples have broken import.

2012-11-13 Thread Django
#19283: Django CBV examples have broken import. ---+ Reporter: pydanny|Owner: pydanny Type: Bug| Status: new Component: Documentation |

Re: [Django] #19283: Django CBV examples have broken import.

2012-11-13 Thread Django
#19283: Django CBV examples have broken import. ---+-- Reporter: pydanny|Owner: pydanny Type: Uncategorized | Status: new Component: Documentation |

Re: [Django] #19283: Django CBV examples have broken import. (was: Django CBV editing examples have broken import.)

2012-11-13 Thread Django
#19283: Django CBV examples have broken import. ---+-- Reporter: pydanny|Owner: pydanny Type: Uncategorized | Status: new Component: Documentation |

[Django] #19283: Django CBV editing examples have broken import.

2012-11-13 Thread Django
#19283: Django CBV editing examples have broken import. ---+- Reporter: pydanny| Owner: pydanny Type: Uncategorized | Status: new Component: Documentation |Version: 1.4 Severity: Normal |

Re: [Django] #9962: Add a tutorial for the testing framework

2012-11-13 Thread Django
#9962: Add a tutorial for the testing framework ---+ Reporter: russellm |Owner: Type: New feature| Status: new Component: Documentation | Version:

Re: [Django] #19244: Provide the missing examples from the "Built-in template tags and filters" page

2012-11-13 Thread Django
#19244: Provide the missing examples from the "Built-in template tags and filters" page ---+ Reporter: pydanny|Owner: pydanny Type: Uncategorized | Status: closed

[django/django] 1db5d8: Added examples for comment, templatetag, escape, f...

2012-11-13 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 1db5d8827351acd2d039c218723d5100dc7e7f95 https://github.com/django/django/commit/1db5d8827351acd2d039c218723d5100dc7e7f95 Author: Daniel Greenfeld Date: 2012-11-08 (Thu, 08 Nov 2012)

Re: [Django] #19260: Tutorial some bits a (little) unclear

2012-11-13 Thread Django
#19260: Tutorial some bits a (little) unclear ---+-- Reporter: terwey@… |Owner: nobody Type: Uncategorized | Status: closed Component: Documentation |

[django/django] 897d8a: [1.5.X] Fixed #19260 - Added a comment to tutorial...

2012-11-13 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 897d8adb1c1938261472de39ccd8066b3aacf8df https://github.com/django/django/commit/897d8adb1c1938261472de39ccd8066b3aacf8df Author: Tim Graham Date: 2012-11-13 (Tue, 13 Nov

Re: [Django] #19260: Tutorial some bits a (little) unclear

2012-11-13 Thread Django
#19260: Tutorial some bits a (little) unclear ---+-- Reporter: terwey@… |Owner: nobody Type: Uncategorized | Status: closed Component: Documentation |

[django/django] a72b8a: Fixed #19260 - Added a comment to tutorial 1.

2012-11-13 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: a72b8a224721775b31e2075c99165f1e3ca28092 https://github.com/django/django/commit/a72b8a224721775b31e2075c99165f1e3ca28092 Author: Tim Graham Date: 2012-11-13 (Tue, 13 Nov 2012)

[django/django] fdb855: [1.4.X] Typo in comments doc

2012-11-13 Thread GitHub
Branch: refs/heads/stable/1.4.x Home: https://github.com/django/django Commit: fdb855e7b23d9080f87ed13560bbe383271796cb https://github.com/django/django/commit/fdb855e7b23d9080f87ed13560bbe383271796cb Author: Nicolas Ippolito Date: 2012-11-13 (Tue,

[django/django] b3ea37: [1.5.X] Typo in comments doc

2012-11-13 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: b3ea37e304554b511789a7429319484a7436d2e3 https://github.com/django/django/commit/b3ea37e304554b511789a7429319484a7436d2e3 Author: Nicolas Ippolito Date: 2012-11-13 (Tue,

[django/django] 17b14d: Typo in comments doc

2012-11-13 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 17b14d481984f3a466a02993b35940430e5dbe91 https://github.com/django/django/commit/17b14d481984f3a466a02993b35940430e5dbe91 Author: Nicolas Ippolito Date: 2012-11-12 (Mon, 12

Re: [Django] #19274: Separate DB connection creation and session state initialization

2012-11-13 Thread Django
#19274: Separate DB connection creation and session state initialization -+- Reporter: akaariai |Owner: nobody Type: | Status: new