Re: [Django] #9857: URLfield with verify_exists hangs if given an unresponsive URL

2011-05-04 Thread Django
#9857: URLfield with verify_exists hangs if given an unresponsive URL ---+-- Reporter: aptiko | Owner: fabian Type: New feature | Status: assigned Milestone:

Re: [Django] #15947: get_FIELD_display doesn't work when a given field is an IntegerField and is assigned a string value

2011-05-04 Thread Django
#15947: get_FIELD_display doesn't work when a given field is an IntegerField and is assigned a string value -+- Reporter: phuihock | Owner: nobody Type: Bug|

Re: [Django] #11557: get_latest_by should support multiple columns via tuple like ordering

2011-05-04 Thread Django
#11557: get_latest_by should support multiple columns via tuple like ordering -+- Reporter: forest | Owner: nobody Type: New| Status: new feature

Re: [Django] #11557: get_latest_by should support multiple columns via tuple like ordering

2011-05-04 Thread Django
#11557: get_latest_by should support multiple columns via tuple like ordering -+- Reporter: forest | Owner: nobody Type: New| Status: new feature

Re: [Django] #15947: get_FIELD_display doesn't work when a given field is an IntegerField and is assigned a string value

2011-05-04 Thread Django
#15947: get_FIELD_display doesn't work when a given field is an IntegerField and is assigned a string value -+- Reporter: phuihock | Owner: nobody Type: Bug|

[Django] #15964: Do not order admin actions by description

2011-05-04 Thread Django
#15964: Do not order admin actions by description +- Reporter: julien |Owner: nobody Type: Bug | Status: new Milestone: |Component:

Re: [Django] #15778: Command createsuperuser fails under some system user names

2011-05-04 Thread Django
#15778: Command createsuperuser fails under some system user names -+- Reporter: Hynek | Owner: Alex Gaynor Cernoch | Status: new Type:

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

2011-05-04 Thread Django
#15294: Use named urls instead of hard coded ones in admin views ---+--- Reporter: julien | Owner: ramiro Type: New feature | Status: new Milestone:

Re: [Django] #12749: "Please correct the error below." when saving add model form with inline formset and no auto primary key.

2011-05-04 Thread Django
#12749: "Please correct the error below." when saving add model form with inline formset and no auto primary key. -+- Reporter: | Owner: jkocherhans Chris.Wesseling@… |

Re: [Django] #15823: incorrect join condition when combining Q objects

2011-05-04 Thread Django
#15823: incorrect join condition when combining Q objects -+- Reporter: dcwatson | Owner: Type: Bug| Status: new Milestone: 1.4|

Re: [Django] #15823: incorrect join condition when combining Q objects

2011-05-04 Thread Django
#15823: incorrect join condition when combining Q objects -+- Reporter: dcwatson | Owner: Type: Bug| Status: new Milestone: 1.4|

Re: [Django] #12749: "Please correct the error below." when saving add model form with inline formset and no auto primary key.

2011-05-04 Thread Django
#12749: "Please correct the error below." when saving add model form with inline formset and no auto primary key. -+- Reporter: | Owner: jkocherhans Chris.Wesseling@… |

[Changeset] r16158 - django/trunk/django/core

2011-05-04 Thread noreply
Author: lukeplant Date: 2011-05-04 17:29:16 -0700 (Wed, 04 May 2011) New Revision: 16158 Modified: django/trunk/django/core/urlresolvers.py Log: Fixed #15795 - `__repr__` for RegexURLPattern not unicode safe Thanks to Mark Raddatz for the report and patch Modified:

Re: [Django] #15795: [patch] __repr__ for RegexURLPattern not unicode safe

2011-05-04 Thread Django
#15795: [patch] __repr__ for RegexURLPattern not unicode safe -+- Reporter: Mark | Owner: nobody Raddatz | Status: closed Type: Bug

Re: [Django] #15811: Lazy doesn't take into account methods defined in parents

2011-05-04 Thread Django
#15811: Lazy doesn't take into account methods defined in parents -+- Reporter: abki | Owner: nobody Type: Bug| Status: closed Milestone:

[Changeset] r16157 - in django/trunk: django/utils tests/regressiontests/utils

2011-05-04 Thread noreply
Author: lukeplant Date: 2011-05-04 17:09:51 -0700 (Wed, 04 May 2011) New Revision: 16157 Modified: django/trunk/django/utils/functional.py django/trunk/tests/regressiontests/utils/functional.py Log: Fixed #15811 - lazy() doesn't take into account methods defined in parents Thanks to abki

Re: [Django] #12460: inspectdb and field names ending with underscores

2011-05-04 Thread Django
#12460: inspectdb and field names ending with underscores -+- Reporter: 3gun | Owner: kgibula | Status: assigned Type: Bug

Re: [Django] #15954: Django's ignorable 404 list should include iphone favicons

2011-05-04 Thread Django
#15954: Django's ignorable 404 list should include iphone favicons ---+-- Reporter: PaulM| Owner: aaugustin Type: New feature | Status: new Milestone:

Re: [Django] #15827: the OneToOneField in Profile should be named 'user'

2011-05-04 Thread Django
#15827: the OneToOneField in Profile should be named 'user' -+- Reporter: lawgon | Owner: nobody Type: Bug| Status: closed Milestone:

[Changeset] r16156 - django/branches/releases/1.3.X/docs/topics

2011-05-04 Thread noreply
Author: timo Date: 2011-05-04 16:44:54 -0700 (Wed, 04 May 2011) New Revision: 16156 Modified: django/branches/releases/1.3.X/docs/topics/auth.txt Log: [1.3.X] Fixed #15827 - Documented that OneToOneField in Profile should be named 'user'; thanks lawgon. Backport of r16155 from trunk.

Re: [Django] #15827: the OneToOneField in Profile should be named 'user'

2011-05-04 Thread Django
#15827: the OneToOneField in Profile should be named 'user' -+- Reporter: lawgon | Owner: nobody Type: Bug| Status: closed Milestone:

[Changeset] r16155 - django/trunk/docs/topics

2011-05-04 Thread noreply
Author: timo Date: 2011-05-04 16:44:26 -0700 (Wed, 04 May 2011) New Revision: 16155 Modified: django/trunk/docs/topics/auth.txt Log: Fixed #15827 - Documented that OneToOneField in Profile should be named 'user'; thanks lawgon. Modified: django/trunk/docs/topics/auth.txt

[Changeset] r16154 - django/trunk/django/contrib/auth/management/commands

2011-05-04 Thread noreply
Author: SmileyChris Date: 2011-05-04 15:56:20 -0700 (Wed, 04 May 2011) New Revision: 16154 Modified: django/trunk/django/contrib/auth/management/commands/createsuperuser.py Log: Tiny grammar fix in createsuperuser command. Modified:

[Changeset] r16153 - django/trunk/tests/regressiontests

2011-05-04 Thread noreply
Author: jezdez Date: 2011-05-04 15:54:22 -0700 (Wed, 04 May 2011) New Revision: 16153 Removed: django/trunk/tests/regressiontests/admin_filterspecs/ Log: Removed empty directory forgotten in r16144. -- You received this message because you are subscribed to the Google Groups "Django

Re: [Django] #15960: Allow SimpleListerFilter's lookups to be based on the available data

2011-05-04 Thread Django
#15960: Allow SimpleListerFilter's lookups to be based on the available data ---+--- Reporter: julien | Owner: nobody Type: New feature | Status: closed

[Changeset] r16152 - in django/trunk: django/contrib/admin docs/ref/contrib/admin tests/regressiontests/admin_filters

2011-05-04 Thread noreply
Author: jezdez Date: 2011-05-04 15:52:04 -0700 (Wed, 04 May 2011) New Revision: 16152 Modified: django/trunk/django/contrib/admin/filters.py django/trunk/docs/ref/contrib/admin/index.txt django/trunk/tests/regressiontests/admin_filters/tests.py Log: Fixed #15960 -- Extended list filer

Re: [Django] #15947: get_FIELD_display doesn't work when a given field is an IntegerField and is assigned a string value

2011-05-04 Thread Django
#15947: get_FIELD_display doesn't work when a given field is an IntegerField and is assigned a string value -+- Reporter: phuihock | Owner: nobody Type: Bug|

Re: [Django] #15954: Django's ignorable 404 list should include iphone favicons

2011-05-04 Thread Django
#15954: Django's ignorable 404 list should include iphone favicons -+- Reporter: PaulM | Owner: aaugustin Type: | Status: new Cleanup/optimization

Re: [Django] #15667: Implement template-based widget rendering

2011-05-04 Thread Django
#15667: Implement template-based widget rendering ---+-- Reporter: brutasse | Owner: brutasse Type: New feature | Status: new Milestone: 1.4 |

Re: [Django] #15667: Implement template-based widget rendering

2011-05-04 Thread Django
#15667: Implement template-based widget rendering ---+-- Reporter: brutasse | Owner: brutasse Type: New feature | Status: new Milestone: 1.4 |

Re: [Django] #15954: Django's ignorable 404 list should include iphone favicons

2011-05-04 Thread Django
#15954: Django's ignorable 404 list should include iphone favicons -+- Reporter: PaulM | Owner: aaugustin Type: | Status: new Cleanup/optimization

Re: [Django] #15947: get_FIELD_display doesn't work when a given field is an IntegerField and is assigned a string value

2011-05-04 Thread Django
#15947: get_FIELD_display doesn't work when a given field is an IntegerField and is assigned a string value -+- Reporter: phuihock | Owner: nobody Type: Bug|

Re: [Django] #13579: None gets ignored by __in filter

2011-05-04 Thread Django
#13579: None gets ignored by __in filter -+- Reporter: | Owner: gruszczy outofculture | Status: closed Type: Bug|

Re: [Django] #8548: Lengthy verbose_name results in fatal mysql 'warning' error during syncdb.

2011-05-04 Thread Django
#8548: Lengthy verbose_name results in fatal mysql 'warning' error during syncdb. -+- Reporter: samt@… | Owner: marcelor Type: Bug| Status: assigned

Re: [Django] #9857: URLfield with verify_exists hangs if given an unresponsive URL

2011-05-04 Thread Django
#9857: URLfield with verify_exists hangs if given an unresponsive URL ---+ Reporter: aptiko | Owner: nobody Type: New feature | Status: new Milestone:

Re: [Django] #9857: URLfield with verify_exists hangs if given an unresponsive URL

2011-05-04 Thread Django
#9857: URLfield with verify_exists hangs if given an unresponsive URL ---+ Reporter: aptiko | Owner: nobody Type: New feature | Status: new Milestone:

[Changeset] r16151 - django/trunk/django/contrib/admin

2011-05-04 Thread noreply
Author: lukeplant Date: 2011-05-04 10:36:34 -0700 (Wed, 04 May 2011) New Revision: 16151 Modified: django/trunk/django/contrib/admin/models.py Log: Fixed up bad return value introduced in [16120]. Refs #15661. Thanks to philippedelorme for the catch. Modified:

Re: [Django] #15661: LogEntry objects have no unicode method

2011-05-04 Thread Django
#15661: LogEntry objects have no unicode method -+- Reporter: Keryn | Owner: ShawnMilo Knight | Status: closed Type: New|

Re: [Django] #15963: Misleading FileField.save documentation, no reference to django.core.files.File

2011-05-04 Thread Django
#15963: Misleading FileField.save documentation, no reference to django.core.files.File -+- Reporter: ejucovy| Owner: nobody Type: | Status: new

Re: [Django] #15813: STATES_NORMALIZED dict for India does not include all states

2011-05-04 Thread Django
#15813: STATES_NORMALIZED dict for India does not include all states -+- Reporter: jsdalton | Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #15813: STATES_NORMALIZED dict for India does not include all states

2011-05-04 Thread Django
#15813: STATES_NORMALIZED dict for India does not include all states -+- Reporter: jsdalton | Owner: nobody Type: | Status: new Cleanup/optimization

[Django] #15963: Misleading FileField.save documentation, no reference to django.core.files.File

2011-05-04 Thread Django
#15963: Misleading FileField.save documentation, no reference to django.core.files.File --+--- Reporter: ejucovy | Owner: nobody Type: Cleanup/optimization | Status: new Milestone:

Re: [Django] #15661: LogEntry objects have no unicode method

2011-05-04 Thread Django
#15661: LogEntry objects have no unicode method -+- Reporter: Keryn | Owner: ShawnMilo Knight | Status: closed Type: New|

Re: [Django] #15813: STATES_NORMALIZED dict for India does not include all states

2011-05-04 Thread Django
#15813: STATES_NORMALIZED dict for India does not include all states -+- Reporter: jsdalton | Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #15960: Allow SimpleListerFilter's lookups to be based on the available data

2011-05-04 Thread Django
#15960: Allow SimpleListerFilter's lookups to be based on the available data ---+--- Reporter: julien | Owner: nobody Type: New feature | Status: new

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

2011-05-04 Thread Django
#15294: Use named urls instead of hard coded ones in admin views ---+--- Reporter: julien | Owner: ramiro Type: New feature | Status: new Milestone:

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

2011-05-04 Thread Django
#15294: Use named urls instead of hard coded ones in admin views ---+--- Reporter: julien | Owner: ramiro Type: New feature | Status: new Milestone:

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

2011-05-04 Thread Django
#15294: Use named urls instead of hard coded ones in admin views ---+--- Reporter: julien | Owner: ramiro Type: New feature | Status: new Milestone:

[Django] #15960: Allow SimpleListerFilter's lookups to be based on the available data

2011-05-04 Thread Django
#15960: Allow SimpleListerFilter's lookups to be based on the available data -+- Reporter: julien |Owner: nobody Type: New feature | Status: new Milestone:

[Django] #15959: .values()/.values_list() fails on EmptyQuerySet

2011-05-04 Thread Django
#15959: .values()/.values_list() fails on EmptyQuerySet +-- Reporter: Davide Rizzo| Owner: nobody | Status: new Type: Bug | Component: Database layer

Re: [Django] #12990: New Field Type: JSONField

2011-05-04 Thread Django
#12990: New Field Type: JSONField -+- Reporter: paltman| Owner: nobody Type: New| Status: new feature| Component: Database