Re: [Django] #29321: when instance.delete() while cause memory leak

2018-04-12 Thread Django
#29321: when instance.delete() while cause memory leak -+- Reporter: yywing |Owner: nobody Type: Bug | Status: new Component: Database

[Django] #29321: when instance.delete() while cause memory leak

2018-04-12 Thread Django
#29321: when instance.delete() while cause memory leak -+ Reporter: yywing | Owner: nobody Type: Bug| Status: new Component: Uncategorized |

Re: [Django] #29286: QuerySet.values_list() crashes when combining annotated and not-annotated querysets with union().

2018-04-12 Thread Django
#29286: QuerySet.values_list() crashes when combining annotated and not-annotated querysets with union(). -+- Reporter: felixxm |Owner: felixxm Type: Bug |

Re: [Django] #29320: Add an exception when an annotation alias matches a ForeignKey attname

2018-04-12 Thread Django
#29320: Add an exception when an annotation alias matches a ForeignKey attname -+- Reporter: Flávio Juvenal |Owner: Flávio | Juvenal Type: Bug

Re: [Django] #29320: Add an exception when an annotation alias matches a ForeignKey attname (was: No exception when an Annotation alias matches a ForeignKey attname)

2018-04-12 Thread Django
#29320: Add an exception when an annotation alias matches a ForeignKey attname -+- Reporter: Flávio Juvenal |Owner: Flávio | Juvenal Type: Bug

Re: [Django] #22538: Support for HTML5 Date and Time input fields

2018-04-12 Thread Django
#22538: Support for HTML5 Date and Time input fields ---+-- Reporter: me@… |Owner: nobody Type: Uncategorized | Status: closed Component: Forms |

Re: [Django] #11385: DateTimeField doesn't accept ISO 8601 formatted date string

2018-04-12 Thread Django
#11385: DateTimeField doesn't accept ISO 8601 formatted date string -+ Reporter: Jani Tiainen |Owner: nobody Type: New feature | Status: new

Re: [Django] #22538: Support for HTML5 Date and Time input fields

2018-04-12 Thread Django
#22538: Support for HTML5 Date and Time input fields ---+-- Reporter: me@… |Owner: nobody Type: Uncategorized | Status: closed Component: Forms |

Re: [Django] #19580: Unify reverse foreign key and m2m unsaved model querying

2018-04-12 Thread Django
#19580: Unify reverse foreign key and m2m unsaved model querying -+- Reporter: Anssi Kääriäinen |Owner: Rajesh Type: | Veeranki Cleanup/optimization

Re: [Django] #28553: Querysets: annotate() columns are forced into a certain position which may disrupt union()

2018-04-12 Thread Django
#28553: Querysets: annotate() columns are forced into a certain position which may disrupt union() -+- Reporter: David Sanders|Owner: nobody Type: |

Re: [Django] #29320: No exception when an Annotation alias matches a ForeignKey attname

2018-04-12 Thread Django
#29320: No exception when an Annotation alias matches a ForeignKey attname -+- Reporter: Flávio Juvenal |Owner: Flávio | Juvenal Type: Bug

Re: [Django] #29320: No exception when an Annotation alias matches a ForeignKey attname

2018-04-12 Thread Django
#29320: No exception when an Annotation alias matches a ForeignKey attname -+- Reporter: Flávio Juvenal |Owner: Flávio | Juvenal Type: Bug

[Django] #29320: No exception when an Annotation alias matches a ForeignKey attname

2018-04-12 Thread Django
#29320: No exception when an Annotation alias matches a ForeignKey attname -+- Reporter: Flávio | Owner: Flávio Juvenal Juvenal| Type: Bug

Re: [Django] #29296: admindocs ViewIndexView crashes if a syndication Feed (or something without __qualname__) is configured

2018-04-12 Thread Django
#29296: admindocs ViewIndexView crashes if a syndication Feed (or something without __qualname__) is configured -+- Reporter: Paul Donohue |Owner: nobody Type: Bug

Re: [Django] #29296: admindocs ViewIndexView crashes if a syndication Feed (or something without __qualname__) is configured

2018-04-12 Thread Django
#29296: admindocs ViewIndexView crashes if a syndication Feed (or something without __qualname__) is configured -+- Reporter: Paul Donohue |Owner: nobody Type: Bug

Re: [Django] #29296: admindocs ViewIndexView crashes if a syndication Feed (or something without __qualname__) is configured

2018-04-12 Thread Django
#29296: admindocs ViewIndexView crashes if a syndication Feed (or something without __qualname__) is configured -+- Reporter: Paul Donohue |Owner: nobody Type: Bug

Re: [Django] #29319: post_delete signals is sent before objects are deleted (was: post_delete signals is)

2018-04-12 Thread Django
#29319: post_delete signals is sent before objects are deleted -+- Reporter: Nicolas Ippolito |Owner: nobody Type: Bug | Status: closed

Re: [Django] #29286: QuerySet.values_list() crashes when combining annotated and not-annotated querysets with union().

2018-04-12 Thread Django
#29286: QuerySet.values_list() crashes when combining annotated and not-annotated querysets with union(). -+- Reporter: felixxm |Owner: felixxm Type: Bug |

Re: [Django] #29296: admindocs ViewIndexView crashes if a syndication Feed (or something without __qualname__) is configured

2018-04-12 Thread Django
#29296: admindocs ViewIndexView crashes if a syndication Feed (or something without __qualname__) is configured -+- Reporter: Paul Donohue |Owner: nobody Type: Bug

Re: [Django] #29296: admindocs ViewIndexView crashes if a syndication Feed (or something without __qualname__) is configured

2018-04-12 Thread Django
#29296: admindocs ViewIndexView crashes if a syndication Feed (or something without __qualname__) is configured ---+ Reporter: Paul Donohue |Owner: nobody Type: Bug|

Re: [Django] #29319: post_delete signals is

2018-04-12 Thread Django
#29319: post_delete signals is -+- Reporter: Nicolas Ippolito |Owner: nobody Type: Bug | Status: closed Component: Database layer |

Re: [Django] #29286: QuerySet.values_list() crashes when combining annotated and not-annotated querysets with union().

2018-04-12 Thread Django
#29286: QuerySet.values_list() crashes when combining annotated and not-annotated querysets with union(). -+- Reporter: felixxm |Owner: felixxm Type: Bug |

Re: [Django] #29318: ValidationError has no attribute `error_list` if message is a dict, but Field.run_validators() depends on it

2018-04-12 Thread Django
#29318: ValidationError has no attribute `error_list` if message is a dict, but Field.run_validators() depends on it ---+-- Reporter: Michael Käufl |Owner: nobody Type: Bug|

[Django] #29319: post_delete signals is

2018-04-12 Thread Django
#29319: post_delete signals is -+- Reporter: nippo | Owner: nobody Type: Bug| Status: new Component: Database |Version: 2.0 layer

Re: [Django] #29286: QuerySet.values_list() crashes when combining annotated and not-annotated querysets with union().

2018-04-12 Thread Django
#29286: QuerySet.values_list() crashes when combining annotated and not-annotated querysets with union(). -+- Reporter: felixxm |Owner: felixxm Type: Bug |

Re: [Django] #29313: Add documentation for how to use F() expressions in combination with nulls_last

2018-04-12 Thread Django
#29313: Add documentation for how to use F() expressions in combination with nulls_last -+- Reporter: drd0013 |Owner: drd0013 Type: |

Re: [Django] #29305: GET or POST requests outside of the browser to the LiveServerTestCase server hang

2018-04-12 Thread Django
#29305: GET or POST requests outside of the browser to the LiveServerTestCase server hang ---+-- Reporter: Santiago García|Owner: nobody Type: Bug| Status:

Re: [Django] #29318: ValidationError has no attribute `error_list` if message is a dict, but Field.run_validators() depends on it

2018-04-12 Thread Django
#29318: ValidationError has no attribute `error_list` if message is a dict, but Field.run_validators() depends on it ---+-- Reporter: Michael Käufl |Owner: nobody Type: Bug|

Re: [Django] #29212: Redirect loop with @permission_required and redirect_authenticated_user

2018-04-12 Thread Django
#29212: Redirect loop with @permission_required and redirect_authenticated_user -+- Reporter: Nick Pope|Owner: Nick Pope Type: Bug | Status: