Re: [Django] #28535: Message on conflicting migrations is misleading for rebase workflows

2017-09-22 Thread Django
#28535: Message on conflicting migrations is misleading for rebase workflows -+- Reporter: karyon |Owner: Masashi Type: | SHIBATA Cleanup/optimization

Re: [Django] #28248: Password resets are allowed for 1 day longer than PASSWORD_RESET_TIMEOUT_DAYS

2017-09-22 Thread Django
#28248: Password resets are allowed for 1 day longer than PASSWORD_RESET_TIMEOUT_DAYS ---+ Reporter: Nick Zaccardi |Owner: nobody Type: Bug| Status: new

Re: [Django] #27788: Drop support for Oracle < 12.1

2017-09-22 Thread Django
#27788: Drop support for Oracle < 12.1 -+- Reporter: Tim Graham |Owner: nobody Type: | Status: closed Cleanup/optimization

Re: [Django] #27788: Drop support for Oracle < 12.1

2017-09-22 Thread Django
#27788: Drop support for Oracle < 12.1 -+- Reporter: Tim Graham |Owner: nobody Type: | Status: closed Cleanup/optimization

[Django] #28626: Drop support for PostgreSQL 9.3

2017-09-22 Thread Django
#28626: Drop support for PostgreSQL 9.3 -+- Reporter: Tim| Owner: nobody Graham | Type: | Status: new

Re: [Django] #28626: Drop support for PostgreSQL 9.3

2017-09-22 Thread Django
#28626: Drop support for PostgreSQL 9.3 -+- Reporter: Tim Graham |Owner: nobody Type: | Status: new Cleanup/optimization |

Re: [Django] #27857: Cleanups and features to use when dropping support for Python 3.4

2017-09-22 Thread Django
#27857: Cleanups and features to use when dropping support for Python 3.4 --+ Reporter: Tim Graham|Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #28552: Drop support for MySQL 5.5

2017-09-22 Thread Django
#28552: Drop support for MySQL 5.5 -+- Reporter: Tim Graham |Owner: nobody Type: | Status: new Cleanup/optimization |

Re: [Django] #20892: Allow configuring the memcached Client with CACHES 'OPTIONS'

2017-09-22 Thread Django
#20892: Allow configuring the memcached Client with CACHES 'OPTIONS' -+- Reporter: alex@… |Owner: Ed Morley Type: New feature | Status: closed

Re: [Django] #26840: Extract database teardown from DiscoverRunner, to better support third-party test runners

2017-09-22 Thread Django
#26840: Extract database teardown from DiscoverRunner, to better support third- party test runners --+ Reporter: Carl Meyer|Owner: nobody Type: Cleanup/optimization |

Re: [Django] #27175: Deprecate silencing exceptions raised while rendering the {% include %} template tag

2017-09-22 Thread Django
#27175: Deprecate silencing exceptions raised while rendering the {% include %} template tag -+- Reporter: Jon Dufresne |Owner: nobody Type: |

Re: [Django] #26956: Allow additional safe hosts for "next" parameter during login

2017-09-22 Thread Django
#26956: Allow additional safe hosts for "next" parameter during login -+- Reporter: Jon Dufresne |Owner: nobody Type: New feature | Status: closed

Re: [Django] #18974: Warn against using models.permalink

2017-09-22 Thread Django
#18974: Warn against using models.permalink -+- Reporter: Donald Stufft|Owner: nobody Type: | Status: closed Cleanup/optimization

Re: [Django] #26929: Deprecate `extra_context` parameter in `contrib.auth.views.logout_then_login`

2017-09-22 Thread Django
#26929: Deprecate `extra_context` parameter in `contrib.auth.views.logout_then_login` -+- Reporter: Andrew Nester|Owner: Andrew Type: | Nester

Re: [Django] #15667: Implement template-based widget rendering

2017-09-22 Thread Django
#15667: Implement template-based widget rendering + Reporter: Bruno Renié |Owner: (none) Type: New feature | Status: closed Component: Forms |

Re: [Django] #27648: Deprecate ("iLmsu") regex groups in URLpatterns

2017-09-22 Thread Django
#27648: Deprecate ("iLmsu") regex groups in URLpatterns -+- Reporter: Tim Graham |Owner: Tim Type: | Graham Cleanup/optimization |

Re: [Django] #25187: Make request available in authentication backends

2017-09-22 Thread Django
#25187: Make request available in authentication backends -+- Reporter: Carl Meyer |Owner: Tim | Graham Type: New feature

Re: [Django] #27067: Deprecate string_concat

2017-09-22 Thread Django
#27067: Deprecate string_concat -+- Reporter: Mattias Loverot |Owner: Mattias Type: | Loverot Cleanup/optimization | Status:

Re: [Django] #27098: Deprecate DatabaseIntrospection.get_indexes

2017-09-22 Thread Django
#27098: Deprecate DatabaseIntrospection.get_indexes -+- Reporter: Claude Paroz |Owner: nobody Type: | Status: closed Cleanup/optimization

Re: [Django] #17209: Dogfood class-based views in contrib.auth

2017-09-22 Thread Django
#17209: Dogfood class-based views in contrib.auth -+- Reporter: Stephen Burrows |Owner: Claude Type: | Paroz Cleanup/optimization |

Re: [Django] #26447: Deprecate USE_ETAGS setting in favor of ConditionalGetMiddleware unconditionally setting an ETag

2017-09-22 Thread Django
#26447: Deprecate USE_ETAGS setting in favor of ConditionalGetMiddleware unconditionally setting an ETag -+- Reporter: Denis Cornehl|Owner: Denis Type: |

Re: [Django] #27532: Deprecate Model._meta.has_auto_field

2017-09-22 Thread Django
#27532: Deprecate Model._meta.has_auto_field -+- Reporter: Adam (Chainz)|Owner: Adam Johnson| (Chainz) Johnson Type: |

Re: [Django] #28625: TIME_ZONE documentation is spectacularly unclear

2017-09-22 Thread Django
#28625: TIME_ZONE documentation is spectacularly unclear ---+--- Reporter: Jon Ribbens|Owner: Jon Ribbens Type: Bug| Status: assigned Component:

Re: [Django] #28625: TIME_ZONE documentation is spectacularly unclear

2017-09-22 Thread Django
#28625: TIME_ZONE documentation is spectacularly unclear ---+--- Reporter: Jon Ribbens|Owner: Jon Ribbens Type: Bug| Status: assigned Component:

Re: [Django] #27332: Specifying additional ON arguments, and more flexibility with joins

2017-09-22 Thread Django
#27332: Specifying additional ON arguments, and more flexibility with joins -+- Reporter: MikiSoft |Owner: nobody Type: New feature | Status: closed

Re: [Django] #28593: DEP 0201: Simplified routing syntax

2017-09-22 Thread Django
#28593: DEP 0201: Simplified routing syntax -+- Reporter: Tim Graham |Owner: nobody Type: New feature | Status: closed Component: Core (URLs) |

Re: [Django] #28612: inspectdb sets max_length to -1 if no field length specified in the DB schema

2017-09-22 Thread Django
#28612: inspectdb sets max_length to -1 if no field length specified in the DB schema -+- Reporter: rvernica |Owner: nobody Type: Bug |

Re: [Django] #28616: DISTINCT ON and update() does the wrong thing

2017-09-22 Thread Django
#28616: DISTINCT ON and update() does the wrong thing -+- Reporter: Daniel Keller|Owner: nobody Type: Bug | Status: new Component: Database