Re: [Django] #26940: django-admin makemessages vs. manage.py makemessages

2016-07-22 Thread Django
#26940: django-admin makemessages vs. manage.py makemessages -+- Reporter: romeroqj |Owner: nobody Type: Uncategorized| Status: new Component:

[Django] #26941: Remove quotes from uwsgi "env = LANG=…" configuration

2016-07-22 Thread Django
#26941: Remove quotes from uwsgi "env = LANG=…" configuration ---+ Reporter: denilsonsa | Owner: nobody Type: Bug| Status: new Component: Documentation |Version: 1.9 Severity: Normal

[Django] #26940: django-admin makemessages vs. manage.py makemessages

2016-07-22 Thread Django
#26940: django-admin makemessages vs. manage.py makemessages --+-- Reporter: romeroqj | Owner: nobody Type: Uncategorized | Status: new Component: Internationalization |Version:

Re: [Django] #26938: Template postmortem on debug page contains invalid HTML

2016-07-22 Thread Django
#26938: Template postmortem on debug page contains invalid HTML -+-- Reporter: jdufresne|Owner: Type: Bug | Status: new Component: Error reporting |

Re: [Django] #26939: Django 1.9.8 Sitemaps is broken due to "isinstance() arg 2 must be a class, type, or tuple of classes and types"

2016-07-22 Thread Django
#26939: Django 1.9.8 Sitemaps is broken due to "isinstance() arg 2 must be a class, type, or tuple of classes and types" ---+-- Reporter: xuchen81 |Owner: nobody Type: Bug|

[Django] #26939: Django 1.9.8 Sitemaps is broken due to "isinstance() arg 2 must be a class, type, or tuple of classes and types"

2016-07-22 Thread Django
#26939: Django 1.9.8 Sitemaps is broken due to "isinstance() arg 2 must be a class, type, or tuple of classes and types" ---+ Reporter: xuchen81 | Owner: nobody Type: Bug| Status: new Component:

[Django] #26938: Template postmortem on debug page contains invalid HTML

2016-07-22 Thread Django
#26938: Template postmortem on debug page contains invalid HTML -+- Reporter: jdufresne| Owner: Type: Bug | Status: new Component: Error reporting |Version: 1.9 Severity: Normal

Re: [Django] #26780: Prefetch objects don't work with slices

2016-07-22 Thread Django
#26780: Prefetch objects don't work with slices -+- Reporter: ludwik |Owner: nobody Type: New feature | Status: new Component: Database layer

[Django] #26937: 'NoneType' object has no attribute '_meta' in manage.py dumpdata auth.user

2016-07-22 Thread Django
#26937: 'NoneType' object has no attribute '_meta' in manage.py dumpdata auth.user ---+ Reporter: Adys | Owner: nobody Type: Bug| Status: new Component: Uncategorized |Version: 1.10

Re: [Django] #24080: Sqlite segmentation fault regression when running tests (since 1.7.2)

2016-07-22 Thread Django
#24080: Sqlite segmentation fault regression when running tests (since 1.7.2) ---+ Reporter: stevejalim |Owner: nobody Type: Bug| Status: new

Re: [Django] #15665: Inline admins are broken when primary key is not an AutoField and not editable.

2016-07-22 Thread Django
#15665: Inline admins are broken when primary key is not an AutoField and not editable. -+ Reporter: sebastian_noack |Owner: nobody Type: Bug | Status: new

Re: [Django] #15665: Inline admins are broken when primary key is not an AutoField and not editable.

2016-07-22 Thread Django
#15665: Inline admins are broken when primary key is not an AutoField and not editable. -+ Reporter: sebastian_noack |Owner: nobody Type: Bug | Status: new

Re: [Django] #26934: Admin inline save fails when inline contains readonly primary key

2016-07-22 Thread Django
#26934: Admin inline save fails when inline contains readonly primary key ---+-- Reporter: LeeKevin |Owner: nobody Type: Bug| Status: closed Component:

Re: [Django] #26935: DB connections stuck in closed state when using Django ORM in daemon

2016-07-22 Thread Django
#26935: DB connections stuck in closed state when using Django ORM in daemon -+- Reporter: noky |Owner: nobody Type: Bug | Status: new

Re: [Django] #26928: Change checkbox/radio checked attribute to HTML5 boolean style

2016-07-22 Thread Django
#26928: Change checkbox/radio checked attribute to HTML5 boolean style -+- Reporter: jdufresne|Owner: nobody Type: | Status: new

Re: [Django] #26936: Stale content type deletion stops working if all models in an app are deleted

2016-07-22 Thread Django
#26936: Stale content type deletion stops working if all models in an app are deleted --+ Reporter: bmispelon |Owner: Type: Bug | Status: new

Re: [Django] #18348: Make parts of the sessions API public

2016-07-22 Thread Django
#18348: Make parts of the sessions API public ---+ Reporter: aaugustin |Owner: vpnosum Type: New feature| Status: closed Component: Documentation |

Re: [Django] #18348: Make parts of the sessions API public

2016-07-22 Thread Django
#18348: Make parts of the sessions API public ---+ Reporter: aaugustin |Owner: vpnosum Type: New feature| Status: closed Component: Documentation |

Re: [Django] #18348: Make parts of the sessions API public

2016-07-22 Thread Django
#18348: Make parts of the sessions API public ---+ Reporter: aaugustin |Owner: vpnosum Type: New feature| Status: closed Component: Documentation |

Re: [Django] #26936: Stale content type deletion stops working if all models in an app are deleted

2016-07-22 Thread Django
#26936: Stale content type deletion stops working if all models in an app are deleted -+- Reporter: bmispelon|Owner: bmispelon Type: Bug |

Re: [Django] #26929: Deprecate `extra_context` parameter in `contrib.auth.views.logout_then_login`

2016-07-22 Thread Django
#26929: Deprecate `extra_context` parameter in `contrib.auth.views.logout_then_login` -+- Reporter: andrewnester |Owner: Type: | andrewnester

[Django] #26936: Stale content type deletion stops working if all models in an app are deleted

2016-07-22 Thread Django
#26936: Stale content type deletion stops working if all models in an app are deleted + Reporter: bmispelon | Owner: nobody Type: Bug |

Re: [Django] #26936: Stale content type deletion stops working if all models in an app are deleted

2016-07-22 Thread Django
#26936: Stale content type deletion stops working if all models in an app are deleted -+- Reporter: bmispelon|Owner: bmispelon Type: Bug |

Re: [Django] #26834: MinValueValidator/MaxValueValidator not forwarded to form field for ModelForm

2016-07-22 Thread Django
#26834: MinValueValidator/MaxValueValidator not forwarded to form field for ModelForm -+- Reporter: sergei-maertens |Owner: sgzsh269 Type: Bug |

Re: [Django] #26511: Django 1.9 and Postgres 9.4 jsonb string containment inside JSONField

2016-07-22 Thread Django
#26511: Django 1.9 and Postgres 9.4 jsonb string containment inside JSONField --+ Reporter: eoinmurray|Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #26935: DB connections stuck in closed state when using Django ORM in daemon

2016-07-22 Thread Django
#26935: DB connections stuck in closed state when using Django ORM in daemon --+ Reporter: noky | Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #26834: MinValueValidator/MaxValueValidator not forwarded to form field for ModelForm

2016-07-22 Thread Django
#26834: MinValueValidator/MaxValueValidator not forwarded to form field for ModelForm -+- Reporter: sergei-maertens |Owner: sgzsh269 Type: Bug |

[Django] #26935: DB connections stuck in closed state when using Django ORM in daemon

2016-07-22 Thread Django
#26935: DB connections stuck in closed state when using Django ORM in daemon --+ Reporter: noky | Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #26834: MinValueValidator/MaxValueValidator not forwarded to form field for ModelForm

2016-07-22 Thread Django
#26834: MinValueValidator/MaxValueValidator not forwarded to form field for ModelForm -+- Reporter: sergei-maertens |Owner: sgzsh269 Type: Bug |

[Django] #26934: Admin inline save fails when inline contains readonly primary key

2016-07-22 Thread Django
#26934: Admin inline save fails when inline contains readonly primary key ---+ Reporter: LeeKevin | Owner: nobody Type: Bug| Status: new Component: contrib.admin |Version: 1.9 Severity:

Re: [Django] #26933: Test for #26804 has a tendency to fail on Oracle databases

2016-07-22 Thread Django
#26933: Test for #26804 has a tendency to fail on Oracle databases -+- Reporter: jensen-cochran |Owner: jensen- | cochran Type: Bug

