Re: [Django] #29616: Do not ask password in createsuperuser command if used custom user model without password field

2018-07-31 Thread Django
#29616: Do not ask password in createsuperuser command if used custom user model without password field --+ Reporter: Semyon Pupkov |Owner: (none) Type: Cleanup/optimization |

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

2018-07-31 Thread Django
#29619: Raised FieldError's should include the field that caused the error -+- Reporter: Alex Hayes |Owner: nobody Type: | Status: new

Re: [Django] #29616: Do not ask password in createsuperuser command if used custom user model without password field

2018-07-31 Thread Django
#29616: Do not ask password in createsuperuser command if used custom user model without password field --+ Reporter: Semyon Pupkov |Owner: oliver Type: Cleanup/optimization |

Re: [Django] #24733: Pass exceptions to error handlers

2018-07-31 Thread Django
#24733: Pass exceptions to error handlers -+- Reporter: Claude Paroz |Owner: nobody Type: New feature | Status: closed Component: HTTP handling

Re: [Django] #24733: Pass exceptions to error handlers

2018-07-31 Thread Django
#24733: Pass exceptions to error handlers -+- Reporter: Claude Paroz |Owner: nobody Type: New feature | Status: closed Component: HTTP handling

[Django] #29620: Document possible performance benefits from transactions

2018-07-31 Thread Django
#29620: Document possible performance benefits from transactions -+ Reporter: WGH| Owner: nobody Type: Uncategorized | Status: new Component:

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

2018-07-31 Thread Django
#29619: Raised FieldError's should include the field that caused the error -+- Reporter: Alex | Owner: nobody Hayes | Type: |

Re: [Django] #29618: using query parameters to filter by boolean causes validation error due to lowercase true/false

2018-07-31 Thread Django
#29618: using query parameters to filter by boolean causes validation error due to lowercase true/false -+- Reporter: levi schubert|Owner: nobody Type: Bug |

Re: [Django] #29618: using query parameters to filter by boolean causes validation error due to lowercase true/false

2018-07-31 Thread Django
#29618: using query parameters to filter by boolean causes validation error due to lowercase true/false ---+-- Reporter: levi schubert |Owner: nobody Type: Bug|

Re: [Django] #29024: `TestContextDecorator` never exits if `setUp` fails in tests

2018-07-31 Thread Django
#29024: `TestContextDecorator` never exits if `setUp` fails in tests ---+ Reporter: Anthony King |Owner: Kamil Type: Bug| Status: assigned

Re: [Django] #29618: using query parameters to filter by boolean causes validation error due to lowercase true/false (was: using query parameters to filter by boolean causes assertion error due to low

2018-07-31 Thread Django
#29618: using query parameters to filter by boolean causes validation error due to lowercase true/false ---+-- Reporter: levi schubert |Owner: nobody Type: Bug|

Re: [Django] #29613: Allow --keepdb to work on PostgreSQL if the database exists but the user can't create databases (was: --keepdb flag for postgresql does not work with some database error codes)

2018-07-31 Thread Django
#29613: Allow --keepdb to work on PostgreSQL if the database exists but the user can't create databases + Reporter: Paul McDermott |Owner: nobody Type: Bug |

[Django] #29618: using query parameters to filter by boolean causes assertion error due to lowercase true/false

2018-07-31 Thread Django
#29618: using query parameters to filter by boolean causes assertion error due to lowercase true/false -+ Reporter: Levi Schubert | Owner: nobody Type: Bug| Status:

Re: [Django] #29613: --keepdb flag for postgresql does not work with some database error codes

2018-07-31 Thread Django
#29613: --keepdb flag for postgresql does not work with some database error codes -+- Reporter: Paul McDermott |Owner: nobody Type: Bug | Status:

Re: [Django] #29613: --keepdb flag for postgresql does not work with some database error codes

2018-07-31 Thread Django
#29613: --keepdb flag for postgresql does not work with some database error codes -+- Reporter: Paul McDermott |Owner: nobody Type: Bug | Status:

Re: [Django] #29617: django.template.Template crashes if the template_string argument is lazy

2018-07-31 Thread Django
#29617: django.template.Template crashes if the template_string argument is lazy -+- Reporter: Dražen Odobašić |Owner: Dražen | Odobašić Type: Bug

Re: [Django] #29617: django.template.Template crashes if the template_string argument is lazy

2018-07-31 Thread Django
#29617: django.template.Template crashes if the template_string argument is lazy -+- Reporter: Dražen Odobašić |Owner: Dražen | Odobašić Type: Bug

Re: [Django] #29617: django.template.Template crashes if the template_string argument is lazy

2018-07-31 Thread Django
#29617: django.template.Template crashes if the template_string argument is lazy -+- Reporter: Dražen Odobašić |Owner: Dražen | Odobašić Type: Bug

Re: [Django] #29616: Do not ask password in createsuperuser command if used custom user model without password field

2018-07-31 Thread Django
#29616: Do not ask password in createsuperuser command if used custom user model without password field --+ Reporter: Semyon Pupkov |Owner: nobody Type: Cleanup/optimization |

Re: [Django] #22296: m2m_changed pk_set value inconsistent between post_add and post_remove

2018-07-31 Thread Django
#22296: m2m_changed pk_set value inconsistent between post_add and post_remove -+- Reporter: anentropic |Owner: nobody Type: Bug | Status:

Re: [Django] #29617: django.template.Template crashes if the template_string argument is lazy (was: Regression - lazy strings are raising TypeError in template Lexer)

2018-07-31 Thread Django
#29617: django.template.Template crashes if the template_string argument is lazy -+- Reporter: Dražen Odobašić |Owner: Dražen | Odobašić Type: Bug

Re: [Django] #29615: Document difference in behaviour between m2m_changed behaviour for add() vs remove() when called multiple times. (was: post_remove action is called even though there's no relation

2018-07-31 Thread Django
#29615: Document difference in behaviour between m2m_changed behaviour for add() vs remove() when called multiple times. --+ Reporter: nirmalraghavan|Owner: nobody Type:

Re: [Django] #29615: post_remove action is called even though there's no relation

2018-07-31 Thread Django
#29615: post_remove action is called even though there's no relation --+ Reporter: nirmalraghavan|Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #24342: Add EnumField model/form fields

2018-07-31 Thread Django
#24342: Add EnumField model/form fields -+- Reporter: Thomas Stephenson|Owner: nobody Type: New feature | Status: new Component: Database layer |

Re: [Django] #29615: post_remove action is called even though there's no relation

2018-07-31 Thread Django
#29615: post_remove action is called even though there's no relation -+- Reporter: nirmalraghavan |Owner: nobody Type: Uncategorized| Status: new

[Django] #29617: Regression - lazy strings are raising TypeError in template Lexer

2018-07-31 Thread Django
#29617: Regression - lazy strings are raising TypeError in template Lexer -+- Reporter: Dražen | Owner: Dražen Odobašić Odobašić | Type: Bug

[Django] #29616: Do not ask password in createsuperuser command if used custom user model without password field

2018-07-31 Thread Django
#29616: Do not ask password in createsuperuser command if used custom user model without password field -+ Reporter: Semyon Pupkov | Owner: nobody Type: New feature| Status:

Re: [Django] #29613: --keepdb flag for postgresql does not work with some database error codes

2018-07-31 Thread Django
#29613: --keepdb flag for postgresql does not work with some database error codes -+- Reporter: Paul McDermott |Owner: nobody Type: Bug | Status: