Re: [Django] #22352: GeoQuerySet methods: support lookups on reversed o2o relationships as field_name

2014-07-30 Thread Django
#22352: GeoQuerySet methods: support lookups on reversed o2o relationships as field_name -+- Reporter: pchiquet |Owner: anonymous Type: New feature | S

Re: [Django] #22971: Can't receive file with non-ascii filename according to rfc2388

2014-07-30 Thread Django
#22971: Can't receive file with non-ascii filename according to rfc2388 ---+ Reporter: homm |Owner: nobody Type: Bug| Status: new Component: HTTP handli

Re: [Django] #23061: Oracle SQL compiler adding outer pagination selects causing ORA-00907: missing right parenthesis when used with select_for_update.

2014-07-30 Thread Django
#23061: Oracle SQL compiler adding outer pagination selects causing ORA-00907: missing right parenthesis when used with select_for_update. -+- Reporter: michael.miller@… |Owner: shai Type

Re: [Django] #23136: sqlclear does not notify operator that there is nothing to clear

2014-07-30 Thread Django
#23136: sqlclear does not notify operator that there is nothing to clear -+- Reporter: jackiekazil |Owner: gmunumel Type: | Status: assigned

Re: [Django] #23136: sqlclear does not notify operator that there is nothing to clear

2014-07-30 Thread Django
#23136: sqlclear does not notify operator that there is nothing to clear -+- Reporter: jackiekazil |Owner: nobody Type: | Status: new Clean

Re: [Django] #23136: sqlclear does not notify operator that there is nothing to clear

2014-07-30 Thread Django
#23136: sqlclear does not notify operator that there is nothing to clear -+- Reporter: jackiekazil |Owner: nobody Type: | Status: new Clean

Re: [Django] #23107: --no-color option won't work for output of runserver command

2014-07-30 Thread Django
#23107: --no-color option won't work for output of runserver command -+- Reporter: hirokiky |Owner: areski Type: Bug | Status: closed Comp

Re: [Django] #23136: sqlclear does not notify operator that there is nothing to clear

2014-07-30 Thread Django
#23136: sqlclear does not notify operator that there is nothing to clear -+- Reporter: jackiekazil |Owner: nobody Type: | Status: new Clean

[Django] #23136: sqlclear does not notify operator that there is nothing to clear

2014-07-30 Thread Django
#23136: sqlclear does not notify operator that there is nothing to clear + Reporter: jackiekazil | Owner: nobody Type: Cleanup/optimization| Status: new Component: Core (Managemen

[django/django] 4453c8: Fixed the previous commit for Python3.

2014-07-30 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 4453c80634fb72b60e849480e52c06b570c696d5 https://github.com/django/django/commit/4453c80634fb72b60e849480e52c06b570c696d5 Author: Florian Apolloner Date: 2014-07-30 (Wed, 30 Jul 2014) Changed paths:

[django/django] 567ae0: [1.7.x] Fixed the previous commit for Python3.

2014-07-30 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: 567ae0d52955696d3e329b3a29f13c6b5b3f2208 https://github.com/django/django/commit/567ae0d52955696d3e329b3a29f13c6b5b3f2208 Author: Florian Apolloner Date: 2014-07-30 (Wed, 30 Jul 2014) Changed pat

Re: [Django] #23107: --no-color option won't work for output of runserver command

2014-07-30 Thread Django
#23107: --no-color option won't work for output of runserver command -+- Reporter: hirokiky |Owner: areski Type: Bug | Status: closed Comp

Re: [Django] #23135: Multiple routers cause problems with migration/sql management commands

2014-07-30 Thread Django
#23135: Multiple routers cause problems with migration/sql management commands -+- Reporter: Geladriet|Owner: nobody Type: Bug | Status: new

Re: [Django] #23135: Multiple routers cause problems with migration/sql management commands

2014-07-30 Thread Django
#23135: Multiple routers cause problems with migration/sql management commands -+- Reporter: Geladriet|Owner: nobody Type: Bug | Status: new

Re: [Django] #10964: Admin for group doesn't allow to easily add users to the group

2014-07-30 Thread Django
#10964: Admin for group doesn't allow to easily add users to the group -+- Reporter: gruszczy |Owner: nobody Type: New feature | Status: new Compo

Re: [Django] #23112: Field.get_choices tries to index an iterable: itertools.tee' object has no attribute '__getitem__'

2014-07-30 Thread Django
#23112: Field.get_choices tries to index an iterable: itertools.tee' object has no attribute '__getitem__' -+- Reporter: bernie_sumption |Owner: areski Type: Bug |

[django/django] e22ad1: [1.7.x] Fixed #23112 -- Field.get_choices tries to...

2014-07-30 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: e22ad1c3250a59d046d73bf34ae39c0c40e03c98 https://github.com/django/django/commit/e22ad1c3250a59d046d73bf34ae39c0c40e03c98 Author: areski Date: 2014-07-30 (Wed, 30 Jul 2014) Changed paths: M d

Re: [Django] #23112: Field.get_choices tries to index an iterable: itertools.tee' object has no attribute '__getitem__'

2014-07-30 Thread Django
#23112: Field.get_choices tries to index an iterable: itertools.tee' object has no attribute '__getitem__' -+- Reporter: bernie_sumption |Owner: areski Type: Bug |

[django/django] 97a38d: Fixed #23112 -- Field.get_choices tries to index a...

2014-07-30 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 97a38de230371c0b6ad8a86abba8425186c147c7 https://github.com/django/django/commit/97a38de230371c0b6ad8a86abba8425186c147c7 Author: areski Date: 2014-07-30 (Wed, 30 Jul 2014) Changed paths: M django/

[Django] #23135: Multiple routers cause problems with migration/sql management commands

2014-07-30 Thread Django
#23135: Multiple routers cause problems with migration/sql management commands +-- Reporter: Geladriet | Owner: nobody Type: Bug | Status: new Component: Core (M

[django/django] 573663: [1.7.x] Fixed test failure on Windows.

2014-07-30 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: 5736631233f509de8013df7f71c7698783886a28 https://github.com/django/django/commit/5736631233f509de8013df7f71c7698783886a28 Author: Tim Graham Date: 2014-07-30 (Wed, 30 Jul 2014) Changed paths:

Re: [Django] #21272: Oracle doesn't return views in introspection

2014-07-30 Thread Django
#21272: Oracle doesn't return views in introspection -+- Reporter: claudep |Owner: smeatonj Type: Bug | Status: assigned Component: Data

[django/django] c2ab50: Fixed test failure on Windows.

2014-07-30 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: c2ab501bab71579a9df4c927f31cfb11c131883e https://github.com/django/django/commit/c2ab501bab71579a9df4c927f31cfb11c131883e Author: Tim Graham Date: 2014-07-30 (Wed, 30 Jul 2014) Changed paths: M tes

Re: [Django] #23067: Update docs to use django-admin instead of django-admin.py

2014-07-30 Thread Django
#23067: Update docs to use django-admin instead of django-admin.py -+- Reporter: timo |Owner: jarus Type: | Status: closed Cleanup/o

[django/django] d47409: Fixed #23067 -- Updated docs to use django-admin

2014-07-30 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: d47409831fbd44739d261c32c53a094748028e4f https://github.com/django/django/commit/d47409831fbd44739d261c32c53a094748028e4f Author: Christoph Heer Date: 2014-07-30 (Wed, 30 Jul 2014) Changed paths: M

Re: [Django] #22310: Document exact usage of and consequences of rotating SECRET_KEY

2014-07-30 Thread Django
#22310: Document exact usage of and consequences of rotating SECRET_KEY --+ Reporter: erikr |Owner: erikr Type: Cleanup/optimization | Status: assigned

Re: [Django] #23130: BooleanField should either forbid setting 'choices' or not override 'blank'

2014-07-30 Thread Django
#23130: BooleanField should either forbid setting 'choices' or not override 'blank' -+- Reporter: jonash |Owner: nobody Type: Bug | Status:

Re: [Django] #23134: Fixes for querysets.txt

2014-07-30 Thread Django
#23134: Fixes for querysets.txt ---+ Reporter: Josh Kupershmidt | Owner: nobody Type: Bug| Status: closed Component: Documentation |Version: master

[django/django] 7dc29d: [1.7.x] Fixed #23134 -- Fixed typos in docs/ref/mo...

2014-07-30 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: 7dc29dcb99202d170eedf37a7b9bc17be1df36d9 https://github.com/django/django/commit/7dc29dcb99202d170eedf37a7b9bc17be1df36d9 Author: Tim Graham Date: 2014-07-30 (Wed, 30 Jul 2014) Changed paths:

Re: [Django] #23134: Fixes for querysets.txt

2014-07-30 Thread Django
#23134: Fixes for querysets.txt ---+ Reporter: Josh Kupershmidt | Owner: nobody Type: Bug| Status: closed Component: Documentation |Version: master

[django/django] 66630f: Fixed #23134 -- Fixed typos in docs/ref/models/que...

2014-07-30 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 66630f589cd641efe91f111919ad5059b8a01a88 https://github.com/django/django/commit/66630f589cd641efe91f111919ad5059b8a01a88 Author: Tim Graham Date: 2014-07-30 (Wed, 30 Jul 2014) Changed paths: M doc

Re: [Django] #23107: --no-color option won't work for output of runserver command

2014-07-30 Thread Django
#23107: --no-color option won't work for output of runserver command -+- Reporter: hirokiky |Owner: areski Type: Bug | Status: closed Comp

[django/django] 67d7da: Fixed #23107 -- Made runserver output respect --no...

2014-07-30 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 67d7da5fb9498b811f0168f5df2308ad4743027f https://github.com/django/django/commit/67d7da5fb9498b811f0168f5df2308ad4743027f Author: areski Date: 2014-07-30 (Wed, 30 Jul 2014) Changed paths: M django/

Re: [Django] #23107: --no-color option won't work for output of runserver command

2014-07-30 Thread Django
#23107: --no-color option won't work for output of runserver command -+- Reporter: hirokiky |Owner: areski Type: Bug | Status: closed Comp

[django/django] 7cb4a8: [1.7.x] Fixed #23107 -- Made runserver output resp...

2014-07-30 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: 7cb4a82eaf2c6b59a80699ae91b63180eb8a47ef https://github.com/django/django/commit/7cb4a82eaf2c6b59a80699ae91b63180eb8a47ef Author: areski Date: 2014-07-30 (Wed, 30 Jul 2014) Changed paths: M d

Re: [Django] #19802: HttpResponse.set_cookie doesn't handle unicode data

2014-07-30 Thread Django
#19802: HttpResponse.set_cookie doesn't handle unicode data ---+ Reporter: django@… |Owner: qingfeng Type: Bug| Status: assigned Component: HTTP handling |

Re: [Django] #897: Bi-Directional ManyToMany in Admin

2014-07-30 Thread Django
#897: Bi-Directional ManyToMany in Admin ---+ Reporter: anonymous |Owner: nobody Type: New feature| Status: new Component: contrib.admin | Version:

[Django] #23134: Fixes for querysets.txt

2014-07-30 Thread Django
#23134: Fixes for querysets.txt ---+ Reporter: Josh Kupershmidt | Owner: nobody Type: Bug| Status: new Component: Documentation |Version: master S

Re: [Django] #2225: 'manage.py sql ...' gets confused when using tables from separate apps

2014-07-30 Thread Django
#2225: 'manage.py sql ...' gets confused when using tables from separate apps -+- Reporter: Lucas Hazel |Owner: Type: defect | glassresistor Component: Database l

Re: [Django] #23133: 'Command' object has no attribute 'stderr', now in django.core.management.base.BaseCommand.check

2014-07-30 Thread Django
#23133: 'Command' object has no attribute 'stderr', now in django.core.management.base.BaseCommand.check -+- Reporter: cpbotha |Owner: nobody Type: Bug |

Re: [Django] #23133: 'Command' object has no attribute 'stderr', now in django.core.management.base.BaseCommand.check

2014-07-30 Thread Django
#23133: 'Command' object has no attribute 'stderr', now in django.core.management.base.BaseCommand.check -+- Reporter: cpbotha |Owner: nobody Type: Bug |

Re: [Django] #23131: Document caveats with callable references in migrations

2014-07-30 Thread Django
#23131: Document caveats with callable references in migrations --+ Reporter: riklaunim |Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #23133: 'Command' object has no attribute 'stderr', now in django.core.management.base.BaseCommand.check

2014-07-30 Thread Django
#23133: 'Command' object has no attribute 'stderr', now in django.core.management.base.BaseCommand.check -+- Reporter: cpbotha |Owner: nobody Type: Bug |

Re: [Django] #16508: Provide real support for virtual fields

2014-07-30 Thread Django
#16508: Provide real support for virtual fields -+- Reporter: vzima|Owner: pirosb3 Type: New feature | Status: assigned Component: Database l

Re: [Django] #23133: 'Command' object has no attribute 'stderr', now in django.core.management.base.BaseCommand.check

2014-07-30 Thread Django
#23133: 'Command' object has no attribute 'stderr', now in django.core.management.base.BaseCommand.check -+- Reporter: cpbotha |Owner: nobody Type: Bug |

[Django] #23133: 'Command' object has no attribute 'stderr', now in django.core.management.base.BaseCommand.check

2014-07-30 Thread Django
#23133: 'Command' object has no attribute 'stderr', now in django.core.management.base.BaseCommand.check ---+-- Reporter: cpbotha| Owner: nobody Type: Bug| Status: new Component: Uncategorized |

