Re: [Django] #12507: New logic in ModelAdmin.add_view for model validation needs some re-thinking

2010-01-04 Thread Django
#12507: New logic in ModelAdmin.add_view for model validation needs some re- thinking ---+ Reporter: brosner | Owner: nobody Status: new | Milestone: 1.2 Compone

[Django] #12507: New logic in ModelAdmin.add_view for model validation needs some re-thinking

2010-01-04 Thread Django
#12507: New logic in ModelAdmin.add_view for model validation needs some re- thinking --+- Reporter: brosner | Owner: nobody Status: new | Milestone: 1.2 Component: Contrib apps |

Re: [Django] #7679: Colorize 404 and 500 message from runserver to console

2010-01-04 Thread Django
#7679: Colorize 404 and 500 message from runserver to console +--- Reporter: hunteke| Owner: nobody Status: closed | Milestone:

[Changeset] r12103 - django/trunk/docs/ref/models

2010-01-04 Thread noreply
Author: jkocherhans Date: 2010-01-05 00:35:33 -0600 (Tue, 05 Jan 2010) New Revision: 12103 Modified: django/trunk/docs/ref/models/instances.txt Log: Added a note that full_validate will not be called automatically by model.save(). Modified: django/trunk/docs/ref/models/instances.txt =

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

2010-01-04 Thread noreply
Author: jkocherhans Date: 2010-01-05 00:20:21 -0600 (Tue, 05 Jan 2010) New Revision: 12102 Modified: django/trunk/docs/ref/validators.txt Log: Fixed a typo in ref/validators.txt. Modified: django/trunk/docs/ref/validators.txt ===

[Changeset] r12101 - in django/trunk/docs: . ref ref/forms ref/models

2010-01-04 Thread noreply
Author: jkocherhans Date: 2010-01-05 00:18:41 -0600 (Tue, 05 Jan 2010) New Revision: 12101 Added: django/trunk/docs/ref/validators.txt Modified: django/trunk/docs/index.txt django/trunk/docs/ref/forms/fields.txt django/trunk/docs/ref/models/fields.txt django/trunk/docs/ref/models/in

Re: [Django] #7679: Colorize 404 and 500 message from runserver to console

2010-01-04 Thread Django
#7679: Colorize 404 and 500 message from runserver to console +--- Reporter: hunteke| Owner: nobody Status: closed | Milestone:

[Changeset] r12100 - django/trunk/django/db/models

2010-01-04 Thread noreply
Author: jkocherhans Date: 2010-01-04 22:30:51 -0600 (Mon, 04 Jan 2010) New Revision: 12100 Modified: django/trunk/django/db/models/base.py Log: Fixed another instance like [12099]. Thanks again, Alex Gaynor. Modified: django/trunk/django/db/models/base.py ==

Re: [Django] #12223: Model field documentation needs clarification about validation

2010-01-04 Thread Django
#12223: Model field documentation needs clarification about validation ---+ Reporter: JohnDoe | Owner: nobody Status: reopened | Milestone:

[Changeset] r12099 - django/trunk/django/db/models

2010-01-04 Thread noreply
Author: jkocherhans Date: 2010-01-04 22:12:09 -0600 (Mon, 04 Jan 2010) New Revision: 12099 Modified: django/trunk/django/db/models/base.py Log: Fixed a regression in validate_unique introduced in [12098]. Thanks, Alex Gaynor. Modified: django/trunk/django/db/models/base.py ===

Re: [Django] #6845: Model validation and its propagation to ModelForms

2010-01-04 Thread Django
#6845: Model validation and its propagation to ModelForms -+-- Reporter: Honza_Kral | Owner: Honza_Kral Status: closed | Milestone: 1.2

Re: [Django] #12506: django.utils.functional.lazy objects fail when there are multiple expected classes with the same method

2010-01-04 Thread Django
#12506: django.utils.functional.lazy objects fail when there are multiple expected classes with the same method +--- Reporter: Alex | Owner: nobody Status: new| Milest

[Django] #12506: django.utils.functional.lazy objects fail when there are multiple expected classes with the same method

2010-01-04 Thread Django
#12506: django.utils.functional.lazy objects fail when there are multiple expected classes with the same method ---+ Reporter: Alex | Owner: nobody Status: new| Milestone: C

Re: [Django] #12403: Syndication feeds as class-based views

2010-01-04 Thread Django
#12403: Syndication feeds as class-based views +--- Reporter: bfirsh | Owner: bfirsh Status: new| Milestone: 1.2 Component: RSS framework | Version:

[Changeset] r12097 - django/trunk/django/forms

2010-01-04 Thread noreply
Author: jezdez Date: 2010-01-04 20:39:02 -0600 (Mon, 04 Jan 2010) New Revision: 12097 Modified: django/trunk/django/forms/fields.py Log: Fixed deprecation warning nuisance introduced in r11964. Thanks to Luke Plant for the patch. Modified: django/trunk/django/forms/fields.py =

Re: [Django] #12502: Diagram doesn't match text in Middleware documentation

2010-01-04 Thread Django
#12502: Diagram doesn't match text in Middleware documentation +--- Reporter: petrilli | Owner: nobody Status: new| Milestone: 1.2 Component: Documentation |

[Changeset] r12096 - django/branches/soc2009/model-validation/docs/ref/forms

2010-01-04 Thread noreply
Author: jkocherhans Date: 2010-01-04 19:21:41 -0600 (Mon, 04 Jan 2010) New Revision: 12096 Modified: django/branches/soc2009/model-validation/docs/ref/forms/validation.txt Log: [soc2009/model-validation] Minor edits to form validation docs. Modified: django/branches/soc2009/model-validation/do

[Changeset] r12095 - django/branches/soc2009/model-validation/django/conf/locale/pl/LC_MESSAGES

2010-01-04 Thread noreply
Author: jkocherhans Date: 2010-01-04 18:57:16 -0600 (Mon, 04 Jan 2010) New Revision: 12095 Modified: django/branches/soc2009/model-validation/django/conf/locale/pl/LC_MESSAGES/django.mo Log: [soc2009/model-validation] Fixed a discrepancy from a previous merge. Modified: django/branches/soc20

Re: [Django] #6487: Add previous/next year links in JS calendar

2010-01-04 Thread Django
#6487: Add previous/next year links in JS calendar -+-- Reporter: Bastian Kleineidam | Owner: nobody Status: new | Milestone: Compone

Re: [Django] #9388: Year navigation in admin's date widgets' calendar

2010-01-04 Thread Django
#9388: Year navigation in admin's date widgets' calendar -+-- Reporter: framos | Owner: versae Status: assigned| Milestone

[Django] #12505: Formsets: Misleading documentation

2010-01-04 Thread Django
#12505: Formsets: Misleading documentation ---+ Reporter: Andreas| Owner: nobody Status: new| Milestone: Component: Documentation | Version: 1.1 Keywords: forms

Re: [Django] #9388: Year navigation in admin's date widgets' calendar

2010-01-04 Thread Django
#9388: Year navigation in admin's date widgets' calendar -+-- Reporter: framos | Owner: versae Status: assigned| Milestone

Re: [Django] #2889: [patch] Calendar widget has limited usefulness for past years

2010-01-04 Thread Django
#2889: [patch] Calendar widget has limited usefulness for past years ---+ Reporter: Robert Bunting| Owner: nobody Status: new | Milestone

[Changeset] r12093 - django/branches/soc2009/model-validation

2010-01-04 Thread noreply
Author: jkocherhans Date: 2010-01-04 18:31:30 -0600 (Mon, 04 Jan 2010) New Revision: 12093 Modified: django/branches/soc2009/model-validation/ Log: [soc2009/model-validation] Blocked up through [12070] from svnmerge.py. Property changes on: django/branches/soc2009/model-validation ___

Re: [Django] #9388: Year navigation in admin's date widgets' calendar

2010-01-04 Thread Django
#9388: Year navigation in admin's date widgets' calendar -+-- Reporter: framos | Owner: versae Status: assigned| Milestone

[Changeset] r12092 - django/branches/soc2009/model-validation

2010-01-04 Thread noreply
Author: jkocherhans Date: 2010-01-04 18:21:21 -0600 (Mon, 04 Jan 2010) New Revision: 12092 Modified: django/branches/soc2009/model-validation/ Log: [soc2009/model-validation] Initalized svnmerge.py tracking. Property changes on: django/branches/soc2009/model-validation ___

Re: [Django] #11722: Query lookups that reference an F() expression produce invalid sql

2010-01-04 Thread Django
#11722: Query lookups that reference an F() expression produce invalid sql ---+ Reporter: plan...@provplan.org | Owner: nobody Status: new |

Re: [Django] #12401: DateField/DateTimeField is not instantiated with Python datetime.date/datetime object until after retrieving from the database

2010-01-04 Thread Django
#12401: DateField/DateTimeField is not instantiated with Python datetime.date/datetime object until after retrieving from the database -+-- Reporter: heidar_rafn | Owner: nobody

[Changeset] r12091 - django/branches/soc2009/model-validation/docs/ref/forms

2010-01-04 Thread noreply
Author: jkocherhans Date: 2010-01-04 17:52:03 -0600 (Mon, 04 Jan 2010) New Revision: 12091 Modified: django/branches/soc2009/model-validation/docs/ref/forms/validation.txt Log: [soc2009/model-validation] Removed references in the docs to ComplexValidator. Refs [12498]. Modified: django/branch

[Changeset] r12090 - django/branches/soc2009/model-validation/django/forms

2010-01-04 Thread noreply
Author: jkocherhans Date: 2010-01-04 17:34:54 -0600 (Mon, 04 Jan 2010) New Revision: 12090 Modified: django/branches/soc2009/model-validation/django/forms/models.py Log: [soc2009/model-validation] Combined save_made_instance and save_instnace for simplicity. Modified: django/branches/soc2009/

Re: [Django] #12401: DateField/DateTimeField is not instantiated with Python datetime.date/datetime object until after retrieving from the database

2010-01-04 Thread Django
#12401: DateField/DateTimeField is not instantiated with Python datetime.date/datetime object until after retrieving from the database -+-- Reporter: heidar_rafn | Owner: nobody

Re: [Django] #11314: Admin Date Widget Usability: The current date is not highlighted in the calendar.

2010-01-04 Thread Django
#11314: Admin Date Widget Usability: The current date is not highlighted in the calendar. ---+ Reporter: latentflip| Owner: latentflip Status: closed| Milestone:

[Changeset] r12089 - django/trunk/django/contrib/admin/media/js

2010-01-04 Thread noreply
Author: jezdez Date: 2010-01-04 16:48:36 -0600 (Mon, 04 Jan 2010) New Revision: 12089 Modified: django/trunk/django/contrib/admin/media/js/calendar.js Log: Fixed #11314 - Highlight the current date in the admin calendar widget. Modified: django/trunk/django/contrib/admin/media/js/calendar.js =

[Changeset] r12088 - django/trunk/django/contrib/localflavor/us

2010-01-04 Thread noreply
Author: jezdez Date: 2010-01-04 16:47:52 -0600 (Mon, 04 Jan 2010) New Revision: 12088 Modified: django/trunk/django/contrib/localflavor/us/forms.py Log: Fixed #12013 - Marked some default error messages for translation. Modified: django/trunk/django/contrib/localflavor/us/forms.py

Re: [Django] #12503: Form examples don't use w3c validating markup

2010-01-04 Thread Django
#12503: Form examples don't use w3c validating markup +--- Reporter: skyl | Owner: lukeplant Status: closed | Milestone: Component: Uncategorized |

Re: [Django] #11722: Query lookups that reference an F() expression produce invalid sql

2010-01-04 Thread Django
#11722: Query lookups that reference an F() expression produce invalid sql ---+ Reporter: plan...@provplan.org | Owner: nobody Status: new |

[Changeset] r12087 - in django/branches/releases/1.1.X: . django/contrib/comments/templatetags django/contrib/csrf docs/ref/contrib/comments docs/topics/forms

2010-01-04 Thread noreply
Author: lukeplant Date: 2010-01-04 16:22:16 -0600 (Mon, 04 Jan 2010) New Revision: 12087 Modified: django/branches/releases/1.1.X/ django/branches/releases/1.1.X/django/contrib/comments/templatetags/comments.py django/branches/releases/1.1.X/django/contrib/csrf/tests.py django/branche

Re: [Django] #12503: Form examples don't use w3c validating markup

2010-01-04 Thread Django
#12503: Form examples don't use w3c validating markup +--- Reporter: skyl | Owner: lukeplant Status: assigned | Milestone: Component: Uncategorized |

Re: [Django] #12053: Support url resolver returning RegexURLPattern instances

2010-01-04 Thread Django
#12053: Support url resolver returning RegexURLPattern instances -+-- Reporter: miracle2k | Owner: nobody Status: reopened| Milestone: Component: Core framewo

[Changeset] r12086 - in django/trunk: django/contrib/comments/templatetags docs/ref/contrib docs/ref/contrib/comments docs/topics/forms tests/regressiontests/csrf_tests

2010-01-04 Thread noreply
Author: lukeplant Date: 2010-01-04 15:55:52 -0600 (Mon, 04 Jan 2010) New Revision: 12086 Modified: django/trunk/django/contrib/comments/templatetags/comments.py django/trunk/docs/ref/contrib/comments/example.txt django/trunk/docs/ref/contrib/comments/index.txt django/trunk/docs/ref/con

Re: [Django] #10615: Admin Actions: Add a "X of Y objects selected" notification

2010-01-04 Thread Django
#10615: Admin Actions: Add a "X of Y objects selected" notification ---+ Reporter: bartTC| Owner: jezdez Status: assigned | Milestone: 1.2

Re: [Django] #12112: Allow terminal colors to be customized or disabled

2010-01-04 Thread Django
#12112: Allow terminal colors to be customized or disabled --+- Reporter: russellm | Owner: nobody Status: closed | Milestone: Component: django-admin.py

Re: [Django] #12503: Form examples don't use w3c validating markup

2010-01-04 Thread Django
#12503: Form examples don't use w3c validating markup +--- Reporter: skyl | Owner: lukeplant Status: assigned | Milestone: Component: Uncategorized |

Re: [Django] #11379: max_entries should not be required

2010-01-04 Thread Django
#11379: max_entries should not be required ---+ Reporter: wsorenson | Owner: nobody Status: closed| Milestone: Component: Cache system |

Re: [Django] #11260: File based cache not very efficient with large amounts of cached files

2010-01-04 Thread Django
#11260: File based cache not very efficient with large amounts of cached files -+-- Reporter: anteater_sa | Owner: josh Status: assigned| Milesto

Re: [Django] #12503: Form examples don't use w3c validating markup

2010-01-04 Thread Django
#12503: Form examples don't use w3c validating markup +--- Reporter: skyl | Owner: nobody Status: new| Milestone: Component: Uncategorized |

Re: [Django] #12401: DateField/DateTimeField is not instantiated with Python datetime.date/datetime object until after retrieving from the database

2010-01-04 Thread Django
#12401: DateField/DateTimeField is not instantiated with Python datetime.date/datetime object until after retrieving from the database -+-- Reporter: heidar_rafn | Owner: nobody

Re: [Django] #12401: DateField/DateTimeField is not instantiated with Python datetime.date/datetime object until after retrieving from the database

2010-01-04 Thread Django
#12401: DateField/DateTimeField is not instantiated with Python datetime.date/datetime object until after retrieving from the database -+-- Reporter: heidar_rafn | Owner: nobody St

Re: [Django] #12401: DateField is not instantiated with Python datetime.date object until after retrieving from the database

2010-01-04 Thread Django
#12401: DateField is not instantiated with Python datetime.date object until after retrieving from the database -+-- Reporter: heidar_rafn | Owner: nobody Status: new

Re: [Django] #10436: Application names i18n in the admin app broken

2010-01-04 Thread Django
#10436: Application names i18n in the admin app broken ---+ Reporter: ramiro| Owner: ramiro Status: new | Mi

Re: [Django] #11350: Support "local flavor" for Israel

2010-01-04 Thread Django
#11350: Support "local flavor" for Israel -+-- Reporter: yuval_a | Owner: yuval_a Status: reopened| Milestone:

Re: [Django] #12404: Improve max_length validation

2010-01-04 Thread Django
#12404: Improve max_length validation ---+ Reporter: tiliv | Owner: josh Status: assigned | Milestone: 1.2

