Re: [Django] #22232: Template extends tag can cause recursion

2014-03-17 Thread Django
#22232: Template extends tag can cause recursion -+-- Reporter: galedragon |Owner: Saidin7979 Type: Bug | Status: assigned Component: Template system

Re: [Django] #22232: Template extends tag can cause recursion

2014-03-17 Thread Django
#22232: Template extends tag can cause recursion -+-- Reporter: galedragon |Owner: Saidin7979 Type: Bug | Status: assigned Component: Template system

Re: [Django] #22268: values_list() on a ManyToManyField returns extra None's when iterated over.

2014-03-17 Thread Django
#22268: values_list() on a ManyToManyField returns extra None's when iterated over. -+- Reporter: k_sze|Owner: Type: Bug | anubhav9042 Component:

[django/django] b47ef0: Fix any sqlite field migration deleting all implic...

2014-03-17 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: b47ef04ea2a3b1a48160253dd0ab906e621cecee https://github.com/django/django/commit/b47ef04ea2a3b1a48160253dd0ab906e621cecee Author: Chris Beaven Date: 2014-03-18 (Tue, 18 Mar 2014)

Re: [Django] #22281: Any migration using the sqlite schema causes the altered table to lose any m2m tables

2014-03-17 Thread Django
#22281: Any migration using the sqlite schema causes the altered table to lose any m2m tables -+ Reporter: SmileyChris | Owner: nobody Type: Bug | Status: closed Component: Migrations |Version:

Re: [Django] #16205: Beginners install guide for Windows

2014-03-17 Thread Django
#16205: Beginners install guide for Windows --+ Reporter: erlingbo |Owner: Type: New feature | Status: new Component: Documentation |

[django/django] cc5804: Amended login required mixin documentation to hono...

2014-03-17 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: cc5804bcab9e410a2c0fc2225fd0233bf8db0511 https://github.com/django/django/commit/cc5804bcab9e410a2c0fc2225fd0233bf8db0511 Author: Simon Charette Date: 2014-03-17 (Mon, 17 Mar 2014)

Re: [Django] #22280: "Conflicting models in application" RuntimeError for same model with different paths

2014-03-17 Thread Django
#22280: "Conflicting models in application" RuntimeError for same model with different paths --+-- Reporter: blueyed |Owner: nobody Type: Bug | Status: closed

Re: [Django] #22275: unique_together with foreign keys fails migration

2014-03-17 Thread Django
#22275: unique_together with foreign keys fails migration -+ Reporter: ryanhiebert |Owner: bak1an Type: Bug | Status: assigned Component: Migrations

Re: [Django] #22280: "Conflicting models in application" RuntimeError for same model with different paths

2014-03-17 Thread Django
#22280: "Conflicting models in application" RuntimeError for same model with different paths --+-- Reporter: blueyed |Owner: nobody Type: Bug | Status: closed

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

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

Re: [Django] #22280: "Conflicting models in application" RuntimeError for same model with different paths

2014-03-17 Thread Django
#22280: "Conflicting models in application" RuntimeError for same model with different paths --+-- Reporter: blueyed |Owner: nobody Type: Bug | Status: closed

Re: [Django] #22001: GeoDjango (contrib.gis) does not create geometry columns in 1.7a2

2014-03-17 Thread Django
#22001: GeoDjango (contrib.gis) does not create geometry columns in 1.7a2 -+ Reporter: steko|Owner: bigsassy Type: Bug | Status: new Component:

Re: [Django] #10933: Avoid " TypeError: Cannot convert Decimal("0.0000") to Decimal " when the decimal module has been reloaded

2014-03-17 Thread Django
#10933: Avoid " TypeError: Cannot convert Decimal("0.") to Decimal " when the decimal module has been reloaded -+- Reporter: gagravarr|Owner: nobody Type: Bug

Re: [Django] #10933: Avoid " TypeError: Cannot convert Decimal("0.0000") to Decimal " when the decimal module has been reloaded

2014-03-17 Thread Django
#10933: Avoid " TypeError: Cannot convert Decimal("0.") to Decimal " when the decimal module has been reloaded -+- Reporter: gagravarr|Owner: nobody Type: Bug

[Django] #22283: Documentation in trans_real.py mentions tuples that aren't used

2014-03-17 Thread Django
#22283: Documentation in trans_real.py mentions tuples that aren't used ---+ Reporter: dracos | Owner: nobody Type: Uncategorized | Status: new Component: Documentation |Version: master Severity:

Re: [Django] #19252: Install from wheel package

2014-03-17 Thread Django
#19252: Install from wheel package --+ Reporter: Alex Morega |Owner: nobody Type: Bug | Status: closed Component: Packaging |

[Django] #22282: models.BooleanField.blank should be 'False' if BooleanField has choices

2014-03-17 Thread Django
#22282: models.BooleanField.blank should be 'False' if BooleanField has choices --+ Reporter: django@… | Owner: nobody Type: Uncategorized | Status: new Component:

Re: [Django] #21466: override_settings(LOGIN_URL=…) does not work when not first test

2014-03-17 Thread Django
#21466: override_settings(LOGIN_URL=…) does not work when not first test ---+-- Reporter: jnns |Owner: nobody Type: Bug| Status: closed

Re: [Django] #21840: LazyObject wrapped instances can no longer be coerced to Bool due to #20924

2014-03-17 Thread Django
#21840: LazyObject wrapped instances can no longer be coerced to Bool due to #20924 -+- Reporter: gabejackson |Owner: bmispelon Type: Bug |

Re: [Django] #22001: GeoDjango (contrib.gis) does not create geometry columns in 1.7a2

2014-03-17 Thread Django
#22001: GeoDjango (contrib.gis) does not create geometry columns in 1.7a2 -+ Reporter: steko|Owner: bigsassy Type: Bug | Status: new Component:

Re: [Django] #22006: DRY login_required method should be documented

2014-03-17 Thread Django
#22006: DRY login_required method should be documented -+- Reporter: django@… |Owner: Type: | mockforest Cleanup/optimization |

Re: [Django] #21179: How-to output CSV from Django should suggest using `StreamingHttpResponse`

2014-03-17 Thread Django
#21179: How-to output CSV from Django should suggest using `StreamingHttpResponse` --+ Reporter: charettes |Owner: zr Type: Cleanup/optimization | Status:

[django/django] fad473: Fixed #21179 -- Added a StreamingHttpResponse exam...

2014-03-17 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: fad47367bf622635b4cf931db72310cce41cebb4 https://github.com/django/django/commit/fad47367bf622635b4cf931db72310cce41cebb4 Author: zedr Date: 2014-03-17 (Mon, 17 Mar 2014)

Re: [Django] #22246: WizardView.form_list is undocumented

2014-03-17 Thread Django
#22246: WizardView.form_list is undocumented -+-- Reporter: django-issues@… |Owner: nobody Type: Bug | Status: new Component: Documentation|

[django/django] 584044: Fixed #22006 -- Documented how to write a login_re...

2014-03-17 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 584044566414d3f4595337225aa23b52a089a680 https://github.com/django/django/commit/584044566414d3f4595337225aa23b52a089a680 Author: Tim Graham Date: 2014-03-17 (Mon, 17 Mar 2014)

Re: [Django] #22268: values_list() on a ManyToManyField returns extra None's when iterated over.

2014-03-17 Thread Django
#22268: values_list() on a ManyToManyField returns extra None's when iterated over. -+- Reporter: k_sze|Owner: nobody Type: Bug | Status:

Re: [Django] #22223: reverse() escapes unreserved characters

2014-03-17 Thread Django
#3: reverse() escapes unreserved characters --+ Reporter: erik.van.zijst@… |Owner: nobody Type: Bug | Status: new Component: Core (URLs) |

Re: [Django] #22280: "Conflicting models in application" RuntimeError for same model with different paths

2014-03-17 Thread Django
#22280: "Conflicting models in application" RuntimeError for same model with different paths --+-- Reporter: blueyed |Owner: nobody Type: Bug | Status: closed

Re: [Django] #22280: "Conflicting models in application" RuntimeError for same model with different paths

2014-03-17 Thread Django
#22280: "Conflicting models in application" RuntimeError for same model with different paths --+-- Reporter: blueyed |Owner: nobody Type: Bug | Status: closed

[Django] #22281: Any migration using the sqlite schema causes the altered table to lose any m2m tables

2014-03-17 Thread Django
#22281: Any migration using the sqlite schema causes the altered table to lose any m2m tables -+ Reporter: SmileyChris | Owner: nobody Type: Bug | Status: new Component: Migrations |Version: master

Re: [Django] #22268: values_list() on a ManyToManyField returns extra None's when iterated over.

2014-03-17 Thread Django
#22268: values_list() on a ManyToManyField returns extra None's when iterated over. -+- Reporter: k_sze|Owner: nobody Type: Bug | Status:

Re: [Django] #21977: Deprecate SimpleTestCase.urls in favor of override_settings

2014-03-17 Thread Django
#21977: Deprecate SimpleTestCase.urls in favor of override_settings -+- Reporter: timo |Owner: Type: | anubhav9042 Cleanup/optimization

Re: [Django] #21977: Deprecate SimpleTestCase.urls in favor of override_settings

2014-03-17 Thread Django
#21977: Deprecate SimpleTestCase.urls in favor of override_settings -+- Reporter: timo |Owner: Type: | anubhav9042 Cleanup/optimization

Re: [Django] #22280: "Conflicting models in application" RuntimeError for same model with different paths

2014-03-17 Thread Django
#22280: "Conflicting models in application" RuntimeError for same model with different paths --+-- Reporter: blueyed |Owner: nobody Type: Bug | Status: closed

Re: [Django] #22268: values_list() on a ManyToManyField returns extra None's when iterated over.

2014-03-17 Thread Django
#22268: values_list() on a ManyToManyField returns extra None's when iterated over. -+- Reporter: k_sze|Owner: nobody Type: Bug | Status:

Re: [Django] #22280: "Conflicting models in application" RuntimeError for same model with different paths

2014-03-17 Thread Django
#22280: "Conflicting models in application" RuntimeError for same model with different paths --+-- Reporter: blueyed |Owner: nobody Type: Bug | Status: new

Re: [Django] #22268: values_list() on a ManyToManyField returns extra None's when iterated over.

2014-03-17 Thread Django
#22268: values_list() on a ManyToManyField returns extra None's when iterated over. -+- Reporter: k_sze|Owner: nobody Type: Bug | Status: