[Changeset] r12701 - in django/trunk: django/db/models tests/regressiontests/multiple_database

2010-03-06 Thread noreply
Author: russellm Date: 2010-03-07 01:13:55 -0600 (Sun, 07 Mar 2010) New Revision: 12701 Modified: django/trunk/django/db/models/query.py django/trunk/tests/regressiontests/multiple_database/tests.py Log: Fixed #13003 -- Ensured that ._state.db is set correctly for select_related() queries.

[Changeset] r12700 - in django/trunk: django/db/models/sql tests/modeltests/many_to_one

2010-03-06 Thread noreply
Author: russellm Date: 2010-03-07 01:11:22 -0600 (Sun, 07 Mar 2010) New Revision: 12700 Modified: django/trunk/django/db/models/sql/query.py django/trunk/tests/modeltests/many_to_one/models.py Log: Fixed #12876 -- Corrected a problem with recursive relations under deepcopy. Thanks to

Re: [Django] #13049: debug 500 page incorrectly reports "extends" TemplateDoesNotExist errors.

2010-03-06 Thread Django
#13049: debug 500 page incorrectly reports "extends" TemplateDoesNotExist errors. --+- Reporter: jabapyth | Owner: jabapyth

[Django] #13049: debug 500 page incorrectly reports "extends" TemplateDoesNotExist errors.

2010-03-06 Thread Django
#13049: debug 500 page incorrectly reports "extends" TemplateDoesNotExist errors. ---+ Reporter: jabapyth | Owner: jabapyth Status: new

Re: [Django] #12212: inclusion_tag behavior on variable not in context is inconsistent

2010-03-06 Thread Django
#12212: inclusion_tag behavior on variable not in context is inconsistent --+- Reporter: Leo | Owner: Leo Status: assigned | Milestone: 1.2 Component:

Re: [Django] #12858: Callable default on DateField + custom date format = widget._has_changed always true, forms fail to validate

2010-03-06 Thread Django
#12858: Callable default on DateField + custom date format = widget._has_changed always true, forms fail to validate ---+ Reporter: camillo | Owner: nobody Status: closed|

[Changeset] r12699 - in django/branches/releases/1.1.X: . django/forms tests/regressiontests/forms

2010-03-06 Thread noreply
Author: jkocherhans Date: 2010-03-06 22:06:23 -0600 (Sat, 06 Mar 2010) New Revision: 12699 Modified: django/branches/releases/1.1.X/ django/branches/releases/1.1.X/django/forms/widgets.py django/branches/releases/1.1.X/tests/regressiontests/forms/widgets.py Log: [1.1.X] Fixed #12858.

Re: [Django] #12116: needs_context for template filters

2010-03-06 Thread Django
#12116: needs_context for template filters --+- Reporter: Suor | Owner: nobody Status: new | Milestone:

Re: [Django] #12427: cmemcache has been retired / add support for cmemcached

2010-03-06 Thread Django
#12427: cmemcache has been retired / add support for cmemcached -+-- Reporter: UloPe | Owner: otherjacob Status: assigned| Milestone:

[Changeset] r12698 - in django/trunk: django/forms tests/regressiontests/forms

2010-03-06 Thread noreply
Author: jkocherhans Date: 2010-03-06 21:33:07 -0600 (Sat, 06 Mar 2010) New Revision: 12698 Modified: django/trunk/django/forms/widgets.py django/trunk/tests/regressiontests/forms/widgets.py Log: Fixed #12858. DateTime related widgets now handle custom formats properly in _has_changed.

Re: [Django] #12913: Field.formfield() skips show_hidden_input parameter

2010-03-06 Thread Django
#12913: Field.formfield() skips show_hidden_input parameter ---+ Reporter: semenov | Owner: nobody Status: closed| Milestone: 1.2 Component: Forms | Version:

[Changeset] r12696 - in django/trunk: django/db/models/fields tests/regressiontests/model_fields

2010-03-06 Thread noreply
Author: jkocherhans Date: 2010-03-06 19:50:58 -0600 (Sat, 06 Mar 2010) New Revision: 12696 Modified: django/trunk/django/db/models/fields/__init__.py django/trunk/tests/regressiontests/model_fields/tests.py Log: Fixed #12913. Fields with choices now respect show_hidden_initial as a keyword

Re: [Django] #11675: [patch] Support new memcached wrapper pylibmc

2010-03-06 Thread Django
#11675: [patch] Support new memcached wrapper pylibmc --+- Reporter: pipp...@yahoo.co.jp | Owner: otherjacob Status: assigned | Milestone: 1.2

[Changeset] r12695 - django/branches/releases/1.1.X/docs/topics

2010-03-06 Thread noreply
Author: ubernostrum Date: 2010-03-06 18:52:11 -0600 (Sat, 06 Mar 2010) New Revision: 12695 Modified: django/branches/releases/1.1.X/docs/topics/email.txt Log: [1.1.X] Fixed #13048: Corrected typo in email documentation. Backport of [12694] from trunk. Modified:

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

2010-03-06 Thread noreply
Author: ubernostrum Date: 2010-03-06 18:51:29 -0600 (Sat, 06 Mar 2010) New Revision: 12694 Modified: django/trunk/docs/topics/email.txt Log: Fixed #13048: Corrected typo in email documentation. Modified: django/trunk/docs/topics/email.txt

Re: [Django] #11778: Patch to increase performance of escapejs

2010-03-06 Thread Django
#11778: Patch to increase performance of escapejs --+- Reporter: josephdrose | Owner: josephdrose Status: new | Milestone: Component: Template

Re: [Django] #11158: get_image_dimensions very slow after 1 call

2010-03-06 Thread Django
#11158: get_image_dimensions very slow after 1 call -+-- Reporter: kua | Owner: SAn Status: new | Milestone: 1.2

Re: [Django] #12247: update on empty queryset in which the update kwargs refer to inherited columns update all rows of base table

2010-03-06 Thread Django
#12247: update on empty queryset in which the update kwargs refer to inherited columns update all rows of base table ---+ Reporter: jsmullyan | Owner: matiasb Status:

Re: [Django] #12986: SelectDateField doesn't repost data when USE_L10N = True and LANGUAGE_CODE = 'nl'

2010-03-06 Thread Django
#12986: SelectDateField doesn't repost data when USE_L10N = True and LANGUAGE_CODE = 'nl' ---+ Reporter: w...@go2people.nl | Owner: nobody Status: new | Milestone: 1.2

Re: [Django] #12986: SelectDateField doesn't repost data when USE_L10N = True and LANGUAGE_CODE = 'nl'

2010-03-06 Thread Django
#12986: SelectDateField doesn't repost data when USE_L10N = True and LANGUAGE_CODE = 'nl' ---+ Reporter: w...@go2people.nl | Owner: walteralini Status: assigned | Milestone: 1.2

Re: [Django] #11702: ForeignKey validation should check that to_field is unique

2010-03-06 Thread Django
#11702: ForeignKey validation should check that to_field is unique ---+ Reporter: physicsnick | Owner: marcosmoyano Status: reopened | Milestone:

Re: [Django] #12247: update on empty queryset in which the update kwargs refer to inherited columns update all rows of base table

2010-03-06 Thread Django
#12247: update on empty queryset in which the update kwargs refer to inherited columns update all rows of base table ---+ Reporter: jsmullyan | Owner: matiasb Status:

Re: [Django] #11920: Cannot access related field of an unsaved object if the object is from an inherited model

2010-03-06 Thread Django
#11920: Cannot access related field of an unsaved object if the object is from an inherited model ---+ Reporter: zbyte64 | Owner: Status: new

Re: [Django] #11702: ForeignKey validation should check that to_field is unique

2010-03-06 Thread Django
#11702: ForeignKey validation should check that to_field is unique ---+ Reporter: physicsnick | Owner: marcosmoyano Status: closed| Milestone:

Re: [Django] #13041: Error on InlineModel Admin

2010-03-06 Thread Django
#13041: Error on InlineModel Admin ---+ Reporter: mdpetry | Owner: matiasb Status: closed| Milestone: 1.2 Component: django.contrib.admin |

[Django] #13048: A typographical error in the Django documentation

2010-03-06 Thread Django
#13048: A typographical error in the Django documentation ---+ Reporter: aruseni| Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: 1.1

Re: [Django] #12986: SelectDateField doesn't repost data when USE_L10N = True and LANGUAGE_CODE = 'nl'

2010-03-06 Thread Django
#12986: SelectDateField doesn't repost data when USE_L10N = True and LANGUAGE_CODE = 'nl' ---+ Reporter: w...@go2people.nl | Owner: walteralini Status: assigned | Milestone: 1.2

Re: [Django] #12986: SelectDateField doesn't repost data when USE_L10N = True and LANGUAGE_CODE = 'nl'

2010-03-06 Thread Django
#12986: SelectDateField doesn't repost data when USE_L10N = True and LANGUAGE_CODE = 'nl' ---+ Reporter: w...@go2people.nl | Owner: walteralini Status: new | Milestone: 1.2

Re: [Django] #12986: SelectDateField doesn't repost data when USE_L10N = True and LANGUAGE_CODE = 'nl'

2010-03-06 Thread Django
#12986: SelectDateField doesn't repost data when USE_L10N = True and LANGUAGE_CODE = 'nl' ---+ Reporter: w...@go2people.nl | Owner: anonymous Status: assigned | Milestone: 1.2

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

2010-03-06 Thread Django
#12749: "Please correct the error below." when saving add model form with inline formset and no auto primary key. -+-- Reporter: chris.wessel...@cwi.nl | Owner: jkocherhans Status: assigned

Re: [Django] #5025: Add a "truncate" template filter

2010-03-06 Thread Django
#5025: Add a "truncate" template filter -+-- Reporter: SmileyChris | Owner: nobody Status: reopened| Milestone: Component: Template system

[Django] #13047: es-ar locale formats should use raw strings

2010-03-06 Thread Django
#13047: es-ar locale formats should use raw strings --+- Reporter: faramirez | Owner: faramirez Status: new | Milestone: 1.2 Component: Translations | Version: 1.2-beta Keywords:

Re: [Django] #12247: update on empty queryset in which the update kwargs refer to inherited columns update all rows of base table

2010-03-06 Thread Django
#12247: update on empty queryset in which the update kwargs refer to inherited columns update all rows of base table ---+ Reporter: jsmullyan | Owner: matiasb Status:

Re: [Django] #11920: Cannot access related field of an unsaved object if the object is from an inherited model

2010-03-06 Thread Django
#11920: Cannot access related field of an unsaved object if the object is from an inherited model ---+ Reporter: zbyte64 | Owner: nessita Status:

Re: [Django] #12247: update on empty queryset in which the update kwargs refer to inherited columns update all rows of base table

2010-03-06 Thread Django
#12247: update on empty queryset in which the update kwargs refer to inherited columns update all rows of base table ---+ Reporter: jsmullyan | Owner: matiasb Status:

Re: [Django] #12627: If all fields are readonly or editable=False, their ModelForm is always valid and can raise exceptions

2010-03-06 Thread Django
#12627: If all fields are readonly or editable=False, their ModelForm is always valid and can raise exceptions ---+ Reporter: KyleMac | Owner: nobody Status:

Re: [Django] #12247: update on empty queryset in which the update kwargs refer to inherited columns update all rows of base table

2010-03-06 Thread Django
#12247: update on empty queryset in which the update kwargs refer to inherited columns update all rows of base table ---+ Reporter: jsmullyan | Owner: Status: new

Re: [Django] #11920: Cannot access related field of an unsaved object if the object is from an inherited model

2010-03-06 Thread Django
#11920: Cannot access related field of an unsaved object if the object is from an inherited model ---+ Reporter: zbyte64 | Owner: nessita Status:

Re: [Django] #12627: If all fields are readonly or editable=False, their ModelForm is always valid and can raise exceptions

2010-03-06 Thread Django
#12627: If all fields are readonly or editable=False, their ModelForm is always valid and can raise exceptions ---+ Reporter: KyleMac | Owner: tin_nqn Status:

Re: [Django] #11702: ForeignKey validation should check that to_field is unique

2010-03-06 Thread Django
#11702: ForeignKey validation should check that to_field is unique ---+ Reporter: physicsnick | Owner: marcosmoyano Status: assigned | Milestone:

Re: [Django] #13032: USE_THOUSAND_SEPARATOR breaks forms by formatting primary key values, causing error on save

2010-03-06 Thread Django
#13032: USE_THOUSAND_SEPARATOR breaks forms by formatting primary key values, causing error on save ---+ Reporter: exo...@gmail.com | Owner: gonzalodelgado Status:

Re: [Django] #13032: USE_THOUSAND_SEPARATOR breaks forms by formatting primary key values, causing error on save

2010-03-06 Thread Django
#13032: USE_THOUSAND_SEPARATOR breaks forms by formatting primary key values, causing error on save ---+ Reporter: exo...@gmail.com | Owner: gonzalodelgado Status:

Re: [Django] #11702: ForeignKey validation should check that to_field is unique

2010-03-06 Thread Django
#11702: ForeignKey validation should check that to_field is unique ---+ Reporter: physicsnick | Owner: marcosmoyano Status: assigned | Milestone:

Re: [Django] #12592: language code for brazilian portuguese should be case insensitive.

2010-03-06 Thread Django
#12592: language code for brazilian portuguese should be case insensitive. ---+ Reporter: italomaia | Owner: nobody Status: closed| Milestone: 1.2

Re: [Django] #12592: language code for brazilian portuguese should be case insensitive.

2010-03-06 Thread Django
#12592: language code for brazilian portuguese should be case insensitive. ---+ Reporter: italomaia | Owner: nobody Status: new | Milestone: 1.2

Re: [Django] #12151: UnicodeEncodeError from django.contrib.comments.views.utils line 41.

2010-03-06 Thread Django
#12151: UnicodeEncodeError from django.contrib.comments.views.utils line 41. --+- Reporter: mikl | Owner: nobody Status: reopened | Milestone: 1.2

[Changeset] r12693 - in django/trunk/docs: releases topics/forms

2010-03-06 Thread noreply
Author: jkocherhans Date: 2010-03-06 13:51:29 -0600 (Sat, 06 Mar 2010) New Revision: 12693 Modified: django/trunk/docs/releases/1.2.txt django/trunk/docs/topics/forms/modelforms.txt Log: Fixed #12896. Documented the new side-effects of ModelForm validation. Modified:

Re: [Django] #12876: maximum recursion error when caching querysets on models

2010-03-06 Thread Django
#12876: maximum recursion error when caching querysets on models ---+ Reporter: zbyte64 | Owner: elachuni Status: new | Milestone: 1.2

Re: [Django] #12876: maximum recursion error when caching querysets on models

2010-03-06 Thread Django
#12876: maximum recursion error when caching querysets on models ---+ Reporter: zbyte64 | Owner: elachuni Status: new | Milestone: 1.2

Re: [Django] #12778: InlineAdmin ignores inner Media class

2010-03-06 Thread Django
#12778: InlineAdmin ignores inner Media class ---+ Reporter: apollo13 | Owner: nobody Status: new | Milestone: 1.2 Component:

Re: [Django] #11675: [patch] Support new memcached wrapper pylibmc

2010-03-06 Thread Django
#11675: [patch] Support new memcached wrapper pylibmc -+-- Reporter: pipp...@yahoo.co.jp | Owner: otherjacob Status: assigned| Milestone:

Re: [Django] #13046: Argentinian Spanish translation patch

2010-03-06 Thread Django
#13046: Argentinian Spanish translation patch +--- Reporter: matiasherranz | Owner: matiasherranz Status: new| Milestone: 1.2

[Changeset] r12692 - in django/branches/releases/1.1.X: . django/db/models tests/modeltests/field_subclassing tests/regressiontests/defer_regress

2010-03-06 Thread noreply
Author: jkocherhans Date: 2010-03-06 13:17:29 -0600 (Sat, 06 Mar 2010) New Revision: 12692 Added: django/branches/releases/1.1.X/tests/modeltests/field_subclassing/fields.py django/branches/releases/1.1.X/tests/modeltests/field_subclassing/tests.py Modified:

Re: [Django] #13032: USE_THOUSAND_SEPARATOR breaks forms by formatting primary key values, causing error on save

2010-03-06 Thread Django
#13032: USE_THOUSAND_SEPARATOR breaks forms by formatting primary key values, causing error on save ---+ Reporter: exo...@gmail.com | Owner: gonzalodelgado Status: assigned

Re: [Django] #12986: SelectDateField doesn't repost data when USE_L10N = True and LANGUAGE_CODE = 'nl'

2010-03-06 Thread Django
#12986: SelectDateField doesn't repost data when USE_L10N = True and LANGUAGE_CODE = 'nl' ---+ Reporter: w...@go2people.nl | Owner: nobody Status: new | Milestone: 1.2

[Django] #13046: Argentinian Spanish translation patch

2010-03-06 Thread Django
#13046: Argentinian Spanish translation patch -+-- Reporter: matiasherranz| Owner: matiasherranz Status: new | Milestone:

Re: [Django] #12778: InlineAdmin ignores inner Media class

2010-03-06 Thread Django
#12778: InlineAdmin ignores inner Media class ---+ Reporter: apollo13 | Owner: nobody Status: new | Milestone: 1.2 Component:

Re: [Django] #12896: ModelForm.is_valid() and ModelForm.errors have backwards-incompatible side effects since model validation

2010-03-06 Thread Django
#12896: ModelForm.is_valid() and ModelForm.errors have backwards-incompatible side effects since model validation -+-- Reporter: lukeplant | Owner: jkocherhans Status: assigned

[Changeset] r12691 - django/trunk/tests/regressiontests/model_forms_regress

2010-03-06 Thread noreply
Author: jkocherhans Date: 2010-03-06 13:01:47 -0600 (Sat, 06 Mar 2010) New Revision: 12691 Modified: django/trunk/tests/regressiontests/model_forms_regress/tests.py Log: Removed a stray print from [12690]. Thanks for catching that, apollo13. Just running up the commit count in less destructive

Re: [Django] #13045: Add change needed for internationalization machinery when begining an new proyect .

2010-03-06 Thread Django
#13045: Add change needed for internationalization machinery when begining an new proyect . --+- Reporter: efmontes | Owner: nobody Status: new | Milestone: 1.2

Re: [Django] #3591: add support for custom app_label and verbose_name

2010-03-06 Thread Django
#3591: add support for custom app_label and verbose_name -+-- Reporter: jkocherhans | Owner: adrian Status: reopened| Milestone: Component:

[Django] #13045: Add change needed for internationalization machinery when begining an new proyect .

2010-03-06 Thread Django
#13045: Add change needed for internationalization machinery when begining an new proyect . -+-- Reporter: efmontes | Owner: nobody Status: new | Milestone: 1.2 Component:

Re: [Django] #12876: maximum recursion error when caching querysets on models

2010-03-06 Thread Django
#12876: maximum recursion error when caching querysets on models ---+ Reporter: zbyte64 | Owner: elachuni Status: new | Milestone: 1.2

[Changeset] r12690 - in django/trunk: django/forms tests/regressiontests/model_forms_regress

2010-03-06 Thread noreply
Author: jkocherhans Date: 2010-03-06 12:42:56 -0600 (Sat, 06 Mar 2010) New Revision: 12690 Modified: django/trunk/django/forms/forms.py django/trunk/django/forms/models.py django/trunk/tests/regressiontests/model_forms_regress/tests.py Log: Fixed #12960. The return value of

Re: [Django] #11975: invalid sql returned from django.db.backends.sqlite3.DatabaseOperations.date_trunc_sql

2010-03-06 Thread Django
#11975: invalid sql returned from django.db.backends.sqlite3.DatabaseOperations.date_trunc_sql ---+ Reporter: ako...@gmail.com | Owner: fgallina Status: closed

Re: [Django] #13041: Error on InlineModel Admin

2010-03-06 Thread Django
#13041: Error on InlineModel Admin ---+ Reporter: mdpetry | Owner: matiasb Status: assigned | Milestone: 1.2 Component: django.contrib.admin |

Re: [Django] #11975: invalid sql returned from django.db.backends.sqlite3.DatabaseOperations.date_trunc_sql

2010-03-06 Thread Django
#11975: invalid sql returned from django.db.backends.sqlite3.DatabaseOperations.date_trunc_sql ---+ Reporter: ako...@gmail.com | Owner: fgallina Status: closed

Re: [Django] #12876: maximum recursion error when caching querysets on models

2010-03-06 Thread Django
#12876: maximum recursion error when caching querysets on models ---+ Reporter: zbyte64 | Owner: elachuni Status: new | Milestone: 1.2

Re: [Django] #12592: language code for brazilian portuguese should be case insensitive.

2010-03-06 Thread Django
#12592: language code for brazilian portuguese should be case insensitive. ---+ Reporter: italomaia | Owner: nobody Status: new | Milestone: 1.2

Re: [Django] #11158: get_image_dimensions very slow after 1 call

2010-03-06 Thread Django
#11158: get_image_dimensions very slow after 1 call -+-- Reporter: kua | Owner: SAn Status: new | Milestone: 1.2

Re: [Django] #12945: url tag breaks on spaces between delimiting commas since [12503]

2010-03-06 Thread Django
#12945: url tag breaks on spaces between delimiting commas since [12503] --+- Reporter: jklaiho | Owner: coleifer Status: assigned | Milestone: 1.2

Re: [Django] #12627: If all fields are readonly or editable=False, their ModelForm is always valid and can raise exceptions

2010-03-06 Thread Django
#12627: If all fields are readonly or editable=False, their ModelForm is always valid and can raise exceptions ---+ Reporter: KyleMac | Owner: tin_nqn Status:

Re: [Django] #12071: Numeric literals like "2." are incorrectly treated as Variables

2010-03-06 Thread Django
#12071: Numeric literals like "2." are incorrectly treated as Variables -+-- Reporter: emulbreh| Owner: nobody Status: new | Milestone: 1.2

Re: [Django] #12071: Numeric literals like "2." are incorrectly treated as Variables

2010-03-06 Thread Django
#12071: Numeric literals like "2." are incorrectly treated as Variables -+-- Reporter: emulbreh| Owner: nobody Status: new | Milestone: 1.2

Re: [Django] #13032: USE_THOUSAND_SEPARATOR breaks forms by formatting primary key values, causing error on save

2010-03-06 Thread Django
#13032: USE_THOUSAND_SEPARATOR breaks forms by formatting primary key values, causing error on save ---+ Reporter: exo...@gmail.com | Owner: gonzalodelgado Status: assigned

Re: [Django] #13041: Error on InlineModel Admin

2010-03-06 Thread Django
#13041: Error on InlineModel Admin ---+ Reporter: mdpetry | Owner: matiasb Status: assigned | Milestone: 1.2 Component: django.contrib.admin |

Re: [Django] #12980: locale formats should use raw strings

2010-03-06 Thread Django
#12980: locale formats should use raw strings ---+ Reporter: loewis| Owner: nobody Status: new | Milestone: 1.2 Component: Translations | Version:

Re: [Django] #12071: Numeric literals like "2." are incorrectly treated as Variables

2010-03-06 Thread Django
#12071: Numeric literals like "2." are incorrectly treated as Variables -+-- Reporter: emulbreh| Owner: nobody Status: new | Milestone: 1.2

Re: [Django] #11702: ForeignKey validation should check that to_field is unique

2010-03-06 Thread Django
#11702: ForeignKey validation should check that to_field is unique ---+ Reporter: physicsnick | Owner: marcosmoyano Status: assigned | Milestone:

Re: [Django] #10650: Clarify use of MEDIA_ROOT in default settings.py

2010-03-06 Thread Django
#10650: Clarify use of MEDIA_ROOT in default settings.py -+-- Reporter: tvon| Owner: jjconti Status: assigned| Milestone: 1.2

Re: [Django] #13032: USE_THOUSAND_SEPARATOR breaks forms by formatting primary key values, causing error on save

2010-03-06 Thread Django
#13032: USE_THOUSAND_SEPARATOR breaks forms by formatting primary key values, causing error on save ---+ Reporter: exo...@gmail.com | Owner: gonzalodelgado Status: assigned |

Re: [Django] #12247: update on empty queryset in which the update kwargs refer to inherited columns update all rows of base table

2010-03-06 Thread Django
#12247: update on empty queryset in which the update kwargs refer to inherited columns update all rows of base table ---+ Reporter: jsmullyan | Owner: nessita Status:

Re: [Django] #11975: invalid sql returned from django.db.backends.sqlite3.DatabaseOperations.date_trunc_sql

2010-03-06 Thread Django
#11975: invalid sql returned from django.db.backends.sqlite3.DatabaseOperations.date_trunc_sql ---+ Reporter: ako...@gmail.com | Owner: fgallina Status: new

Re: [Django] #13041: Error on InlineModel Admin

2010-03-06 Thread Django
#13041: Error on InlineModel Admin ---+ Reporter: mdpetry | Owner: matiasb Status: assigned | Milestone: 1.2 Component: django.contrib.admin |

[Changeset] r12689 - in django/branches/releases/1.1.X: . django/core tests/regressiontests/mail

2010-03-06 Thread noreply
Author: kmtracey Date: 2010-03-06 10:07:05 -0600 (Sat, 06 Mar 2010) New Revision: 12689 Modified: django/branches/releases/1.1.X/ django/branches/releases/1.1.X/django/core/mail.py django/branches/releases/1.1.X/tests/regressiontests/mail/tests.py Log: [1.1.X] Fixed #6918, #12791: If an

[Changeset] r12688 - in django/trunk: django/core/mail tests/regressiontests/mail

2010-03-06 Thread noreply
Author: kmtracey Date: 2010-03-06 09:50:12 -0600 (Sat, 06 Mar 2010) New Revision: 12688 Modified: django/trunk/django/core/mail/message.py django/trunk/tests/regressiontests/mail/tests.py Log: Fixed #6918: Adjusted the test in r12683 to more specifically look for what it is testing so it

Re: [Django] #10650: Clarify use of MEDIA_ROOT in default settings.py

2010-03-06 Thread Django
#10650: Clarify use of MEDIA_ROOT in default settings.py -+-- Reporter: tvon| Owner: jjconti Status: assigned| Milestone: 1.2 Component:

Re: [Django] #13038: readonly_fields in an Admin changeform don't have their name added as a HTML class

2010-03-06 Thread Django
#13038: readonly_fields in an Admin changeform don't have their name added as a HTML class ---+ Reporter: andybak | Owner: javimansilla Status: new

Re: [Django] #6918: Cannot set encoding of mail headers, only of message body

2010-03-06 Thread Django
#6918: Cannot set encoding of mail headers, only of message body ---+ Reporter: Grzegorz Lukasik | Owner: serialx Status: reopened

Re: [Django] #13044: Small Spanish translation improvement

2010-03-06 Thread Django
#13044: Small Spanish translation improvement ---+ Reporter: leninyee | Owner: nobody Status: new | Milestone: 1.2 Component: Translations | Version:

Re: [Django] #13043: Default manage.py should print ImportError

2010-03-06 Thread Django
#13043: Default manage.py should print ImportError +--- Reporter: sdolan | Owner: nobody Status: new| Milestone: Component: Uncategorized |

Re: [Django] #13041: Error on InlineModel Admin

2010-03-06 Thread Django
#13041: Error on InlineModel Admin ---+ Reporter: mdpetry | Owner: nobody Status: new | Milestone: 1.2 Component: django.contrib.admin |

Re: [Django] #13040: Would like to add import statments for class documentation where needed

2010-03-06 Thread Django
#13040: Would like to add import statments for class documentation where needed +--- Reporter: stherrien | Owner: nobody Status: closed | Milestone: Component:

Re: [Django] #13038: readonly_fields in an Admin changeform don't have their name added as a HTML class

2010-03-06 Thread Django
#13038: readonly_fields in an Admin changeform don't have their name added as a HTML class ---+ Reporter: andybak | Owner: nobody Status: new

[Changeset] r12687 - django/branches/releases/1.1.X/docs/howto

2010-03-06 Thread noreply
Author: ubernostrum Date: 2010-03-06 05:21:48 -0600 (Sat, 06 Mar 2010) New Revision: 12687 Modified: django/branches/releases/1.1.X/docs/howto/error-reporting.txt Log: [1.1.X] Fixed #11680: Added a note in the error-reporting documentation about basic e-mail configuration. Backport of [12686]

[Changeset] r12686 - django/trunk/docs/howto

2010-03-06 Thread noreply
Author: ubernostrum Date: 2010-03-06 05:20:50 -0600 (Sat, 06 Mar 2010) New Revision: 12686 Modified: django/trunk/docs/howto/error-reporting.txt Log: Fixed #11680: Added a note in the error-reporting documentation about basic e-mail configuration. Modified:

[Changeset] r12685 - django/trunk/django/db/models/fields

2010-03-06 Thread noreply
Author: ubernostrum Date: 2010-03-06 05:11:55 -0600 (Sat, 06 Mar 2010) New Revision: 12685 Modified: django/trunk/django/db/models/fields/__init__.py Log: Fixed #13034: Corrected default error message for IntegerField. Modified: django/trunk/django/db/models/fields/__init__.py

[Changeset] r12684 - django/trunk/docs/ref

2010-03-06 Thread noreply
Author: ubernostrum Date: 2010-03-06 05:10:25 -0600 (Sat, 06 Mar 2010) New Revision: 12684 Modified: django/trunk/docs/ref/settings.txt Log: Fixed #13036: Corrected a typo in the documentation for the TEMPLATE_LOADERS setting. Modified: django/trunk/docs/ref/settings.txt