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

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

Re: [Django] #27417: Change case on field causes invalid rename on Oracle backend migration

2016-11-07 Thread Django
#27417: Change case on field causes invalid rename on Oracle backend migration -+- Reporter: Vackar Afzal |Owner: Zach | Zundel Type: Bug

Re: [Django] #27453: LocaleRegexProvider unnecessarily recompiles the same regex for every active language

2016-11-07 Thread Django
#27453: LocaleRegexProvider unnecessarily recompiles the same regex for every active language --+ Reporter: Carl Meyer|Owner: nobody Type: Cleanup/optimization |

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

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

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

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

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

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

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

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

Re: [Django] #27451: syndication feed may crash with AmbiguousTimeError (was: AmbiuousTimeError in syndication feed)

2016-11-07 Thread Django
#27451: syndication feed may crash with AmbiguousTimeError -+ Reporter: Markus Holtermann|Owner: nobody Type: Bug | Status: new Component: contri

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

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

Re: [Django] #27459: Tuple index out of bounds when logging

2016-11-07 Thread Django
#27459: Tuple index out of bounds when logging ---+-- Reporter: Brandon Chinn |Owner: nobody Type: Bug| Status: closed Component: Utilities |

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

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

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

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

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

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

Re: [Django] #27459: Tuple index out of bounds when logging

2016-11-07 Thread Django
#27459: Tuple index out of bounds when logging ---+-- Reporter: Brandon Chinn |Owner: nobody Type: Bug| Status: closed Component: Uncategorized |

[Django] #27459: Tuple index out of bounds when logging

2016-11-07 Thread Django
#27459: Tuple index out of bounds when logging -+ Reporter: Brandon Chinn | Owner: nobody Type: Bug| Status: new Component: Uncategorized |Vers

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

2016-11-07 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] #27448: GIS distance queries use deprecated ST_distance_sphere

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

Re: [Django] #27455: When use "zh-HANT" locale, the URL of "reset user password" page in Django Admin is not correct.

2016-11-07 Thread Django
#27455: When use "zh-HANT" locale,the URL of "reset user password" page in Django Admin is not correct. -+- Reporter: frocelu |Owner: nobody Type: Bug |

Re: [Django] #3461: DatabaseWrapper should pass through args and kwargs to underlying database adapter

2016-11-07 Thread Django
#3461: DatabaseWrapper should pass through args and kwargs to underlying database adapter -+- Reporter: Jack Moffitt |Owner: Olivier | Tabone Type: Bug

Re: [Django] #25192: Can't Squash Migration that uses migrations.RunPython.noop in Python 2

2016-11-07 Thread Django
#25192: Can't Squash Migration that uses migrations.RunPython.noop in Python 2 -+ Reporter: James Pulec |Owner: (none) Type: Bug | Status: new Component: Migrations

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

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

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

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

Re: [Django] #27365: Fields suddenly not found.

2016-11-07 Thread Django
#27365: Fields suddenly not found. -+- Reporter: Brandon |Owner: nobody Type: Bug | Status: closed Component: Database layer |

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

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

Re: [Django] #27365: Fields suddenly not found.

2016-11-07 Thread Django
#27365: Fields suddenly not found. -+- Reporter: Brandon |Owner: nobody Type: Bug | Status: closed Component: Database layer |

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

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

Re: [Django] #27417: Change case on field causes invalid rename on Oracle backend migration

2016-11-07 Thread Django
#27417: Change case on field causes invalid rename on Oracle backend migration -+- Reporter: Vackar Afzal |Owner: nobody Type: Bug | Status: new

Re: [Django] #27365: Fields suddenly not found.

2016-11-07 Thread Django
#27365: Fields suddenly not found. -+- Reporter: Brandon |Owner: nobody Type: Bug | Status: closed Component: Database layer |

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

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

Re: [Django] #25192: Can't Squash Migration that uses migrations.RunPython.noop in Python 2

2016-11-07 Thread Django
#25192: Can't Squash Migration that uses migrations.RunPython.noop in Python 2 -+--- Reporter: James Pulec |Owner: Rodrigo Machado Type: Bug | Status: assigned C

Re: [Django] #27450: GDALBandTests.test_band_data test failure on MacOS 10.12.1 and python3.5 (was: GIS tests failure on MacOS 10.12.1 and python3.5)

2016-11-07 Thread Django
#27450: GDALBandTests.test_band_data test failure on MacOS 10.12.1 and python3.5 + Reporter: Olivier Tabone |Owner: nobody Type: Bug | Status: new Component:

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

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

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

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

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

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

Re: [Django] #27303: Selecting multiple admin list_filters across relations return results that don't match both filters

2016-11-07 Thread Django
#27303: Selecting multiple admin list_filters across relations return results that don't match both filters ---+ Reporter: Yeago |Owner: nobody Type: Bug| Sta

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

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

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

2016-11-07 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] #27453: LocaleRegexProvider unnecessarily recompiles the same regex for every active language

2016-11-07 Thread Django
#27453: LocaleRegexProvider unnecessarily recompiles the same regex for every active language --+ Reporter: Carl Meyer|Owner: nobody Type: Cleanup/optimization |

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

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

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

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

Re: [Django] #27433: ModelForm with BooleanField can not save False/unchecked

2016-11-07 Thread Django
#27433: ModelForm with BooleanField can not save False/unchecked -+- Reporter: Christian Pedersen |Owner: Ingo | Klöcker Type: Bug |

Re: [Django] #27437: Can't create GinIndex on ArrayField(CITextField)

2016-11-07 Thread Django
#27437: Can't create GinIndex on ArrayField(CITextField) -+- Reporter: Davide Setti |Owner: (none) Type: Bug | Status: new Component: contrib

Re: [Django] #27367: Document behaviour when several urls have the same name

2016-11-07 Thread Django
#27367: Document behaviour when several urls have the same name -+- Reporter: Christoph Schindler |Owner: Robert Type: | Roskam Cleanup/optimization |

Re: [Django] #27454: Skip translation loading in apps that don't have a 'locale' directory

2016-11-07 Thread Django
#27454: Skip translation loading in apps that don't have a 'locale' directory --+ Reporter: Carl Meyer|Owner: nobody Type: Cleanup/optimization | Status: clos

Re: [Django] #27454: Skip translation loading in apps that don't have a 'locale' directory

2016-11-07 Thread Django
#27454: Skip translation loading in apps that don't have a 'locale' directory --+ Reporter: Carl Meyer|Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #27454: Skip translation loading in apps that don't have a 'locale' directory (was: Gettext does a non-trivial amount of work when asked to load translations from a nonexistent directory)

2016-11-07 Thread Django
#27454: Skip translation loading in apps that don't have a 'locale' directory --+ Reporter: Carl Meyer|Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #27455: When use "zh-HANT" locale, the URL of "reset user password" page in Django Admin is not correct.

2016-11-07 Thread Django
#27455: When use "zh-HANT" locale,the URL of "reset user password" page in Django Admin is not correct. -+- Reporter: frocelu |Owner: nobody Type: Bug |

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

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

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

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