[Django] #28785: Tracking migrations

2017-11-07 Thread Django
#28785: Tracking migrations -+ Reporter: Ramez Kabbani | Owner: nobody Type: Uncategorized | Status: new Component: Migrations |Version: 1.11

[Django] #28784: Clarify migrate --fake documentation

2017-11-07 Thread Django
#28784: Clarify migrate --fake documentation + Reporter: Ramez Kabbani | Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #28585: Set `has_file_field` context attribute for admin change forms conditionally on Form.is_multipart()

2017-11-07 Thread Django
#28585: Set `has_file_field` context attribute for admin change forms conditionally on Form.is_multipart() --+ Reporter: Mark Rogaski |Owner: nobody Type: Cleanup/optimization |

Re: [Django] #28719: Add a helpful exception message when ListView.get_queryset() returns None

2017-11-07 Thread Django
#28719: Add a helpful exception message when ListView.get_queryset() returns None -+- Reporter: Bjorn Kristinsson|Owner: Tim Type: | Graham

Re: [Django] #28719: Add a helpful exception message when ListView.get_queryset() returns None (was: Better exception message when get_queryset returns None)

2017-11-07 Thread Django
#28719: Add a helpful exception message when ListView.get_queryset() returns None -+- Reporter: Bjorn Kristinsson|Owner: (none) Type: | Status:

Re: [Django] #28781: QuerySet.union()/intersection()/difference() doesn't work with QuerySet.values().

2017-11-07 Thread Django
#28781: QuerySet.union()/intersection()/difference() doesn't work with QuerySet.values(). -+- Reporter: Amir Aziiev |Owner: felixxm Type: Bug |

[Django] #28783: Support for custom operator class for indexes

2017-11-07 Thread Django
#28783: Support for custom operator class for indexes -+- Reporter: vinay | Owner: nobody karanam| Type: New| Status: new

Re: [Django] #28781: QuerySet.union()/intersection()/difference() doesn't work with QuerySet.values().

2017-11-07 Thread Django
#28781: QuerySet.union()/intersection()/difference() doesn't work with QuerySet.values(). -+- Reporter: Amir Aziiev |Owner: felixxm Type: Bug |

Re: [Django] #28781: QuerySet.union()/intersection()/difference() doesn't work with QuerySet.values(). (was: QuerySet.union() doesn't preserve columns ordering in SQL.)

2017-11-07 Thread Django
#28781: QuerySet.union()/intersection()/difference() doesn't work with QuerySet.values(). -+- Reporter: Amir Aziiev |Owner: felixxm Type: Bug |

Re: [Django] #28761: Document prefixes in InlineFormsets

2017-11-07 Thread Django
#28761: Document prefixes in InlineFormsets -+- Reporter: Jay Welborn |Owner: Jay Type: | Welborn Cleanup/optimization |

Re: [Django] #28720: Add HttpRequest.get_full_path_info()

2017-11-07 Thread Django
#28720: Add HttpRequest.get_full_path_info() ---+ Reporter: Jonas Haag |Owner: nobody Type: New feature| Status: closed Component: HTTP handling |

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

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

Re: [Django] #28758: Fix range min/max validators to prevent errors for infinite ranges

2017-11-07 Thread Django
#28758: Fix range min/max validators to prevent errors for infinite ranges -+- Reporter: myii |Owner: Tim | Graham Type:

Re: [Django] #28761: Document prefixes in InlineFormsets

2017-11-07 Thread Django
#28761: Document prefixes in InlineFormsets -+- Reporter: Jay Welborn |Owner: Jay Type: | Welborn Cleanup/optimization |

Re: [Django] #28761: Document prefixes in InlineFormsets

2017-11-07 Thread Django
#28761: Document prefixes in InlineFormsets -+- Reporter: Jay Welborn |Owner: Jay Type: | Welborn Cleanup/optimization |

Re: [Django] #28731: Passing an empty Q() to a When inside a Case causes an OperationError

