Re: [Django] #28483: Unclear language in Django 2.0 release notes regarding Python version support (was: Possible typo in Django 2.0 release notes regarding Python version support)

2017-08-10 Thread Django
#28483: Unclear language in Django 2.0 release notes regarding Python version support ---+ Reporter: Vasili Korol |Owner: nobody Type: Bug| Status: closed

Re: [Django] #28485: Make ExceptionReporter.get_traceback_frames() include frames without source code (was: Stack trace report silently drops frames without source code)

2017-08-10 Thread Django
#28485: Make ExceptionReporter.get_traceback_frames() include frames without source code ---+ Reporter: Martin von Gagern |Owner: (none) Type: Bug| Status:

Re: [Django] #28473: Consider SCRIPT_NAME for SECURE_REDIRECT_EXEMPT setting

2017-08-10 Thread Django
#28473: Consider SCRIPT_NAME for SECURE_REDIRECT_EXEMPT setting ---+-- Reporter: Jonas Haag |Owner: nobody Type: Bug| Status: new Component: Uncategorized |

Re: [Django] #28486: Template FileLoader can't find widget templates

2017-08-10 Thread Django
#28486: Template FileLoader can't find widget templates -+- Reporter: Andrey |Owner: nobody Type: Bug | Status: closed Component:

Re: [Django] #27855: Document Python 3.4 support for Django 2.0 (was: Django 2.0 Python version support)

2017-08-10 Thread Django
#27855: Document Python 3.4 support for Django 2.0 -+- Reporter: Raffaele Salmaso |Owner: Raffaele Type: | Salmaso Cleanup/optimization |

Re: [Django] #28477: Strip unused annotations from count queries

2017-08-10 Thread Django
#28477: Strip unused annotations from count queries -+- Reporter: Tom |Owner: Tom Type: | Status: assigned Cleanup/optimization

[Django] #28486: Template FileLoader can't find widget templates

2017-08-10 Thread Django
#28486: Template FileLoader can't find widget templates -+- Reporter: Andrey | Owner: nobody Type: Bug| Status: new Component: Template |

Re: [Django] #28485: Stack trace report silently drops frames without source code

2017-08-10 Thread Django
#28485: Stack trace report silently drops frames without source code ---+-- Reporter: Martin von Gagern |Owner: (none) Type: Bug| Status: new Component:

Re: [Django] #18392: Use utf8mb4 encoding with MySQL 5.5

2017-08-10 Thread Django
#18392: Use utf8mb4 encoding with MySQL 5.5 -+- Reporter: EmilStenstrom|Owner: nobody Type: New feature | Status: new Component: Database layer

Re: [Django] #28455: Create "inplace" QuerySets to speed up certain operations

2017-08-10 Thread Django
#28455: Create "inplace" QuerySets to speed up certain operations -+- Reporter: Anssi Kääriäinen |Owner: nobody Type: | Status: new

Re: [Django] #16043: Specialization cache should be filled/shared with parent object cache (multitable inheritance)

2017-08-10 Thread Django
#16043: Specialization cache should be filled/shared with parent object cache (multitable inheritance) -+- Reporter: Piotr Czachur|Owner: Paulo Type: |

Re: [Django] #23766: Documentation and tests for cursor.callproc()

2017-08-10 Thread Django
#23766: Documentation and tests for cursor.callproc() -+- Reporter: Shai Berger |Owner: felixxm Type: | Status: closed

Re: [Django] #23766: Documentation and tests for cursor.callproc()

2017-08-10 Thread Django
#23766: Documentation and tests for cursor.callproc() -+- Reporter: Shai Berger |Owner: felixxm Type: | Status: closed

Re: [Django] #18247: Filtering on aggregate annotations with a Decimal value doesn't work

2017-08-10 Thread Django
#18247: Filtering on aggregate annotations with a Decimal value doesn't work -+- Reporter: elmopl@… |Owner: Michael | Tänzer Type: Bug

Re: [Django] #26488: migrate crashes when renaming a multi-table inheritance base model

2017-08-10 Thread Django
#26488: migrate crashes when renaming a multi-table inheritance base model -+- Reporter: Christopher |Owner: nobody Neugebauer | Type: Bug

Re: [Django] #28459: Improve performance of QuerySet

2017-08-10 Thread Django
#28459: Improve performance of QuerySet -+- Reporter: Sergey Fedoseev |Owner: nobody Type: | Status: closed Cleanup/optimization

Re: [Django] #28477: Strip unused annotations from count queries

2017-08-10 Thread Django
#28477: Strip unused annotations from count queries -+- Reporter: Tom |Owner: Tom Type: | Status: assigned Cleanup/optimization

Re: [Django] #28473: Consider SCRIPT_NAME for SECURE_REDIRECT_EXEMPT setting

2017-08-10 Thread Django
#28473: Consider SCRIPT_NAME for SECURE_REDIRECT_EXEMPT setting ---+-- Reporter: Jonas Haag |Owner: nobody Type: Bug| Status: new Component: Uncategorized |

Re: [Django] #28459: Improve performance of QuerySet

2017-08-10 Thread Django
#28459: Improve performance of QuerySet -+- Reporter: Sergey Fedoseev |Owner: nobody Type: | Status: closed Cleanup/optimization

Re: [Django] #27855: Document Python 3.4 support for Django 2.0

2017-08-10 Thread Django
#27855: Document Python 3.4 support for Django 2.0 -+- Reporter: Raffaele Salmaso |Owner: Raffaele Type: | Salmaso Cleanup/optimization |

Re: [Django] #26488: migrate crashes when renaming a multi-table inheritance base model

2017-08-10 Thread Django
#26488: migrate crashes when renaming a multi-table inheritance base model -+- Reporter: Christopher |Owner: nobody Neugebauer | Type: Bug

Re: [Django] #28459: Improve performance of QuerySet

2017-08-10 Thread Django
#28459: Improve performance of QuerySet -+- Reporter: Sergey Fedoseev |Owner: nobody Type: | Status: closed Cleanup/optimization

[Django] #28487: Django1.11.4 Cannot run `manage.py runserver` on Windows (UnicodeDecodeError:)

2017-08-10 Thread Django
#28487: Django1.11.4 Cannot run `manage.py runserver` on Windows (UnicodeDecodeError:) -+- Reporter: newerBkl | Owner: nobody Type: Bug| Status: new

Re: [Django] #28386: Operations within non-atomic migrations don't honor the operation's `atomic` flag when migrating backwards

2017-08-10 Thread Django
#28386: Operations within non-atomic migrations don't honor the operation's `atomic` flag when migrating backwards +- Reporter: Evan Grim |Owner: Evan Grim Type: Bug |

Re: [Django] #28384: ModelAdmin.lookup_allowed() incorrectly raises DisallowedModelAdminLookup lookup with foreign key as primary key

2017-08-10 Thread Django
#28384: ModelAdmin.lookup_allowed() incorrectly raises DisallowedModelAdminLookup lookup with foreign key as primary key --+ Reporter: elliott-omosheye |Owner: Windson yang Type: Bug

Re: [Django] #28483: Possible typo in Django 2.0 release notes regarding Python version support

2017-08-10 Thread Django
#28483: Possible typo in Django 2.0 release notes regarding Python version support ---+-- Reporter: Vasili Korol |Owner: nobody Type: Bug| Status: closed

Re: [Django] #8936: Add view (read-only) permission to admin

2017-08-10 Thread Django
#8936: Add view (read-only) permission to admin ---+ Reporter: simon |Owner: Olivier Type: New feature| Status: assigned Component: contrib.admin |

Re: [Django] #28483: Possible typo in Django 2.0 release notes regarding Python version support

2017-08-10 Thread Django
#28483: Possible typo in Django 2.0 release notes regarding Python version support ---+-- Reporter: Vasili Korol |Owner: nobody Type: Bug| Status: closed