Re: [Django] #28684: Removing an index from an IntegerField causes a KeyError exception

2017-10-06 Thread Django
#28684: Removing an index from an IntegerField causes a KeyError exception -+-- Reporter: Daniel Valdivia |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #28690: django.utils.http.parse_http_date two digit year check is incorrect

2017-10-06 Thread Django
#28690: django.utils.http.parse_http_date two digit year check is incorrect ---+-- Reporter: Mads Jensen|Owner: nobody Type: Bug| Status: new Component: Uncat

[Django] #28690: django.utils.http.parse_http_date two digit year check is incorrect

2017-10-06 Thread Django
#28690: django.utils.http.parse_http_date two digit year check is incorrect -+ Reporter: Mads Jensen| Owner: nobody Type: Bug| Status: new Component:

Re: [Django] #27810: Add query expression support for ModelAdmin list_display's admin_order_field

2017-10-06 Thread Django
#27810: Add query expression support for ModelAdmin list_display's admin_order_field ---+- Reporter: Andreas Pelme |Owner: Andreas Pelme Type: New feature| Status: assign

[Django] #28689: OuterRef outputs unquoted table name in SQL query under specific circumstances

2017-10-06 Thread Django
#28689: OuterRef outputs unquoted table name in SQL query under specific circumstances -+- Reporter: Joey | Owner: nobody Wilhelm| Type: Bug

Re: [Django] #24254: Queries using distinct() and order_by() cannot be used with the __in lookup

2017-10-06 Thread Django
#24254: Queries using distinct() and order_by() cannot be used with the __in lookup -+- Reporter: Torsten Bronger |Owner: Simon | Charette Type: B

Re: [Django] #28670: Add native LIMIT/OFFSET support on Oracle.

2017-10-06 Thread Django
#28670: Add native LIMIT/OFFSET support on Oracle. -+- Reporter: Markus Stenberg |Owner: felixxm Type: | Status: assigned Cleanup/optimization

Re: [Django] #28586: Automatically prefetch related for "to one" fields as needed.

2017-10-06 Thread Django
#28586: Automatically prefetch related for "to one" fields as needed. -+- Reporter: Gordon Wrigley |Owner: nobody Type: New feature | Status: new Compon

Re: [Django] #28688: Unicode slugs are not properly slugified due to javascript limitations

2017-10-06 Thread Django
#28688: Unicode slugs are not properly slugified due to javascript limitations -+- Reporter: Sævar Öfjörð |Owner: nobody Magnússon | Type: Bug

Re: [Django] #28556: resolve of i18n_patterns does not match default language paths with prefix_default_language=False

2017-10-06 Thread Django
#28556: resolve of i18n_patterns does not match default language paths with prefix_default_language=False -+- Reporter: nielsole |Owner: nobody Type: Bug |

Re: [Django] #28547: Documentation unclear if 'redirect' shortcut encodes the url or expects it to be encoded

2017-10-06 Thread Django
#28547: Documentation unclear if 'redirect' shortcut encodes the url or expects it to be encoded -+- Reporter: Jesse|Owner: Jake Type: | Barber Clean

Re: [Django] #24254: Queries using distinct() and order_by() cannot be used with the __in lookup

2017-10-06 Thread Django
#24254: Queries using distinct() and order_by() cannot be used with the __in lookup -+- Reporter: Torsten Bronger |Owner: Simon | Charette Type: B

Re: [Django] #28665: Raise NotSupportedError instead of NotImplemented error when a per PEP 249

2017-10-06 Thread Django
#28665: Raise NotSupportedError instead of NotImplemented error when a per PEP 249 -+- Reporter: Simon Charette |Owner: Simon Type: | Charette Cleanup/optimiza

[Django] #28688: Unicode slugs are not properly slugified due to javascript limitations

2017-10-06 Thread Django
#28688: Unicode slugs are not properly slugified due to javascript limitations --+ Reporter: Sævar Öfjörð Magnússon | Owner: nobody Type: Bug | Status:

Re: [Django] #28663: Check for likely incorrectly migrated django.urls.path() calls (that still have regex characters in the route) (was: Check for incorrectly migrated django.urls.path calls)

2017-10-06 Thread Django
#28663: Check for likely incorrectly migrated django.urls.path() calls (that still have regex characters in the route) -+ Reporter: Chris Lamb |Owner: nobody Type: New feature |

Re: [Django] #28649: Add "iso_year" lookup to DateField/DateTimeField (was: Add "week_year" lookup to DateField/DateTimeField)

2017-10-06 Thread Django
#28649: Add "iso_year" lookup to DateField/DateTimeField -+- Reporter: Sigurd Ljødal|Owner: Sigurd | Ljødal Type: New feature |

Re: [Django] #28549: Can't defer() fields from super- and sub-class at the same time

2017-10-06 Thread Django
#28549: Can't defer() fields from super- and sub-class at the same time -+- Reporter: Jeremy Kerr |Owner: Jeremy | Kerr Type: Bug

Re: [Django] #28650: Add TruncWeek

2017-10-06 Thread Django
#28650: Add TruncWeek -+- Reporter: Sigurd Ljødal|Owner: Sigurd | Ljødal Type: New feature | Status: assigned Co

Re: [Django] #28549: Can't defer() fields from super- and sub-class at the same time

2017-10-06 Thread Django
#28549: Can't defer() fields from super- and sub-class at the same time -+- Reporter: Jeremy Kerr |Owner: Jeremy | Kerr Type: Bug

Re: [Django] #28661: Auto-truncate indexes on MySQL when max index size is reached

2017-10-06 Thread Django
#28661: Auto-truncate indexes on MySQL when max index size is reached -+- Reporter: Claude Paroz |Owner: nobody Type: New feature | Status: new Compon

Re: [Django] #28646: Migration calls "CREATE INDEX" when one already exists when 'unique' field attribute is added

2017-10-06 Thread Django
#28646: Migration calls "CREATE INDEX" when one already exists when 'unique' field attribute is added -+- Reporter: Hari - 何瑞理|Owner: nobody Type: Bug |

Re: [Django] #28684: Removing an index from an IntegerField causes a KeyError exception

2017-10-06 Thread Django
#28684: Removing an index from an IntegerField causes a KeyError exception -+-- Reporter: Daniel Valdivia |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #28658: Move DISTINCT handling to the Aggregate base class.

2017-10-06 Thread Django
#28658: Move DISTINCT handling to the Aggregate base class. -+- Reporter: Simon Charette |Owner: Simon Type: | Charette Cleanup/optimization |

Re: [Django] #28685: Select2 chips may wrap awkwardly (was: Visual issue with Select2 input widget)

2017-10-06 Thread Django
#28685: Select2 chips may wrap awkwardly -+ Reporter: Antoine Lorence |Owner: nobody Type: Bug | Status: new Component: contrib.admin|

Re: [Django] #27857: Cleanups and features to use when dropping support for Python 3.4

2017-10-06 Thread Django
#27857: Cleanups and features to use when dropping support for Python 3.4 --+ Reporter: Tim Graham|Owner: nobody Type: Cleanup/optimization | Status: closed

Re: [Django] #28686: QuerySet.bulk_create() doesn't need to convert the input objs into list

2017-10-06 Thread Django
#28686: QuerySet.bulk_create() doesn't need to convert the input objs into list -+- Reporter: Michael Lee |Owner: nobody Type: | Status: clos

[Django] #28687: Not 'Empty' Related Filter option

2017-10-06 Thread Django
#28687: Not 'Empty' Related Filter option ---+ Reporter: Brillgen Developers | Owner: nobody Type: Uncategorized| Status: new Component: contrib.admin

[Django] #28686: QuerySet.bulk_create() doesn't need to convert the input objs into list

2017-10-06 Thread Django
#28686: QuerySet.bulk_create() doesn't need to convert the input objs into list + Reporter: Michael Lee | Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #28643: Complete the ORM Function Library

2017-10-06 Thread Django
#28643: Complete the ORM Function Library -+- Reporter: Matthew Pava |Owner: JunyiJ Type: New feature | Status: assigned Component: Database layer

Re: [Django] #28636: Allow customizing the translation fallback language

2017-10-06 Thread Django
#28636: Allow customizing the translation fallback language -+- Reporter: Denis Anuschewski|Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #28685: Visual issue with Select2 input widget

2017-10-06 Thread Django
#28685: Visual issue with Select2 input widget -+-- Reporter: Antoine Lorence |Owner: nobody Type: Bug | Status: new Component: contrib.admin|

Re: [Django] #28685: Visual issue with Select2 input widget

2017-10-06 Thread Django
#28685: Visual issue with Select2 input widget -+-- Reporter: Antoine Lorence |Owner: nobody Type: Bug | Status: new Component: contrib.admin|