Re: [Django] #11478: jsi18n loading from templates within django/contrib/admin/templates/ shouldn't use "../"s

2010-01-04 Thread Django
#11478: jsi18n loading from templates within django/contrib/admin/templates/ shouldn't use "../"s ---+ Reporter: greatlemer | Owner: jezdez Status: assigned |

Re: [Django] #11701: [patch] DateInput widget: allow uggettext_lazy in format attr

2010-01-04 Thread Django
#11701: [patch] DateInput widget: allow uggettext_lazy in format attr -+-- Reporter: carsten | Owner: nobody Status: closed | Milestone: Component: Forms |

Re: [Django] #11757: Wrong mimetype when responding HttpResponseNotModified in django.server.static

2010-01-04 Thread Django
#11757: Wrong mimetype when responding HttpResponseNotModified in django.server.static +--- Reporter: anonymous | Owner: jezdez Status: assigned | Milestone: Comp

Re: [Django] #12503: Form examples don't use w3c validating markup

2010-01-04 Thread Django
#12503: Form examples don't use w3c validating markup +--- Reporter: skyl | Owner: nobody Status: new| Milestone: Component: Uncategorized |

Re: [Django] #10455: Session Creation should be Lazy

2010-01-04 Thread Django
#10455: Session Creation should be Lazy --+- Reporter: dj_tw| Owner: nobody Status: closed | Milestone:

Re: [Django] #11974: Submit_row in admin doesn't follow the pattern of using admin/app_label/model/submit_line.html

2010-01-04 Thread Django
#11974: Submit_row in admin doesn't follow the pattern of using admin/app_label/model/submit_line.html -+-- Reporter: vbmendes| Owner: nobody Status: new

Re: [Django] #12059: datetime to time conversion incorrect

2010-01-04 Thread Django
#12059: datetime to time conversion incorrect ---+ Reporter: wkornewald| Owner: jezdez Status: assigned | Milestone: Component: Dat

Re: [Django] #12158: Strange Swedish translation of "Go"

2010-01-04 Thread Django
#12158: Strange Swedish translation of "Go" ---+ Reporter: skorpan | Owner: nobody Status: new | Milestone: Component: Translations

Re: [Django] #12347: [PATCH] Adds support to urllist.txt in django.contrib.sitemaps

2010-01-04 Thread Django
#12347: [PATCH] Adds support to urllist.txt in django.contrib.sitemaps -+-- Reporter: afurlan | Owner: Status: new | Milestone

Re: [Django] #12503: Form examples don't use w3c validating markup

2010-01-04 Thread Django
#12503: Form examples don't use w3c validating markup +--- Reporter: skyl | Owner: nobody Status: new| Milestone: Component: Uncategorized |

Re: [Django] #11260: File based cache not very efficient with large amounts of cached files

2010-01-04 Thread Django
#11260: File based cache not very efficient with large amounts of cached files -+-- Reporter: anteater_sa | Owner: josh Status: assigned| Milesto

Re: [Django] #11870: Moderation doesn't work with comments extended from BaseCommentAbstractModel

2010-01-04 Thread Django
#11870: Moderation doesn't work with comments extended from BaseCommentAbstractModel --+- Reporter: HM | Owner: nobody Status: new | Milestone:

[Django] #12504: django.contrib.gis.admin.GeoModelAdmin ignores ModelAdmin.readonly_fields

2010-01-04 Thread Django
#12504: django.contrib.gis.admin.GeoModelAdmin ignores ModelAdmin.readonly_fields -+-- Reporter: friism | Owner: nobody Status: new | Milestone:

[Django] #12503: Form examples don't use w3c validating markup

2010-01-04 Thread Django
#12503: Form examples don't use w3c validating markup ---+ Reporter: skyl | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: 1.1 Keywo

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

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

Re: [Django] #12404: Improve max_length validation

2010-01-04 Thread Django
#12404: Improve max_length validation ---+ Reporter: tiliv | Owner: nobody Status: new | Milestone: 1.2

Re: [Django] #9150: Generic views should accept arguements for form_class

2010-01-04 Thread Django
#9150: Generic views should accept arguements for form_class -+-- Reporter: erikcw | Owner: toabctl Status: assigned| Milestone

