Re: [Django] #28535: Message on conflicting migrations is misleading for rebase workflows

2018-03-14 Thread Django
#28535: Message on conflicting migrations is misleading for rebase workflows -+- Reporter: karyon |Owner: Masashi Type: | SHIBATA Cleanup/optimization

Re: [Django] #28504: Add hooks into SchemaEditor.alter_field() and reduce complexity

2018-03-14 Thread Django
#28504: Add hooks into SchemaEditor.alter_field() and reduce complexity --+ Reporter: Rachel Tobin |Owner: nobody Type: Cleanup/optimization | Status: new

[Django] #29217: Small typo in spanish translation

2018-03-14 Thread Django
#29217: Small typo in spanish translation -+ Reporter: LatinSuD | Owner: nobody Type: Bug| Status: new Component: Documentation |Version:

Re: [Django] #29155: Using contains lookup with Substr causes modification of second parameter of Substr

2018-03-14 Thread Django
#29155: Using contains lookup with Substr causes modification of second parameter of Substr -+- Reporter: norac89 |Owner: felixxm Type: Bug |

Re: [Django] #29206: ValidationError when a reset password link contains a bad UIDB64 UUID

2018-03-14 Thread Django
#29206: ValidationError when a reset password link contains a bad UIDB64 UUID -+- Reporter: Mattia Procopio |Owner: Mattia | Procopio Type: Bug

Re: [Django] #29216: Add the ZalgoScript filtration!

2018-03-14 Thread Django
#29216: Add the ZalgoScript filtration! --+-- Reporter: Marat Mkhitaryan |Owner: nobody Type: New feature | Status: closed Component: Template system |

Re: [Django] #29217: Small typo in spanish translation

2018-03-14 Thread Django
#29217: Small typo in spanish translation ---+-- Reporter: LatinSuD |Owner: nobody Type: Bug| Status: new Component: Documentation |

Re: [Django] #29217: Small typo in spanish translation

2018-03-14 Thread Django
#29217: Small typo in spanish translation ---+ Reporter: LatinSuD |Owner: nobody Type: Bug| Status: new Component: Documentation |

Re: [Django] #29217: Small typo in spanish translation

2018-03-14 Thread Django
#29217: Small typo in spanish translation ---+ Reporter: LatinSuD |Owner: nobody Type: Bug| Status: closed Component: Documentation |

Re: [Django] #25313: Document how to migrate from a built-in User model to a custom User model

2018-03-14 Thread Django
#25313: Document how to migrate from a built-in User model to a custom User model ---+ Reporter: Carl Meyer |Owner: nobody Type: New feature| Status: new Component:

Re: [Django] #29181: Move admin's flatten() function to django.utils

2018-03-14 Thread Django
#29181: Move admin's flatten() function to django.utils ---+-- Reporter: Daniel Hahler |Owner: nobody Type: New feature| Status: closed Component: Utilities |

Re: [Django] #29205: MultiValueField ignores a required value of a sub field

2018-03-14 Thread Django
#29205: MultiValueField ignores a required value of a sub field +-- Reporter: Takayuki Hirai |Owner: nobody Type: Bug | Status: new Component: Forms

Re: [Django] #29123: Changing an IntegerField to a ForeignKey generates incorrectly ordered migration operations if the field is in unique_together

2018-03-14 Thread Django
#29123: Changing an IntegerField to a ForeignKey generates incorrectly ordered migration operations if the field is in unique_together +--- Reporter: Ed Morley |Owner: Bhavesh Praveen Type:

[Django] #29221: No space added before admin-autocomplete CSS class

2018-03-14 Thread Django
#29221: No space added before admin-autocomplete CSS class -+ Reporter: citxx | Owner: nobody Type: Bug| Status: new Component: contrib.admin

Re: [Django] #29221: No space added before admin-autocomplete CSS class

2018-03-14 Thread Django
#29221: No space added before admin-autocomplete CSS class ---+-- Reporter: citxx |Owner: nobody Type: Bug| Status: new Component: contrib.admin |

Re: [Django] #29206: ValidationError when a reset password link contains a bad UIDB64 UUID

2018-03-14 Thread Django
#29206: ValidationError when a reset password link contains a bad UIDB64 UUID -+- Reporter: Mattia Procopio |Owner: Mattia | Procopio Type: Bug

[Django] #29219: Admin Changelist Filters Not Using Parsed Params

2018-03-14 Thread Django
#29219: Admin Changelist Filters Not Using Parsed Params -+ Reporter: David Sanders | Owner: nobody Type: Bug| Status: new Component: contrib.admin |

Re: [Django] #28668: Add ON CONFLICT support to QuerySet.bulk_create()

2018-03-14 Thread Django
#28668: Add ON CONFLICT support to QuerySet.bulk_create() -+- Reporter: Tom Forbes |Owner: Tom | Forbes Type: New feature |

Re: [Django] #29215: Document potential change to behaviour of QuerySet methods when upgrading to Python 3.6

2018-03-14 Thread Django
#29215: Document potential change to behaviour of QuerySet methods when upgrading to Python 3.6 -+- Reporter: Matt Fisher |Owner: nobody Type: |

Re: [Django] #28787: QuerySet.update() fails on MySQL if a subquery references the base table

2018-03-14 Thread Django
#28787: QuerySet.update() fails on MySQL if a subquery references the base table -+- Reporter: Paulo|Owner: nobody Type: Bug | Status:

Re: [Django] #28646: Migration calls "CREATE INDEX" when one already exists when 'unique' field attribute is added (PostgreSQL)

2018-03-14 Thread Django
#28646: Migration calls "CREATE INDEX" when one already exists when 'unique' field attribute is added (PostgreSQL) -+- Reporter: Hari - 何瑞理|Owner: (none) Type: Bug

Re: [Django] #29200: RadioSelect does not render its label in MultiWidget

2018-03-14 Thread Django
#29200: RadioSelect does not render its label in MultiWidget +-- Reporter: Takayuki Hirai |Owner: Tim Graham Type: Bug | Status: assigned Component: Forms

Re: [Django] #29193: Altering a field with a unique constraint drops and rebuilds FKs to other fields in the table

2018-03-14 Thread Django
#29193: Altering a field with a unique constraint drops and rebuilds FKs to other fields in the table -+ Reporter: Jeremy Bowman|Owner: nobody Type: Bug |

Re: [Django] #29062: "database table locked errors" when using sqlite in-memory database with LiveServerTestCase

2018-03-14 Thread Django
#29062: "database table locked errors" when using sqlite in-memory database with LiveServerTestCase -+- Reporter: Juozas Masiulis |Owner: nobody Type: Bug |

Re: [Django] #29206: ValidationError when a reset password link contains a bad UIDB64 UUID

2018-03-14 Thread Django
#29206: ValidationError when a reset password link contains a bad UIDB64 UUID -+- Reporter: Mattia Procopio |Owner: Mattia | Procopio Type: Bug

Re: [Django] #29103: sqlmigrate produces byte literal in SQL for one-off string default value in TextField, CharField on MySQL

2018-03-14 Thread Django
#29103: sqlmigrate produces byte literal in SQL for one-off string default value in TextField, CharField on MySQL -+- Reporter: Qlimax |Owner: nobody Type: Bug

Re: [Django] #29218: Custom URL converters break direct urls.py modules import

2018-03-14 Thread Django
#29218: Custom URL converters break direct urls.py modules import ---+-- Reporter: Sergey Fursov |Owner: nobody Type: Bug| Status: new Component: Core (URLs)

Re: [Django] #29206: ValidationError when a reset password link contains a bad UIDB64 UUID

2018-03-14 Thread Django
#29206: ValidationError when a reset password link contains a bad UIDB64 UUID -+- Reporter: Mattia Procopio |Owner: Mattia | Procopio Type: Bug

Re: [Django] #29214: Invalid SQL when updating after annotating using subquery (was: SQL-error when updating after annotating using subquery)

2018-03-14 Thread Django
#29214: Invalid SQL when updating after annotating using subquery -+- Reporter: Oskar Persson|Owner: nobody Type: Bug | Status: new

[Django] #29218: Custom URL converters break direct urls.py modules import

2018-03-14 Thread Django
#29218: Custom URL converters break direct urls.py modules import -+ Reporter: Sergey Fursov | Owner: nobody Type: Bug| Status: new Component: Core

Re: [Django] #29200: RadioSelect does not render its label in MultiWidget

2018-03-14 Thread Django
#29200: RadioSelect does not render its label in MultiWidget + Reporter: Takayuki Hirai |Owner: nobody Type: Bug | Status: new Component: Forms |

Re: [Django] #29218: Custom URL converters break direct urls.py modules import

2018-03-14 Thread Django
#29218: Custom URL converters break direct urls.py modules import ---+-- Reporter: Sergey Fursov |Owner: nobody Type: Bug| Status: closed Component: Core (URLs)

Re: [Django] #29200: RadioSelect does not render its label in MultiWidget

2018-03-14 Thread Django
#29200: RadioSelect does not render its label in MultiWidget +-- Reporter: Takayuki Hirai |Owner: Tim Graham Type: Bug | Status: assigned Component: Forms

Re: [Django] #29205: MultiValueField ignores a required value of a sub field

2018-03-14 Thread Django
#29205: MultiValueField ignores a required value of a sub field +-- Reporter: Takayuki Hirai |Owner: nobody Type: Bug | Status: new Component: Forms

Re: [Django] #29219: Admin Changelist Filters Not Using Parsed Params

2018-03-14 Thread Django
#29219: Admin Changelist Filters Not Using Parsed Params ---+-- Reporter: David Sanders |Owner: nobody Type: Bug| Status: new Component: contrib.admin |

[Django] #29220: Auth: change user_passes_test func, new arg arg_position add

2018-03-14 Thread Django
#29220: Auth: change user_passes_test func, new arg arg_position add -+- Reporter: Oscar | Owner: nobody Lopez | Type: |

Re: [Django] #28201: Make CharField form field prohibit null characters

2018-03-14 Thread Django
#28201: Make CharField form field prohibit null characters -+- Reporter: CM Lubinski |Owner: Alejandro Type: | Zamora Fonseca Cleanup/optimization

Re: [Django] #29220: Auth: change user_passes_test func, new arg arg_position add

2018-03-14 Thread Django
#29220: Auth: change user_passes_test func, new arg arg_position add -+- Reporter: Oscar Lopez |Owner: nobody Type: Uncategorized| Status: new

Re: [Django] #29220: Auth: change user_passes_test func, new arg arg_position add

2018-03-14 Thread Django
#29220: Auth: change user_passes_test func, new arg arg_position add -+- Reporter: Oscar Lopez |Owner: nobody Type: New feature | Status: new

Re: [Django] #29220: Auth: change user_passes_test func, new arg arg_position add

2018-03-14 Thread Django
#29220: Auth: change user_passes_test func, new arg arg_position add -+- Reporter: Oscar Lopez |Owner: nobody Type: New feature | Status: new