Re: [Django] #28667: Documentation for extending UserCreationForm doesn't work with UserAdmin

2019-07-03 Thread Django
#28667: Documentation for extending UserCreationForm doesn't work with UserAdmin -+- Reporter: Nathanael Gordon |Owner: Swatantra Type: | Status:

Re: [Django] #28581: Pagination topic docs need a little restructuring

2019-07-03 Thread Django
#28581: Pagination topic docs need a little restructuring -+- Reporter: luto |Owner: Type: | armansabyr Cleanup/optimization |

Re: [Django] #30608: Email messages crash on non-ASCII domain when email encoding is non-unicode.

2019-07-03 Thread Django
#30608: Email messages crash on non-ASCII domain when email encoding is non- unicode. -+- Reporter: Chason Chaffin |Owner: Chason | Chaffin Type:

Re: [Django] #30608: Email messages crash on non-ASCII domain when email encoding is non-unicode.

2019-07-03 Thread Django
#30608: Email messages crash on non-ASCII domain when email encoding is non- unicode. -+- Reporter: Chason Chaffin |Owner: Chason | Chaffin Type:

Re: [Django] #30596: SplitArrayField.has_changed() is always True for numeric fields.

2019-07-03 Thread Django
#30596: SplitArrayField.has_changed() is always True for numeric fields. -+- Reporter: Evgeniy Krysanov |Owner: Chason | Chaffin Type: Bug

Re: [Django] #29744: Optimization: Multiple URLResolvers may be unintentionally be constructed by calls to `django.urls.resolvers.get_resolver`

2019-07-03 Thread Django
#29744: Optimization: Multiple URLResolvers may be unintentionally be constructed by calls to `django.urls.resolvers.get_resolver` -+- Reporter: Benjamin Woodruff|Owner: Benjamin Type:

Re: [Django] #30609: Add class removed as part of Django 1.9 release.

2019-07-03 Thread Django
#30609: Add class removed as part of Django 1.9 release. -+- Reporter: BernardoSilva|Owner: Type: | BernardoSilva Cleanup/optimization |

Re: [Django] #29744: Optimization: Multiple URLResolvers may be unintentionally be constructed by calls to `django.urls.resolvers.get_resolver`

2019-07-03 Thread Django
#29744: Optimization: Multiple URLResolvers may be unintentionally be constructed by calls to `django.urls.resolvers.get_resolver` -+- Reporter: Benjamin Woodruff|Owner: Benjamin Type:

[Django] #30609: Add class removed as part of Django 1.9 release

2019-07-03 Thread Django
#30609: Add class removed as part of Django 1.9 release -+- Reporter: | Owner: nobody BernardoSilva | Type: | Status: new

Re: [Django] #30609: Add class removed as part of Django 1.9 release. (was: Add class removed as part of Django 1.9 release)

2019-07-03 Thread Django
#30609: Add class removed as part of Django 1.9 release. -+- Reporter: BernardoSilva|Owner: Type: | BernardoSilva Cleanup/optimization |

Re: [Django] #6376: Allow using custom gettext domains

2019-07-03 Thread Django
#6376: Allow using custom gettext domains -+- Reporter: dennis@… |Owner: Rui | Pereira Type: New feature |

Re: [Django] #30609: Add class removed as part of Django 1.9 release

2019-07-03 Thread Django
#30609: Add class removed as part of Django 1.9 release -+- Reporter: BernardoSilva|Owner: Type: | BernardoSilva Cleanup/optimization |

Re: [Django] #30596: SplitArrayField.has_changed() is always True for numeric fields.

2019-07-03 Thread Django
#30596: SplitArrayField.has_changed() is always True for numeric fields. -+- Reporter: Evgeniy Krysanov |Owner: Chason | Chaffin Type: Bug

Re: [Django] #30609: Add class removed as part of Django 1.9 release.

2019-07-03 Thread Django
#30609: Add class removed as part of Django 1.9 release. -+- Reporter: BernardoSilva|Owner: Type: | BernardoSilva Cleanup/optimization |

Re: [Django] #30610: Model.full_clean() doesn't prevetn invalid (null) values when blank=True. (was: Model.full_clean() can ignore invalid (null) values which should raise ValidationError, because of

2019-07-03 Thread Django
#30610: Model.full_clean() doesn't prevetn invalid (null) values when blank=True. -+- Reporter: Keryn Knight |Owner: nobody Type: | Status:

Re: [Django] #28581: Pagination topic docs need a little restructuring

2019-07-03 Thread Django
#28581: Pagination topic docs need a little restructuring --+ Reporter: luto |Owner: luto Type: Cleanup/optimization | Status: assigned Component:

Re: [Django] #23048: Add the ability to make RemoveField reversible for non-null fields

2019-07-03 Thread Django
#23048: Add the ability to make RemoveField reversible for non-null fields -+ Reporter: Harris Lapiroff |Owner: nobody Type: New feature | Status: closed Component:

[Django] #30611: Add reversal options object to django migration constructs/class constructors

2019-07-03 Thread Django
#30611: Add reversal options object to django migration constructs/class constructors -+ Reporter: Datamance | Owner: nobody Type: Uncategorized | Status: new

Re: [Django] #30583: XML serializer doesn't handle JSONFields.

2019-07-03 Thread Django
#30583: XML serializer doesn't handle JSONFields. -+- Reporter: Ustinov Sergey |Owner: Chason | Chaffin Type: Bug |

Re: [Django] #30611: Add reversal options object to django migration constructs/class constructors

2019-07-03 Thread Django
#30611: Add reversal options object to django migration constructs/class constructors -+-- Reporter: Datamance|Owner: nobody Type: New feature | Status: closed

Re: [Django] #30610: Model.full_clean() doesn't prevetn invalid (null) values when blank=True.

2019-07-03 Thread Django
#30610: Model.full_clean() doesn't prevetn invalid (null) values when blank=True. -+- Reporter: Keryn Knight |Owner: nobody Type: | Status:

Re: [Django] #28333: Filter and subquery for window expressions

2019-07-03 Thread Django
#28333: Filter and subquery for window expressions -+- Reporter: Mads Jensen |Owner: nobody Type: New feature | Status: new Component: Database

Re: [Django] #30596: SplitArrayField.has_changed() is always True for numeric fields.

2019-07-03 Thread Django
#30596: SplitArrayField.has_changed() is always True for numeric fields. -+- Reporter: Evgeniy Krysanov |Owner: Chason | Chaffin Type: Bug

[Django] #30610: Model.full_clean() can ignore invalid (null) values which should raise ValidationError, because of blank=True short-circuiting

2019-07-03 Thread Django
#30610: Model.full_clean() can ignore invalid (null) values which should raise ValidationError, because of blank=True short-circuiting -+- Reporter: Keryn | Owner: nobody Knight

[Django] #30612: cached_property breaks type checking

2019-07-03 Thread Django
#30612: cached_property breaks type checking -+ Reporter: dms-cat| Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |

Re: [Django] #30583: XML serializer doesn't handle JSONFields.

2019-07-03 Thread Django
#30583: XML serializer doesn't handle JSONFields. -+- Reporter: Ustinov Sergey |Owner: Chason | Chaffin Type: Bug |

Re: [Django] #30612: cached_property breaks type checking

2019-07-03 Thread Django
#30612: cached_property breaks type checking ---+-- Reporter: dms-cat|Owner: nobody Type: Bug| Status: closed Component: Utilities | Version: