Re: [Django] #19368: Custom User without username and with USERNAME_FIELD = 'email', but still see username error message at the admin login page

2012-12-08 Thread Django
#19368: Custom User without username and with USERNAME_FIELD = 'email', but still see username error message at the admin login page -+- Reporter: un33k|Owner: nobody Type:

Re: [Django] #19447: Intword and intabr expansion and intword_internal api exposure

2012-12-08 Thread Django
#19447: Intword and intabr expansion and intword_internal api exposure --+-- Reporter: eire1130 |Owner: eire1130 Type: New feature | Status: new Component:

[Django] #19447: Intword and intabr expansion and intword_internal api exposure

2012-12-08 Thread Django
#19447: Intword and intabr expansion and intword_internal api exposure --+ Reporter: eire1130 | Owner: nobody Type: New feature | Status: new Component: contrib.humanize |Version: master

Re: [Django] #19436: ensure_csrf_cookie decorator issues a "CSRF token missing or incorrect" warning.

2012-12-08 Thread Django
#19436: ensure_csrf_cookie decorator issues a "CSRF token missing or incorrect" warning. ---+-- Reporter: wrr@… |Owner: nobody Type: Bug| Status: reopened

Re: [Django] #19436: ensure_csrf_cookie decorator issues a "CSRF token missing or incorrect" warning.

2012-12-08 Thread Django
#19436: ensure_csrf_cookie decorator issues a "CSRF token missing or incorrect" warning. ---+-- Reporter: wrr@… |Owner: nobody Type: Bug| Status: closed

Re: [Django] #19384: Managers can no longer be used on abstract models

2012-12-08 Thread Django
#19384: Managers can no longer be used on abstract models -+- Reporter: mhsparks |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #17860: Documentation for test utils does not take into account create_test_db move

2012-12-08 Thread Django
#17860: Documentation for test utils does not take into account create_test_db move -+- Reporter: danny@… |Owner: nobody Type: Bug | Status:

Re: [Django] #17860: Documentation for test utils does not take into account create_test_db move

2012-12-08 Thread Django
#17860: Documentation for test utils does not take into account create_test_db move -+- Reporter: danny@… |Owner: nobody Type: Bug | Status:

Re: [Django] #17860: Documentation for test utils does not take into account create_test_db move

2012-12-08 Thread Django
#17860: Documentation for test utils does not take into account create_test_db move -+- Reporter: danny@… |Owner: nobody Type: Bug | Status:

Re: [Django] #9045: PhoneNumberField listed in ModelForm docs as a Model field, but PhoneNumberField moved.

2012-12-08 Thread Django
#9045: PhoneNumberField listed in ModelForm docs as a Model field, but PhoneNumberField moved. ---+ Reporter: ericvw |Owner: ericvw Type: Bug| Status: closed

[django/django] fce779: [1.5.x] Removed US localflavor-specific tests from...

2012-12-08 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: fce779475e221e322a25dbf30dc25003e831afc2 https://github.com/django/django/commit/fce779475e221e322a25dbf30dc25003e831afc2 Author: Claude Paroz Date: 2012-12-08 (Sat, 08 Dec

Re: [Django] #9045: PhoneNumberField listed in ModelForm docs as a Model field, but PhoneNumberField moved.

2012-12-08 Thread Django
#9045: PhoneNumberField listed in ModelForm docs as a Model field, but PhoneNumberField moved. ---+ Reporter: ericvw |Owner: ericvw Type: Bug| Status: closed

[django/django] 8248d1: Removed US localflavor-specific tests from core

2012-12-08 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 8248d1402982041490b5d6bb45514ffdba0e18d3 https://github.com/django/django/commit/8248d1402982041490b5d6bb45514ffdba0e18d3 Author: Claude Paroz Date: 2012-12-08 (Sat, 08 Dec 2012)

Re: [Django] #7299: XViewMiddleware raises AttributeError when authentication system is disabled

2012-12-08 Thread Django
#7299: XViewMiddleware raises AttributeError when authentication system is disabled ---+- Reporter: ishikawa_takanori |Owner: nobody Type: Bug| Status:

Re: [Django] #6849: UnicodeEncodeError thrown when unicode messages were sent to outlog

2012-12-08 Thread Django
#6849: UnicodeEncodeError thrown when unicode messages were sent to outlog -+- Reporter: feisan |Owner: nobody Type: Bug | Status: closed

Re: [Django] #6379: Don't hide errors when resolving URL views

2012-12-08 Thread Django
#6379: Don't hide errors when resolving URL views -+- Reporter: Bastian Kleineidam |Owner: nobody | Status: closed Type: Bug

Re: [Django] #19442: Documentation: db transactions clarification

2012-12-08 Thread Django
#19442: Documentation: db transactions clarification --+ Reporter: startup.canada@… |Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #19438: Install docs - admin static files - clarification

2012-12-08 Thread Django
#19438: Install docs - admin static files - clarification -+- Reporter: bb42 |Owner: nobody Type: | Status: closed

Re: [Django] #19436: ensure_csrf_cookie decorator issues a "CSRF token missing or incorrect" warning.

2012-12-08 Thread Django
#19436: ensure_csrf_cookie decorator issues a "CSRF token missing or incorrect" warning. ---+-- Reporter: wrr@… |Owner: nobody Type: Bug| Status: closed

Re: [Django] #19434: Some QuerySet methods not aware of fields added on "extra"

2012-12-08 Thread Django
#19434: Some QuerySet methods not aware of fields added on "extra" -+- Reporter: hcarvalhoalves |Owner: nobody Type: Bug | Status: new

Re: [Django] #19390: NameError in models throws ambiguous message when running syncdb

2012-12-08 Thread Django
#19390: NameError in models throws ambiguous message when running syncdb -+- Reporter: dloewenherz |Owner: nobody Type: Bug | Status: new

Re: [Django] #19389: Wrong location of admin tests in documentation

2012-12-08 Thread Django
#19389: Wrong location of admin tests in documentation ---+ Reporter: KJ |Owner: nobody Type: Bug| Status: closed Component: Documentation |

[django/django] c81e8e: [1.5.x] Fixed #19389 -- Docs on the location of co...

2012-12-08 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: c81e8e7068bdaa000ad6fbed8d452ac074ba19a9 https://github.com/django/django/commit/c81e8e7068bdaa000ad6fbed8d452ac074ba19a9 Author: Aymeric Augustin Date: 2012-12-08 (Sat,

Re: [Django] #19389: Wrong location of admin tests in documentation

2012-12-08 Thread Django
#19389: Wrong location of admin tests in documentation ---+ Reporter: KJ |Owner: nobody Type: Bug| Status: closed Component: Documentation |

[django/django] d5ed81: Fixed #19389 -- Docs on the location of contrib ap...

2012-12-08 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: d5ed81c7951578c8cf0eb6fefd09db632455edd0 https://github.com/django/django/commit/d5ed81c7951578c8cf0eb6fefd09db632455edd0 Author: Aymeric Augustin Date: 2012-12-08 (Sat, 08 Dec

Re: [Django] #19389: Wrong location of admin tests in documentation

2012-12-08 Thread Django
#19389: Wrong location of admin tests in documentation ---+ Reporter: KJ |Owner: nobody Type: Bug| Status: new Component: Documentation |

Re: [Django] #19375: Class-based generic views + pagination hard to understand

2012-12-08 Thread Django
#19375: Class-based generic views + pagination hard to understand -+- Reporter: vtbassmatt@… |Owner: nobody Type: | Status: closed

Re: [Django] #19368: Custom User without username and with USERNAME_FIELD = 'email', but still see username error message at the admin login page

2012-12-08 Thread Django
#19368: Custom User without username and with USERNAME_FIELD = 'email', but still see username error message at the admin login page -+- Reporter: un33k|Owner: nobody Type:

Re: [Django] #19368: Custom User without username and with USERNAME_FIELD = 'email', but still see username error message at the admin login page

2012-12-08 Thread Django
#19368: Custom User without username and with USERNAME_FIELD = 'email', but still see username error message at the admin login page -+- Reporter: un33k|Owner: nobody Type:

Re: [Django] #19368: Custom User without username and with USERNAME_FIELD = 'email', but still see username error message at the admin login page

2012-12-08 Thread Django
#19368: Custom User without username and with USERNAME_FIELD = 'email', but still see username error message at the admin login page -+- Reporter: un33k|Owner: nobody Type:

Re: [Django] #19345: ContentType.objects.get_for_model shouldn't create missing content types

2012-12-08 Thread Django
#19345: ContentType.objects.get_for_model shouldn't create missing content types -+- Reporter: aaugustin|Owner: nobody Type: Bug | Status:

Re: [Django] #15366: AuthenticationForm should optionally permit inactive user login

2012-12-08 Thread Django
#15366: AuthenticationForm should optionally permit inactive user login --+- Reporter: krejcik@… |Owner: hjeffrey Type: New feature | Status: closed Component:

Re: [Django] #15198: AuthenticationForm.clean call does not have request set

2012-12-08 Thread Django
#15198: AuthenticationForm.clean call does not have request set --+ Reporter: Ciantic |Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #15198: AuthenticationForm.clean call does not have request set

2012-12-08 Thread Django
#15198: AuthenticationForm.clean call does not have request set --+ Reporter: Ciantic |Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #19446: django.contrib.auth.views.login doesn't check for test-cookie properly

2012-12-08 Thread Django
#19446: django.contrib.auth.views.login doesn't check for test-cookie properly -+- Reporter: mo_ttds@…|Owner: nobody Type: Bug | Status:

Re: [Django] #19412: Document that custom user models require a `user_permissions` M2M

2012-12-08 Thread Django
#19412: Document that custom user models require a `user_permissions` M2M -+-- Reporter: cdestigter |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #19392: Old-style url names (with dashes) throw confusing template traceback

2012-12-08 Thread Django
#19392: Old-style url names (with dashes) throw confusing template traceback -+- Reporter: dloewenherz |Owner: nobody Type: | Status: new

Re: [Django] #19417: Django 1.4.2 does not support Jython 2.5.3 (strptime issue)

2012-12-08 Thread Django
#19417: Django 1.4.2 does not support Jython 2.5.3 (strptime issue) -+- Reporter: fvox13 |Owner: nobody Type: Uncategorized| Status: new

[django/django] 152d6c: fix a spelling error in docs

2012-12-08 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 152d6cb411c5e75151d4cdc4be4992df61e9bf5b https://github.com/django/django/commit/152d6cb411c5e75151d4cdc4be4992df61e9bf5b Author: Val Neekman Date: 2012-12-08 (Sat, 08 Dec 2012)

[django/django] cacafe: fix a spelling error in docs

2012-12-08 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: cacafe89d075e3db7dab6b2f26fe096a2beaabcb https://github.com/django/django/commit/cacafe89d075e3db7dab6b2f26fe096a2beaabcb Author: Val Neekman Date: 2012-12-02 (Sun, 02 Dec 2012)

[Django] #19446: django.contrib.auth.views.login doesn't check for test-cookie properly

2012-12-08 Thread Django
#19446: django.contrib.auth.views.login doesn't check for test-cookie properly --+ Reporter: mo_ttds@… | Owner: nobody Type: Bug | Status: new Component: contrib.auth |Version: 1.4

Re: [Django] #19430: Missing license in setup.py (was: Mssing license in setup.py)

2012-12-08 Thread Django
#19430: Missing license in setup.py -+- Reporter: anonymous|Owner: nobody Type: | Status: new Cleanup/optimization |

Re: [Django] #19430: Mssing license in setup.py

2012-12-08 Thread Django
#19430: Mssing license in setup.py -+- Reporter: anonymous|Owner: nobody Type: | Status: new Cleanup/optimization |

Re: [Django] #19439: admin_modify in change_password.html

2012-12-08 Thread Django
#19439: admin_modify in change_password.html --+ Reporter: ppetrid |Owner: nobody Type: Cleanup/optimization | Status: closed Component: contrib.admin

[django/django] a155fb: [1.5.x] Fixed #19439 -- Removed unused template ta...

2012-12-08 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: a155fb7408801ad27dfbbce374f73a809dee3540 https://github.com/django/django/commit/a155fb7408801ad27dfbbce374f73a809dee3540 Author: Claude Paroz Date: 2012-12-08 (Sat, 08 Dec

Re: [Django] #19439: admin_modify in change_password.html

2012-12-08 Thread Django
#19439: admin_modify in change_password.html --+ Reporter: ppetrid |Owner: nobody Type: Cleanup/optimization | Status: closed Component: contrib.admin

[django/django] 35492f: Fixed #19439 -- Removed unused template tag librar...

2012-12-08 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 35492f8fc4006acda4b5762ef187625e9c590c74 https://github.com/django/django/commit/35492f8fc4006acda4b5762ef187625e9c590c74 Author: Claude Paroz Date: 2012-12-08 (Sat, 08 Dec 2012)

Re: [Django] #19423: using formfield_overrides to set CharField size causes all admin fields to use last max_length in model definition

2012-12-08 Thread Django
#19423: using formfield_overrides to set CharField size causes all admin fields to use last max_length in model definition -+- Reporter: joebuyer@… |Owner: nobody Type: Bug

[django/django] fa5460: [1.5.x] Fixed #19423 -- Prevented ModelAdmin shari...

2012-12-08 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: fa5460460696863ebd7c8ebae325b4ebce1a777b https://github.com/django/django/commit/fa5460460696863ebd7c8ebae325b4ebce1a777b Author: Claude Paroz Date: 2012-12-08 (Sat, 08 Dec

Re: [Django] #19423: using formfield_overrides to set CharField size causes all admin fields to use last max_length in model definition

2012-12-08 Thread Django
#19423: using formfield_overrides to set CharField size causes all admin fields to use last max_length in model definition -+- Reporter: joebuyer@… |Owner: nobody Type: Bug

[django/django] 04e654: Fixed #19423 -- Prevented ModelAdmin sharing widge...

2012-12-08 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 04e6542b5a904762a4e723c9b04ba5650ee9dc2e https://github.com/django/django/commit/04e6542b5a904762a4e723c9b04ba5650ee9dc2e Author: Claude Paroz Date: 2012-12-08 (Sat, 08 Dec 2012)

[django/django] 9af9cd: [1.5.x] Fixed a string detection in ogrinspect.py

2012-12-08 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 9af9cdb3eb21617bae37c159d8ab94a4688e3b3f https://github.com/django/django/commit/9af9cdb3eb21617bae37c159d8ab94a4688e3b3f Author: Claude Paroz Date: 2012-12-08 (Sat, 08 Dec

[django/django] 614079: Fixed a string detection in ogrinspect.py

2012-12-08 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 6140795150b3811d5969315c02556861575e87eb https://github.com/django/django/commit/6140795150b3811d5969315c02556861575e87eb Author: Claude Paroz Date: 2012-12-08 (Sat, 08 Dec 2012)

Re: [Django] #19357: Unicode errors when Django is installed under a non-ASCII path

2012-12-08 Thread Django
#19357: Unicode errors when Django is installed under a non-ASCII path -+- Reporter: kujiu|Owner: aaugustin Type: Bug | Status: closed Component:

[django/django] 4214a2: [1.5.x] Fixed #19357 -- Allow non-ASCII chars in f...

2012-12-08 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 4214a22e060f9d692b77294659023633c63e1647 https://github.com/django/django/commit/4214a22e060f9d692b77294659023633c63e1647 Author: Claude Paroz Date: 2012-12-08 (Sat, 08 Dec

Re: [Django] #19357: Unicode errors when Django is installed under a non-ASCII path

2012-12-08 Thread Django
#19357: Unicode errors when Django is installed under a non-ASCII path -+- Reporter: kujiu|Owner: aaugustin Type: Bug | Status: closed Component:

[django/django] c91667: Fixed #19357 -- Allow non-ASCII chars in filesyste...

2012-12-08 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: c91667338a4e774e2819ccf4da852dc7b759bc19 https://github.com/django/django/commit/c91667338a4e774e2819ccf4da852dc7b759bc19 Author: Claude Paroz Date: 2012-12-08 (Sat, 08 Dec 2012)