Re: [Django] #28867: Add a system check for a model property name that clashes with a foreign key id accessor

2017-12-27 Thread Django
#28867: Add a system check for a model property name that clashes with a foreign key id accessor -+- Reporter: Michael |Owner: Type: | shangdahao

Re: [Django] #28867: Add a system check for a model property name that clashes with a foreign key id accessor

2017-12-27 Thread Django
#28867: Add a system check for a model property name that clashes with a foreign key id accessor --+ Reporter: Michael |Owner: nobody Type: Cleanup/optimization |

Re: [Django] #25817: Unable to rename a field reference in foreign key 'to_field'

2017-12-27 Thread Django
#25817: Unable to rename a field reference in foreign key 'to_field' -+ Reporter: Simon Kelly |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #28841: rename GIS function ForceRHR to ForcePolygonCW

2017-12-27 Thread Django
#28841: rename GIS function ForceRHR to ForcePolygonCW -+- Reporter: Sergey Fedoseev |Owner: Sergey Type: | Fedoseev Cleanup/optimization |

Re: [Django] #28009: Document and test Field.empty_value for CharField subclasses

2017-12-27 Thread Django
#28009: Document and test Field.empty_value for CharField subclasses -+- Reporter: Matt Braymer-Hayes |Owner: Srinivas Type: | Reddy Thatiparthy

Re: [Django] #28969: 400 error is 500 in production

2017-12-27 Thread Django
#28969: 400 error is 500 in production ---+-- Reporter: Mayaank Vadlamani |Owner: nobody Type: Bug| Status: closed Component: Uncategorized |

Re: [Django] #28117: loaddata raises ValueError with psycopg2 backend

2017-12-27 Thread Django
#28117: loaddata raises ValueError with psycopg2 backend -+- Reporter: Nicolas Kuttler |Owner: Srinivas Type: | Reddy Thatiparthy Cleanup/optimization

Re: [Django] #28967: Cast with FloatField rounds value to integer on MySQL

2017-12-27 Thread Django
#28967: Cast with FloatField rounds value to integer on MySQL -+- Reporter: Sergey Fedoseev |Owner: Sergey | Fedoseev Type: Bug |

Re: [Django] #28714: Add system checks for invalid model field names in Indexes

2017-12-27 Thread Django
#28714: Add system checks for invalid model field names in Indexes -+- Reporter: Gabriel |Owner: Type: | shangdahao Cleanup/optimization |

Re: [Django] #28968: LiveServerTestCase prematurely closing HttpResponse with Django 2.0

2017-12-27 Thread Django
#28968: LiveServerTestCase prematurely closing HttpResponse with Django 2.0 ---+-- Reporter: Alexander Todorov |Owner: nobody Type: Bug| Status: new

[Django] #28969: 400 error is 500 in production

2017-12-27 Thread Django
#28969: 400 error is 500 in production -+ Reporter: Mayaank Vadlamani | Owner: nobody Type: Bug| Status: new Component: Uncategorized |

[Django] #28968: LiveServerTestCase prematurely closing HttpResponse with Django 2.0

2017-12-27 Thread Django
#28968: LiveServerTestCase prematurely closing HttpResponse with Django 2.0 -+ Reporter: Alexander Todorov | Owner: nobody Type: Bug| Status: new

Re: [Django] #28965: Update cookie date format to follow RFC2616

2017-12-27 Thread Django
#28965: Update cookie date format to follow RFC2616 --+ Reporter: Alexey|Owner: Alexey Type: Cleanup/optimization | Status: assigned Component:

Re: [Django] #28965: Update cookie date format to follow RFC2616

2017-12-27 Thread Django
#28965: Update cookie date format to follow RFC2616 --+ Reporter: Alexey|Owner: Alexey Type: Cleanup/optimization | Status: assigned Component:

Re: [Django] #28958: Admin changelist crashes when using query expression in the model's Meta.ordering or ModelAdmin.ordering

2017-12-27 Thread Django
#28958: Admin changelist crashes when using query expression in the model's Meta.ordering or ModelAdmin.ordering -+- Reporter: Gabriel Amram|Owner: felixxm Type: Bug

Re: [Django] #28958: Admin changelist crashes when using query expression in the model's Meta.ordering or ModelAdmin.ordering

2017-12-27 Thread Django
#28958: Admin changelist crashes when using query expression in the model's Meta.ordering or ModelAdmin.ordering -+- Reporter: Gabriel Amram|Owner: felixxm Type: Bug

Re: [Django] #28948: CookieStorage performance issues

2017-12-27 Thread Django
#28948: CookieStorage performance issues --+ Reporter: Michal Čihař |Owner: nobody Type: Bug | Status: new Component: contrib.messages |

Re: [Django] #28901: Document considerations with read committed isolation level and InnoDB

2017-12-27 Thread Django
#28901: Document considerations with read committed isolation level and InnoDB -+- Reporter: Dirkjan Ochtman |Owner: nobody Type: | Status: new

Re: [Django] #28858: Remove 'else' after 'return' or 'raise'

2017-12-27 Thread Django
#28858: Remove 'else' after 'return' or 'raise' -+- Reporter: Дилян Палаузов |Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #28900: QuerySet.values() and values_list() for union(), difference(), and intersection() queries fails with annotated subquery

2017-12-27 Thread Django
#28900: QuerySet.values() and values_list() for union(), difference(), and intersection() queries fails with annotated subquery -+- Reporter: elliott-omosheye |Owner: nobody Type: Bug

Re: [Django] #28872: JSONField __in operator breaks when given a values_list()

2017-12-27 Thread Django
#28872: JSONField __in operator breaks when given a values_list() --+ Reporter: Jerome Leclanche |Owner: (none) Type: Bug | Status: new Component:

Re: [Django] #28967: Cast with FloatField rounds value to integer on MySQL

2017-12-27 Thread Django
#28967: Cast with FloatField rounds value to integer on MySQL -+- Reporter: Sergey Fedoseev |Owner: Sergey | Fedoseev Type: Bug |

Re: [Django] #28851: Support Open Ranges for Range Lookup - convert None to 'infinity'

2017-12-27 Thread Django
#28851: Support Open Ranges for Range Lookup - convert None to 'infinity' -+- Reporter: Sven R. Kunze|Owner: nobody Type: New feature | Status: closed

Re: [Django] #28805: Add a database function for RegexpReplace (was: Provide a new database function for RegexpReplace)

2017-12-27 Thread Django
#28805: Add a database function for RegexpReplace -+- Reporter: Joey Wilhelm |Owner: nobody Type: New feature | Status: new Component: Database

Re: [Django] #28752: Prevent django.setup() from running multiple times (was: django.setup() should not be runnable multiple times)

2017-12-27 Thread Django
#28752: Prevent django.setup() from running multiple times --+ Reporter: pascal chambon|Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #28953: makemigrations with specified app label tries to connect to other databases that are not directly related

2017-12-27 Thread Django
#28953: makemigrations with specified app label tries to connect to other databases that are not directly related -+- Reporter: André Glatzl |Owner: nobody Type: Bug

Re: [Django] #28964: RenameField after AddField after CreateModel in one operations list gives ProgrammingError: relation "field" does not exist

2017-12-27 Thread Django
#28964: RenameField after AddField after CreateModel in one operations list gives ProgrammingError: relation "field" does not exist --+-- Reporter: Matthew Pava |Owner: nobody Type: Bug

Re: [Django] #28967: Cast with FloatField rounds value to integer on MySQL

2017-12-27 Thread Django
#28967: Cast with FloatField rounds value to integer on MySQL -+- Reporter: Sergey Fedoseev |Owner: Sergey | Fedoseev Type: Bug |

Re: [Django] #28958: Admin changelist crashes when using query expression in the model's Meta.ordering or ModelAdmin.ordering

2017-12-27 Thread Django
#28958: Admin changelist crashes when using query expression in the model's Meta.ordering or ModelAdmin.ordering -+- Reporter: Gabriel Amram|Owner: felixxm Type: Bug

Re: [Django] #28920: AlterModelManagers migration is generated for all Models with custom Managers, which is not compatible with Django 1.8

2017-12-27 Thread Django
#28920: AlterModelManagers migration is generated for all Models with custom Managers, which is not compatible with Django 1.8 --+-- Reporter: Michał Bońkowski |Owner: nobody Type: Bug

Re: [Django] #28958: Admin changelist crashes when using query expression in the model's Meta.ordering or ModelAdmin.ordering

2017-12-27 Thread Django
#28958: Admin changelist crashes when using query expression in the model's Meta.ordering or ModelAdmin.ordering -+- Reporter: Gabriel Amram|Owner: felixxm Type: Bug

Re: [Django] #28965: Update cookie date format to follow RFC2616

2017-12-27 Thread Django
#28965: Update cookie date format to follow RFC2616 --+ Reporter: Alexey|Owner: nobody Type: Cleanup/optimization | Status: new Component: Utilities

Re: [Django] #28966: Document that the UUID URL path converter requires dashes

2017-12-27 Thread Django
#28966: Document that the UUID URL path converter requires dashes --+ Reporter: Jahongir |Owner: nobody Type: Cleanup/optimization | Status: closed

Re: [Django] #28966: Document that the UUID URL path converter requires dashes

2017-12-27 Thread Django
#28966: Document that the UUID URL path converter requires dashes --+ Reporter: Jahongir |Owner: nobody Type: Cleanup/optimization | Status: closed

Re: [Django] #28459: Improve performance of QuerySet

2017-12-27 Thread Django
#28459: Improve performance of QuerySet -+- Reporter: Sergey Fedoseev |Owner: nobody Type: | Status: new Cleanup/optimization |

Re: [Django] #28967: Cast with FloatField rounds value to integer on MySQL

2017-12-27 Thread Django
#28967: Cast with FloatField rounds value to integer on MySQL -+- Reporter: Sergey Fedoseev |Owner: Sergey | Fedoseev Type: Bug |

[Django] #28967: Cast with FloatField rounds value to integer on MySQL

2017-12-27 Thread Django
#28967: Cast with FloatField rounds value to integer on MySQL -+- Reporter: Sergey | Owner: nobody Fedoseev | Type: Bug| Status:

Re: [Django] #28965: Update cookie date format to follow RFC2616 (was: Wrong format for cookie 'expires')

2017-12-27 Thread Django
#28965: Update cookie date format to follow RFC2616 --+ Reporter: Alexey|Owner: nobody Type: Cleanup/optimization | Status: new Component: Utilities

Re: [Django] #28966: Document that the UUID URL path converter requires dashes (was: GUID without "-" is not recognized by url path)

2017-12-27 Thread Django
#28966: Document that the UUID URL path converter requires dashes --+ Reporter: Jahongir |Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #28913: If MIGRATIONS_MODULES has a missing top-level package, proper error message is not displayed

2017-12-27 Thread Django
#28913: If MIGRATIONS_MODULES has a missing top-level package, proper error message is not displayed + Reporter: oTree-org |Owner: nobody Type: Bug | Status: new

Re: [Django] #28913: If MIGRATIONS_MODULES has a missing top-level package, proper error message is not displayed

2017-12-27 Thread Django
#28913: If MIGRATIONS_MODULES has a missing top-level package, proper error message is not displayed +-- Reporter: oTree-org |Owner: nobody Type: Bug | Status: new

Re: [Django] #28913: If MIGRATIONS_MODULES has a missing top-level package, proper error message is not displayed

2017-12-27 Thread Django
#28913: If MIGRATIONS_MODULES has a missing top-level package, proper error message is not displayed +-- Reporter: oTree-org |Owner: nobody Type: Bug | Status: new

Re: [Django] #28913: If MIGRATIONS_MODULES has a missing top-level package, proper error message is not displayed

2017-12-27 Thread Django
#28913: If MIGRATIONS_MODULES has a missing top-level package, proper error message is not displayed +-- Reporter: oTree-org |Owner: nobody Type: Bug | Status: new

Re: [Django] #28965: Wrong format for cookie 'expires'

2017-12-27 Thread Django
#28965: Wrong format for cookie 'expires' ---+-- Reporter: Alexey |Owner: nobody Type: Bug| Status: new Component: Utilities | Version: 2.0

Re: [Django] #28965: Wrong format for cookie 'expires'

2017-12-27 Thread Django
#28965: Wrong format for cookie 'expires' ---+-- Reporter: Alexey |Owner: nobody Type: Bug| Status: new Component: Utilities | Version: 2.0