2017-11-07 Thread Django
#28731: Passing an empty Q() to a When inside a Case causes an OperationError -+- Reporter: Tom van Bussel |Owner: Tim | Martin Type: Bug

Re: [Django] #28781: QuerySet.union() doesn't preserve columns ordering in SQL. (was: Order of queryset.union() with queryset.values() is incorrect)

2017-11-07 Thread Django
#28781: QuerySet.union() doesn't preserve columns ordering in SQL. -+- Reporter: Amir Aziiev |Owner: nobody Type: Bug | Status: new

Re: [Django] #28544: unlocalize template filter not consistent with "localize off" for datetimes - does not honor DATETIME_FORMAT

2017-11-07 Thread Django
#28544: unlocalize template filter not consistent with "localize off" for datetimes - does not honor DATETIME_FORMAT -+- Reporter: Beda Kosata |Owner: nobody Type: Bug

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

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

Re: [Django] #28645: AuthenticationForm's inactive user error isn't raised when using ModelBackend

2017-11-07 Thread Django
#28645: AuthenticationForm's inactive user error isn't raised when using ModelBackend -+- Reporter: Guilherme Junqueira |Owner: hui shang Type: Bug |

Re: [Django] #28751: Add an error message for inactive user login in AdminAuthenticationForm

2017-11-07 Thread Django
#28751: Add an error message for inactive user login in AdminAuthenticationForm --+ Reporter: SeungWon Kang |Owner: nobody Type: Cleanup/optimization | Status:

Re: [Django] #28544: unlocalize template filter not consistent with "localize off" for datetimes - does not honor DATETIME_FORMAT

2017-11-07 Thread Django
#28544: unlocalize template filter not consistent with "localize off" for datetimes - does not honor DATETIME_FORMAT -+- Reporter: Beda Kosata |Owner: nobody Type: Bug

Re: [Django] #28766: Add route information to ResolverMatch

2017-11-07 Thread Django
#28766: Add route information to ResolverMatch -+- Reporter: Benjamin Wohlwend|Owner: Benjamin | Wohlwend Type: New feature |

Re: [Django] #23821: Remove bundled six

2017-11-07 Thread Django
#23821: Remove bundled six -+- Reporter: Markus Holtermann|Owner: Markus Type: | Holtermann Cleanup/optimization | Status:

Re: [Django] #28770: Warn that quoting a placeholder in a raw SQL string can lead to SQL injection

2017-11-07 Thread Django
#28770: Warn that quoting a placeholder in a raw SQL string can lead to SQL injection --+ Reporter: Hynek Cernoch |Owner: nobody Type: Cleanup/optimization |

Re: [Django] #28770: Warn that quoting a placeholder in a raw SQL string can lead to SQL injection

2017-11-07 Thread Django
#28770: Warn that quoting a placeholder in a raw SQL string can lead to SQL injection --+ Reporter: Hynek Cernoch |Owner: nobody Type: Cleanup/optimization |

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

2017-11-07 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] #23821: Remove bundled six

2017-11-07 Thread Django
#23821: Remove bundled six -+- Reporter: Markus Holtermann|Owner: Markus Type: | Holtermann Cleanup/optimization | Status:

Re: [Django] #23821: Remove bundled six

2017-11-07 Thread Django
#23821: Remove bundled six -+- Reporter: Markus Holtermann|Owner: Markus Type: | Holtermann Cleanup/optimization | Status: new

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

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

Re: [Django] #23821: Remove bundled six (was: Remove bundled six and replace it with a upstream dependency)

2017-11-07 Thread Django
#23821: Remove bundled six -+- Reporter: Markus Holtermann|Owner: Markus Type: | Holtermann Cleanup/optimization | Status: new

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

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

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

2017-11-07 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] #28748: Named groups in choices are not properly validated

2017-11-07 Thread Django
#28748: Named groups in choices are not properly validated -+- Reporter: Scott Stevens|Owner: (none) Type: Bug | Status: new Component:

Re: [Django] #28781: Order of queryset.union() with queryset.values() is incorrect

2017-11-07 Thread Django
#28781: Order of queryset.union() with queryset.values() is incorrect -+- Reporter: Amir Aziiev |Owner: nobody Type: Bug | Status: new

Re: [Django] #28780: Allow customizing PasswordResetConfirmView's INTERNAL_RESET_URL_TOKEN (was: Ability to customize INTERNAL_RESET_URL_TOKEN)

2017-11-07 Thread Django
#28780: Allow customizing PasswordResetConfirmView's INTERNAL_RESET_URL_TOKEN --+ Reporter: Meiyer|Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #28781: Order of queryset.union() with queryset.values() is incorrect

2017-11-07 Thread Django
#28781: Order of queryset.union() with queryset.values() is incorrect -+- Reporter: Amir Aziiev |Owner: nobody Type: Bug | Status: new

Re: [Django] #28518: improve performance of loading geometries from DB

2017-11-07 Thread Django
#28518: improve performance of loading geometries from DB -+- Reporter: Sergey Fedoseev |Owner: Sergey Type: | Fedoseev Cleanup/optimization |

Re: [Django] #28769: Utilize 'x or y' in place of 'x if x else y'

2017-11-07 Thread Django
#28769: Utilize 'x or y' in place of 'x if x else y' -+- Reporter: Дилян Палаузов |Owner: nobody Type: | Status: closed Cleanup/optimization

Re: [Django] #28775: Queryset last() does not honor slices

2017-11-07 Thread Django
#28775: Queryset last() does not honor slices -+- Reporter: Liquid Scorpio |Owner: nobody Type: Bug | Status: closed Component: Database layer

Re: [Django] #28779: PasswordChangeView and PasswordChangeDoneView do not use a custom REDIRECT_FIELD_NAME

2017-11-07 Thread Django
#28779: PasswordChangeView and PasswordChangeDoneView do not use a custom REDIRECT_FIELD_NAME -+- Reporter: Meiyer |Owner: nobody Type: |

Re: [Django] #28781: Order of queryset.union() with queryset.values() is incorrect

2017-11-07 Thread Django
#28781: Order of queryset.union() with queryset.values() is incorrect -+- Reporter: Amir Aziiev |Owner: nobody Type: Bug | Status: new

Re: [Django] #28781: Order of queryset.union() with queryset.values() is incorrect

2017-11-07 Thread Django
#28781: Order of queryset.union() with queryset.values() is incorrect -+- Reporter: Amir Aziiev |Owner: nobody Type: Bug | Status: new

Re: [Django] #28752: django.setup() should not be runnable multiple times

2017-11-07 Thread Django
#28752: django.setup() should not be runnable multiple times +-- Reporter: pascal chambon |Owner: nobody Type: Bug | Status: new Component: Core (Other)

Re: [Django] #28781: Order of queryset.union() with queryset.values() is incorrect

2017-11-07 Thread Django
#28781: Order of queryset.union() with queryset.values() is incorrect -+- Reporter: Amir Aziiev |Owner: nobody Type: Bug | Status: new

[Django] #28781: Order of queryset.union() with queryset.values() is incorrect

2017-11-07 Thread Django
#28781: Order of queryset.union() with queryset.values() is incorrect -+- Reporter: Amir | Owner: nobody Aziiev | Type: Bug|

Re: [Django] #28761: Document prefixes in InlineFormsets

2017-11-07 Thread Django
#28761: Document prefixes in InlineFormsets -+- Reporter: Jay Welborn |Owner: Jay Type: | Welborn Cleanup/optimization |

Re: [Django] #28731: Passing an empty Q() to a When inside a Case causes an OperationError

2017-11-07 Thread Django
#28731: Passing an empty Q() to a When inside a Case causes an OperationError -+- Reporter: Tom van Bussel |Owner: Tim | Martin Type: Bug

[Django] #28780: Ability to customize INTERNAL_RESET_URL_TOKEN

2017-11-07 Thread Django
#28780: Ability to customize INTERNAL_RESET_URL_TOKEN -+ Reporter: Meiyer | Owner: nobody Type: New feature| Status: new Component: Uncategorized |