Re: [Django] #18392: Use utf8mb4 encoding with MySQL 5.5

2012-09-24 Thread Django
#18392: Use utf8mb4 encoding with MySQL 5.5 -+- Reporter: EmilStenstrom|Owner: nobody Type: Uncategorized| Status: new Component: Database layer

Re: [Django] #18184: relocate algorithm identification code to hashers module

2012-09-24 Thread Django
#18184: relocate algorithm identification code to hashers module -+- Reporter: Eli Collins |Owner: nobody | Status: closed

Re: [Django] #15294: Use named urls instead of hard coded ones in admin views

2012-09-24 Thread Django
#15294: Use named urls instead of hard coded ones in admin views -+- Reporter: julien |Owner: ramiro Type: New feature | Status: closed

Re: [Django] #18072: ChangeList shouldn't use hardcoded urls

2012-09-24 Thread Django
#18072: ChangeList shouldn't use hardcoded urls --+ Reporter: kmike |Owner: nobody Type: Cleanup/optimization | Status: closed Component:

[django/django] f51eab: Fixed #18072 -- Made more admin links use reverse(...

2012-09-24 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: f51eab796d087439eedcb768cdd312517780940e https://github.com/django/django/commit/f51eab796d087439eedcb768cdd312517780940e Author: Ramiro Morales Date: 2012-09-24 (Mon, 24 Sep 2012)

[Django] #19021: collectstatic should only copy files if they have changed or don't exist in destination

2012-09-24 Thread Django
#19021: collectstatic should only copy files if they have changed or don't exist in destination ---+- Reporter: dloewenherz| Owner: dloewenherz Type: New feature| Status: new Component: Uncategorized |

[Django] #19020: Some contrib.formtools tests fail when Python hash value randomization is enabled

2012-09-24 Thread Django
#19020: Some contrib.formtools tests fail when Python hash value randomization is enabled --+ Reporter: metzen| Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #16706: values_list on query set ordered by field added by QuerySet.extra() broken

2012-09-24 Thread Django
#16706: values_list on query set ordered by field added by QuerySet.extra() broken -+- Reporter: salfner@…|Owner: nobody Type: Bug | Status:

[Django] #19019: UserAdmin.user_change_password does not log the change

2012-09-24 Thread Django
#19019: UserAdmin.user_change_password does not log the change --+ Reporter: Tuttle| Owner: nobody Type: New feature | Status: new Component: contrib.auth |Version: master Severity: Normal

[django/django] 515fd6: Called parent __init__ in test logging handler

2012-09-24 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 515fd6a5de2f1bf817fac9ced07d0485d594b510 https://github.com/django/django/commit/515fd6a5de2f1bf817fac9ced07d0485d594b510 Author: Claude Paroz Date: 2012-09-24 (Mon, 24 Sep 2012)

Re: [Django] #18316: settings.configure() does not apply LOGGING_CONFIG

2012-09-24 Thread Django
#18316: settings.configure() does not apply LOGGING_CONFIG + Reporter: luch@… |Owner: nobody Type: Bug | Status: new Component: Core

Re: [Django] #14861: Importing settings in a module that contains a logging Handler causes circular import.

2012-09-24 Thread Django
#14861: Importing settings in a module that contains a logging Handler causes circular import. -+- Reporter: donspaulding |Owner: Claude Type: Bug | Paroz

[django/django] fc69ff: Fixed #14861 -- Moved logging config outside of Se...

2012-09-24 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: fc69fff9ab5bba8a6cff3eaf51f02a3204b1c015 https://github.com/django/django/commit/fc69fff9ab5bba8a6cff3eaf51f02a3204b1c015 Author: Claude Paroz Date: 2012-09-24 (Mon, 24 Sep 2012)

Re: [Django] #18903: Add forms validation for GB telephone numbers.

2012-09-24 Thread Django
#18903: Add forms validation for GB telephone numbers. -+- Reporter: g1smd|Owner: nobody Type: New feature | Status: new Component: Forms

Re: [Django] #19018: m2m relationships with a through field don't respect types.

2012-09-24 Thread Django
#19018: m2m relationships with a through field don't respect types. -+- Reporter: justinlilly |Owner: nobody Type: Bug | Status: new

Re: [Django] #19018: m2m relationships with a through field don't respect types.

2012-09-24 Thread Django
#19018: m2m relationships with a through field don't respect types. -+- Reporter: justinlilly |Owner: nobody Type: Bug | Status: new

Re: [Django] #19018: m2m relationships with a through field don't respect types.

2012-09-24 Thread Django
#19018: m2m relationships with a through field don't respect types. -+- Reporter: justinlilly |Owner: nobody Type: Bug | Status: new

Re: [Django] #19018: m2m relationships with a through field don't respect types.

2012-09-24 Thread Django
#19018: m2m relationships with a through field don't respect types. -+- Reporter: justinlilly |Owner: nobody Type: Bug | Status: new

Re: [Django] #19018: m2m relationships with a through field don't respect types.

2012-09-24 Thread Django
#19018: m2m relationships with a through field don't respect types. -+- Reporter: justinlilly |Owner: nobody Type: Bug | Status: new

Re: [Django] #19018: m2m relationships with a through field don't respect types.

2012-09-24 Thread Django
#19018: m2m relationships with a through field don't respect types. -+- Reporter: justinlilly |Owner: nobody Type: Bug | Status: new

[Django] #19018: m2m relationships with a through field don't respect types.

2012-09-24 Thread Django
#19018: m2m relationships with a through field don't respect types. --+ Reporter: justinlilly | Owner: nobody Type: Uncategorized | Status: new Component: Database

Re: [Django] #18993: Default django logging to StreamHandler (when DEBUG=True)

2012-09-24 Thread Django
#18993: Default django logging to StreamHandler (when DEBUG=True) --+-- Reporter: claudep |Owner: nobody Type: New feature | Status: new Component: Core (Other) |

Re: [Django] #14861: Importing settings in a module that contains a logging Handler causes circular import.

2012-09-24 Thread Django
#14861: Importing settings in a module that contains a logging Handler causes circular import. --+ Reporter: donspaulding |Owner: Type: Bug | Status: new Component:

Re: [Django] #19017: If command is called from code, it does not change locale to previous state

2012-09-24 Thread Django
#19017: If command is called from code, it does not change locale to previous state -+- Reporter: andrey@… |Owner: nobody Type: Bug | Status:

Re: [Django] #19016: Test fixes for different locale

2012-09-24 Thread Django
#19016: Test fixes for different locale ---+-- Reporter: andrey@… |Owner: nobody Type: Bug| Status: closed Component: contrib.admindocs |

Re: [Django] #16211: using negated F()-expression in update query

2012-09-24 Thread Django
#16211: using negated F()-expression in update query -+- Reporter: wdoekes |Owner: nobody Type: New feature | Status: new Component: Database

Re: [Django] #19017: If command is called from code, it does not change locale to previous state

2012-09-24 Thread Django
#19017: If command is called from code, it does not change locale to previous state -+- Reporter: andrey@… |Owner: nobody Type: Bug | Status:

Re: [Django] #19016: Test fixes for different locale

2012-09-24 Thread Django
#19016: Test fixes for different locale ---+-- Reporter: andrey@… |Owner: nobody Type: Bug| Status: closed Component: contrib.admindocs |

Re: [Django] #19017: If command is called from code, it does not change locale to previous state

2012-09-24 Thread Django
#19017: If command is called from code, it does not change locale to previous state -+- Reporter: andrey@… |Owner: nobody Type: Bug | Status:

Re: [Django] #18948: setting DEBUG to False change behavior of i18n

2012-09-24 Thread Django
#18948: setting DEBUG to False change behavior of i18n --+-- Reporter: lanyjie |Owner: nobody Type: Bug | Status: closed Component: Translations

Re: [Django] #19016: Test fixes for different locale

2012-09-24 Thread Django
#19016: Test fixes for different locale ---+-- Reporter: andrey@… |Owner: nobody Type: Bug| Status: closed Component: contrib.admindocs |

[Django] #19017: If command is called from code, it does not change locale to previous state

2012-09-24 Thread Django
#19017: If command is called from code, it does not change locale to previous state + Reporter: andrey@…| Owner: nobody Type: Bug | Status: new Component:

[Django] #19016: Test fixes for different locale

2012-09-24 Thread Django
#19016: Test fixes for different locale ---+ Reporter: andrey@… | Owner: nobody Type: Bug| Status: new Component: contrib.admindocs |Version: 1.4 Severity: Normal |

[django/django] e72e22: Replaced a deprecated assertEquals

2012-09-24 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: e72e22e518a730cd28cd68c9374fa79a45e27a9c https://github.com/django/django/commit/e72e22e518a730cd28cd68c9374fa79a45e27a9c Author: Claude Paroz Date: 2012-09-24 (Mon, 24 Sep 2012)

[django/django] 6eda8d: Enlarged exception catching when testing for GDAL ...

2012-09-24 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 6eda8d784a128309a67540fb0a62373667958daa https://github.com/django/django/commit/6eda8d784a128309a67540fb0a62373667958daa Author: Claude Paroz Date: 2012-09-24 (Mon, 24 Sep 2012)

Re: [Django] #19015: Slovenian L10N - date field validation does not work for hidden fields

2012-09-24 Thread Django
#19015: Slovenian L10N - date field validation does not work for hidden fields -+- Reporter: bmihelac |Owner: nobody Type: Bug | Status: new

Re: [Django] #19015: Slovenian L10N - date field validation does not work for hidden fields (was: Slovenian l10n does not work with hidden fields)

2012-09-24 Thread Django
#19015: Slovenian L10N - date field validation does not work for hidden fields -+- Reporter: bmihelac |Owner: nobody Type: Bug | Status: new

[Django] #19015: Slovenian l10n does not work with hidden fields

2012-09-24 Thread Django
#19015: Slovenian l10n does not work with hidden fields -+ Reporter: bmihelac | Owner: nobody Type: Bug | Status: new Component: contrib.localflavor |Version: 1.4

[Django] #19014: PASSWORD_HASHERS missed in "Full list of settings"

2012-09-24 Thread Django
#19014: PASSWORD_HASHERS missed in "Full list of settings" ---+ Reporter: jedie | Owner: nobody Type: Uncategorized | Status: new Component: Documentation |Version: 1.4 Severity: Normal |

Re: [Django] #18993: Default django logging to StreamHandler (when DEBUG=True)

2012-09-24 Thread Django
#18993: Default django logging to StreamHandler (when DEBUG=True) --+-- Reporter: claudep |Owner: nobody Type: New feature | Status: new Component: Core (Other) |

Re: [Django] #18990: 'manage.py loaddata' does not report if the loading file does not exist

2012-09-24 Thread Django
#18990: 'manage.py loaddata' does not report if the loading file does not exist -+- Reporter: sergzach |Owner: nobody Type: Bug | Status: new

Re: [Django] #18993: Default django logging to StreamHandler (when DEBUG=True)

2012-09-24 Thread Django
#18993: Default django logging to StreamHandler (when DEBUG=True) --+-- Reporter: claudep |Owner: nobody Type: New feature | Status: new Component: Core (Other) |

Re: [Django] #10809: mod_wsgi authentication handler

2012-09-24 Thread Django
#10809: mod_wsgi authentication handler -+- Reporter: baumer1122 |Owner: ptone Type: New feature | Status: new Component: contrib.auth |