Re: [Django] #27013: Docs - Using Argon2 with Django - more appropriate pip command

2016-08-19 Thread Django
#27013: Docs - Using Argon2 with Django - more appropriate pip command -+- Reporter: freshquiz|Owner: nobody Type: | Status: closed

Re: [Django] #27013: Docs - Using Argon2 with Django - more appropriate pip command

2016-08-19 Thread Django
#27013: Docs - Using Argon2 with Django - more appropriate pip command -+- Reporter: freshquiz|Owner: nobody Type: | Status: closed

Re: [Django] #26902: Add `secure` argument to `is_safe_url()`

2016-08-19 Thread Django
#26902: Add `secure` argument to `is_safe_url()` -+- Reporter: suligap |Owner: nobody Type: New feature | Status: closed Component: Utilities|

Re: [Django] #26902: Add `secure` argument to `is_safe_url()`

2016-08-19 Thread Django
#26902: Add `secure` argument to `is_safe_url()` -+- Reporter: suligap |Owner: nobody Type: New feature | Status: closed Component: Utilities|

Re: [Django] #26902: Add `secure` argument to `is_safe_url()`

2016-08-19 Thread Django
#26902: Add `secure` argument to `is_safe_url()` -+- Reporter: suligap |Owner: nobody Type: New feature | Status: closed Component: Utilities|

Re: [Django] #27061: Support creating the TEST PostgreSQL database from a custom template

2016-08-19 Thread Django
#27061: Support creating the TEST PostgreSQL database from a custom template -+- Reporter: cjerdonek|Owner: cjerdonek Type: New feature | Status:

Re: [Django] #27085: UI Discrepancy in "Writing your first Django app, part 2"

2016-08-19 Thread Django
#27085: UI Discrepancy in "Writing your first Django app, part 2" -+- Reporter: pluralschool |Owner: Type: | berabhishek Cleanup/optimization |

Re: [Django] #27085: UI Discrepancy in "Writing your first Django app, part 2"

2016-08-19 Thread Django
#27085: UI Discrepancy in "Writing your first Django app, part 2" -+- Reporter: pluralschool |Owner: Type: | berabhishek Cleanup/optimization |

Re: [Django] #27018: Admin views in admindocs crash with AttributeError

2016-08-19 Thread Django
#27018: Admin views in admindocs crash with AttributeError ---+ Reporter: MarkusH|Owner: helenst Type: Bug| Status: assigned Component:

Re: [Django] #26987: Document using .get() without args to return an object from a single-row queryset

2016-08-19 Thread Django
#26987: Document using .get() without args to return an object from a single-row queryset -+- Reporter: Tuttle |Owner: Type: | berabhishek

Re: [Django] #26987: Document using .get() without args to return an object from a single-row queryset

2016-08-19 Thread Django
#26987: Document using .get() without args to return an object from a single-row queryset -+- Reporter: Tuttle |Owner: Type: | berabhishek

Re: [Django] #27063: Regex url routing + Localization (prefix_default_language)

2016-08-19 Thread Django
#27063: Regex url routing + Localization (prefix_default_language) -+- Reporter: keithhackbarth |Owner: nobody Type: Bug | Status: new

Re: [Django] #26571: Documentation about usage of fromtimestamp (wrt timezones) is confusing

2016-08-19 Thread Django
#26571: Documentation about usage of fromtimestamp (wrt timezones) is confusing --+ Reporter: bronger |Owner: nobody Type: Cleanup/optimization | Status:

Re: [Django] #26571: Documentation about usage of fromtimestamp (wrt timezones) is confusing

2016-08-19 Thread Django
#26571: Documentation about usage of fromtimestamp (wrt timezones) is confusing --+ Reporter: bronger |Owner: nobody Type: Cleanup/optimization | Status:

Re: [Django] #26987: Document using .get() without args to return an object from a single-row queryset

2016-08-19 Thread Django
#26987: Document using .get() without args to return an object from a single-row queryset -+- Reporter: Tuttle |Owner: Type: | berabhishek

Re: [Django] #26987: Document using .get() without args to return an object from a single-row queryset

2016-08-19 Thread Django
#26987: Document using .get() without args to return an object from a single-row queryset -+- Reporter: Tuttle |Owner: Type: | berabhishek

Re: [Django] #27013: Docs - Using Argon2 with Django - more appropriate pip command

2016-08-19 Thread Django
#27013: Docs - Using Argon2 with Django - more appropriate pip command -+- Reporter: freshquiz|Owner: nobody Type: | Status: new

Re: [Django] #26987: Document using .get() without args to return an object from a single-row queryset

2016-08-19 Thread Django
#26987: Document using .get() without args to return an object from a single-row queryset -+- Reporter: Tuttle |Owner: Type: | berabhishek

Re: [Django] #26987: Document using .get() without args to return an object from a single-row queryset

2016-08-19 Thread Django
#26987: Document using .get() without args to return an object from a single-row queryset -+- Reporter: Tuttle |Owner: Type: | berabhishek

Re: [Django] #26987: Document using .get() without args to return an object from a single-row queryset

2016-08-19 Thread Django
#26987: Document using .get() without args to return an object from a single-row queryset -+- Reporter: Tuttle |Owner: Type: | berabhishek

Re: [Django] #26987: Document using .get() without args to return an object from a single-row queryset

2016-08-19 Thread Django
#26987: Document using .get() without args to return an object from a single-row queryset -+- Reporter: Tuttle |Owner: Type: | berabhishek

Re: [Django] #22288: F() expression not compatible with __range field look up

2016-08-19 Thread Django
#22288: F() expression not compatible with __range field look up -+- Reporter: liushaohua86@… |Owner: | MatthewWilkes Type: Bug |

Re: [Django] #26987: Document using .get() without args to return an object from a single-row queryset

2016-08-19 Thread Django
#26987: Document using .get() without args to return an object from a single-row queryset -+- Reporter: Tuttle |Owner: Type: | berabhishek

Re: [Django] #26987: Document using .get() without args to return an object from a single-row queryset

2016-08-19 Thread Django
#26987: Document using .get() without args to return an object from a single-row queryset -+- Reporter: Tuttle |Owner: Type: | berabhishek

Re: [Django] #22414: Persistent connections not closed by LiveServerTestCase, preventing dropping test databases

2016-08-19 Thread Django
#22414: Persistent connections not closed by LiveServerTestCase, preventing dropping test databases -+- Reporter: Koterpillar |Owner: cjerdonek Type: Bug |

Re: [Django] #27063: Regex url routing + Localization (prefix_default_language)

2016-08-19 Thread Django
#27063: Regex url routing + Localization (prefix_default_language) -+- Reporter: keithhackbarth |Owner: nobody Type: Bug | Status: new

Re: [Django] #27018: Admin views in admindocs crash with AttributeError

2016-08-19 Thread Django
#27018: Admin views in admindocs crash with AttributeError ---+ Reporter: MarkusH|Owner: helenst Type: Bug| Status: assigned Component:

Re: [Django] #27086: running servers.tests may hang in parallel mode on Mac OS X

2016-08-19 Thread Django
#27086: running servers.tests may hang in parallel mode on Mac OS X --+ Reporter: cjerdonek |Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #27086: running servers.tests may hang in parallel mode on Mac OS X

2016-08-19 Thread Django
#27086: running servers.tests may hang in parallel mode on Mac OS X --+ Reporter: cjerdonek |Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #27086: running servers.tests may hang in parallel mode on Mac OS X

2016-08-19 Thread Django
#27086: running servers.tests may hang in parallel mode on Mac OS X --+ Reporter: cjerdonek |Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #21859: clarify Django docs re: email addresses and ascii

2016-08-19 Thread Django
#21859: clarify Django docs re: email addresses and ascii -+ Reporter: cjerdonek|Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #27092: MIgrations: Creating and then renaming a ForeignKey fails when index and constraint created

2016-08-19 Thread Django
#27092: MIgrations: Creating and then renaming a ForeignKey fails when index and constraint created -+-- Reporter: alexsdutton |Owner: nobody Type: Bug | Status: closed

Re: [Django] #27095: Queries involving postgres Array fields can't include expressions as elements

2016-08-19 Thread Django
#27095: Queries involving postgres Array fields can't include expressions as elements --+ Reporter: MatthewWilkes |Owner: nobody Type: Bug | Status: new

[Django] #27095: Queries involving postgres Array fields can't include expressions as elements

2016-08-19 Thread Django
#27095: Queries involving postgres Array fields can't include expressions as elements --+ Reporter: MatthewWilkes | Owner: nobody Type: Uncategorized | Status: new

Re: [Django] #26571: Documentation about usage of fromtimestamp (wrt timezones) is confusing

2016-08-19 Thread Django
#26571: Documentation about usage of fromtimestamp (wrt timezones) is confusing --+ Reporter: bronger |Owner: nobody Type: Cleanup/optimization | Status:

Re: [Django] #26747: Use more specific assertions in tests

2016-08-19 Thread Django
#26747: Use more specific assertions in tests --+ Reporter: jdufresne |Owner: nobody Type: Cleanup/optimization | Status: closed Component: Core (Other)

Re: [Django] #26747: Use more specific assertions in tests

2016-08-19 Thread Django
#26747: Use more specific assertions in tests --+ Reporter: jdufresne |Owner: nobody Type: Cleanup/optimization | Status: closed Component: Core (Other)

Re: [Django] #26571: Documentation about usage of fromtimestamp (wrt timezones) is confusing

2016-08-19 Thread Django
#26571: Documentation about usage of fromtimestamp (wrt timezones) is confusing --+ Reporter: bronger |Owner: nobody Type: Cleanup/optimization | Status:

Re: [Django] #27094: ImportError: No module named 'django.core.checks.compatibility.django_1_10'

2016-08-19 Thread Django
#27094: ImportError: No module named 'django.core.checks.compatibility.django_1_10' ---+-- Reporter: Elohina|Owner: nobody Type: Uncategorized | Status: closed

[Django] #27094: ImportError: No module named 'django.core.checks.compatibility.django_1_10'

2016-08-19 Thread Django
#27094: ImportError: No module named 'django.core.checks.compatibility.django_1_10' ---+--- Reporter: Elohina| Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |Version: 1.10

Re: [Django] #25530: Deferred SQL operations fail when a referenced table or column is renamed during the same migration

2016-08-19 Thread Django
#25530: Deferred SQL operations fail when a referenced table or column is renamed during the same migration --+ Reporter: simonphilips |Owner: nobody Type: Bug |

Re: [Django] #27092: MIgrations: Creating and then renaming a ForeignKey fails when index and constraint created

2016-08-19 Thread Django
#27092: MIgrations: Creating and then renaming a ForeignKey fails when index and constraint created -+-- Reporter: alexsdutton |Owner: nobody Type: Bug | Status: new

Re: [Django] #27090: pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead

2016-08-19 Thread Django
#27090: pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead ---+-- Reporter: hmpf |Owner: nobody Type: Uncategorized |

Re: [Django] #27093: ORM error on apache + wsgi

2016-08-19 Thread Django
#27093: ORM error on apache + wsgi -+- Reporter: biggosh |Owner: nobody Type: Uncategorized| Status: closed Component: Database layer |

Re: [Django] #15143: Document how to set the language for the test client (was: Add precisions about setting the language for the test client)

2016-08-19 Thread Django
#15143: Document how to set the language for the test client ---+ Reporter: claudep|Owner: nobody Type: New feature| Status: new Component: Documentation |

Re: [Django] #27091: Add .tox directory to flake8 exclude (was: Should .tox directory be added to flake8 exclude?)

2016-08-19 Thread Django
#27091: Add .tox directory to flake8 exclude -+- Reporter: marfire |Owner: nobody Type: Bug | Status: new Component: Testing framework

Re: [Django] #27091: Add .tox directory to flake8 exclude

2016-08-19 Thread Django
#27091: Add .tox directory to flake8 exclude -+- Reporter: marfire |Owner: nobody Type: Bug | Status: closed Component: Testing

Re: [Django] #26987: Document using .get() without args to return an object from a single-row queryset

2016-08-19 Thread Django
#26987: Document using .get() without args to return an object from a single-row queryset -+- Reporter: Tuttle |Owner: Type: | berabhishek

Re: [Django] #27087: Document that flush does not affect unmanaged models

2016-08-19 Thread Django
#27087: Document that flush does not affect unmanaged models -+- Reporter: rjschave |Owner: nobody Type: | Status: closed

Re: [Django] #27086: running servers.tests may hang in parallel mode on Mac OS X (was: running servers.tests hangs in parallel mode)

2016-08-19 Thread Django
#27086: running servers.tests may hang in parallel mode on Mac OS X --+ Reporter: cjerdonek |Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #27086: running servers.tests hangs in parallel mode

2016-08-19 Thread Django
#27086: running servers.tests hangs in parallel mode --+ Reporter: cjerdonek |Owner: nobody Type: Cleanup/optimization | Status: new Component: Core

Re: [Django] #27093: ORM error on apache + wsgi

2016-08-19 Thread Django
#27093: ORM error on apache + wsgi -+- Reporter: biggosh |Owner: nobody Type: Uncategorized| Status: closed Component: Database layer |

Re: [Django] #27085: UI Discrepancy in "Writing your first Django app, part 2"

2016-08-19 Thread Django
#27085: UI Discrepancy in "Writing your first Django app, part 2" -+- Reporter: pluralschool |Owner: Type: | berabhishek Cleanup/optimization |

Re: [Django] #27093: ORM error on apache + wsgi

2016-08-19 Thread Django
#27093: ORM error on apache + wsgi -+- Reporter: biggosh |Owner: nobody Type: Uncategorized| Status: new Component: Database layer |

Re: [Django] #27093: ORM error on apache + wsgi

2016-08-19 Thread Django
#27093: ORM error on apache + wsgi -+- Reporter: biggosh |Owner: nobody Type: Uncategorized| Status: new Component: Database layer |

Re: [Django] #27093: ORM error on apache + wsgi

2016-08-19 Thread Django
#27093: ORM error on apache + wsgi --+ Reporter: biggosh | Owner: nobody Type: Uncategorized | Status: new Component: Database layer (models, ORM) |

Re: [Django] #27093: ORM error on apache + wsgi

2016-08-19 Thread Django
#27093: ORM error on apache + wsgi --+ Reporter: biggosh | Owner: nobody Type: Uncategorized | Status: new Component: Database layer (models, ORM) |

[Django] #27093: ORM error on apache + wsgi

2016-08-19 Thread Django
#27093: ORM error on apache + wsgi --+ Reporter: biggosh | Owner: nobody Type: Uncategorized | Status: new Component: Database layer (models, ORM) |Version:

Re: [Django] #27092: MIgrations: Creating and then renaming a ForeignKey fails when index and constraint created

2016-08-19 Thread Django
#27092: MIgrations: Creating and then renaming a ForeignKey fails when index and constraint created -+-- Reporter: alexsdutton |Owner: nobody Type: Bug | Status: new

[Django] #27092: MIgrations: Creating and then renaming a ForeignKey fails when index and constraint created

2016-08-19 Thread Django
#27092: MIgrations: Creating and then renaming a ForeignKey fails when index and constraint created -+ Reporter: alexsdutton | Owner: nobody Type: Bug | Status: new Component: Migrations |Version: 1.10

Re: [Django] #27085: UI Discrepancy in "Writing your first Django app, part 2"

2016-08-19 Thread Django
#27085: UI Discrepancy in "Writing your first Django app, part 2" -+- Reporter: pluralschool |Owner: Type: | berabhishek Cleanup/optimization |

Re: [Django] #27085: UI Discrepancy in "Writing your first Django app, part 2"

2016-08-19 Thread Django
#27085: UI Discrepancy in "Writing your first Django app, part 2" -+- Reporter: pluralschool |Owner: Type: | berabhishek Cleanup/optimization |

Re: [Django] #27064: Implement RenameIndex in a backwards compatible way

2016-08-19 Thread Django
#27064: Implement RenameIndex in a backwards compatible way -+ Reporter: MarkusH |Owner: nobody Type: New feature | Status: new Component: Migrations |

Re: [Django] #27064: Implement RenameIndex in a backwards compatible way

2016-08-19 Thread Django
#27064: Implement RenameIndex in a backwards compatible way -+ Reporter: MarkusH |Owner: nobody Type: New feature | Status: new Component: Migrations |

Re: [Django] #27064: Implement RenameIndex in a backwards compatible way

2016-08-19 Thread Django
#27064: Implement RenameIndex in a backwards compatible way -+ Reporter: MarkusH |Owner: nobody Type: New feature | Status: new Component: Migrations |

Re: [Django] #27085: UI Discrepancy in "Writing your first Django app, part 2"

2016-08-19 Thread Django
#27085: UI Discrepancy in "Writing your first Django app, part 2" -+- Reporter: pluralschool |Owner: Type: | berabhishek Cleanup/optimization |

Re: [Django] #27085: UI Discrepancy in "Writing your first Django app, part 2"

2016-08-19 Thread Django
#27085: UI Discrepancy in "Writing your first Django app, part 2" -+- Reporter: pluralschool |Owner: Type: | berabhishek Cleanup/optimization |

Re: [Django] #27085: UI Discrepancy in "Writing your first Django app, part 2"

2016-08-19 Thread Django
#27085: UI Discrepancy in "Writing your first Django app, part 2" -+- Reporter: pluralschool |Owner: Type: | berabhishek Cleanup/optimization |

[Django] #27091: Should .tox directory be added to flake8 exclude?

2016-08-19 Thread Django
#27091: Should .tox directory be added to flake8 exclude? ---+ Reporter: marfire| Owner: nobody Type: Bug| Status: new Component: Testing framework |Version: master Severity:

Re: [Django] #27090: pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead

2016-08-19 Thread Django
#27090: pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead ---+-- Reporter: hmpf |Owner: nobody Type: Uncategorized |

Re: [Django] #27090: pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead

2016-08-19 Thread Django
#27090: pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead ---+ Reporter: hmpf | Owner: nobody Type: Uncategorized | Status: new Component:

[Django] #27090: pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead

2016-08-19 Thread Django
#27090: pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead ---+--- Reporter: hmpf | Owner: nobody Type: Uncategorized | Status: new Component:

Re: [Django] #22900: ugettext_lazy with arguments causes RuntimeError

2016-08-19 Thread Django
#22900: ugettext_lazy with arguments causes RuntimeError --+ Reporter: Karmux|Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #27067: Deprecate string_concat

2016-08-19 Thread Django
#27067: Deprecate string_concat --+ Reporter: lovmat|Owner: lovmat Type: Cleanup/optimization | Status: assigned Component: Internationalization |

Re: [Django] #27085: UI Discrepancy in "Writing your first Django app, part 2"

2016-08-19 Thread Django
#27085: UI Discrepancy in "Writing your first Django app, part 2" -+- Reporter: pluralschool |Owner: Type: | berabhishek Cleanup/optimization |

Re: [Django] #27086: running servers.tests hangs in parallel mode

2016-08-19 Thread Django
#27086: running servers.tests hangs in parallel mode ---+-- Reporter: cjerdonek |Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |

Re: [Django] #17002: ManyToManyField through a model which extends some other model

2016-08-19 Thread Django
#17002: ManyToManyField through a model which extends some other model -+- Reporter: mitar|Owner: | InvalidInterrupt Type: Bug

Re: [Django] #27086: running servers.tests hangs in parallel mode

2016-08-19 Thread Django
#27086: running servers.tests hangs in parallel mode ---+-- Reporter: cjerdonek |Owner: nobody Type: Uncategorized | Status: closed Component: Uncategorized |

Re: [Django] #27085: UI Discrepancy in "Writing your first Django app, part 2"

2016-08-19 Thread Django
#27085: UI Discrepancy in "Writing your first Django app, part 2" -+- Reporter: pluralschool |Owner: Type: | berabhishek Cleanup/optimization |