[Changeset] r12946 - django/trunk/tests/regressiontests/admin_views

2010-04-10 Thread noreply
Author: russellm Date: 2010-04-11 01:58:33 -0500 (Sun, 11 Apr 2010) New Revision: 12946 Modified: django/trunk/tests/regressiontests/admin_views/tests.py Log: Fixed #13298 -- Modified test assertion to ensure that javascript variables aren't mistakenly identified as HTML tags. Thanks to mk fo

[Changeset] r12945 - django/trunk/django/core/management/commands

2010-04-10 Thread noreply
Author: russellm Date: 2010-04-11 01:50:53 -0500 (Sun, 11 Apr 2010) New Revision: 12945 Modified: django/trunk/django/core/management/commands/loaddata.py Log: Fixed #13319 -- Modified the default verbosity level for "no fixtures loaded" messages. Thanks to chtito for the report and patch. Mo

Re: [Django] #13319: loaddata should print something when no fixture is found

2010-04-10 Thread Django
#13319: loaddata should print something when no fixture is found -+-- Reporter: chtito | Owner: russellm Status: assigned| Milestone: 1.2 Component: Core fra

[Changeset] r12944 - django/trunk/django/template

2010-04-10 Thread noreply
Author: russellm Date: 2010-04-11 01:48:46 -0500 (Sun, 11 Apr 2010) New Revision: 12944 Modified: django/trunk/django/template/__init__.py Log: Fixed #13311 -- Modified the tag library import process so it doesn't mask import errors in the tag library itself. Thanks to amccurdy for the report,

Re: [Django] #13320: loaddata and syncdb should use the python logging

2010-04-10 Thread Django
#13320: loaddata and syncdb should use the python logging +--- Reporter: chtito | Owner: nobody Status: closed | Milestone: Component: Uncategorized |

Re: [Django] #13318: Django messed up the table names.

2010-04-10 Thread Django
#13318: Django messed up the table names. ---+ Reporter: songzi...@gmail.com | Owner: nobody Status: closed| Milestone: Component: Dat

Re: [Django] #13313: Custom Default Manager with extra __init__ arguments fails if model is used in a ManyToManyField

2010-04-10 Thread Django
#13313: Custom Default Manager with extra __init__ arguments fails if model is used in a ManyToManyField ---+ Reporter: cbw...@gmail.com | Owner: nobody Status:

[Django] #13320: loaddata and syncdb should use the python logging

2010-04-10 Thread Django
#13320: loaddata and syncdb should use the python logging ---+ Reporter: chtito | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: 1.1 K

[Django] #13319: loaddata should print something when no fixture is found

2010-04-10 Thread Django
#13319: loaddata should print something when no fixture is found +--- Reporter: chtito | Owner: nobody Status: new | Milestone: Component: Core framework | Version: 1.1

Re: [Django] #13315: Backwards-incompatible changes for GeoDjango not documented (e.g., PostGISAdaptor -> PostGISAdapter)

2010-04-10 Thread Django
#13315: Backwards-incompatible changes for GeoDjango not documented (e.g., PostGISAdaptor -> PostGISAdapter) -+-- Reporter: bkonkle | Owner: jbronn

[Django] #13318: Django messed up the table names.

2010-04-10 Thread Django
#13318: Django messed up the table names. --+- Reporter: songzi...@gmail.com | Owner: nobody Status: new | Milestone: Component: Database layer (models, ORM)

Re: [Django] #13315: Backwards-incompatible changes for GeoDjango not documented (e.g., PostGISAdaptor -> PostGISAdapter)

2010-04-10 Thread Django
#13315: Backwards-incompatible changes for GeoDjango not documented (e.g., PostGISAdaptor -> PostGISAdapter) -+-- Reporter: bkonkle | Owner: jbronn

Re: [Django] #13316: AuthenticationForm shouldn't prefill user's password on failure

2010-04-10 Thread Django
#13316: AuthenticationForm shouldn't prefill user's password on failure -+-- Reporter: clouserw| Owner: russellm Status: assigned| Milestone: 1.3 Component: A

Re: [Django] #13296: order_with_respect_to fails to correctly track _order after deleting entries

2010-04-10 Thread Django
#13296: order_with_respect_to fails to correctly track _order after deleting entries ---+ Reporter: krijesta | Owner: nobody Status: reopened | Mile

Re: [Django] #13311: Template Tag modules that raise an ImportError are difficult to debug

2010-04-10 Thread Django
#13311: Template Tag modules that raise an ImportError are difficult to debug --+- Reporter: amccurdy | Owner: nobody Status: new | Milestone: 1.2

Re: [Django] #13313: Custom Default Manager with extra __init__ arguments fails if model is used in a ManyToManyField

2010-04-10 Thread Django
#13313: Custom Default Manager with extra __init__ arguments fails if model is used in a ManyToManyField ---+ Reporter: cbw...@gmail.com | Owner: nobody Status:

Re: [Django] #13314: "FIleField" validation does not account for "upload_to" when counting characters

2010-04-10 Thread Django
#13314: "FIleField" validation does not account for "upload_to" when counting characters +--- Reporter: denilsonsa | Owner: nobody Status: new| Milestone: Co

Re: [Django] #13316: AuthenticationForm shouldn't prefill user's password on failure

2010-04-10 Thread Django
#13316: AuthenticationForm shouldn't prefill user's password on failure -+-- Reporter: clouserw| Owner: russellm Status: assigned| Milestone: Component: A

Re: [Django] #13317: {% blocktrans %}: accessing attributes and general documentation concerning variables

2010-04-10 Thread Django
#13317: {% blocktrans %}: accessing attributes and general documentation concerning variables +--- Reporter: ChrisMorgan| Owner: nobody Status: new|

Re: [Django] #13315: Backwards-incompatible change not documented: PostGISAdaptor -> PostGISAdapter

2010-04-10 Thread Django
#13315: Backwards-incompatible change not documented: PostGISAdaptor -> PostGISAdapter -+-- Reporter: bkonkle | Owner: nobody Status: new

Re: [Django] #11967: [patch] Firefox 3.5/TinyMCE collision breaks DateTimeShortcuts.js in admin

2010-04-10 Thread Django
#11967: [patch] Firefox 3.5/TinyMCE collision breaks DateTimeShortcuts.js in admin ---+ Reporter: danielr | Owner: jacob Status: reopened | Milestone: 1.2

Re: [Django] #11957: runserver must be restarted after error in admin.py

2010-04-10 Thread Django
#11957: runserver must be restarted after error in admin.py +--- Reporter: carljm | Owner: brosner Status: reopened | Milestone: 1.2 Compo

Re: [Django] #13313: Custom Default Manager with extra __init__ arguments fails if model is used in a ManyToManyField

2010-04-10 Thread Django
#13313: Custom Default Manager with extra __init__ arguments fails if model is used in a ManyToManyField ---+ Reporter: cbw...@gmail.com | Owner: nobody Status:

Re: [Django] #494: Collapse in admin interface for inline related objects

2010-04-10 Thread Django
#494: Collapse in admin interface for inline related objects ---+ Reporter: jcsto...@nilling.nl | Owner: aptiko Status: reopened | Milestone:

Re: [Django] #1286: [patch] Automatic detection of primary key with inspectdb for Mysql

2010-04-10 Thread Django
#1286: [patch] Automatic detection of primary key with inspectdb for Mysql +--- Reporter: gand...@owca.info | Owner: nobody Status: closed | Milestone:

Re: [Django] #1199: Supporting more than one argument in a custom filter

2010-04-10 Thread Django
#1199: Supporting more than one argument in a custom filter +--- Reporter: Aggelos Orfanakos | Owner: insin Status: closed | Milestone: Component: Template syst

Re: [Django] #1105: [patch] simple_tag decorator enhancement

2010-04-10 Thread Django
#1105: [patch] simple_tag decorator enhancement ---+ Reporter: dja...@kieranholland.com | Owner: julien Status: closed| Milestone: Component: Template

Re: [Django] #494: Collapse in admin interface for inline related objects

2010-04-10 Thread Django
#494: Collapse in admin interface for inline related objects ---+ Reporter: jcsto...@nilling.nl | Owner: aptiko Status: closed| Milestone:

Re: [Django] #23: Add support for ValidationWarning

2010-04-10 Thread Django
#23: Add support for ValidationWarning ---+ Reporter: adrian| Owner: nobody Status: closed| Milestone: Component: Forms | Version: Resolut

Re: [Django] #13280: postgresql exclude issue

2010-04-10 Thread Django
#13280: postgresql exclude issue ---+ Reporter: binary| Owner: nobody Status: closed| Milestone: Component: Database layer (

Re: [Django] #13273: Macedonian translation

2010-04-10 Thread Django
#13273: Macedonian translation ---+ Reporter: vasiliyeah| Owner: nobody Status: closed| Milestone: 1.2 Component: Translations | Version: SVN Res

Re: [Django] #13262: updated czech translation

2010-04-10 Thread Django
#13262: updated czech translation +--- Reporter: Petr Marhoun | Owner: nobody Status: closed | Milestone: 1.2 Component: Translations

Re: [Django] #13236: Updated Korean translations for Django 1.2

2010-04-10 Thread Django
#13236: Updated Korean translations for Django 1.2 ---+ Reporter: daybreaker| Owner: nobody Status: closed| Milestone: 1.2 Componen

Re: [Django] #13230: Updated Finnish translation

2010-04-10 Thread Django
#13230: Updated Finnish translation +--- Reporter: Uninen | Owner: nobody Status: closed | Milestone: 1.2 Component

Re: [Django] #13208: little consistency fix for german translation

2010-04-10 Thread Django
#13208: little consistency fix for german translation ---+ Reporter: Semmel| Owner: jezdez Status: closed| Milestone: 1.2 Component: Translations | Versi

Re: [Django] #13160: Brazilian localization fixes and updates

2010-04-10 Thread Django
#13160: Brazilian localization fixes and updates +--- Reporter: Guilherme Gondim (semente) | Owner: nobody Status: closed | Milestone: 1.2

Re: [Django] #13134: Updated hebrew translations

2010-04-10 Thread Django
#13134: Updated hebrew translations +--- Reporter: mksoft | Owner: nobody Status: closed | Milestone: 1.2 Component: Translations | Version:

Re: [Django] #13098: Updated Norwegian translation for 1.2

2010-04-10 Thread Django
#13098: Updated Norwegian translation for 1.2 ---+ Reporter: jonklo| Owner: nobody Status: closed| Milestone: 1.2 Component: Translations | Version

Re: [Django] #13096: Norwegian nynorsk translation

2010-04-10 Thread Django
#13096: Norwegian nynorsk translation ---+ Reporter: hgrimelid | Owner: nobody Status: closed| Milestone: 1.2 Component: Translations |

Re: [Django] #13094: mongolian translation

2010-04-10 Thread Django
#13094: mongolian translation ---+ Reporter: dulmandakh| Owner: nobody Status: closed| Milestone: 1.2 Component: Translations | Version: SVN Reso

Re: [Django] #13065: Brazilian Portuguese locale updated

2010-04-10 Thread Django
#13065: Brazilian Portuguese locale updated +--- Reporter: Guilherme Gondim (semente) | Owner: nobody Status: closed | Milestone: 1.2

Re: [Django] #13064: Portuguese translation patch for Django 1.2

2010-04-10 Thread Django
#13064: Portuguese translation patch for Django 1.2 ---+ Reporter: nmariz| Owner: nobody Status: closed| Milestone: 1.2 Component: Translations | Version

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

2010-04-10 Thread Django
#13046: Argentinian Spanish translation patch +--- Reporter: matiasherranz | Owner: matiasherranz Status: closed | Milestone: 1.2

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

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

Re: [Django] #13315: Backwards-incompatible change not documented: PostGISAdaptor -> PostGISAdapter

2010-04-10 Thread Django
#13315: Backwards-incompatible change not documented: PostGISAdaptor -> PostGISAdapter +--- Reporter: bkonkle| Owner: nobody Status: closed |

Re: [Django] #13310: RESTRUCTUREDTEXT_FILTER_SETTINGS is undocumented

2010-04-10 Thread Django
#13310: RESTRUCTUREDTEXT_FILTER_SETTINGS is undocumented +--- Reporter: Wraithan | Owner: nobody Status: closed | Milestone: 1.2 Component: Documentation |

Re: [Django] #13290: dependency on external jar file for admin js minification needs better documentation

2010-04-10 Thread Django
#13290: dependency on external jar file for admin js minification needs better documentation +--- Reporter: gabrielhurley | Owner: gabrielhurley Status: closed | Milestone: 1.2

Re: [Django] #13287: Change in {% url %} arguments break existing code

2010-04-10 Thread Django
#13287: Change in {% url %} arguments break existing code --+- Reporter: rbarbe...@gmail.com | Owner: nobody Status: closed | Milestone: 1.2 Component: Documenta

Re: [Django] #13269: "Overriding the default widgets" docs missing import statement

2010-04-10 Thread Django
#13269: "Overriding the default widgets" docs missing import statement +--- Reporter: mattrowbum | Owner: gabrielhurley Status: closed | Milestone: 1.2

Re: [Django] #13267: Update gis tutorial python examples

2010-04-10 Thread Django
#13267: Update gis tutorial python examples +--- Reporter: samueladam | Owner: nobody Status: closed | Milestone: 1.2 C

Re: [Django] #13216: Document the limitations on foreign keys and m2m relations across databases

2010-04-10 Thread Django
#13216: Document the limitations on foreign keys and m2m relations across databases +--- Reporter: russellm | Owner: nobody Status: closed | Milestone: 1.2 Compon

Re: [Django] #13101: Documentation: Add note about multiple databases and debugging raw sql

2010-04-10 Thread Django
#13101: Documentation: Add note about multiple databases and debugging raw sql +--- Reporter: anonymous | Owner: davidfischer Status: closed | Milestone: 1.2

Re: [Django] #13100: Model docs imply that ModelForm will call Model.full_clean(), but it won't.

2010-04-10 Thread Django
#13100: Model docs imply that ModelForm will call Model.full_clean(), but it won't. +--- Reporter: orokusaki | Owner: jkocherhans Status: closed | Milestone: 1.2

Re: [Django] #13051: reversing namespaces doesn't work according to the docs.

2010-04-10 Thread Django
#13051: reversing namespaces doesn't work according to the docs. +--- Reporter: apollo13 | Owner: gabrielhurley Status: closed | Milestone: 1.2 Component:

Re: [Django] #12643: Should mention to call parent clean method for modelForm in custom validation chapter

2010-04-10 Thread Django
#12643: Should mention to call parent clean method for modelForm in custom validation chapter +--- Reporter: fgaudin| Owner: ptone Status: closed | Mi

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

2010-04-10 Thread Django
#12502: Diagram doesn't match text in Middleware documentation +--- Reporter: petrilli | Owner: gabrielhurley Status: closed | Milestone: 1.2 Component: Do

Re: [Django] #12412: testing docs could be more helpful regarding posting files

2010-04-10 Thread Django
#12412: testing docs could be more helpful regarding posting files +--- Reporter: KyleMac| Owner: gabrielhurley Status: closed | Milestone: 1.2 Component:

Re: [Django] #12249: csrf_token not clear in User Authentication docs

2010-04-10 Thread Django
#12249: csrf_token not clear in User Authentication docs +--- Reporter: drozzy | Owner: gabrielhurley Status: closed | Milestone: 1.2 Component:

Re: [Django] #12229: ImageField.save should be documented upfront and obvious

2010-04-10 Thread Django
#12229: ImageField.save should be documented upfront and obvious +--- Reporter: freyley| Owner: gabrielhurley Status: closed | Milestone: 1.2 Component:

Re: [Django] #12040: CurrentSiteManager documentation lacks indication when used in manytomany

2010-04-10 Thread Django
#12040: CurrentSiteManager documentation lacks indication when used in manytomany +--- Reporter: elpaso66 | Owner: gabrielhurley Status: closed | Milestone: 1.2

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

2010-04-10 Thread Django
#10650: Clarify use of MEDIA_ROOT in default settings.py -+-- Reporter: tvon| Owner: jjconti Status: closed | Milestone: 1.2 Componen

Re: [Django] #13184: Custom fields with __metaclass__ = models.SubfieldBase - ValidationError breaks out of form.is_valid()

2010-04-10 Thread Django
#13184: Custom fields with __metaclass__ = models.SubfieldBase - ValidationError breaks out of form.is_valid() ---+ Reporter: Mark | Owner: Mark Status: closed| Mileston

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

2010-04-10 Thread Django
#12986: SelectDateField doesn't repost data when USE_L10N = True and LANGUAGE_CODE = 'nl' ---+ Reporter: w...@go2people.nl | Owner: bmihelac Status: closed| Milestone: 1.2

Re: [Django] #13167: Non-existent arg passed to template filter raises VariableDoesNotExist

2010-04-10 Thread Django
#13167: Non-existent arg passed to template filter raises VariableDoesNotExist -+-- Reporter: copelco | Owner: nobody Status: closed | Milestone: 1.2

Re: [Django] #12903: Missing plural forms in admin

2010-04-10 Thread Django
#12903: Missing plural forms in admin ---+ Reporter: stephaner | Owner: nobody Status: closed| Milestone: 1.2 Component: Internationalization |

Re: [Django] #11637: Formats missing for most locales

2010-04-10 Thread Django
#11637: Formats missing for most locales ---+ Reporter: garcia_marc | Owner: jezdez Status: closed| Milestone: 1.2 Component: Internationalization

Re: [Django] #11810: [gis] Typo in OpenLayers Admin JS

2010-04-10 Thread Django
#11810: [gis] Typo in OpenLayers Admin JS -+-- Reporter: rcoup | Owner: jbronn Status: closed | Milestone: 1.2

Re: [Django] #9437: OperationalError under fastcgi when maxrequests=1 is set

2010-04-10 Thread Django
#9437: OperationalError under fastcgi when maxrequests=1 is set +--- Reporter: mattxbart | Owner: mattxbart Status: closed | Milestone: 1.2 Component: GIS

Re: [Django] #12699: Possible version/link confusion on the djangoproject.org home page

2010-04-10 Thread Django
#12699: Possible version/link confusion on the djangoproject.org home page --+- Reporter: sopor0qv | Owner: nobody Status: closed | Milestone: 1.2

Re: [Django] #13201: Broken link in 0.96 template docs

2010-04-10 Thread Django
#13201: Broken link in 0.96 template docs -+-- Reporter: kcmarshall | Owner: nobody Status: closed | Milestone: 1.2 Component: Django Web site

Re: [Django] #13229: List of Finnish municipalities updated for the year 2010 (fi_municipalities.py)

2010-04-10 Thread Django
#13229: List of Finnish municipalities updated for the year 2010 (fi_municipalities.py) -+-- Reporter: Haprog | Owner: nobody Status: closed

Re: [Django] #13301: Wrong capitalization in result_headers' texts

2010-04-10 Thread Django
#13301: Wrong capitalization in result_headers' texts ---+ Reporter: emyller | Owner: nobody Status: closed| Milestone: 1.2 Component: django.cont

Re: [Django] #13298: Test admin_views.ReadonlyTest.test_readonly_get is broken

2010-04-10 Thread Django
#13298: Test admin_views.ReadonlyTest.test_readonly_get is broken ---+ Reporter: mk| Owner: nobody Status: closed| Milestone: 1.2 Component:

Re: [Django] #13166: Admin change view: ambiguity between action and list_editable form submission

2010-04-10 Thread Django
#13166: Admin change view: ambiguity between action and list_editable form submission ---+ Reporter: blinkylights | Owner: blinkylights Status: closed|

Re: [Django] #12882: jQuery.noConflict() in admin breaks site specific code with jQuery

2010-04-10 Thread Django
#12882: jQuery.noConflict() in admin breaks site specific code with jQuery ---+ Reporter: krej...@i3.cz | Owner: jezdez Status: closed| 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-04-10 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: closed

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

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

Re: [Django] #11967: [patch] Firefox 3.5/TinyMCE collision breaks DateTimeShortcuts.js in admin

2010-04-10 Thread Django
#11967: [patch] Firefox 3.5/TinyMCE collision breaks DateTimeShortcuts.js in admin ---+ Reporter: danielr | Owner: jacob Status: closed| Milestone: 1.2

Re: [Django] #11957: runserver must be restarted after error in admin.py

2010-04-10 Thread Django
#11957: runserver must be restarted after error in admin.py +--- Reporter: carljm | Owner: brosner Status: closed | Milestone: 1.2 Compo

Re: [Django] #13313: Custom Default Manager with extra __init__ arguments fails if model is used in a ManyToManyField

2010-04-10 Thread Django
#13313: Custom Default Manager with extra __init__ arguments fails if model is used in a ManyToManyField ---+ Reporter: cbw...@gmail.com | Owner: nobody Status:

Re: [Django] #13275: url_backwards_re catastrophic backtracking (?) problem

2010-04-10 Thread Django
#13275: url_backwards_re catastrophic backtracking (?) problem +--- Reporter: kmtracey | Owner: SmileyChris Status: closed | Milestone: 1.2 Component:

[Changeset] r12943 - in django/trunk: django/template tests/regressiontests/templates

2010-04-10 Thread noreply
Author: russellm Date: 2010-04-10 02:35:31 -0500 (Sat, 10 Apr 2010) New Revision: 12943 Modified: django/trunk/django/template/defaulttags.py django/trunk/tests/regressiontests/templates/tests.py django/trunk/tests/regressiontests/templates/urls.py Log: Fixed #13275 -- Modified the parsin