Re: [Django] #10060: Multiple table annotation failure

2017-09-28 Thread Django
#10060: Multiple table annotation failure -+- Reporter: svsharma@… |Owner: (none) Type: Bug | Status: new Component: Database layer

Re: [Django] #28609: Original request URI is not available to development server

2017-09-28 Thread Django
#28609: Original request URI is not available to development server -+- Reporter: Jay Lynch|Owner: nobody Type: | Status: closed

Re: [Django] #28622: Allow password reset token to expire in under a day

2017-09-28 Thread Django
#28622: Allow password reset token to expire in under a day --+ Reporter: Nijamudeen|Owner: Zach Liu Type: New feature | Status: assigned Component: Core (Other) |

Re: [Django] #28650: Add TruncWeek

2017-09-28 Thread Django
#28650: Add TruncWeek -+- Reporter: Sigurd Ljødal|Owner: Sigurd | Ljødal Type: New feature | Status: assigned

[Django] #28650: Add TruncWeek

2017-09-28 Thread Django
#28650: Add TruncWeek -+- Reporter: Sigurd | Owner: nobody Ljødal | Type: New| Status: new feature|

Re: [Django] #28649: Add "week_year" lookup to DateField/DateTimeField

2017-09-28 Thread Django
#28649: Add "week_year" lookup to DateField/DateTimeField -+- Reporter: Sigurd Ljødal|Owner: Sigurd | Ljødal Type: New feature |

[Django] #28649: Add "week_year" lookup to DateField/DateTimeField

2017-09-28 Thread Django
#28649: Add "week_year" lookup to DateField/DateTimeField -+- Reporter: Sigurd | Owner: nobody Ljødal | Type: New| Status:

Re: [Django] #28648: Error in chaining filters example in documentation

2017-09-28 Thread Django
#28648: Error in chaining filters example in documentation ---+-- Reporter: Dave Jagoda|Owner: nobody Type: Uncategorized | Status: new Component: Documentation |

[Django] #28648: Error in chaining filters example in documentation

2017-09-28 Thread Django
#28648: Error in chaining filters example in documentation -+ Reporter: Dave Jagoda| Owner: nobody Type: Uncategorized | Status: new Component: Documentation

Re: [Django] #28618: Add an easier to make templates substitutions raise an exception on error (was: There should be a way to make Templates substitution to raise an exception on error)

2017-09-28 Thread Django
#28618: Add an easier to make templates substitutions raise an exception on error -+- Reporter: Facundo Batista |Owner: shreyas Type: New feature | Status:

Re: [Django] #28528: Allow combining SearchVectors with different configs (was: Can't combine 2 SearchVector-s with different configs)

2017-09-28 Thread Django
#28528: Allow combining SearchVectors with different configs -+- Reporter: M1ha Shvn|Owner: (none) Type: | Status: new

Re: [Django] #28520: Add --start-at/after options to runtests.py

2017-09-28 Thread Django
#28520: Add --start-at/after options to runtests.py +-- Reporter: Marten Kenbeek |Owner: Marten Kenbeek Type: New feature | Status: assigned Component: Core

Re: [Django] #28589: When saving in admin, readonly fields are potentially overwritten

2017-09-28 Thread Django
#28589: When saving in admin, readonly fields are potentially overwritten -+- Reporter: Fingal Plumpton |Owner: Fingal Type: | Plumpton Cleanup/optimization

Re: [Django] #28590: Quotes around filter string omitted in query __str__()

2017-09-28 Thread Django
#28590: Quotes around filter string omitted in query __str__() -+- Reporter: Aur Saraf|Owner: Adiyat | Mubarak Type: Bug |

Re: [Django] #28556: resolve of i18n_patterns does not match default language paths with prefix_default_language=False

2017-09-28 Thread Django
#28556: resolve of i18n_patterns does not match default language paths with prefix_default_language=False -+- Reporter: nielsole |Owner: nobody Type: Bug |

Re: [Django] #28556: resolve of i18n_patterns does not match default language paths with prefix_default_language=False

2017-09-28 Thread Django
#28556: resolve of i18n_patterns does not match default language paths with prefix_default_language=False -+- Reporter: nielsole |Owner: nobody Type: Bug |

Re: [Django] #28629: Q objects are no longer hashable in 2.0.

2017-09-28 Thread Django
#28629: Q objects are no longer hashable in 2.0. -+- Reporter: coady|Owner: felixxm Type: Bug | Status: closed Component: Database

Re: [Django] #28629: Q objects are no longer hashable in 2.0.

2017-09-28 Thread Django
#28629: Q objects are no longer hashable in 2.0. -+- Reporter: coady|Owner: felixxm Type: Bug | Status: closed Component: Database

Re: [Django] #28566: Allow full filepath ignore pattern matching on collectstatic command

2017-09-28 Thread Django
#28566: Allow full filepath ignore pattern matching on collectstatic command -+- Reporter: Daniel Wiesmann |Owner: Daniel Type: | Wiesmann Cleanup/optimization

Re: [Django] #28646: Migration calls "CREATE INDEX" when one already exists when 'unique' field attribute is added

2017-09-28 Thread Django
#28646: Migration calls "CREATE INDEX" when one already exists when 'unique' field attribute is added -+- Reporter: Hari - 何瑞理|Owner: nobody Type: Bug |

Re: [Django] #28643: Complete the ORM Function Library

2017-09-28 Thread Django
#28643: Complete the ORM Function Library -+- Reporter: Matthew Pava |Owner: nobody Type: New feature | Status: new Component: Database layer

Re: [Django] #28625: DATABASES TIME_ZONE setting may be confused with TIME_ZONE

2017-09-28 Thread Django
#28625: DATABASES TIME_ZONE setting may be confused with TIME_ZONE -+- Reporter: Jon Ribbens |Owner: Jon Type: | Ribbens Cleanup/optimization

Re: [Django] #28625: DATABASES TIME_ZONE setting may be confused with TIME_ZONE

2017-09-28 Thread Django
#28625: DATABASES TIME_ZONE setting may be confused with TIME_ZONE -+- Reporter: Jon Ribbens |Owner: Jon Type: | Ribbens Cleanup/optimization

Re: [Django] #28614: FileBasedCache documentation shouldn't recommend /var/tmp

2017-09-28 Thread Django
#28614: FileBasedCache documentation shouldn't recommend /var/tmp -+- Reporter: Daniel Keller|Owner: nobody Type: | Status: closed

Re: [Django] #28620: Loop on boundfields at init of inline sub-forms breaks the form set

2017-09-28 Thread Django
#28620: Loop on boundfields at init of inline sub-forms breaks the form set -+- Reporter: Jonathan Rossel |Owner: | DmitriySelischev Type: Bug

Re: [Django] #28602: Filesystem watcher based autoreload implementation for Windows platform

2017-09-28 Thread Django
#28602: Filesystem watcher based autoreload implementation for Windows platform -+ Reporter: Adam Sowa|Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #28588: User.has_perm() with superusers hides nonexistent permissions (was: has_perm with superusers hides non-existent permissions)

2017-09-28 Thread Django
#28588: User.has_perm() with superusers hides nonexistent permissions -+- Reporter: Paul Hallett |Owner: moshe Type: | nahmias Cleanup/optimization

Re: [Django] #28645: AuthenticationForm's inactive user error isn't raised when using ModelBackend (was: The inactive user error never is raised in login form)

2017-09-28 Thread Django
#28645: AuthenticationForm's inactive user error isn't raised when using ModelBackend -+ Reporter: Guilherme Junqueira |Owner: nobody Type: Bug | Status:

Re: [Django] #28644: Messages not Displaying After Redirect

2017-09-28 Thread Django
#28644: Messages not Displaying After Redirect --+-- Reporter: Nirmal Natarajan |Owner: nobody Type: Bug | Status: closed Component: contrib.messages |

Re: [Django] #28636: Translation module: Check `LANG_INFO` against user's language preference as optional feature

2017-09-28 Thread Django
#28636: Translation module: Check `LANG_INFO` against user's language preference as optional feature -+- Reporter: Denis Anuschewski|Owner: nobody Type: New feature |

Re: [Django] #28636: Translation module: Check `LANG_INFO` against user's language preference as optional feature

2017-09-28 Thread Django
#28636: Translation module: Check `LANG_INFO` against user's language preference as optional feature -+- Reporter: Denis Anuschewski|Owner: nobody Type: New feature |

Re: [Django] #28636: Translation module: Check `LANG_INFO` against user's language preference as optional feature

2017-09-28 Thread Django
#28636: Translation module: Check `LANG_INFO` against user's language preference as optional feature -+- Reporter: Denis Anuschewski|Owner: nobody Type: New feature |

Re: [Django] #28640: migrations.AlterField changing from default=False to True drops default

2017-09-28 Thread Django
#28640: migrations.AlterField changing from default=False to True drops default -+- Reporter: Axel Rau |Owner: nobody Type: Bug | Status:

[Django] #28647: Add support for python-brace-format for variables within {% blocktrans %}

2017-09-28 Thread Django
#28647: Add support for python-brace-format for variables within {% blocktrans %} + Reporter: Aidas Bendoraitis | Owner: nobody Type: New feature | Status:

Re: [Django] #28609: Original request URI is not available to development server

2017-09-28 Thread Django
#28609: Original request URI is not available to development server -+- Reporter: Jay Lynch|Owner: nobody Type: | Status: closed