Re: [Django] #20081: Minimize the risk of SECRET_KEY leaks

2014-01-24 Thread Django
#20081: Minimize the risk of SECRET_KEY leaks --+ Reporter: jacob |Owner: nobody Type: New feature | Status: new Component: Core (Other) | Version

Re: [Django] #21772: additional context for included templates can override current context

2014-01-24 Thread Django
#21772: additional context for included templates can override current context -+ Reporter: clime7@… |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #17304: Document that apps cannot be namespace packages

2014-01-24 Thread Django
#17304: Document that apps cannot be namespace packages --+ Reporter: rwmcfa1@… |Owner: carljm Type: Cleanup/optimization | Status: assigned Component: C

Re: [Django] #21871: Apps.is_installed() incorrectly assumes app label is last portion of app dotted path

2014-01-24 Thread Django
#21871: Apps.is_installed() incorrectly assumes app label is last portion of app dotted path --+ Reporter: carljm|Owner: nobody Type: Bug | Status: closed Co

[django/django] 29ddae: Fixed #21871 -- Fixed Apps.is_installed() for apps...

2014-01-24 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 29ddae7436e84f4713c7babeabdf9a1fa62d6543 https://github.com/django/django/commit/29ddae7436e84f4713c7babeabdf9a1fa62d6543 Author: Carl Meyer Date: 2014-01-24 (Fri, 24 Jan 2014) Changed paths: M dja

Re: [Django] #21871: Apps.is_installed() incorrectly assumes app label is last portion of app dotted path

2014-01-24 Thread Django
#21871: Apps.is_installed() incorrectly assumes app label is last portion of app dotted path --+ Reporter: carljm|Owner: nobody Type: Bug | Status: new Compo

[django/django] f5f556: Unroll choices iterators in field deconstruction

2014-01-24 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: f5f556dba3c89333d4533e0603de79b62083d807 https://github.com/django/django/commit/f5f556dba3c89333d4533e0603de79b62083d807 Author: Andrew Godwin Date: 2014-01-24 (Fri, 24 Jan 2014) Changed paths: M

[django/django] 2a30b3: Fixed #21783: More SQLite default fun with nulls.

2014-01-24 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 2a30b39f40265c9228fc2e706bcb6e1df1aae991 https://github.com/django/django/commit/2a30b39f40265c9228fc2e706bcb6e1df1aae991 Author: Andrew Godwin Date: 2014-01-24 (Fri, 24 Jan 2014) Changed paths: M

Re: [Django] #21783: Adding a non-nullable field fails on SQLite

2014-01-24 Thread Django
#21783: Adding a non-nullable field fails on SQLite -+- Reporter: apollo13 |Owner: Andrew Type: Bug | Godwin Component: Migrations |

Re: [Django] #21783: Adding a non-nullable field fails on SQLite

2014-01-24 Thread Django
#21783: Adding a non-nullable field fails on SQLite -+- Reporter: apollo13 |Owner: Andrew Type: Bug | Godwin Component: Migrations |

Re: [Django] #21783: Adding a non-nullable field fails on SQLite

2014-01-24 Thread Django
#21783: Adding a non-nullable field fails on SQLite -+- Reporter: apollo13 |Owner: Andrew Type: Bug | Godwin Component: Migrations |

Re: [Django] #21867: AppStaticStorage is still using app_module.__file__

2014-01-24 Thread Django
#21867: AppStaticStorage is still using app_module.__file__ --+ Reporter: aaugustin |Owner: carljm Type: Cleanup/optimization | Status: assigned Component

[Django] #21871: Apps.is_installed() incorrectly assumes app label is last portion of app dotted path

2014-01-24 Thread Django
#21871: Apps.is_installed() incorrectly assumes app label is last portion of app dotted path + Reporter: carljm| Owner: nobody Type: Bug | Status: new

Re: [Django] #16774: Backtracking URL resolver

2014-01-24 Thread Django
#16774: Backtracking URL resolver ---+ Reporter: nbstrite |Owner: nobody Type: New feature| Status: new Component: HTTP handling | Version: maste

Re: [Django] #21829: Provide a mechanism for apps to define a default AppConfig

2014-01-24 Thread Django
#21829: Provide a mechanism for apps to define a default AppConfig -+- Reporter: russellm |Owner: aaugustin Type: | Status: assigned Cle

Re: [Django] #21822: Promote the use of the app config classes for contrib apps

2014-01-24 Thread Django
#21822: Promote the use of the app config classes for contrib apps ---+ Reporter: aaugustin |Owner: nobody Type: New feature| Status: new Component: Documentation |

Re: [Django] #21829: Provide a mechanism for apps to define a default AppConfig

2014-01-24 Thread Django
#21829: Provide a mechanism for apps to define a default AppConfig -+- Reporter: russellm |Owner: aaugustin Type: | Status: assigned Cle

Re: [Django] #21867: AppStaticStorage is still using app_module.__file__

2014-01-24 Thread Django
#21867: AppStaticStorage is still using app_module.__file__ --+ Reporter: aaugustin |Owner: carljm Type: Cleanup/optimization | Status: assigned Component

Re: [Django] #10532: An overridden get method on a custom manager passed to get_object_or_404 will not be called.

2014-01-24 Thread Django
#10532: An overridden get method on a custom manager passed to get_object_or_404 will not be called. -+- Reporter: anonymous|Owner: Type: Bug | anubhav9042 C

Re: [Django] #21696: Allow usage of objects with add_to_query() in filter() calls

2014-01-24 Thread Django
#21696: Allow usage of objects with add_to_query() in filter() calls -+- Reporter: akaariai |Owner: nobody Type: Bug | Status: new Compone

[django/django] 38be3c: Fixed #21870 -- Admin check for list_editable_item

2014-01-24 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 38be3cf5e4c4980b484e1013c2a4047725ba8d3e https://github.com/django/django/commit/38be3cf5e4c4980b484e1013c2a4047725ba8d3e Author: Arne Brodowski Date: 2014-01-24 (Fri, 24 Jan 2014) Changed paths: M

Re: [Django] #21870: Admin Checks fail for list_editable

2014-01-24 Thread Django
#21870: Admin Checks fail for list_editable -+- Reporter: arne |Owner: nobody Type: Bug | Status: closed Component: contrib.admin

Re: [Django] #21870: Admin Checks fail for list_editable

2014-01-24 Thread Django
#21870: Admin Checks fail for list_editable -+- Reporter: arne |Owner: nobody Type: Bug | Status: new Component: contrib.admin

Re: [Django] #21870: Admin Checks fail for list_editable

2014-01-24 Thread Django
#21870: Admin Checks fail for list_editable -+- Reporter: arne |Owner: nobody Type: Bug | Status: new Component: contrib.admin

Re: [Django] #21870: Admin Checks fail for list_editable

2014-01-24 Thread Django
#21870: Admin Checks fail for list_editable ---+--- Reporter: arne |Owner: nobody Type: Bug| Status: new Component: contrib.admin | Ve

Re: [Django] #21824: LTS not mentioned on Security policies page

2014-01-24 Thread Django
#21824: LTS not mentioned on Security policies page -+- Reporter: janfabry |Owner: Type: Uncategorized| tragiclifestories Component: Documentation|

Re: [Django] #21869: Documentation not building on Sphinx 1.2.1

2014-01-24 Thread Django
#21869: Documentation not building on Sphinx 1.2.1 ---+ Reporter: tragiclifestories |Owner: nobody Type: Bug| Status: closed Component: Documentation

Re: [Django] #21870: Admin Checks fail for list_editable

2014-01-24 Thread Django
#21870: Admin Checks fail for list_editable ---+--- Reporter: arne |Owner: nobody Type: Bug| Status: new Component: contrib.admin | Ve

Re: [Django] #20856: Error with admin popups: expected a character buffer object

2014-01-24 Thread Django
#20856: Error with admin popups: expected a character buffer object -+- Reporter: heppner.mark@… |Owner: nobody Type: Bug | Status: closed Compo

Re: [Django] #21824: LTS not mentioned on Security policies page

2014-01-24 Thread Django
#21824: LTS not mentioned on Security policies page -+- Reporter: janfabry |Owner: Type: Uncategorized| tragiclifestories Component: Documentation|

Re: [Django] #21869: Documentation not building on Sphinx 1.2.1

2014-01-24 Thread Django
#21869: Documentation not building on Sphinx 1.2.1 ---+ Reporter: tragiclifestories |Owner: nobody Type: Bug| Status: closed Component: Documentation

[django/django] 60054e: [1.5.x] Fixed #21869 -- Fixed docs building with S...

2014-01-24 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 60054e6e31abbe8ec17631f1afff77c947a05fad https://github.com/django/django/commit/60054e6e31abbe8ec17631f1afff77c947a05fad Author: Tim Graham Date: 2014-01-24 (Fri, 24 Jan 2014) Changed paths:

[django/django] e2e4de: [1.6.x] Fixed #21869 -- Fixed docs building with S...

2014-01-24 Thread GitHub
Branch: refs/heads/stable/1.6.x Home: https://github.com/django/django Commit: e2e4de65551f152e20070bb42f1b4eb20feb0811 https://github.com/django/django/commit/e2e4de65551f152e20070bb42f1b4eb20feb0811 Author: Tim Graham Date: 2014-01-24 (Fri, 24 Jan 2014) Changed paths:

[django/django] 850575: [1.4.x] Fixed #21869 -- Fixed docs building with S...

2014-01-24 Thread GitHub
Branch: refs/heads/stable/1.4.x Home: https://github.com/django/django Commit: 85057522bc220585363e637528d970d3802475e8 https://github.com/django/django/commit/85057522bc220585363e637528d970d3802475e8 Author: Tim Graham Date: 2014-01-24 (Fri, 24 Jan 2014) Changed paths:

Re: [Django] #21869: Documentation not building on Sphinx 1.2.1

2014-01-24 Thread Django
#21869: Documentation not building on Sphinx 1.2.1 ---+ Reporter: tragiclifestories |Owner: nobody Type: Bug| Status: closed Component: Documentation

Re: [Django] #21869: Documentation not building on Sphinx 1.2.1

2014-01-24 Thread Django
#21869: Documentation not building on Sphinx 1.2.1 ---+ Reporter: tragiclifestories |Owner: nobody Type: Bug| Status: closed Component: Documentation

Re: [Django] #21869: Documentation not building on Sphinx 1.2.1

2014-01-24 Thread Django
#21869: Documentation not building on Sphinx 1.2.1 ---+ Reporter: tragiclifestories |Owner: nobody Type: Bug| Status: closed Component: Documentation

Re: [Django] #21869: Documentation not building on Sphinx 1.2.1

2014-01-24 Thread Django
#21869: Documentation not building on Sphinx 1.2.1 ---+ Reporter: tragiclifestories |Owner: nobody Type: Bug| Status: closed Component: Documentation

[django/django] e1d18b: Fixed #21869 -- Fixed docs building with Sphinx 1....

2014-01-24 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: e1d18b9d2e8ac292940f070b0a8cb9733756acd9 https://github.com/django/django/commit/e1d18b9d2e8ac292940f070b0a8cb9733756acd9 Author: Tim Graham Date: 2014-01-24 (Fri, 24 Jan 2014) Changed paths: M doc

Re: [Django] #21870: Admin Checks fail for list_editable

2014-01-24 Thread Django
#21870: Admin Checks fail for list_editable ---+--- Reporter: arne |Owner: nobody Type: Uncategorized | Status: new Component: contrib.admin | Ve

[Django] #21870: Admin Checks fail for list_editable

2014-01-24 Thread Django
#21870: Admin Checks fail for list_editable ---+- Reporter: arne | Owner: nobody Type: Uncategorized | Status: new Component: contrib.admin |Version: 1.7-alpha-1 Severity: Normal | K

Re: [Django] #21869: Documentation not building on Sphinx 1.2.1

2014-01-24 Thread Django
#21869: Documentation not building on Sphinx 1.2.1 ---+ Reporter: tragiclifestories |Owner: nobody Type: Bug| Status: new Component: Documentation |

[django/django] c539a4: [1.5.x] Fixed #21824 -- Added reference to LTS in ...

2014-01-24 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: c539a4490f8c49bcd264d3d08c8686624cca6698 https://github.com/django/django/commit/c539a4490f8c49bcd264d3d08c8686624cca6698 Author: James Turley Date: 2014-01-24 (Fri, 24 Jan 2014) Changed paths:

[django/django] 6ea5f9: [1.6.x] Fixed #21824 -- Added reference to LTS in ...

2014-01-24 Thread GitHub
Branch: refs/heads/stable/1.6.x Home: https://github.com/django/django Commit: 6ea5f9e0de8851f4fdb840d41da73c284c53bfba https://github.com/django/django/commit/6ea5f9e0de8851f4fdb840d41da73c284c53bfba Author: James Turley Date: 2014-01-24 (Fri, 24 Jan 2014) Changed paths:

Re: [Django] #21824: LTS not mentioned on Security policies page

2014-01-24 Thread Django
#21824: LTS not mentioned on Security policies page -+- Reporter: janfabry |Owner: Type: Uncategorized| tragiclifestories Component: Documentation|

Re: [Django] #21824: LTS not mentioned on Security policies page

2014-01-24 Thread Django
#21824: LTS not mentioned on Security policies page -+- Reporter: janfabry |Owner: Type: Uncategorized| tragiclifestories Component: Documentation|

Re: [Django] #21824: LTS not mentioned on Security policies page

2014-01-24 Thread Django
#21824: LTS not mentioned on Security policies page -+- Reporter: janfabry |Owner: Type: Uncategorized| tragiclifestories Component: Documentation|

[django/django] 4d8209: Fixed #21824 -- Added reference to LTS in docs/int...

2014-01-24 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 4d8209431d2b1c97d86cf92992e6ddc1555c7ac7 https://github.com/django/django/commit/4d8209431d2b1c97d86cf92992e6ddc1555c7ac7 Author: James Turley Date: 2014-01-24 (Fri, 24 Jan 2014) Changed paths: M d

[django/django] 4b3b25: Fix soft-apply detection of migrations with depend...

2014-01-24 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 4b3b25104d6795867a7fbe0c2f6f855ca96358e5 https://github.com/django/django/commit/4b3b25104d6795867a7fbe0c2f6f855ca96358e5 Author: Andrew Godwin Date: 2014-01-24 (Fri, 24 Jan 2014) Changed paths: M

[Django] #21869: Documentation not building on Sphinx 1.2.1

2014-01-24 Thread Django
#21869: Documentation not building on Sphinx 1.2.1 ---+ Reporter: tragiclifestories | Owner: nobody Type: Bug| Status: new Component: Documentation |Version: 1.6 Severity: Normal

[Django] #21868: Empty migrations dir causes exception

2014-01-24 Thread Django
#21868: Empty migrations dir causes exception ---+ Reporter: lhn@… | Owner: Type: Uncategorized | Status: new Component: Migrations |Version: master Severity: Normal | Keywords: Triage

Re: [Django] #14030: Use F() objects in aggregates(), annotates() and values()

2014-01-24 Thread Django
#14030: Use F() objects in aggregates(), annotates() and values() -+- Reporter: delfick |Owner: nate_b Type: New feature | Status: assigned Compo

Re: [Django] #21738: models.F does not accept fields generated via QuerySet.extra

2014-01-24 Thread Django
#21738: models.F does not accept fields generated via QuerySet.extra -+- Reporter: tonnzor |Owner: nobody Type: Uncategorized| Status: closed Comp

Re: [Django] #21703: `exclude` query with `F` object across relationship fails

2014-01-24 Thread Django
#21703: `exclude` query with `F` object across relationship fails -+- Reporter: anonymous|Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #21824: LTS not mentioned on Security policies page

2014-01-24 Thread Django
#21824: LTS not mentioned on Security policies page -+- Reporter: janfabry |Owner: Type: Uncategorized| tragiclifestories Component: Documentation|

Re: [Django] #21696: Allow usage of objects with add_to_query() in filter() calls

2014-01-24 Thread Django
#21696: Allow usage of objects with add_to_query() in filter() calls -+- Reporter: akaariai |Owner: nobody Type: Bug | Status: new Compone

Re: [Django] #21696: Allow usage of objects with add_to_query() in filter() calls

2014-01-24 Thread Django
#21696: Allow usage of objects with add_to_query() in filter() calls -+- Reporter: akaariai |Owner: nobody Type: Bug | Status: new Compone

Re: [Django] #21859: clarify Django docs re: email addresses and ascii

2014-01-24 Thread Django
#21859: clarify Django docs re: email addresses and ascii -+ Reporter: cjerdonek|Owner: nobody Type: Bug | Status: new Component: Documen

Re: [Django] #21859: clarify Django docs re: email addresses and ascii

2014-01-24 Thread Django
#21859: clarify Django docs re: email addresses and ascii -+ Reporter: cjerdonek|Owner: nobody Type: Bug | Status: new Component: Documen

[Django] #21867: AppStaticStorage is still using app_module.__file__

2014-01-24 Thread Django
#21867: AppStaticStorage is still using app_module.__file__ -+- Reporter: aaugustin | Owner: nobody Type: | Status: new Cleanup/optimization |

Re: [Django] #21862: Loading app fails with Python 3.3 resulting in: TypeError: '_NamespacePath' object does not support indexing

2014-01-24 Thread Django
#21862: Loading app fails with Python 3.3 resulting in: TypeError: '_NamespacePath' object does not support indexing -+--- Reporter: elbaschid|Owner: nobody Type: Bug |

Re: [Django] #17304: Document that apps cannot be namespace packages

2014-01-24 Thread Django
#17304: Document that apps cannot be namespace packages --+ Reporter: rwmcfa1@… |Owner: nobody Type: Cleanup/optimization | Status: new Component: Docume

Re: [Django] #21696: Allow usage of objects with add_to_query() in filter() calls

2014-01-24 Thread Django
#21696: Allow usage of objects with add_to_query() in filter() calls -+- Reporter: akaariai |Owner: nobody Type: Bug | Status: new Compone

Re: [Django] #21757: Allow modifying the SQL generated by lookups

2014-01-24 Thread Django
#21757: Allow modifying the SQL generated by lookups -+- Reporter: shmishleniy@…|Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #21757: Allow modifying the SQL generated by lookups

2014-01-24 Thread Django
#21757: Allow modifying the SQL generated by lookups -+- Reporter: shmishleniy@…|Owner: nobody Type: | Status: closed Cleanup/optimization

Re: [Django] #21787: Wrong SQL generated when using exclude() and model inheritance

2014-01-24 Thread Django
#21787: Wrong SQL generated when using exclude() and model inheritance -+- Reporter: jmilner |Owner: nobody Type: Bug | Status: closed Co

[django/django] e47b90: [1.6.x] Fixed #21787 -- regression in MTI .exclude...

2014-01-24 Thread GitHub
Branch: refs/heads/stable/1.6.x Home: https://github.com/django/django Commit: e47b90e48f3532d312afcfaec55b2711b2129c02 https://github.com/django/django/commit/e47b90e48f3532d312afcfaec55b2711b2129c02 Author: Anssi Kääriäinen Date: 2014-01-24 (Fri, 24 Jan 2014) Changed path

[django/django] 78a261: Fixed #21787 -- regression in MTI .exclude() queri...

2014-01-24 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 78a2617703bc1dada409f126db5c3db214913ff4 https://github.com/django/django/commit/78a2617703bc1dada409f126db5c3db214913ff4 Author: Anssi Kääriäinen Date: 2014-01-24 (Fri, 24 Jan 2014) Changed paths:

Re: [Django] #21787: Wrong SQL generated when using exclude() and model inheritance

2014-01-24 Thread Django
#21787: Wrong SQL generated when using exclude() and model inheritance -+- Reporter: jmilner |Owner: nobody Type: Bug | Status: closed Co

Re: [Django] #21738: models.F does not accept fields generated via QuerySet.extra

2014-01-24 Thread Django
#21738: models.F does not accept fields generated via QuerySet.extra -+- Reporter: tonnzor |Owner: nobody Type: Uncategorized| Status: closed Comp

Re: [Django] #21848: Some strange problem in Model inheritance and selected_related

2014-01-24 Thread Django
#21848: Some strange problem in Model inheritance and selected_related -+- Reporter: davydov.ilya@… |Owner: nobody Type: Bug | Status: new Compo