Re: [Django] #27458: Oracle backend giving ORA-00911 : Invalid Character, querying with a literal "%s"

2016-11-08 Thread Django
#27458: Oracle backend giving ORA-00911 : Invalid Character, querying with a literal "%s" -+- Reporter: Gabriel Canto de |Owner: nobody Souza | Type: Bug

Re: [Django] #27200: Provide makemigrations router.allow_migrate() with a model_name

2016-11-08 Thread Django
#27200: Provide makemigrations router.allow_migrate() with a model_name -+- Reporter: Joseph Kahn |Owner: nobody Type: Bug | Status: new

Re: [Django] #27200: Provide makemigrations router.allow_migrate() with a model_name

2016-11-08 Thread Django
#27200: Provide makemigrations router.allow_migrate() with a model_name -+- Reporter: Joseph Kahn |Owner: nobody Type: Bug | Status: new

[Django] #27461: makemigrations router.allow_migrate() calls for consistency checks use incorrect (app_label, model) pairs

2016-11-08 Thread Django
#27461: makemigrations router.allow_migrate() calls for consistency checks use incorrect (app_label, model) pairs -+- Reporter: Joseph | Owner: nobody Kahn |

[Django] #27462: Attribute "pk_set" is always is not empty, even m2m is not changed at all.

2016-11-08 Thread Django
#27462: Attribute "pk_set" is always is not empty, even m2m is not changed at all. -+ Reporter: Seti | Owner: nobody Type: Uncategorized | Status: new

Re: [Django] #27447: Provide an easy way to test sending of signals

2016-11-08 Thread Django
#27447: Provide an easy way to test sending of signals -+- Reporter: James Bennett|Owner: James | Bennett Type: New feature |

Re: [Django] #27200: Provide makemigrations router.allow_migrate() with a model_name

2016-11-08 Thread Django
#27200: Provide makemigrations router.allow_migrate() with a model_name -+- Reporter: Joseph Kahn |Owner: nobody Type: | Status: new

Re: [Django] #27200: Provide makemigrations router.allow_migrate() with a model_name

2016-11-08 Thread Django
#27200: Provide makemigrations router.allow_migrate() with a model_name -+- Reporter: Joseph Kahn |Owner: nobody Type: Bug | Status: new

Re: [Django] #27200: Provide makemigrations router.allow_migrate() with a model_name

2016-11-08 Thread Django
#27200: Provide makemigrations router.allow_migrate() with a model_name -+- Reporter: Joseph Kahn |Owner: nobody Type: | Status: closed

Re: [Django] #20880: Split clone() to clone() and pre_next_op()

2016-11-08 Thread Django
#20880: Split clone() to clone() and pre_next_op() -+- Reporter: Anssi Kääriäinen |Owner: Tim Type: | Graham Cleanup/optimization |

Re: [Django] #27200: Provide makemigrations router.allow_migrate() with a model_name

2016-11-08 Thread Django
#27200: Provide makemigrations router.allow_migrate() with a model_name -+- Reporter: Joseph Kahn |Owner: nobody Type: Bug | Status: new

Re: [Django] #27458: Oracle backend giving ORA-00911 : Invalid Character, querying with a literal "%s"

2016-11-08 Thread Django
#27458: Oracle backend giving ORA-00911 : Invalid Character, querying with a literal "%s" -+- Reporter: Gabriel Canto de |Owner: nobody Souza | Type: Bug

Re: [Django] #27420: Oracle DB test user password must be quoted if it starts with a number

2016-11-08 Thread Django
#27420: Oracle DB test user password must be quoted if it starts with a number -+- Reporter: felixxm |Owner: felixxm Type: Bug | Status:

Re: [Django] #27138: timezone.localtime accepts naive datetimes on Python ≥ 3.6

2016-11-08 Thread Django
#27138: timezone.localtime accepts naive datetimes on Python ≥ 3.6 -+- Reporter: Aymeric Augustin |Owner: Joachim | Jablon Type: Bug

Re: [Django] #27386: Readonly callable field is unconditionally wrapped inside ..., which might create invalid HTML

2016-11-08 Thread Django
#27386: Readonly callable field is unconditionally wrapped inside ..., which might create invalid HTML -+- Reporter: Jacob Rief |Owner: nobody Type: |

Re: [Django] #27448: GIS distance queries use deprecated ST_distance_sphere

2016-11-08 Thread Django
#27448: GIS distance queries use deprecated ST_distance_sphere -+- Reporter: Christian von|Owner: Mjumbe Roques | Poe Type: |

Re: [Django] #27439: Document how to add locale for osX on Unit Tests/Troubleshooting section for contribution

2016-11-08 Thread Django
#27439: Document how to add locale for osX on Unit Tests/Troubleshooting section for contribution --+ Reporter: Patricia Sousa|Owner: alix- Type: Cleanup/optimization |

Re: [Django] #27452: Add Postgres serial field to contrib.postgres

2016-11-08 Thread Django
#27452: Add Postgres serial field to contrib.postgres -+- Reporter: Johannes Hoppe |Owner: Johannes | Hoppe Type: New feature |

Re: [Django] #24195: Changing limit_choices_to in a ForeignKey doesn't create a migration

2016-11-08 Thread Django
#24195: Changing limit_choices_to in a ForeignKey doesn't create a migration --+--- Reporter: Aymeric Augustin |Owner: Adam Bogdał Type: Bug | Status: assigned

Re: [Django] #27397: Querying with an integer larger than SQLite supports crashes with OverflowError

2016-11-08 Thread Django
#27397: Querying with an integer larger than SQLite supports crashes with OverflowError -+- Reporter: Ramin Farajpour |Owner: Ramin Cami | Farajpour Cami

Re: [Django] #27394: template "floatformat" tag throws ValueError for big numbers in Python 3

2016-11-08 Thread Django
#27394: template "floatformat" tag throws ValueError for big numbers in Python 3 -+ Reporter: mateuszf |Owner: felixxm Type: Bug | Status:

Re: [Django] #27432: showmigrations --plan should show migrations that would be applied for the given app_labels

2016-11-08 Thread Django
#27432: showmigrations --plan should show migrations that would be applied for the given app_labels -+- Reporter: Will Hardy |Owner: Sebastian |

Re: [Django] #27460: GenericRelation doesn't work from AbstractClass to AbstractClass in Django 1.10(.3)

2016-11-08 Thread Django
#27460: GenericRelation doesn't work from AbstractClass to AbstractClass in Django 1.10(.3) -+- Reporter: Wolfgang Grim|Owner: nobody Type: Bug |

Re: [Django] #27420: Oracle DB test user password must be quoted if it starts with a number

2016-11-08 Thread Django
#27420: Oracle DB test user password must be quoted if it starts with a number -+- Reporter: felixxm |Owner: felixxm Type: Bug | Status:

Re: [Django] #24195: Changing limit_choices_to in a ForeignKey doesn't create a migration

2016-11-08 Thread Django
#24195: Changing limit_choices_to in a ForeignKey doesn't create a migration --+--- Reporter: Aymeric Augustin |Owner: Adam Bogdał Type: Bug | Status: assigned

Re: [Django] #27335: Avoid object save during QuerySet.update_or_create() when there were no changes

2016-11-08 Thread Django
#27335: Avoid object save during QuerySet.update_or_create() when there were no changes -+- Reporter: tonnzor |Owner: Andrew Type: | Nester

Re: [Django] #27436: migrations.test_commands.MakeMigrationsTests fail on Windows when run on a different drive than C:

2016-11-08 Thread Django
#27436: migrations.test_commands.MakeMigrationsTests fail on Windows when run on a different drive than C: -+- Reporter: Zbigniew Siciarz |Owner: Zbigniew |

Re: [Django] #27420: Oracle DB test user password must be quoted if it starts with a number

2016-11-08 Thread Django
#27420: Oracle DB test user password must be quoted if it starts with a number -+- Reporter: felixxm |Owner: felixxm Type: Bug | Status:

Re: [Django] #27420: Oracle DB test user password must be quoted if it starts with a number

2016-11-08 Thread Django
#27420: Oracle DB test user password must be quoted if it starts with a number -+- Reporter: felixxm |Owner: felixxm Type: Bug | Status:

Re: [Django] #27420: Oracle DB test user password must be quoted if it starts with a number

2016-11-08 Thread Django
#27420: Oracle DB test user password must be quoted if it starts with a number -+- Reporter: felixxm |Owner: felixxm Type: Bug | Status:

Re: [Django] #27236: Deprecate Model.Meta.index_together in favour of Model.Meta.indexes

2016-11-08 Thread Django
#27236: Deprecate Model.Meta.index_together in favour of Model.Meta.indexes -+- Reporter: Akshesh Doshi|Owner: Olivier Type: | Tabone Cleanup/optimization

Re: [Django] #27460: GenericRelation doesn't work from AbstractClass to AbstractClass in Django 1.10(.3)

2016-11-08 Thread Django
#27460: GenericRelation doesn't work from AbstractClass to AbstractClass in Django 1.10(.3) -+- Reporter: Wolfgang Grim|Owner: nobody Type: Bug |

Re: [Django] #27463: ambiguous variable name 'l'

2016-11-08 Thread Django
#27463: ambiguous variable name 'l' -+- Reporter: Ramin Farajpour |Owner: Ramin Cami | Farajpour Cami Type: |

[Django] #27463: ambiguous variable name 'l'

2016-11-08 Thread Django
#27463: ambiguous variable name 'l' + Reporter: Ramin Farajpour Cami | Owner: nobody Type: Cleanup/optimization | Status: new Component: Utilities

Re: [Django] #27463: ambiguous variable name 'l'

2016-11-08 Thread Django
#27463: ambiguous variable name 'l' -+- Reporter: Ramin Farajpour |Owner: Ramin Cami | Farajpour Cami Type: |

Re: [Django] #27447: Provide an easy way to test sending of signals

2016-11-08 Thread Django
#27447: Provide an easy way to test sending of signals -+- Reporter: James Bennett|Owner: James | Bennett Type: New feature |

Re: [Django] #26920: GEOSGeometry objects compare equal despite different SRID

2016-11-08 Thread Django
#26920: GEOSGeometry objects compare equal despite different SRID --+ Reporter: Raphael Das Gupta |Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #27406: Signals pre_delete and post_delete break logical relationship of models and behave in diffrently with different backends

2016-11-08 Thread Django
#27406: Signals pre_delete and post_delete break logical relationship of models and behave in diffrently with different backends -+- Reporter: Seti |Owner: nobody Type:

Re: [Django] #27456: Changing the unique parameter from True to False has no effect on MySQL

2016-11-08 Thread Django
#27456: Changing the unique parameter from True to False has no effect on MySQL +-- Reporter: Vadim |Owner: nobody Type: Bug | Status: closed Component:

Re: [Django] #25388: Allow disabling of all migrations during tests

2016-11-08 Thread Django
#25388: Allow disabling of all migrations during tests ---+ Reporter: Markus Holtermann |Owner: (none) Type: New feature| Status: new Component: Testing

Re: [Django] #25406: _create_test_db hides errors like 'source database "template1" is being accessed by other users' with --keepdb

2016-11-08 Thread Django
#25406: _create_test_db hides errors like 'source database "template1" is being accessed by other users' with --keepdb -+- Reporter: Daniel Hahler|Owner: nobody Type: Bug

Re: [Django] #27445: RadioSelect widget does not work for NullBooleanField

2016-11-08 Thread Django
#27445: RadioSelect widget does not work for NullBooleanField -+- Reporter: Anne Fleischer |Owner: Jacob | Rief Type: New feature |