Re: [Django] #26933: Test for #26804 has a tendency to fail on Oracle databases

2016-07-22 Thread Django
#26933: Test for #26804 has a tendency to fail on Oracle databases -+- Reporter: jensen-cochran |Owner: jensen- | cochran Type: Bug

Re: [Django] #26882: Add test(s) for django.contrib.auth.views.logout_then_login

2016-07-22 Thread Django
#26882: Add test(s) for django.contrib.auth.views.logout_then_login -+- Reporter: timgraham|Owner: Type: | andrewnester Cleanup/optimization

Re: [Django] #26933: Test for #26804 has a tendency to fail on Oracle databases

2016-07-22 Thread Django
#26933: Test for #26804 has a tendency to fail on Oracle databases -+- Reporter: jensen-cochran |Owner: jensen- | cochran Type: Bug

Re: [Django] #26933: Test for #26804 has a tendency to fail on Oracle databases

2016-07-22 Thread Django
#26933: Test for #26804 has a tendency to fail on Oracle databases -+- Reporter: jensen-cochran |Owner: jensen- | cochran Type: Bug

Re: [Django] #26933: Test for #26804 has a tendency to fail on Oracle databases

2016-07-22 Thread Django
#26933: Test for #26804 has a tendency to fail on Oracle databases -+- Reporter: jensen-cochran |Owner: jensen- | cochran Type: Bug

Re: [Django] #26933: Test for #26804 has a tendency to fail on Oracle databases

2016-07-22 Thread Django
#26933: Test for #26804 has a tendency to fail on Oracle databases --+ Reporter: jensen-cochran| Owner: Type: Bug | Status: new Component: Database layer

[Django] #26933: Test for #26804 has a tendency to fail on Oracle databases

2016-07-22 Thread Django
#26933: Test for #26804 has a tendency to fail on Oracle databases -+- Reporter: jensen-cochran | Owner: Type: Bug | Status: new Component: Database layer |

Re: [Django] #26928: Change checkbox/radio checked attribute to HTML5 boolean style

2016-07-22 Thread Django
#26928: Change checkbox/radio checked attribute to HTML5 boolean style -+- Reporter: jdufresne|Owner: nobody Type: | Status: new

Re: [Django] #26925: Add a link to aggregation ordering interaction from Meta.ordering docs (was: ORM changes grouping when default ordering is set)

2016-07-22 Thread Django
#26925: Add a link to aggregation ordering interaction from Meta.ordering docs --+ Reporter: njoyard |Owner: nobody Type: Cleanup/optimization | Status:

[Django] #26932: CALL Service + 18 44-307-0840 HUSHMAIL support phone number

2016-07-22 Thread Django
#26932: CALL Service + 18 44-307-0840 HUSHMAIL support phone number ---+ Reporter: sibyl | Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |Version: 1.9 Severity: Normal

[Django] #26931: Plus SHINE 1 8 44 307 08, 40` ONEDRIVE support phone number

2016-07-22 Thread Django
#26931: Plus SHINE 1 8 44 307 08,40` ONEDRIVE support phone number ---+ Reporter: sibyl | Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |Version: 1.9 Severity: Normal

Re: [Django] #26927: Subwidgets not passed required and disabled attributes in BoundField.__iter__()

2016-07-22 Thread Django
#26927: Subwidgets not passed required and disabled attributes in BoundField.__iter__() ---+ Reporter: jdufresne |Owner: nobody Type: Bug| Status: new Component: Forms

Re: [Django] #26926: Dual index migration bug?

2016-07-22 Thread Django
#26926: Dual index migration bug? +-- Reporter: Vaal|Owner: nobody Type: Bug | Status: closed Component: Migrations | Version: 1.9

Re: [Django] #26930: makemigrations tries to access default databases even when set to empty

2016-07-22 Thread Django
#26930: makemigrations tries to access default databases even when set to empty -+ Reporter: lizlemon |Owner: nobody Type: Bug | Status: new

Re: [Django] #26928: Change checkbox/radio checked attribute to HTML5 boolean style

2016-07-22 Thread Django
#26928: Change checkbox/radio checked attribute to HTML5 boolean style -+- Reporter: jdufresne|Owner: nobody Type: | Status: new

Re: [Django] #26929: Deprecate `extra_context` parameter in `contrib.auth.views.logout_then_login`

2016-07-22 Thread Django
#26929: Deprecate `extra_context` parameter in `contrib.auth.views.logout_then_login` -+- Reporter: andrewnester |Owner: Type: | andrewnester

Re: [Django] #26899: Document why RawSQL requires parameters

2016-07-22 Thread Django
#26899: Document why RawSQL requires parameters -+- Reporter: wolever |Owner: Type: | petedmarsh Cleanup/optimization |

[Django] #26930: makemigrations tries to access default databases even when set to empty

2016-07-22 Thread Django
#26930: makemigrations tries to access default databases even when set to empty + Reporter: lizlemon| Owner: nobody Type: Bug | Status: new Component: Migrations |Version: master Severity:

Re: [Django] #26928: Change checkbox/radio checked attribute to HTML5 boolean style

2016-07-22 Thread Django
#26928: Change checkbox/radio checked attribute to HTML5 boolean style -+- Reporter: jdufresne|Owner: nobody Type: | Status: new

Re: [Django] #26929: Deprecate `extra_context` parameter in `contrib.auth.views.logout_then_login`

2016-07-22 Thread Django
#26929: Deprecate `extra_context` parameter in `contrib.auth.views.logout_then_login` -+- Reporter: andrewnester |Owner: Type: | andrewnester

Re: [Django] #26929: Deprecate `extra_context` parameter in `contrib.auth.views.logout_then_login`

2016-07-22 Thread Django
#26929: Deprecate `extra_context` parameter in `contrib.auth.views.logout_then_login` -+- Reporter: andrewnester |Owner: Type: | andrewnester

[Django] #26929: Deprecate `extra_context` parameter in `contrib.auth.views.logout_then_login`

2016-07-22 Thread Django
#26929: Deprecate `extra_context` parameter in `contrib.auth.views.logout_then_login` --+- Reporter: andrewnester | Owner: Type: Cleanup/optimization | Status: new Component: Uncategorized |

Re: [Django] #13936: django-admin makemessages generates PO files with an incorrect path to source code files

2016-07-22 Thread Django
#13936: django-admin makemessages generates PO files with an incorrect path to source code files -+- Reporter: ciupicri |Owner: nobody Type: Bug |

Re: [Django] #25788: Enable the cached template loader when DEBUG=False if no loaders are explicitly configured

2016-07-22 Thread Django
#25788: Enable the cached template loader when DEBUG=False if no loaders are explicitly configured -+- Reporter: jaap3|Owner: | harrislapiroff

Re: [Django] #26685: Implement Spatialite PtDistWithin() in GeoDjango

2016-07-22 Thread Django
#26685: Implement Spatialite PtDistWithin() in GeoDjango -+- Reporter: deed02392|Owner: | kevswanberg Type: New feature |

Re: [Django] #26899: Document why RawSQL requires parameters

2016-07-22 Thread Django
#26899: Document why RawSQL requires parameters -+- Reporter: wolever |Owner: Type: | petedmarsh Cleanup/optimization |

Re: [Django] #26909: UserAttributeSimilarityValidator has hardcoded reference to 'username' causing error in password reset built-in auth form when using a custom model

2016-07-22 Thread Django
#26909: UserAttributeSimilarityValidator has hardcoded reference to 'username' causing error in password reset built-in auth form when using a custom model --+ Reporter: kierenpitts |Owner:

Re: [Django] #26909: UserAttributeSimilarityValidator has hardcoded reference to 'username' causing error in password reset built-in auth form when using a custom model

2016-07-22 Thread Django
#26909: UserAttributeSimilarityValidator has hardcoded reference to 'username' causing error in password reset built-in auth form when using a custom model --+ Reporter: kierenpitts |Owner:

Re: [Django] #26882: Add test(s) for django.contrib.auth.views.logout_then_login

2016-07-22 Thread Django
#26882: Add test(s) for django.contrib.auth.views.logout_then_login -+- Reporter: timgraham|Owner: Type: | andrewnester Cleanup/optimization

[Django] #26928: Change checkbox/radio checked attribute to HTML5 boolean style

2016-07-22 Thread Django
#26928: Change checkbox/radio checked attribute to HTML5 boolean style --+ Reporter: jdufresne | Owner: nobody Type: Cleanup/optimization | Status: new Component: Forms |