Re: [Django] #23073: Oracle 11.2.0.1: Number columns (incl. Booleans) defined with default break introspection

2014-07-30 Thread Django
#23073: Oracle 11.2.0.1: Number columns (incl. Booleans) defined with default break introspection --+ Reporter: shai |Owner: shai Type: Cleanup/optimization |

Re: [Django] #22738: Schema migration: test_add_field_temp_default_boolean

2014-07-30 Thread Django
#22738: Schema migration: test_add_field_temp_default_boolean -+- Reporter: maxi |Owner: nobody Type: | Status: new Cleanup/optimiza

[django/django] 7fcfef: Forwardported 1.6.6 release note for #19107.

2014-07-30 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 7fcfefbc4a502c8bf390838be4fa726efb2036dd https://github.com/django/django/commit/7fcfefbc4a502c8bf390838be4fa726efb2036dd Author: Tim Graham Date: 2014-07-30 (Wed, 30 Jul 2014) Changed paths: M doc

[django/django] 813f93: [1.7.x] Forwardported 1.6.6 release note for #1910...

2014-07-30 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: 813f938093a2c9a04ec69ff18bdb61413adf61a4 https://github.com/django/django/commit/813f938093a2c9a04ec69ff18bdb61413adf61a4 Author: Tim Graham Date: 2014-07-30 (Wed, 30 Jul 2014) Changed paths:

Re: [Django] #19107: Can't send unicode e-mail

2014-07-30 Thread Django
#19107: Can't send unicode e-mail -+- Reporter: carneiro.be@…|Owner: nobody Type: Bug | Status: closed Component: Core (Mail) |

[django/django] e4b2be: [1.6.x] Fixed #19107 -- Restored bug fix for sendi...

2014-07-30 Thread GitHub
Branch: refs/heads/stable/1.6.x Home: https://github.com/django/django Commit: e4b2bea743944b67a55d0ef3d17982a2319f866d https://github.com/django/django/commit/e4b2bea743944b67a55d0ef3d17982a2319f866d Author: Tim Graham Date: 2014-07-30 (Wed, 30 Jul 2014) Changed paths:

Re: [Django] #19107: Can't send unicode e-mail

2014-07-30 Thread Django
#19107: Can't send unicode e-mail -+- Reporter: carneiro.be@…|Owner: nobody Type: Bug | Status: new Component: Core (Mail) |

Re: [Django] #10964: Admin for group doesn't allow to easily add users to the group

2014-07-30 Thread Django
#10964: Admin for group doesn't allow to easily add users to the group -+- Reporter: gruszczy |Owner: nobody Type: New feature | Status: new Compo

Re: [Django] #22956: PermissionManager.get_by_natural_key doesn't fetch ContentType from same DB

2014-07-30 Thread Django
#22956: PermissionManager.get_by_natural_key doesn't fetch ContentType from same DB -+- Reporter: jyrno@… |Owner: nobody Type: Bug | Status:

Re: [Django] #23131: Document caveats with callable references in migrations (was: Potential problems with field callables copyed to migrations)

2014-07-30 Thread Django
#23131: Document caveats with callable references in migrations --+ Reporter: riklaunim |Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #23132: auth/default typo

2014-07-30 Thread Django
#23132: auth/default typo ---+-- Reporter: dstrong@… |Owner: nobody Type: Bug| Status: closed Component: Documentation | Version: 1.6

Re: [Django] #23132: auth/default typo

2014-07-30 Thread Django
#23132: auth/default typo ---+-- Reporter: dstrong@… |Owner: nobody Type: Bug| Status: closed Component: Documentation | Version: 1.6

[django/django] 7e6eee: [1.7.x] Fixed #23132 -- Removed confusing clause i...

2014-07-30 Thread GitHub
Branch: refs/heads/stable/1.7.x Home: https://github.com/django/django Commit: 7e6eeef366d00b1bac3406477cc8e7714725baf7 https://github.com/django/django/commit/7e6eeef366d00b1bac3406477cc8e7714725baf7 Author: Tim Graham Date: 2014-07-30 (Wed, 30 Jul 2014) Changed paths:

[django/django] 8567c1: [1.6.x] Fixed #23132 -- Removed confusing clause i...

2014-07-30 Thread GitHub
Branch: refs/heads/stable/1.6.x Home: https://github.com/django/django Commit: 8567c1a3c2ed4a031ced735116ef6d2796473271 https://github.com/django/django/commit/8567c1a3c2ed4a031ced735116ef6d2796473271 Author: Tim Graham Date: 2014-07-30 (Wed, 30 Jul 2014) Changed paths:

[django/django] abb97c: Fixed #23132 -- Removed confusing clause in auth d...

2014-07-30 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: abb97cffdfe9f957b58c6b2613e2714c8291c5b3 https://github.com/django/django/commit/abb97cffdfe9f957b58c6b2613e2714c8291c5b3 Author: Tim Graham Date: 2014-07-30 (Wed, 30 Jul 2014) Changed paths: M doc

Re: [Django] #23132: auth/default typo

2014-07-30 Thread Django
#23132: auth/default typo ---+-- Reporter: dstrong@… |Owner: nobody Type: Bug| Status: closed Component: Documentation | Version: 1.6

Re: [Django] #23112: Field.get_choices tries to index an iterable: itertools.tee' object has no attribute '__getitem__'

2014-07-30 Thread Django
#23112: Field.get_choices tries to index an iterable: itertools.tee' object has no attribute '__getitem__' -+- Reporter: bernie_sumption |Owner: areski Type: Bug |

Re: [Django] #23119: IndexError: list index out of range (empty choices iterable)

2014-07-30 Thread Django
#23119: IndexError: list index out of range (empty choices iterable) -+-- Reporter: anonymous|Owner: nobody Type: Bug | Status: closed Component: Unc

Re: [Django] #23132: auth/default typo

2014-07-30 Thread Django
#23132: auth/default typo ---+-- Reporter: dstrong@… |Owner: nobody Type: Bug| Status: new Component: Documentation | Version: 1.6 Se

Re: [Django] #23132: auth/default typo

2014-07-30 Thread Django
#23132: auth/default typo ---+-- Reporter: dstrong@… |Owner: nobody Type: Bug| Status: new Component: Documentation | Version: 1.6 Se

[Django] #23132: auth/default typo

2014-07-30 Thread Django
#23132: auth/default typo ---+ Reporter: dstrong@… | Owner: nobody Type: Bug| Status: new Component: Documentation |Version: 1.6 Severity: Normal | Keywords: typo Triage Stage:

Re: [Django] #23112: Field.get_choices tries to index an iterable: itertools.tee' object has no attribute '__getitem__'

2014-07-30 Thread Django
#23112: Field.get_choices tries to index an iterable: itertools.tee' object has no attribute '__getitem__' -+- Reporter: bernie_sumption |Owner: areski Type: Bug |

Re: [Django] #23112: Field.get_choices tries to index an iterable: itertools.tee' object has no attribute '__getitem__'

2014-07-30 Thread Django
#23112: Field.get_choices tries to index an iterable: itertools.tee' object has no attribute '__getitem__' -+- Reporter: bernie_sumption |Owner: areski Type: Bug |

[Django] #23131: Potential problems with field callables copyed to migrations

2014-07-30 Thread Django
#23131: Potential problems with field callables copyed to migrations ---+-- Reporter: riklaunim | Owner: nobody Type: Uncategorized | Status: new Component: Migrations |Version: 1.7-rc-1 Severity:

Re: [Django] #23119: IndexError: list index out of range (empty choices iterable)

2014-07-30 Thread Django
#23119: IndexError: list index out of range (empty choices iterable) -+-- Reporter: anonymous|Owner: nobody Type: Bug | Status: new Component: Uncate

Re: [Django] #19107: Can't send unicode e-mail

2014-07-30 Thread Django
#19107: Can't send unicode e-mail -+- Reporter: carneiro.be@…|Owner: nobody Type: Bug | Status: closed Component: Core (Mail) |

Re: [Django] #19107: Can't send unicode e-mail

2014-07-30 Thread Django
#19107: Can't send unicode e-mail -+- Reporter: carneiro.be@…|Owner: nobody Type: Bug | Status: closed Component: Core (Mail) |

Re: [Django] #23109: Spam on the Community Page

2014-07-30 Thread Django
#23109: Spam on the Community Page -+- Reporter: george_edison|Owner: nobody Type: Bug | Status: closed Component: *.djangoproject.com |

Re: [Django] #16335: Document why you cannot iterate defaultdict in templates

2014-07-30 Thread Django
#16335: Document why you cannot iterate defaultdict in templates -+- Reporter: jacob.ninja.dev@…|Owner: Type: Bug | bluejeansummer Component: Documentation|

Re: [Django] #22014: `prefetch_related` recursion protection does not cover all cases

2014-07-30 Thread Django
#22014: `prefetch_related` recursion protection does not cover all cases -+- Reporter: StillNewb|Owner: nobody Type: Bug | Status: new Com