Re: [Django] #31010: Add subdomains of localhost to ALLOWED_HOSTS in DEBUG mode

2019-11-29 Thread Django
#31010: Add subdomains of localhost to ALLOWED_HOSTS in DEBUG mode ---+- Reporter: thenewguy |Owner: thenewguy Type: New feature| Status: assigned Component:

Re: [Django] #31047: Empty models.TextField being incorrectly saved as empty string

2019-11-29 Thread Django
#31047: Empty models.TextField being incorrectly saved as empty string -+- Reporter: Ebenezer |Owner: nobody Hailemariam| Type: Bug |

Re: [Django] #31047: Empty models.TextField being incorrectly saved as empty string

2019-11-29 Thread Django
#31047: Empty models.TextField being incorrectly saved as empty string -+- Reporter: Ebenezer |Owner: nobody Hailemariam| Type: Bug |

Re: [Django] #10070: Named parameters not working on raw sql queries with sqlite

2019-11-29 Thread Django
#10070: Named parameters not working on raw sql queries with sqlite -+- Reporter: Matias Surdi |Owner: nobody Type: Bug | Status: new

Re: [Django] #9025: Nested Inline Support in Admin

2019-11-29 Thread Django
#9025: Nested Inline Support in Admin ---+ Reporter: pixelcort |Owner: (none) Type: New feature| Status: new Component: contrib.admin | Version:

Re: [Django] #30980: admin.E130 (duplicate __name__ attributes of actions) should specify which were duplicated.

2019-11-29 Thread Django
#30980: admin.E130 (duplicate __name__ attributes of actions) should specify which were duplicated. -+- Reporter: Keryn Knight |Owner: KESHAV Type: | KUMAR

[Django] #31047: Empty models.TextField being incorrectly saved as empty string

2019-11-29 Thread Django
#31047: Empty models.TextField being incorrectly saved as empty string -+- Reporter: Ebenezer | Owner: nobody Hailemariam| Type: Bug|

Re: [Django] #31046: Support callable values in through_defaults

2019-11-29 Thread Django
#31046: Support callable values in through_defaults -+- Reporter: Baptiste Mispelon|Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #31045: Squashing migrations returns "SyntaxError: Invalid token"

2019-11-29 Thread Django
#31045: Squashing migrations returns "SyntaxError: Invalid token" -+- Reporter: benmezger|Owner: nobody Type: Bug | Status: new

[Django] #31046: Support callable values in through_defaults

2019-11-29 Thread Django
#31046: Support callable values in through_defaults -+- Reporter: Baptiste | Owner: nobody Mispelon | Type: | Status: new

[Django] #31045: Squashing migrations returns "SyntaxError: Invalid token"

2019-11-29 Thread Django
#31045: Squashing migrations returns "SyntaxError: Invalid token" -+- Reporter: benmezger | Owner: nobody Type: Bug| Status: new Component:

Re: [Django] #31034: Add a navigation sidebar to the admin

2019-11-29 Thread Django
#31034: Add a navigation sidebar to the admin ---+--- Reporter: Tom Carrick|Owner: Tom Carrick Type: New feature| Status: assigned Component: contrib.admin |

Re: [Django] #31044: Prefetch() assumes that a given queryset has an _iterable_class.

2019-11-29 Thread Django
#31044: Prefetch() assumes that a given queryset has an _iterable_class. -+- Reporter: Keryn Knight |Owner: nobody Type: | Status: new

Re: [Django] #31044: Prefetch() assumes that a given queryset has an _iterable_class. (was: Prefetch objects assume a given queryset will have an _iterable_class, so that an exception can be raised fo

2019-11-29 Thread Django
#31044: Prefetch() assumes that a given queryset has an _iterable_class. -+- Reporter: Keryn Knight |Owner: nobody Type: | Status: new

Re: [Django] #31043: Form with ModelChoiceField and disabled failed when the initial is model instance. (was: From with ModelChoiceField and disabled failed when the initial is model instance and not

2019-11-29 Thread Django
#31043: Form with ModelChoiceField and disabled failed when the initial is model instance. -+-- Reporter: Eran Keydar |Owner: nobody Type: Bug | Status: closed

[Django] #31044: Prefetch objects assume a given queryset will have an _iterable_class, so that an exception can be raised for usage of .values()

2019-11-29 Thread Django
#31044: Prefetch objects assume a given queryset will have an _iterable_class, so that an exception can be raised for usage of .values() -+- Reporter: Keryn | Owner: nobody Knight

[Django] #31043: From with ModelChoiceField and disabled failed when the initial is model instance and not pk

2019-11-29 Thread Django
#31043: From with ModelChoiceField and disabled failed when the initial is model instance and not pk -+ Reporter: Eran Keydar| Owner: nobody Type: Uncategorized | Status: new

Re: [Django] #29892: Multiple Selenium test failures in Firefox

2019-11-29 Thread Django
#29892: Multiple Selenium test failures in Firefox -+- Reporter: Tom Forbes |Owner: nobody Type: Bug | Status: closed Component: Testing

Re: [Django] #30255: docutils reports an error rendering view docstring when the first line is not empty

2019-11-29 Thread Django
#30255: docutils reports an error rendering view docstring when the first line is not empty -+- Reporter: Manlio Perillo |Owner: Baptiste | Mispelon

Re: [Django] #30255: docutils reports an error rendering view docstring when the first line is not empty

2019-11-29 Thread Django
#30255: docutils reports an error rendering view docstring when the first line is not empty -+- Reporter: Manlio Perillo |Owner: Baptiste | Mispelon

Re: [Django] #28944: Chaining values()/values_list() after QuerySet.select_for_update(of=()) crashes

2019-11-29 Thread Django
#28944: Chaining values()/values_list() after QuerySet.select_for_update(of=()) crashes -+- Reporter: Thierry Bastian |Owner: Can | Sarıgöl Type:

Re: [Django] #9739: Admin does not correctly prefill DataTimeField from URL

2019-11-29 Thread Django
#9739: Admin does not correctly prefill DataTimeField from URL ---+- Reporter: gilhad |Owner: Ridley Larsen Type: Bug| Status: assigned Component:

Re: [Django] #31021: 0011_update_proxy_permissions crashes in multi database environment.

2019-11-29 Thread Django
#31021: 0011_update_proxy_permissions crashes in multi database environment. -+ Reporter: haudoing |Owner: felixxm Type: Bug | Status: closed

Re: [Django] #31021: 0011_update_proxy_permissions crashes in multi database environment.

2019-11-29 Thread Django
#31021: 0011_update_proxy_permissions crashes in multi database environment. -+ Reporter: haudoing |Owner: felixxm Type: Bug | Status: closed

Re: [Django] #31021: 0011_update_proxy_permissions crashes in multi database environment.

2019-11-29 Thread Django
#31021: 0011_update_proxy_permissions crashes in multi database environment. -+ Reporter: haudoing |Owner: felixxm Type: Bug | Status: closed

Re: [Django] #30953: Model Inheritance and select_for_update with 'of'

2019-11-29 Thread Django
#30953: Model Inheritance and select_for_update with 'of' -+- Reporter: Abhijeet |Owner: felixxm Type: Bug | Status: assigned Component:

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

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

Re: [Django] #10070: Named parameters not working on raw sql queries with sqlite

2019-11-29 Thread Django
#10070: Named parameters not working on raw sql queries with sqlite -+- Reporter: Matias Surdi |Owner: nobody Type: Bug | Status: new