[Django] #28824: Allow different Foreign Keys to share same underlying DB column

2017-11-20 Thread Django
#28824: Allow different Foreign Keys to share same underlying DB column -+- Reporter: klass- | Owner: nobody ivan | Type: New| St

[Django] #28823: Nested @override_settings on class and method do not work correctly

2017-11-20 Thread Django
#28823: Nested @override_settings on class and method do not work correctly -+ Reporter: Paolo D'Apice | Owner: nobody Type: Bug| Status: new Component:

Re: [Django] #28823: Nested @override_settings on class and method do not work correctly

2017-11-20 Thread Django
#28823: Nested @override_settings on class and method do not work correctly ---+-- Reporter: Paolo D'Apice |Owner: nobody Type: Bug| Status: new Component: Uncat

Re: [Django] #28816: Silent data loss when decreasing the max_length of a CharField

2017-11-20 Thread Django
#28816: Silent data loss when decreasing the max_length of a CharField + Reporter: Gavin Wahl |Owner: ChillarAnand Type: Bug | Status: assigned Component: Migrat

Re: [Django] #28822: Add DBCalculatedField to model to annotate models automatically

2017-11-20 Thread Django
#28822: Add DBCalculatedField to model to annotate models automatically -+- Reporter: Ilya |Owner: nobody Type: New feature | Status: new Comp

Re: [Django] #28822: Add DBCalculatedField to model to annotate models automatically

2017-11-20 Thread Django
#28822: Add DBCalculatedField to model to annotate models automatically -+- Reporter: Ilya |Owner: nobody Type: New feature | Status: new Comp

[Django] #28822: Add DBCalculatedField to model to annotate models automatically

2017-11-20 Thread Django
#28822: Add DBCalculatedField to model to annotate models automatically -+- Reporter: Ilya | Owner: nobody Type: New| Status: new feature

Re: [Django] #28817: Use server-side cursors for QuerySet.values() and values_list()

2017-11-20 Thread Django
#28817: Use server-side cursors for QuerySet.values() and values_list() -+- Reporter: Dražen Odobašić |Owner: Dražen | Odobašić Type: Bug

Re: [Django] #28811: KeyError when using a regular annotation inside an F-statement in a group by annotation

2017-11-20 Thread Django
#28811: KeyError when using a regular annotation inside an F-statement in a group by annotation -+- Reporter: Robin Ramael |Owner: nobody Type: Bug |

Re: [Django] #28800: Add a management command to list URL patterns (was: List routes in the console)

2017-11-20 Thread Django
#28800: Add a management command to list URL patterns -+- Reporter: Martín Peveri|Owner: nobody Type: New feature | Status: new Component: Core (Mana

Re: [Django] #28790: Document how to avoid running certain test classes in parallel (was: Provide a mixin to run certain test classes not in parallel)

2017-11-20 Thread Django
#28790: Document how to avoid running certain test classes in parallel --+ Reporter: Tobias Krönke |Owner: nobody Type: Cleanup/optimization | Status: new Com

Re: [Django] #28782: Template variable resolution on objects that are no mappings but implement __getitem__

2017-11-20 Thread Django
#28782: Template variable resolution on objects that are no mappings but implement __getitem__ -+- Reporter: Frank Sachsenheim|Owner: Frank | Sachsenheim

Re: [Django] #28797: Sum aggregation might return "-0.00" instead of "0.00"

2017-11-20 Thread Django
#28797: Sum aggregation might return "-0.00" instead of "0.00" -+- Reporter: Simon Hanna |Owner: nobody Type: Bug | Status: closed Component:

Re: [Django] #28821: Allow QuerySet.bulk_create() on multi-table inheritance when possible (was: Allow bulk_create on multi-table inheritance when possible)

2017-11-20 Thread Django
#28821: Allow QuerySet.bulk_create() on multi-table inheritance when possible -+- Reporter: Joey Wilhelm |Owner: nobody Type: New feature | Status: new

Re: [Django] #28820: update() produces extra query with proxy model

2017-11-20 Thread Django
#28820: update() produces extra query with proxy model -+- Reporter: Yan Mitrofanov |Owner: Yan | Mitrofanov Type: Bug |

Re: [Django] #28771: Add a model field option that corresponds to the short_description admin property

2017-11-20 Thread Django
#28771: Add a model field option that corresponds to the short_description admin property -+- Reporter: Rick Graves |Owner: nobody Type: | Sta

Re: [Django] #28773: manage.py makemessages throws syntax error due to incorrectly generated django.pot

2017-11-20 Thread Django
#28773: manage.py makemessages throws syntax error due to incorrectly generated django.pot -+- Reporter: Hendy Irawan |Owner: nobody Type: Bug | St

[Django] #28821: Allow bulk_create on multi-table inheritance when possible

2017-11-20 Thread Django
#28821: Allow bulk_create on multi-table inheritance when possible -+- Reporter: Joey | Owner: nobody Wilhelm| Type: New| Status:

Re: [Django] #28606: Deprecate CachedStaticFilesStorage

2017-11-20 Thread Django
#28606: Deprecate CachedStaticFilesStorage --+ Reporter: Ed Morley |Owner: (none) Type: Cleanup/optimization | Status: new Component: contrib.staticfiles

Re: [Django] #28817: Use server-side cursors for QuerySet.values() and values_list() (was: Use server side cursors for values and values_list)

2017-11-20 Thread Django
#28817: Use server-side cursors for QuerySet.values() and values_list() -+- Reporter: Dražen Odobašić |Owner: Dražen | Odobašić Type: Bug

Re: [Django] #28804: MariaDB compatibility broken: "Unknown system variable 'transaction_isolation'"

2017-11-20 Thread Django
#28804: MariaDB compatibility broken: "Unknown system variable 'transaction_isolation'" -+- Reporter: Gene Sem |Owner: nobody Type: Bug | Statu

Re: [Django] #28804: MariaDB compatibility broken: "Unknown system variable 'transaction_isolation'"

2017-11-20 Thread Django
#28804: MariaDB compatibility broken: "Unknown system variable 'transaction_isolation'" -+- Reporter: Gene Sem |Owner: nobody Type: Bug | Statu

Re: [Django] #28820: update() produces extra query with proxy model

2017-11-20 Thread Django
#28820: update() produces extra query with proxy model -+- Reporter: Yan |Owner: Yan Type: Bug | Status: assigned Component: Databas

[Django] #28820: update() produces extra query with proxy model

2017-11-20 Thread Django
#28820: update() produces extra query with proxy model -+- Reporter: Yan| Owner: nobody Type: Bug| Status: assigned Component: Database |

Re: [Django] #28791: ManagementUtility.execute() does not handle ImportError for invalid settings module

2017-11-20 Thread Django
#28791: ManagementUtility.execute() does not handle ImportError for invalid settings module -+- Reporter: Marten Kenbeek |Owner: Type: | Hrishikesh Barman Cleanu

Re: [Django] #28819: Django 2.0 - subclasses of Loader must provide a get_template_sources() method

2017-11-20 Thread Django
#28819: Django 2.0 - subclasses of Loader must provide a get_template_sources() method ---+-- Reporter: kakulukia |Owner: nobody Type: Uncategorized | Status: closed Com

Re: [Django] #28819: Django 2.0 - subclasses of Loader must provide a get_template_sources() method

2017-11-20 Thread Django
#28819: Django 2.0 - subclasses of Loader must provide a get_template_sources() method ---+-- Reporter: kakulukia |Owner: nobody Type: Uncategorized | Status: closed Com

Re: [Django] #28819: Django 2.0 - subclasses of Loader must provide a get_template_sources() method

2017-11-20 Thread Django
#28819: Django 2.0 - subclasses of Loader must provide a get_template_sources() method ---+-- Reporter: kakulukia |Owner: nobody Type: Uncategorized | Status: new Compon

[Django] #28819: Django 2.0 - subclasses of Loader must provide a get_template_sources() method

2017-11-20 Thread Django
#28819: Django 2.0 - subclasses of Loader must provide a get_template_sources() method -+ Reporter: kakulukia | Owner: nobody Type: Uncategorized | Status: new