Re: [Django] #19705: CommonMiddleware handles If-None-Match incorrectly

2014-02-06 Thread Django
#19705: CommonMiddleware handles If-None-Match incorrectly ---+ Reporter: aaugustin |Owner: Type: Bug| Status: new Component: HTTP handling |

Re: [Django] #21954: 1.7a1 - Migration syntax error

2014-02-06 Thread Django
#21954: 1.7a1 - Migration syntax error -+--- Reporter: caulagi |Owner: Type: Bug | Status: new Component: Migrations | Version

Re: [Django] #6186: New signal needed - post_create

2014-02-06 Thread Django
#6186: New signal needed - post_create ---+-- Reporter: italomaia |Owner: nobody Type: Uncategorized | Status: closed Component: Uncategorized | Versi

Re: [Django] #16855: select_related doesn't chain as expected

2014-02-06 Thread Django
#16855: select_related doesn't chain as expected -+- Reporter: Leo |Owner: nobody Type: Bug | Status: closed Component: Database lay

Re: [Django] #16855: select_related doesn't chain as expected

2014-02-06 Thread Django
#16855: select_related doesn't chain as expected -+- Reporter: Leo |Owner: nobody Type: Bug | Status: closed Component: Database lay

Re: [Django] #21961: ForeignKey.on_delete supports database-level cascading options

2014-02-06 Thread Django
#21961: ForeignKey.on_delete supports database-level cascading options -+- Reporter: Xof |Owner: nobody Type: New feature | Status: new Compo

Re: [Django] #21595: Automatically call as_view() when urlpatterns encounter a CBV.

2014-02-06 Thread Django
#21595: Automatically call as_view() when urlpatterns encounter a CBV. -+- Reporter: loic84 |Owner: Type: | Status: closed Cleanup/opti

Re: [Django] #21969: Dependent apps do not handle fixture data properly when migration

2014-02-06 Thread Django
#21969: Dependent apps do not handle fixture data properly when migration -+-- Reporter: Ubercore |Owner: Type: Bug | Status: new Component: Migration

Re: [Django] #21968: Django doesn't detect initial migration when an app is a dependency

2014-02-06 Thread Django
#21968: Django doesn't detect initial migration when an app is a dependency -+-- Reporter: Ubercore |Owner: Type: Bug | Status: new Component: Migrati

[Django] #21969: Dependent apps do not handle fixture data properly when migration

2014-02-06 Thread Django
#21969: Dependent apps do not handle fixture data properly when migration -+ Reporter: Ubercore | Owner: Type: Uncategorized| Status: new Component: Migrations |Version: master Severity:

[Django] #21968: Django doesn't detect initial migration when an app is a dependency

2014-02-06 Thread Django
#21968: Django doesn't detect initial migration when an app is a dependency -+ Reporter: Ubercore | Owner: Type: Uncategorized| Status: new Component: Migrations |Version: master Severity:

[django/django] c58a98: Updated 1.6.2 release notes for release (and linki...

2014-02-06 Thread GitHub
Branch: refs/heads/stable/1.6.x Home: https://github.com/django/django Commit: c58a98cc34d471d743cd39e873e5b730a372d01b https://github.com/django/django/commit/c58a98cc34d471d743cd39e873e5b730a372d01b Author: Jacob Kaplan-Moss Date: 2014-02-06 (Thu, 06 Feb 2014) Changed pat

[django/django] 43510c: Bumped version number for 1.7a2

2014-02-06 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 43510cffcbf64e73232da1d6209151c7232fd2b6 https://github.com/django/django/commit/43510cffcbf64e73232da1d6209151c7232fd2b6 Author: Jacob Kaplan-Moss Date: 2014-02-06 (Thu, 06 Feb 2014) Changed paths:

Re: [Django] #21763: Misleading Error: 'ManyRelatedManager' object has no attribute 'add'

2014-02-06 Thread Django
#21763: Misleading Error: 'ManyRelatedManager' object has no attribute 'add' -+- Reporter: anonymous|Owner: nobody Type: | Status: new C

[django/django] 43510c: Bumped version number for 1.7a2

2014-02-06 Thread GitHub
Branch: refs/tags/1.7a2 Home: https://github.com/django/django Commit: 43510cffcbf64e73232da1d6209151c7232fd2b6 https://github.com/django/django/commit/43510cffcbf64e73232da1d6209151c7232fd2b6 Author: Jacob Kaplan-Moss Date: 2014-02-06 (Thu, 06 Feb 2014) Changed paths:

[django/django] 84fb7b: Updated 1.6.2 release notes for release (and linki...

2014-02-06 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 84fb7b468e941602f8f7edccc198dd21f8c9734d https://github.com/django/django/commit/84fb7b468e941602f8f7edccc198dd21f8c9734d Author: Jacob Kaplan-Moss Date: 2014-02-06 (Thu, 06 Feb 2014) Changed paths:

[django/django] c58a98: Updated 1.6.2 release notes for release (and linki...

2014-02-06 Thread GitHub
Branch: refs/tags/1.6.2 Home: https://github.com/django/django Commit: c58a98cc34d471d743cd39e873e5b730a372d01b https://github.com/django/django/commit/c58a98cc34d471d743cd39e873e5b730a372d01b Author: Jacob Kaplan-Moss Date: 2014-02-06 (Thu, 06 Feb 2014) Changed paths:

[Django] #21967: ModelFormMixin have extra logic in get_form_kwargs that crash view

2014-02-06 Thread Django
#21967: ModelFormMixin have extra logic in get_form_kwargs that crash view -+- Reporter: | Owner: nobody lagovas.lagovas@… | Status: new Type: Bug |Ver

Re: [Django] #21906: dumpdata should not use router.allow_syncdb

2014-02-06 Thread Django
#21906: dumpdata should not use router.allow_syncdb -+- Reporter: yscumc |Owner: nobody Type: Bug | Status: new Component: Core (Manage

Re: [Django] #15667: Implement template-based widget rendering

2014-02-06 Thread Django
#15667: Implement template-based widget rendering + Reporter: brutasse|Owner: brutasse Type: New feature | Status: new Component: Forms |

Re: [Django] #21595: Automatically call as_view() when urlpatterns encounter a CBV.

2014-02-06 Thread Django
#21595: Automatically call as_view() when urlpatterns encounter a CBV. -+- Reporter: loic84 |Owner: Type: | Status: closed Cleanup/opti

[Django] #21966: Incorrect usage of constraint_checks_disabled in tests

2014-02-06 Thread Django
#21966: Incorrect usage of constraint_checks_disabled in tests ---+ Reporter: wlodek | Owner: nobody Type: Bug| Status: new Component: Uncategorized |Version: master Severity: Normal

Re: [Django] #21959: widthratio templatetag fails to handle NaN ratio

2014-02-06 Thread Django
#21959: widthratio templatetag fails to handle NaN ratio -+-- Reporter: rmoe |Owner: Type: Bug | Status: new Component: Template system |

Re: [Django] #19149: Generic Relation not cascading with Multi table inheritance.

2014-02-06 Thread Django
#19149: Generic Relation not cascading with Multi table inheritance. -+- Reporter: thomaspurchas|Owner: nicolas Type: Bug | Status: assigned C

Re: [Django] #21795: preserve_filter doesn't work on production server

2014-02-06 Thread Django
#21795: preserve_filter doesn't work on production server ---+-- Reporter: honyczek |Owner: nobody Type: Bug| Status: new Component: contrib.admin |

Re: [Django] #19878: Stop TemplateView automatically passing kwargs into the context

2014-02-06 Thread Django
#19878: Stop TemplateView automatically passing kwargs into the context ---+ Reporter: void |Owner: nobody Type: New feature| Status: new Component: Generic vie

Re: [Django] #19878: Stop TemplateView automatically passing kwargs into the context

2014-02-06 Thread Django
#19878: Stop TemplateView automatically passing kwargs into the context ---+ Reporter: void |Owner: nobody Type: New feature| Status: new Component: Generic vie

Re: [Django] #21964: ProcessFormView should pass **kwargs to get_context_data()

2014-02-06 Thread Django
#21964: ProcessFormView should pass **kwargs to get_context_data() -+- Reporter: cjerdonek|Owner: nobody Type: | Status: new Cleanup/opt

[Django] #21965: weight loss activities

2014-02-06 Thread Django
#21965: weight loss activities ---+- Reporter: anonymous | Owner: nobody Type: New feature| Status: new Component: Testing framework |Version: 1.6 Severity: Normal | Ke

Re: [Django] #21964: ProcessFormView should pass **kwargs to get_context_data()

2014-02-06 Thread Django
#21964: ProcessFormView should pass **kwargs to get_context_data() -+- Reporter: cjerdonek|Owner: nobody Type: | Status: new Cleanup/opt

Re: [Django] #21952: Deadlock while dispatching signals

2014-02-06 Thread Django
#21952: Deadlock while dispatching signals -+ Reporter: edevil |Owner: nobody Type: Bug | Status: closed Component: Core (Other) |

Re: [Django] #21964: ProcessFormView should pass **kwargs to get_context_data()

2014-02-06 Thread Django
#21964: ProcessFormView should pass **kwargs to get_context_data() -+- Reporter: cjerdonek|Owner: nobody Type: | Status: new Cleanup/opt

Re: [Django] #21964: ProcessFormView should pass **kwargs to get_context_data()

2014-02-06 Thread Django
#21964: ProcessFormView should pass **kwargs to get_context_data() -+- Reporter: cjerdonek|Owner: nobody Type: | Status: new Cleanup/opt

[Django] #21964: ProcessFormView should pass **kwargs to get_context_data()

2014-02-06 Thread Django
#21964: ProcessFormView should pass **kwargs to get_context_data() --+ Reporter: cjerdonek | Owner: nobody Type: Cleanup/optimization | Status: new Component: Uncategorized |Version: 1.

Re: [Django] #17653: using id = 0 on get_or_create

2014-02-06 Thread Django
#17653: using id = 0 on get_or_create -+- Reporter: sylvain.lebon@… |Owner: nobody Type: Bug | Status: new Component: Database layer |

Re: [Django] #17713: allows_primary_key_0 is misnamed

2014-02-06 Thread Django
#17713: allows_primary_key_0 is misnamed -+- Reporter: claudep |Owner: nobody Type: | Status: closed Cleanup/optimization

[django/django] d3cf6c: Fixed #17713 -- Renamed BaseDatabaseFeatures.allow...

2014-02-06 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: d3cf6cfacfb828faad4f4f97c904e259304649b3 https://github.com/django/django/commit/d3cf6cfacfb828faad4f4f97c904e259304649b3 Author: Vajrasky Kok Date: 2014-02-06 (Thu, 06 Feb 2014) Changed paths: M d

Re: [Django] #20566: Store previous string in po files

2014-02-06 Thread Django
#20566: Store previous string in po files --+ Reporter: nijel |Owner: nobody Type: New feature | Status: new Component: Internationalization

Re: [Django] #19705: CommonMiddleware handles If-None-Match incorrectly

2014-02-06 Thread Django
#19705: CommonMiddleware handles If-None-Match incorrectly ---+ Reporter: aaugustin |Owner: hirokiky Type: Bug| Status: assigned Component: HTTP handling |

Re: [Django] #17005: Add CurrentSiteMiddleware to set the current site on the request (was: Adding django.contrib.site.middleware ?)

2014-02-06 Thread Django
#17005: Add CurrentSiteMiddleware to set the current site on the request -+- Reporter: jordan@… |Owner: Type: New feature | chrismedrela Component: contrib.sites

[django/django] b22d6c: Fixed #17005 -- Added CurrentSiteMiddleware to set...

2014-02-06 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: b22d6c47a7e4c7ab26a8b7b033d11fa6743aae86 https://github.com/django/django/commit/b22d6c47a7e4c7ab26a8b7b033d11fa6743aae86 Author: Christopher Medrela Date: 2014-02-06 (Thu, 06 Feb 2014) Changed paths:

Re: [Django] #17005: Adding django.contrib.site.middleware ?

2014-02-06 Thread Django
#17005: Adding django.contrib.site.middleware ? -+- Reporter: jordan@… |Owner: Type: New feature | chrismedrela Component: contrib.sites|

Re: [Django] #19552: makemessages ignores translations in templates with inline comment tags

2014-02-06 Thread Django
#19552: makemessages ignores translations in templates with inline comment tags -+- Reporter: juneih@… |Owner: nobody Type: Bug | Status: clos

[Django] #21963: makemessages still ignores translations in templates with inline comment tags

2014-02-06 Thread Django
#21963: makemessages still ignores translations in templates with inline comment tags -+- Reporter: Ihor Kaharlichenko | Owner: nobody | Status: new Type: Bug

[Django] #21962: Add a flag to ErrorDict.as_json() to escape html

2014-02-06 Thread Django
#21962: Add a flag to ErrorDict.as_json() to escape html + Reporter: timo | Owner: nobody Type: Cleanup/optimization | Status: new Component

Re: [Django] #21731: django.utils.text.javascript_quote does not escape "

2014-02-06 Thread Django
#21731: django.utils.text.javascript_quote does not escape "): * status: assigned => closed * resolution: => fixed Comment: In [changeset:"c43c469a2e4633361f5dccf7dc7ce37054008d18"]: {{{ #!CommitTicketReference repository="" revision="c43c469a2e4633361f5dccf7dc7ce37054008d18" Fixed #2

[django/django] c43c46: Fixed #21731 -- Made javascript_quote escapes '

2014-02-06 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: c43c469a2e4633361f5dccf7dc7ce37054008d18 https://github.com/django/django/commit/c43c469a2e4633361f5dccf7dc7ce37054008d18 Author: Vajrasky Kok Date: 2014-02-06 (Thu, 06 Feb 2014) Changed paths: M d

Re: [Django] #21961: ForeignKey.on_delete supports database-level cascading options

2014-02-06 Thread Django
#21961: ForeignKey.on_delete supports database-level cascading options -+- Reporter: Xof |Owner: nobody Type: New feature | Status: new Compo

Re: [Django] #21961: ForeignKey.on_delete supports database-level cascading options

2014-02-06 Thread Django
#21961: ForeignKey.on_delete supports database-level cascading options -+- Reporter: Xof |Owner: nobody Type: New feature | Status: new Compo

Re: [Django] #21961: ForeignKey.on_delete supports database-level cascading options

2014-02-06 Thread Django
#21961: ForeignKey.on_delete supports database-level cascading options -+- Reporter: Xof |Owner: nobody Type: New feature | Status: new Compo

Re: [Django] #21961: ForeignKey.on_delete supports database-level cascading options

2014-02-06 Thread Django
#21961: ForeignKey.on_delete supports database-level cascading options -+- Reporter: Xof |Owner: nobody Type: New feature | Status: new Compo