Re: [Django] #29243: Migration graph code is inefficient

2018-03-21 Thread Django
#29243: Migration graph code is inefficient -+- Reporter: Krzysztof|Owner: nobody Gogolewski | Type: | Status:

Re: [Django] #29243: Migration graph code is inefficient

2018-03-21 Thread Django
#29243: Migration graph code is inefficient -+- Reporter: Krzysztof|Owner: nobody Gogolewski | Type: | Status:

Re: [Django] #29246: compilemessages management-command fails with UnicodeDecodeError

2018-03-21 Thread Django
#29246: compilemessages management-command fails with UnicodeDecodeError -+- Reporter: Tarun Gaba |Owner: nobody Type: Bug | Status: closed

Re: [Django] #24731: ManyToMany model clean validation of related fields

2018-03-21 Thread Django
#24731: ManyToMany model clean validation of related fields -+- Reporter: blah73 |Owner: nobody Type: New feature | Status: closed Component:

[Django] #29246: compilemessages management-command fails with UnicodeDecodeError

2018-03-21 Thread Django
#29246: compilemessages management-command fails with UnicodeDecodeError -+- Reporter: Tarun | Owner: nobody Gaba | Type: Bug|

Re: [Django] #27533: inspectdb crashes on unsupported unique_together constraints in PostgreSQL

2018-03-21 Thread Django
#27533: inspectdb crashes on unsupported unique_together constraints in PostgreSQL -+- Reporter: Wei Ma |Owner: Michael | Sinov Type:

Re: [Django] #24731: ManyToMany model clean validation of related fields

2018-03-21 Thread Django
#24731: ManyToMany model clean validation of related fields -+- Reporter: blah73 |Owner: nobody Type: New feature | Status: closed Component:

Re: [Django] #28643: Complete the ORM Function Library

2018-03-21 Thread Django
#28643: Complete the ORM Function Library -+- Reporter: Matthew Pava |Owner: JunyiJ Type: New feature | Status: assigned Component: Database layer

Re: [Django] #29147: Postgres JSONField missing to_python

2018-03-21 Thread Django
#29147: Postgres JSONField missing to_python -+- Reporter: Javier Buzzi |Owner: Williams | Mendez Type: Bug |

Re: [Django] #21381: Remove contrib.redirects dependency on contrib.sites

2018-03-21 Thread Django
#21381: Remove contrib.redirects dependency on contrib.sites -+- Reporter: Aymeric Augustin |Owner: Dmitry | Pechnikov Type: New feature |

Re: [Django] #29147: Postgres JSONField missing to_python

2018-03-21 Thread Django
#29147: Postgres JSONField missing to_python -+- Reporter: Javier Buzzi |Owner: Williams | Mendez Type: Bug |

Re: [Django] #29198: Add a --plan option to the migrate command

2018-03-21 Thread Django
#29198: Add a --plan option to the migrate command --+ Reporter: Craig de Stigter |Owner: nobody Type: New feature | Status: new Component: Migrations|

Re: [Django] #29198: Add a --plan option to the migrate command

2018-03-21 Thread Django
#29198: Add a --plan option to the migrate command --+ Reporter: Craig de Stigter |Owner: nobody Type: New feature | Status: new Component: Migrations|

Re: [Django] #23919: Cleanups for when we drop Python 2 compatibility

2018-03-21 Thread Django
#23919: Cleanups for when we drop Python 2 compatibility --+ Reporter: Tim Graham|Owner: nobody Type: Cleanup/optimization | Status: closed Component:

Re: [Django] #27656: Fix comment verb style according to PEP 257

2018-03-21 Thread Django
#27656: Fix comment verb style according to PEP 257 -+- Reporter: Anton Samarchyan |Owner: Anton Type: | Samarchyan Cleanup/optimization |

Re: [Django] #18620: Prefer current Site when checking M2M in "shortcut"/"view_on_site" redirect

2018-03-21 Thread Django
#18620: Prefer current Site when checking M2M in "shortcut"/"view_on_site" redirect -+- Reporter: Mike Tigas |Owner: Paulo Type: | Status:

Re: [Django] #29157: Allow querying for distinct values in JSONField lists

2018-03-21 Thread Django
#29157: Allow querying for distinct values in JSONField lists ---+ Reporter: Hrishikesh Barman |Owner: (none) Type: New feature| Status: new Component:

Re: [Django] #29238: psycopg2.InterfaceError in sequential tests after HTTP 404

2018-03-21 Thread Django
#29238: psycopg2.InterfaceError in sequential tests after HTTP 404 ---+-- Reporter: alubbock |Owner: nobody Type: Bug| Status: closed Component:

Re: [Django] #29212: Redirect loop with @permission_required and redirect_authenticated_user

2018-03-21 Thread Django
#29212: Redirect loop with @permission_required and redirect_authenticated_user ---+- Reporter: Nick Pope |Owner: Nick Pope Type: Bug| Status: assigned

Re: [Django] #29147: Postgres JSONField missing to_python

2018-03-21 Thread Django
#29147: Postgres JSONField missing to_python -+- Reporter: Javier Buzzi |Owner: Williams | Mendez Type: Bug |

Re: [Django] #29147: Postgres JSONField missing to_python

2018-03-21 Thread Django
#29147: Postgres JSONField missing to_python -+- Reporter: Javier Buzzi |Owner: Williams | Mendez Type: Bug |

Re: [Django] #28718: Password reset shouldn't depend on the current password being hashed with a supported hasher

2018-03-21 Thread Django
#28718: Password reset shouldn't depend on the current password being hashed with a supported hasher --+-- Reporter: Josh Harwood |Owner: Tim Graham Type: Bug |

Re: [Django] #29232: Add title option for admin filter when providing a field name

2018-03-21 Thread Django
#29232: Add title option for admin filter when providing a field name ---+ Reporter: David Sanders |Owner: nobody Type: New feature| Status: new Component:

Re: [Django] #29228: Django query documentation does not talk about collation

2018-03-21 Thread Django
#29228: Django query documentation does not talk about collation -+- Reporter: Pierre Thibault |Owner: nobody Type: New feature | Status: closed

Re: [Django] #29224: Migration crashes deleting an index_together if there is a unique_together on the same fields (was: Can not delete an index_together if there is a unique_together on the same fiel

2018-03-21 Thread Django
#29224: Migration crashes deleting an index_together if there is a unique_together on the same fields + Reporter: Matthieu Rigal |Owner: nobody Type: Bug |

[Django] #29245: ForeignKeyField Renaming leads Remove and AddField instead of RenameField Migration

2018-03-21 Thread Django
#29245: ForeignKeyField Renaming leads Remove and AddField instead of RenameField Migration -+- Reporter: Taqi | Owner: nobody Abbas | Type:

Re: [Django] #23406: Allow migrations to be loaded from .pyc files (e.g. in a frozen environment)

2018-03-21 Thread Django
#23406: Allow migrations to be loaded from .pyc files (e.g. in a frozen environment) -+- Reporter: Daniel Menzel|Owner: Dan | Watson Type: New

Re: [Django] #29245: ForeignKeyField Renaming leads Remove and AddField instead of RenameField Migration

2018-03-21 Thread Django
#29245: ForeignKeyField Renaming leads Remove and AddField instead of RenameField Migration -+- Reporter: Taqi Abbas |Owner: nobody Type: |

Re: [Django] #29240: https://code.djangoproject.com/ticket/ - sending emails

2018-03-21 Thread Django
#29240: https://code.djangoproject.com/ticket/ - sending emails +-- Reporter: Дилян Палаузов |Owner: nobody Type: Uncategorized | Status: closed Component:

Re: [Django] #24366: Improve migration dependency graph speed

2018-03-21 Thread Django
#24366: Improve migration dependency graph speed -+- Reporter: Markus Holtermann|Owner: Marten Type: | Kenbeek Cleanup/optimization |