Re: [Django] #12498: Add multi-field validators

2010-01-04 Thread Django
#12498: Add multi-field validators -+-- Reporter: jkocherhans | Owner: jkocherhans Status: assigned| Milestone: 1.2 Component: Core f

Re: [Django] #11870: Moderation doesn't work with comments extended from BaseCommentAbstractModel

2010-01-04 Thread Django
#11870: Moderation doesn't work with comments extended from BaseCommentAbstractModel --+- Reporter: HM | Owner: nobody Status: new | Milestone:

Re: [Django] #7028: Better raw_id_fields feedback in newform-admins branch

2010-01-04 Thread Django
#7028: Better raw_id_fields feedback in newform-admins branch ---+ Reporter: Marcob | Owner: nobody Status: new | Milestone: 1.2

Re: [Django] #12494: 'module' object has no attribute when accessing settings

2010-01-04 Thread Django
#12494: 'module' object has no attribute when accessing settings +--- Reporter: phoebebright | Owner: nobody Status: closed | Milestone: Component: Uncategorized

Re: [Django] #12493: settings.configure silently allows TEMPLATE_DIRS configuration error

2010-01-04 Thread Django
#12493: settings.configure silently allows TEMPLATE_DIRS configuration error -+-- Reporter: mckoss | Owner: nobody Status: new | Milestone:

Re: [Django] #7028: Better raw_id_fields feedback in newform-admins branch

2010-01-04 Thread Django
#7028: Better raw_id_fields feedback in newform-admins branch ---+ Reporter: Marcob | Owner: nobody Status: new | Milestone: 1.2

[Django] #12502: Diagram doesn't match text in Middleware documentation

2010-01-04 Thread Django
#12502: Diagram doesn't match text in Middleware documentation ---+ Reporter: petrilli | Owner: nobody Status: new| Milestone: 1.2 Component: Documentation | Version: SVN

[Django] #12501: Inconsistent behaviour in querying and creating objects

2010-01-04 Thread Django
#12501: Inconsistent behaviour in querying and creating objects --+- Reporter: DmitryRisenberg | Owner: nobody Status: new | Milestone: Component: Database

[Changeset] r12085 - in django/trunk: django/core/servers django/utils docs/ref

2010-01-04 Thread noreply
Author: russellm Date: 2010-01-04 06:16:09 -0600 (Mon, 04 Jan 2010) New Revision: 12085 Modified: django/trunk/django/core/servers/basehttp.py django/trunk/django/utils/termcolors.py django/trunk/docs/ref/django-admin.txt Log: Fixed #7679 -- Added (configurable) highlighting colors to the

Re: [Django] #12499: Allow a model's Meta to specify a single multi-db alias

2010-01-04 Thread Django
#12499: Allow a model's Meta to specify a single multi-db alias +--- Reporter: crucialfelix | Owner: nobody Status: closed | Milestone: 1.2

[Changeset] r12084 - in django/trunk: django/conf django/core/mail django/test docs/releases docs/topics tests/regressiontests/mail

2010-01-04 Thread noreply
Author: russellm Date: 2010-01-04 06:05:04 -0600 (Mon, 04 Jan 2010) New Revision: 12084 Modified: django/trunk/django/conf/global_settings.py django/trunk/django/core/mail/__init__.py django/trunk/django/test/utils.py django/trunk/docs/releases/1.2.txt django/trunk/docs/topics/email

[Django] #12500: Support for MySQL Connector/Python

2010-01-04 Thread Django
#12500: Support for MySQL Connector/Python ---+ Reporter: geertjanvdk| Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: 1.1 Keywords: backe

[Django] #12499: Allow a model's Meta to specify a single multi-db alias

2010-01-04 Thread Django
#12499: Allow a model's Meta to specify a single multi-db alias ---+ Reporter: crucialfelix | Owner: nobody Status: new| Milestone: 1.2 Component: Database layer

Re: [Django] #8391: slugify template filter poorly encodes non-English strings

2010-01-04 Thread Django
#8391: slugify template filter poorly encodes non-English strings -+-- Reporter: bjornkri| Owner: nobody Status: reopened| Milestone: Compone