Re: [Django] #30064: Admin search with a null character crashes with "A string literal cannot contain NUL (0x00) characters." on PostgreSQL (was: Inputting search-query with null character to browser

2018-12-27 Thread Django
#30064: Admin search with a null character crashes with "A string literal cannot contain NUL (0x00) characters." on PostgreSQL ---+ Reporter: kenichi-cc |Owner: nobody Type: Bug|

[Django] #30064: Inputting search-query with null character to browser URL field and crash

2018-12-27 Thread Django
#30064: Inputting search-query with null character to browser URL field and crash -+ Reporter: kenichi-cc | Owner: nobody Type: Bug| Status: new

Re: [Django] #29111: Use autocomplete_fields in list_filter for related models

2018-12-27 Thread Django
#29111: Use autocomplete_fields in list_filter for related models ---+ Reporter: Paul Tiplady |Owner: nobody Type: New feature| Status: new Component: contrib.admin |

Re: [Django] #28369: Provide ModelAdmin hooks for reversing URLs

2018-12-27 Thread Django
#28369: Provide ModelAdmin hooks for reversing URLs ---+ Reporter: steve yeago|Owner: nobody Type: New feature| Status: new Component: contrib.admin |

Re: [Django] #29994: Document performance issues in FileBasedCache

2018-12-27 Thread Django
#29994: Document performance issues in FileBasedCache --+ Reporter: Mateusz Konieczny |Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #30062: Add UniqueConstraint condition parameter

2018-12-27 Thread Django
#30062: Add UniqueConstraint condition parameter -+- Reporter: Pavel Tyslacki |Owner: nobody Type: New feature | Status: new Component: Database layer

Re: [Django] #30063: Document that unique_together might be deprecated in favor of constraints in the future.

2018-12-27 Thread Django
#30063: Document that unique_together might be deprecated in favor of constraints in the future. -+- Reporter: Simon Charette |Owner: nobody Type: |

Re: [Django] #29850: Add window support for RowRange frames

2018-12-27 Thread Django
#29850: Add window support for RowRange frames -+- Reporter: Daniel Fuchs |Owner: Bryan | Collazo Type: New feature |

Re: [Django] #29851: Window Frame Doesn't Work In SubQuery

2018-12-27 Thread Django
#29851: Window Frame Doesn't Work In SubQuery -+- Reporter: Daniel Fuchs |Owner: felixxm Type: Bug | Status: closed Component: Database

Re: [Django] #29619: Raised FieldError's should include the field that caused the error

2018-12-27 Thread Django
#29619: Raised FieldError's should include the field that caused the error -+- Reporter: Alex Hayes |Owner: Jeff Type: | Status: assigned

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

2018-12-27 Thread Django
#28690: django.utils.http.parse_http_date two digit year check is incorrect -+-- Reporter: Mads Jensen |Owner: Tameesh Biswas Type: Bug | Status: assigned

Re: [Django] #27080: `as_manager` on QuerySet should pass down `use_in_migrations` to new Manager instance

2018-12-27 Thread Django
#27080: `as_manager` on QuerySet should pass down `use_in_migrations` to new Manager instance -+- Reporter: Leif Denby |Owner: Oliver Newman Type: New feature | Status:

Re: [Django] #30024: The test client request methods should raise an error when passed None as a data value

2018-12-27 Thread Django
#30024: The test client request methods should raise an error when passed None as a data value -+- Reporter: Jon Dufresne |Owner: nobody Type: New feature |

Re: [Django] #30062: Add UniqueConstraint condition parameter

2018-12-27 Thread Django
#30062: Add UniqueConstraint condition parameter -+- Reporter: Pavel Tyslacki |Owner: nobody Type: New feature | Status: new Component: Database layer

Re: [Django] #29851: Window Frame Doesn't Work In SubQuery

2018-12-27 Thread Django
#29851: Window Frame Doesn't Work In SubQuery -+- Reporter: Daniel Fuchs |Owner: felixxm Type: Bug | Status: assigned Component: Database

Re: [Django] #17522: ModelAdmin.ordering validation too strict

2018-12-27 Thread Django
#17522: ModelAdmin.ordering validation too strict -+- Reporter: Sebastian Goll |Owner: nobody Type: Bug | Status: new Component: contrib.admin

Re: [Django] #30049: GIS widgets don't initialize properly after clicking "Add another" in admin inlines

2018-12-27 Thread Django
#30049: GIS widgets don't initialize properly after clicking "Add another" in admin inlines --+ Reporter: Lars Solberg |Owner: nobody Type: Bug | Status: new

Re: [Django] #30049: GIS widgets don't initialize properly after clicking "Add another" in admin inlines (was: Multiple problems using gis fields in admin inlines)

2018-12-27 Thread Django
#30049: GIS widgets don't initialize properly after clicking "Add another" in admin inlines --+ Reporter: Lars Solberg |Owner: nobody Type: Bug | Status: new

Re: [Django] #30059: DELETE request with payload makes subsequent request fail

2018-12-27 Thread Django
#30059: DELETE request with payload makes subsequent request fail ---+-- Reporter: diurchenko |Owner: nobody Type: Bug| Status: closed Component: HTTP

Re: [Django] #15015: Mixing read-only with ability to add new instances using a FormSet

2018-12-27 Thread Django
#15015: Mixing read-only with ability to add new instances using a FormSet -+ Reporter: coleifer |Owner: nobody Type: New feature | Status: new Component: Forms