Re: [Django] #28543: ModelForm.initial is affected while its bound instance's m2m field be set with new data

2017-08-29 Thread Django
#28543: ModelForm.initial is affected while its bound instance's m2m field be set with new data ---+-- Reporter: Wonder |Owner: nobody Type: Uncategorized | Status: new

Re: [Django] #28548: Remove usage of "middlewares" in documentation

2017-08-29 Thread Django
#28548: Remove usage of "middlewares" in documentation -+- Reporter: Joe Krzystan |Owner: nobody Type: | Status: assigned

[Django] #28548: Remove usage of "middlewares" in documentation

2017-08-29 Thread Django
#28548: Remove usage of "middlewares" in documentation +-- Reporter: Joe Krzystan | Owner: nobody Type: Cleanup/optimization | Status: assigned

Re: [Django] #28523: Improve the error message when squashing migration with RunPython that require manual changes

2017-08-29 Thread Django
#28523: Improve the error message when squashing migration with RunPython that require manual changes -+- Reporter: washeck |Owner: nobody Type: |

Re: [Django] #28487: runserver crashes with UncodeDecodeError as of Django 1.11.4

2017-08-29 Thread Django
#28487: runserver crashes with UncodeDecodeError as of Django 1.11.4 -+- Reporter: newerBkl |Owner: Mark | Rogaski Type: Bug

Re: [Django] #28530: SelectDateWidget localizes years in select box

2017-08-29 Thread Django
#28530: SelectDateWidget localizes years in select box -+- Reporter: tpazderka|Owner: caleb | logan Type: Bug |

Re: [Django] #28530: SelectDateWidget localizes years in select box

2017-08-29 Thread Django
#28530: SelectDateWidget localizes years in select box -+- Reporter: tpazderka|Owner: caleb | logan Type: Bug |

Re: [Django] #28530: SelectDateWidget localizes years in select box

2017-08-29 Thread Django
#28530: SelectDateWidget localizes years in select box -+- Reporter: tpazderka|Owner: caleb | logan Type: Bug |

Re: [Django] #27515: Make AuthenticationForm use the username length from the user model

2017-08-29 Thread Django
#27515: Make AuthenticationForm use the username length from the user model -+- Reporter: Ramin Farajpour |Owner: Lucas Cami | Connors Type:

Re: [Django] #28546: Django translations to_locale() function incorrectly formats private subtags

2017-08-29 Thread Django
#28546: Django translations to_locale() function incorrectly formats private subtags -+- Reporter: Ronnie van den |Owner: nobody Crommenacker | Type: Bug

Re: [Django] #28547: Documentation unclear if 'redirect' shortcut encodes the url or expects it to be encoded (was: Documentation unclear if 'redirect' shortcut encodes the url itself or expects it to

2017-08-29 Thread Django
#28547: Documentation unclear if 'redirect' shortcut encodes the url or expects it to be encoded ---+-- Reporter: Jesse |Owner: nobody Type: Uncategorized | Status:

[Django] #28547: Documentation unclear if 'redirect' shortcut encodes the url itself or expects it to be encoded

2017-08-29 Thread Django
#28547: Documentation unclear if 'redirect' shortcut encodes the url itself or expects it to be encoded -+ Reporter: Jesse | Owner: nobody Type: Uncategorized | Status:

Re: [Django] #28488: Django 1.11+ raises CSRF verification failed if settings.DEBUG is False and an intermediate 404 page is requested

2017-08-29 Thread Django
#28488: Django 1.11+ raises CSRF verification failed if settings.DEBUG is False and an intermediate 404 page is requested -+- Reporter: Ruben Alves |Owner: nobody Type: Bug

Re: [Django] #15522: Allow customizing queryset deletion in the delete_selected admin action view

2017-08-29 Thread Django
#15522: Allow customizing queryset deletion in the delete_selected admin action view ---+ Reporter: Divad |Owner: nobody Type: New feature| Status: new

Re: [Django] #15522: Allow customizing queryset deletion in the delete_selected admin action view

2017-08-29 Thread Django
#15522: Allow customizing queryset deletion in the delete_selected admin action view ---+ Reporter: Divad |Owner: nobody Type: New feature| Status: new

Re: [Django] #28543: ModelForm.initial is affected while its bound instance's m2m field be set with new data

2017-08-29 Thread Django
#28543: ModelForm.initial is affected while its bound instance's m2m field be set with new data ---+-- Reporter: Wonder |Owner: nobody Type: Uncategorized | Status: new

Re: [Django] #28534: Changing JSONField on inline in admin doesn't always trigger change

2017-08-29 Thread Django
#28534: Changing JSONField on inline in admin doesn't always trigger change -+- Reporter: john-parton |Owner: hui shang Type: Bug | Status: assigned Component:

Re: [Django] #27326: Overriding queryset deletion from ModelAdmin

2017-08-29 Thread Django
#27326: Overriding queryset deletion from ModelAdmin -+-- Reporter: Dimitris Glynos |Owner: nobody Type: New feature | Status: closed Component: contrib.admin|

Re: [Django] #27326: Overriding queryset deletion from ModelAdmin

2017-08-29 Thread Django
#27326: Overriding queryset deletion from ModelAdmin -+-- Reporter: Dimitris Glynos |Owner: nobody Type: New feature | Status: new Component: contrib.admin|

[Django] #28546: Django translations to_locale() function incorrectly formats private subtags

2017-08-29 Thread Django
#28546: Django translations to_locale() function incorrectly formats private subtags -+- Reporter: ronnievdc | Owner: nobody Type: Bug| Status: new

Re: [Django] #28534: Changing JSONField on inline in admin doesn't always trigger change

2017-08-29 Thread Django
#28534: Changing JSONField on inline in admin doesn't always trigger change -+- Reporter: john-parton |Owner: hui shang Type: Bug | Status: assigned Component:

[Django] #28545: unique_together does not handle null as most would expect it

2017-08-29 Thread Django
#28545: unique_together does not handle null as most would expect it + Reporter: Jimmy Merrild Krag| Owner: nobody Type: Bug | Status: new

Re: [Django] #28544: unlocalize template filter not consistent with "localize off" for datetimes - does not honor DATETIME_FORMAT

2017-08-29 Thread Django
#28544: unlocalize template filter not consistent with "localize off" for datetimes - does not honor DATETIME_FORMAT --+ Reporter: Beda Kosata |Owner: nobody Type: Bug

Re: [Django] #28544: unlocalize template filter not consistent with "localize off" for datetimes - does not honor DATETIME_FORMAT

2017-08-29 Thread Django
#28544: unlocalize template filter not consistent with "localize off" for datetimes - does not honor DATETIME_FORMAT -+- Reporter: Beda Kosata |Owner: nobody Type: Bug

[Django] #28544: unlocalize template filter not consistent with "localize off" for datetimes - does not honor DATETIME_FORMAT

2017-08-29 Thread Django
#28544: unlocalize template filter not consistent with "localize off" for datetimes - does not honor DATETIME_FORMAT + Reporter: Beda Kosata | Owner: nobody Type: Bug

[Django] #28543: ModelForm.initial is affected while its bound instance's m2m field be set with new data

2017-08-29 Thread Django
#28543: ModelForm.initial is affected while its bound instance's m2m field be set with new data -+ Reporter: Wonder | Owner: nobody Type: Uncategorized | Status: new

Re: [Django] #28488: Django 1.11+ raises CSRF verification failed if settings.DEBUG is False and an intermediate 404 page is requested

2017-08-29 Thread Django
#28488: Django 1.11+ raises CSRF verification failed if settings.DEBUG is False and an intermediate 404 page is requested -+- Reporter: Ruben Alves |Owner: nobody Type: Bug

Re: [Django] #28488: Django 1.11+ raises CSRF verification failed if settings.DEBUG is False and an intermediate 404 page is requested

2017-08-29 Thread Django
#28488: Django 1.11+ raises CSRF verification failed if settings.DEBUG is False and an intermediate 404 page is requested -+- Reporter: Ruben Alves |Owner: nobody Type: Bug

Re: [Django] #28508: Error views set background-color bot not foreground color

2017-08-29 Thread Django
#28508: Error views set background-color bot not foreground color ---+ Reporter: John Dallahan |Owner: Darius Azimi Type: Bug| Status: assigned Component:

Re: [Django] #28534: Changing JSONField on inline in admin doesn't always trigger change

2017-08-29 Thread Django
#28534: Changing JSONField on inline in admin doesn't always trigger change -+- Reporter: john-parton |Owner: hui shang Type: Bug | Status: assigned Component: