[Django] #30362: Indexes defined on abstract base classes with conditions result in an invalid state due to `name` being required and having to be unique across the database

2019-04-12 Thread Django
#30362: Indexes defined on abstract base classes with conditions result in an invalid state due to `name` being required and having to be unique across the database -+- Reporter: Tim| Owner:

Re: [Django] #30326: Document how to avoid F() assignments persistence

2019-04-12 Thread Django
#30326: Document how to avoid F() assignments persistence -+- Reporter: sage |Owner: sage Type: | Status: assigned

Re: [Django] #30361: Watchman timing out when loading server

2019-04-12 Thread Django
#30361: Watchman timing out when loading server ---+-- Reporter: Jacobkg|Owner: nobody Type: Bug| Status: new Component: Uncategorized |

[Django] #30361: Watchman timing out when loading server

2019-04-12 Thread Django
#30361: Watchman timing out when loading server -+ Reporter: Jacobkg| Owner: nobody Type: Bug| Status: new Component: Uncategorized |

Re: [Django] #29287: Time to Remove: django.utils.deprecation.MiddlewareMixin

2019-04-12 Thread Django
#29287: Time to Remove: django.utils.deprecation.MiddlewareMixin -+- Reporter: Robert Roskam|Owner: nobody Type: | Status: closed

Re: [Django] #21777: Make request exception handling more robust to subsequent exceptions

2019-04-12 Thread Django
#21777: Make request exception handling more robust to subsequent exceptions --+ Reporter: patrakov@…|Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #25617: Disallow usernames that differ only in case in UserCreationForm

2019-04-12 Thread Django
#25617: Disallow usernames that differ only in case in UserCreationForm -+- Reporter: Tim Graham |Owner: Neven Type: | Munđar Cleanup/optimization

Re: [Django] #30356: HSTS disabled in admin pages

2019-04-12 Thread Django
#30356: HSTS disabled in admin pages +-- Reporter: ObserverOfTime |Owner: nobody Type: Bug | Status: closed Component: Uncategorized |

Re: [Django] #30356: HSTS disabled in admin pages

2019-04-12 Thread Django
#30356: HSTS disabled in admin pages +-- Reporter: ObserverOfTime |Owner: nobody Type: Bug | Status: closed Component: Uncategorized |

Re: [Django] #30360: Pluggable secret key backend

2019-04-12 Thread Django
#30360: Pluggable secret key backend ---+- Reporter: Andreas Pelme |Owner: Andreas Pelme Type: Uncategorized | Status: assigned Component: Core (Other) |

Re: [Django] #30313: SQLite min version in Django 2.2 breaks Centos 7 compatibility

2019-04-12 Thread Django
#30313: SQLite min version in Django 2.2 breaks Centos 7 compatibility -+- Reporter: Jamie Cockburn |Owner: nobody Type: Bug | Status: closed

Re: [Django] #30055: Drop support for SQLite < 3.8.3

2019-04-12 Thread Django
#30055: Drop support for SQLite < 3.8.3 -+- Reporter: Tim Graham |Owner: Tim Type: | Graham Cleanup/optimization | Status:

Re: [Django] #30313: SQLite min version in Django 2.2 breaks Centos 7 compatibility

2019-04-12 Thread Django
#30313: SQLite min version in Django 2.2 breaks Centos 7 compatibility -+- Reporter: Jamie Cockburn |Owner: nobody Type: Bug | Status: closed

Re: [Django] #30357: Admin of app does not recognize Foreign_key field

2019-04-12 Thread Django
#30357: Admin of app does not recognize Foreign_key field -+- Reporter: ReadMost |Owner: nobody Type: Bug | Status: closed Component:

Re: [Django] #30360: Pluggable secret key backend

2019-04-12 Thread Django
#30360: Pluggable secret key backend ---+- Reporter: Andreas Pelme |Owner: Andreas Pelme Type: Uncategorized | Status: assigned Component: Core (Other) |

Re: [Django] #30359: Possible access to unintended variable in "django/tests/contenttypes_tests/test_models.py" line 128

2019-04-12 Thread Django
#30359: Possible access to unintended variable in "django/tests/contenttypes_tests/test_models.py" line 128 -+- Reporter: petrufm |Owner: nobody Type: Bug |

[Django] #30360: Pluggable secret key backend

2019-04-12 Thread Django
#30360: Pluggable secret key backend -+--- Reporter: Andreas Pelme | Owner: Andreas Pelme Type: Uncategorized | Status: assigned Component: Core (Other) |

[Django] #30359: Possible access to unintended variable in "django/tests/contenttypes_tests/test_models.py" line 128

2019-04-12 Thread Django
#30359: Possible access to unintended variable in "django/tests/contenttypes_tests/test_models.py" line 128 -+ Reporter: petrufm| Owner: nobody Type: Bug|

[Django] #30358: Possible access to unintended variable in "django/tests/forms_tests/tests/test_utils.py" line 154

2019-04-12 Thread Django
#30358: Possible access to unintended variable in "django/tests/forms_tests/tests/test_utils.py" line 154 --+ Reporter: petrufm | Owner: nobody Type: Bug | Status: new

[Django] #30357: Admin of app does not recognize Foreign_key field

2019-04-12 Thread Django
#30357: Admin of app does not recognize Foreign_key field -+- Reporter: ReadMost | Owner: nobody Type: Bug| Status: new Component: |

Re: [Django] #30356: HSTS disabled in admin pages

2019-04-12 Thread Django
#30356: HSTS disabled in admin pages +-- Reporter: ObserverOfTime |Owner: nobody Type: Bug | Status: closed Component: Uncategorized |

Re: [Django] #30350: Migration re-add check constraint continuously when check condition contains iterator.

2019-04-12 Thread Django
#30350: Migration re-add check constraint continuously when check condition contains iterator. -+ Reporter: Sigurd Ljødal|Owner: felixxm Type: Bug | Status:

[Django] #30356: HSTS disabled in admin pages

2019-04-12 Thread Django
#30356: HSTS disabled in admin pages --+ Reporter: ObserverOfTime | Owner: nobody Type: Bug | Status: new Component: Uncategorized |Version:

Re: [Django] #22673: inspectdb not support database schema on postgresql with name different of "public"

2019-04-12 Thread Django
#22673: inspectdb not support database schema on postgresql with name different of "public" -+- Reporter: Fabio Caritas|Owner: nobody Barrionuevo da Luz | Type: New feature

Re: [Django] #30350: Migration re-add check constraint continuously when check condition contains iterator.

2019-04-12 Thread Django
#30350: Migration re-add check constraint continuously when check condition contains iterator. -+ Reporter: Sigurd Ljødal|Owner: felixxm Type: Bug | Status:

Re: [Django] #30350: Migration re-add check constraint continuously when check condition contains iterator. (was: CheckConstraint repeatedly deleted and re-added)

2019-04-12 Thread Django
#30350: Migration re-add check constraint continuously when check condition contains iterator. -+ Reporter: Sigurd Ljødal|Owner: nobody Type: Bug | Status:

Re: [Django] #30344: Converted serve static to class base views

2019-04-12 Thread Django
#30344: Converted serve static to class base views -+- Reporter: Tom Turner |Owner: nobody Type: | Status: closed Cleanup/optimization

Re: [Django] #30350: CheckConstraint repeatedly deleted and re-added

2019-04-12 Thread Django
#30350: CheckConstraint repeatedly deleted and re-added -+- Reporter: Sigurd Ljødal|Owner: nobody Type: Bug | Status: new Component: