Re: [Django] #15160: Rev. 15285: Unhandled Exception

2011-01-24 Thread Django
#15160: Rev. 15285: Unhandled Exception +--- Reporter: hrauch | Owner: nobody Status: closed | Milestone: Component: Uncategorized | Version: SVN

[Django] #15160: Rev. 15285: Unhandled Exception

2011-01-24 Thread Django
#15160: Rev. 15285: Unhandled Exception ---+ Reporter: hrauch | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: SVN Keywords:

Re: [Django] #9532: min_num on formsets

2011-01-24 Thread Django
#9532: min_num on formsets -+-- Reporter: gsf | Owner: nobody Status: new | Milestone: Component: Forms | Ve

[Changeset] r15307 - in django/branches/releases/1.2.X: django/forms tests/regressiontests/model_formsets_regress

2011-01-24 Thread noreply
Author: carljm Date: 2011-01-24 23:06:43 -0600 (Mon, 24 Jan 2011) New Revision: 15307 Modified: django/branches/releases/1.2.X/django/forms/models.py django/branches/releases/1.2.X/tests/regressiontests/model_formsets_regress/models.py django/branches/releases/1.2.X/tests/regressiontest

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

2011-01-24 Thread noreply
Author: carljm Date: 2011-01-24 22:52:54 -0600 (Mon, 24 Jan 2011) New Revision: 15306 Modified: django/trunk/django/forms/models.py django/trunk/tests/regressiontests/model_formsets_regress/models.py django/trunk/tests/regressiontests/model_formsets_regress/tests.py Log: Fixed #14938 - Fi

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

2011-01-24 Thread noreply
Author: carljm Date: 2011-01-24 22:08:17 -0600 (Mon, 24 Jan 2011) New Revision: 15305 Modified: django/trunk/django/forms/models.py Log: Removed dead code in modelforms. Modified: django/trunk/django/forms/models.py === --- django

[Changeset] r15304 - in django/branches/releases/1.2.X: django/db/models/fields django/db/models/sql django/forms tests/modeltests/custom_pk tests/regressiontests/queries

2011-01-24 Thread noreply
Author: carljm Date: 2011-01-24 21:39:38 -0600 (Mon, 24 Jan 2011) New Revision: 15304 Modified: django/branches/releases/1.2.X/django/db/models/fields/related.py django/branches/releases/1.2.X/django/db/models/sql/query.py django/branches/releases/1.2.X/django/forms/models.py django/br

[Changeset] r15303 - in django/trunk: django/db/models/fields django/db/models/sql django/forms tests/modeltests/custom_pk tests/regressiontests/delete_regress tests/regressiontests/queries

2011-01-24 Thread noreply
Author: carljm Date: 2011-01-24 21:14:28 -0600 (Mon, 24 Jan 2011) New Revision: 15303 Modified: django/trunk/django/db/models/fields/related.py django/trunk/django/db/models/sql/query.py django/trunk/django/forms/models.py django/trunk/tests/modeltests/custom_pk/tests.py django/trun

Re: [Django] #12464: Empty PATH_INFO causes blank SCRIPT_NAME

2011-01-24 Thread Django
#12464: Empty PATH_INFO causes blank SCRIPT_NAME +--- Reporter: chrisw | Owner: wogan Status: assigned | Milestone: 1.3 Component: HTTP handling | Version:

[Django] #15159: createsuperuser can't be interrupted or suspended

2011-01-24 Thread Django
#15159: createsuperuser can't be interrupted or suspended -+-- Reporter: slinkp | Owner: nobody Status: new | Milestone: Component: django-admin.py | Version: 1.2

[Changeset] r15302 - in django/trunk/django: bin core/management/commands

2011-01-24 Thread noreply
Author: ramiro Date: 2011-01-24 19:39:39 -0600 (Mon, 24 Jan 2011) New Revision: 15302 Removed: django/trunk/django/bin/compile-messages.py django/trunk/django/bin/make-messages.py Modified: django/trunk/django/core/management/commands/makemessages.py Log: Fixed #14419 -- Enhanced the help

Re: [Django] #15158: Server-crashing error: local variable 'loader_name' referenced before assignment

2011-01-24 Thread Django
#15158: Server-crashing error: local variable 'loader_name' referenced before assignment -+-- Reporter: gsf | Owner: ramiro Status: assigned| Milestone: 1.3

Re: [Django] #15158: Server-crashing error: local variable 'loader_name' referenced before assignment

2011-01-24 Thread Django
#15158: Server-crashing error: local variable 'loader_name' referenced before assignment -+-- Reporter: gsf | Owner: ramiro Status: assigned| Milestone: 1.3

Re: [Django] #15158: Server-crashing error: local variable 'loader_name' referenced before assignment

2011-01-24 Thread Django
#15158: Server-crashing error: local variable 'loader_name' referenced before assignment -+-- Reporter: gsf | Owner: ramiro Status: assigned| Milestone: 1.3

[Changeset] r15301 - in django/branches/releases/1.2.X: django/core/management/commands tests/regressiontests tests/regressiontests/inspectdb

2011-01-24 Thread noreply
Author: ramiro Date: 2011-01-24 18:42:54 -0600 (Mon, 24 Jan 2011) New Revision: 15301 Added: django/branches/releases/1.2.X/tests/regressiontests/inspectdb/ django/branches/releases/1.2.X/tests/regressiontests/inspectdb/__init__.py django/branches/releases/1.2.X/tests/regressiontests/insp

Re: [Django] #7835: Provide the ability for model definitions that are only availably during testing

2011-01-24 Thread Django
#7835: Provide the ability for model definitions that are only availably during testing +--- Reporter: russellm | Owner: kkubasik Status: new| Milestone:

Re: [Django] #15154: Remove sample doctest from startapp tests.py stub

2011-01-24 Thread Django
#15154: Remove sample doctest from startapp tests.py stub --+- Reporter: carljm | Owner: nobody Status: new | Milestone: 1.3 Component: django-admin.py

Re: [Django] #14698: django.utils.module_loading.module_has_submodule yields false positives

2011-01-24 Thread Django
#14698: django.utils.module_loading.module_has_submodule yields false positives +--- Reporter: lrekucki | Owner: nobody Status: new| Milestone: 1.3 Com

Re: [Django] #13648: '%s' escaping support for sqlite3

2011-01-24 Thread Django
#13648: '%s' escaping support for sqlite3 ---+ Reporter: master| Owner: Status: new | Milestone: Com

Re: [Django] #15155: Invalid regular expression for escaping %s substitutions in sqlite backend of django 1.2.4

2011-01-24 Thread Django
#15155: Invalid regular expression for escaping %s substitutions in sqlite backend of django 1.2.4 ---+ Reporter: zyga | Owner: nobody Status: closed

Re: [Django] #15155: Invalid regular expression for escaping %s substitutions in sqlite backend of django 1.2.4

2011-01-24 Thread Django
#15155: Invalid regular expression for escaping %s substitutions in sqlite backend of django 1.2.4 ---+ Reporter: zyga | Owner: nobody Status: new

Re: [Django] #14529: Save messages for proxy models show a crazy verbose_name

2011-01-24 Thread Django
#14529: Save messages for proxy models show a crazy verbose_name ---+ Reporter: rlaa...@wiktel.com| Owner: nobody Status: new | Milestone: 1.3 Component:

Re: [Django] #13674: Javascript for adding inline fields doesn't update "for" attribute in label

2011-01-24 Thread Django
#13674: Javascript for adding inline fields doesn't update "for" attribute in label ---+ Reporter: Jonas | Owner: rctay Status: new | Milestone: 1.3

Re: [Django] #15106: label[for] attributes aren't updated when dynamically creating new inlines

2011-01-24 Thread Django
#15106: label[for] attributes aren't updated when dynamically creating new inlines ---+ Reporter: mk| Owner: nobody Status: closed| Milestone: 1.3

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

2011-01-24 Thread Django
#3591: add support for custom app_label and verbose_name +--- Reporter: jkocherhans| Owner: adrian Status: reopened | Milestone: Component: Core framework

Re: [Django] #14909: Adding custom command requires code duplication from Command.handle() if one want to use options like verbosity.

2011-01-24 Thread Django
#14909: Adding custom command requires code duplication from Command.handle() if one want to use options like verbosity. -+-- Reporter: zimnyx | Owner: nobody Status: new |

Re: [Django] #13760: Management commands should not specify the default value twice

2011-01-24 Thread Django
#13760: Management commands should not specify the default value twice --+- Reporter: PaulM| Owner: nobody Status: new | Milestone: Component: djan

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

2011-01-24 Thread Django
#3591: add support for custom app_label and verbose_name +--- Reporter: jkocherhans| Owner: adrian Status: reopened | Milestone: Component: Core framework

Re: [Django] #14170: Issue in get_language_from_request() if LANGUAGES setting is changed at runtime

2011-01-24 Thread Django
#14170: Issue in get_language_from_request() if LANGUAGES setting is changed at runtime -+-- Reporter: Kronuz | Owner: nobody Status: new | Milestone: C

Re: [Django] #14294: default input_format not honoroed

2011-01-24 Thread Django
#14294: default input_format not honoroed +--- Reporter: dan...@danols.com | Owner: nobody Status: new| Milestone: Component: Documentation | Ve

Re: [Django] #15152: Common middleware raises UnicodeDecodeError if receives specially formatted unicode-like query string

2011-01-24 Thread Django
#15152: Common middleware raises UnicodeDecodeError if receives specially formatted unicode-like query string -+-- Reporter: Loststylus | Owner: nobody Status: new |

Re: [Django] #14038: 1.2 Release notes don't mention new template loader classes

2011-01-24 Thread Django
#14038: 1.2 Release notes don't mention new template loader classes +--- Reporter: 3point2| Owner: nobody Status: new| Milestone: Component: Documentati

Re: [Django] #15158: Server-crashing error: local variable 'loader_name' referenced before assignment

2011-01-24 Thread Django
#15158: Server-crashing error: local variable 'loader_name' referenced before assignment -+-- Reporter: gsf | Owner: nobody Status: new | Milestone:

Re: [Django] #15158: Server-crashing error: local variable 'loader_name' referenced before assignment

2011-01-24 Thread Django
#15158: Server-crashing error: local variable 'loader_name' referenced before assignment -+-- Reporter: gsf | Owner: nobody Status: new | Milestone:

Re: [Django] #10302: Add some date features to aggregation

2011-01-24 Thread Django
#10302: Add some date features to aggregation --+- Reporter: tolano | Owner: Status: new | Milestone: Component: ORM agg

[Django] #15158: Server-crashing error: local variable 'loader_name' referenced before assignment

2011-01-24 Thread Django
#15158: Server-crashing error: local variable 'loader_name' referenced before assignment +--- Reporter: gsf | Owner: nobody Status: new | Milestone: Component: Core framew

Re: [Django] #14739: Move contrib app translations out of core

2011-01-24 Thread Django
#14739: Move contrib app translations out of core ---+ Reporter: ramiro| Owner: jezdez Status: closed| Milestone: 1.3 Component: Internationaliz

[Changeset] r15300 - in django/branches/releases/1.2.X: . django/db/backends/oracle

2011-01-24 Thread noreply
Author: ikelly Date: 2011-01-24 15:48:27 -0600 (Mon, 24 Jan 2011) New Revision: 15300 Modified: django/branches/releases/1.2.X/ django/branches/releases/1.2.X/django/db/backends/oracle/base.py Log: [1.2.X] Fixed #14149: Initialize the Oracle connection.operators at connection time since som

Re: [Django] #15152: Common middleware raises UnicodeDecodeError if receives specially formatted unicode-like query string

2011-01-24 Thread Django
#15152: Common middleware raises UnicodeDecodeError if receives specially formatted unicode-like query string -+-- Reporter: Loststylus | Owner: nobody Status: new |

Re: [Django] #15129: Invalid order of applying formats

2011-01-24 Thread Django
#15129: Invalid order of applying formats ---+ Reporter: tonnzor | Owner: nobody Status: new | Milestone: 1.3 Component: Internationalization |

[Changeset] r15299 - django/trunk/django/db/backends/oracle

2011-01-24 Thread noreply
Author: ikelly Date: 2011-01-24 15:34:18 -0600 (Mon, 24 Jan 2011) New Revision: 15299 Modified: django/trunk/django/db/backends/oracle/base.py Log: Fixed #14149: Initialize the Oracle connection.operators at connection time since some systems don't seem to like the "TRANSLATE" trick. Modified

Re: [Django] #13749: Link from admin-site to site

2011-01-24 Thread Django
#13749: Link from admin-site to site ---+ Reporter: romankrv | Owner: joelklabo Status: reopened | Milestone: Component: django.contrib.admin

Re: [Django] #15157: Literals marked up with _() in templates are translated at compilation time, don't change when locale is switched

2011-01-24 Thread Django
#15157: Literals marked up with _() in templates are translated at compilation time, don't change when locale is switched ---+ Reporter: ramiro| Owner: nobody

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

2011-01-24 Thread Django
#3591: add support for custom app_label and verbose_name +--- Reporter: jkocherhans| Owner: adrian Status: reopened | Milestone: Component: Core framework

Re: [Django] #15157: Literals marked up with _() in templates are translated at compilation time, don't change when locale is switched

2011-01-24 Thread Django
#15157: Literals marked up with _() in templates are translated at compilation time, don't change when locale is switched ---+ Reporter: ramiro| Owner: nobody

Re: [Django] #7145: 'NoneType' object has no attribute 'year' in admin change list when using date_hierarchy with a date field with null values

2011-01-24 Thread Django
#7145: 'NoneType' object has no attribute 'year' in admin change list when using date_hierarchy with a date field with null values --+- Reporter: Eric Walstad | Owner: nobody Status: closed

[Changeset] r15298 - in django/trunk: django/contrib/messages/storage django/http docs/internals docs/releases tests/regressiontests/httpwrappers

2011-01-24 Thread noreply
Author: lukeplant Date: 2011-01-24 14:35:46 -0600 (Mon, 24 Jan 2011) New Revision: 15298 Modified: django/trunk/django/contrib/messages/storage/cookie.py django/trunk/django/http/__init__.py django/trunk/docs/internals/deprecation.txt django/trunk/docs/releases/1.3.txt django/trunk/

[Django] #15157: Literals marked up with _() intemplates are translated at template compilation time, don't change when locale is switched

2011-01-24 Thread Django
#15157: Literals marked up with _() intemplates are translated at template compilation time, don't change when locale is switched --+- Reporter: ramiro| Owner: nobody Status: new

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

2011-01-24 Thread Django
#3591: add support for custom app_label and verbose_name +--- Reporter: jkocherhans| Owner: adrian Status: reopened | Milestone: Component: Core framework

Re: [Django] #15156: Ordinal numbers in English and in other locales

2011-01-24 Thread Django
#15156: Ordinal numbers in English and in other locales +--- Reporter: Besnik | Owner: nobody Status: new| Milestone: Component: Translati

[Django] #15156: Ordinal numbers in English and in other locales

2011-01-24 Thread Django
#15156: Ordinal numbers in English and in other locales ---+ Reporter: Besnik | Owner: nobody Status: new| Milestone: Component: Uncategorized

Re: [Django] #14202: Rss201rev2Feed bug

2011-01-24 Thread Django
#14202: Rss201rev2Feed bug -+-- Reporter: zalivinde...@gmail.com | Owner: tmitchell Status: assigned| Milestone:

Re: [Django] #7835: Provide the ability for model definitions that are only availably during testing

2011-01-24 Thread Django
#7835: Provide the ability for model definitions that are only availably during testing +--- Reporter: russellm | Owner: kkubasik Status: new| Milestone:

Re: [Django] #14202: Rss201rev2Feed bug

2011-01-24 Thread Django
#14202: Rss201rev2Feed bug -+-- Reporter: zalivinde...@gmail.com | Owner: tmitchell Status: assigned| Milestone:

Re: [Django] #7835: Provide the ability for model definitions that are only availably during testing

2011-01-24 Thread Django
#7835: Provide the ability for model definitions that are only availably during testing +--- Reporter: russellm | Owner: kkubasik Status: new| Milestone:

Re: [Django] #15155: Invalid regular expression for escaping %s substitutions in sqlite backend of django 1.2.4

2011-01-24 Thread Django
#15155: Invalid regular expression for escaping %s substitutions in sqlite backend of django 1.2.4 ---+ Reporter: zyga | Owner: nobody Status: new

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

2011-01-24 Thread Django
#3591: add support for custom app_label and verbose_name +--- Reporter: jkocherhans| Owner: adrian Status: reopened | Milestone: Component: Core framework

Re: [Django] #15129: Invalid order of applying formats

2011-01-24 Thread Django
#15129: Invalid order of applying formats ---+ Reporter: tonnzor | Owner: nobody Status: new | Milestone: 1.3 Component: Internationalization |

Re: [Django] #8424: Implement time filters

2011-01-24 Thread Django
#8424: Implement time filters ---+ Reporter: gnuvince | Owner: UloPe Status: new | Milestone:

Re: [Django] #14677: tests.py cannot be split to package always

2011-01-24 Thread Django
#14677: tests.py cannot be split to package always +--- Reporter: Ciantic| Owner: nobody Status: new| Milestone: Component: Testing framework |

Re: [Django] #15129: Invalid order of applying formats

2011-01-24 Thread Django
#15129: Invalid order of applying formats ---+ Reporter: tonnzor | Owner: nobody Status: new | Milestone: 1.3 Component: Internationalization |

[Django] #15155: Invalid regular expression for escaping %s substitutions in sqlite backend of django 1.2.4

2011-01-24 Thread Django
#15155: Invalid regular expression for escaping %s substitutions in sqlite backend of django 1.2.4 ---+ Reporter: zyga | Owner: nobody Status: new| Milestone: Component: Un

Re: [Django] #7835: Provide the ability for model definitions that are only availably during testing

2011-01-24 Thread Django
#7835: Provide the ability for model definitions that are only availably during testing +--- Reporter: russellm | Owner: kkubasik Status: new| Milestone:

[Django] #15154: Remove sample doctest from startapp tests.py stub

2011-01-24 Thread Django
#15154: Remove sample doctest from startapp tests.py stub -+-- Reporter: carljm | Owner: nobody Status: new | Milestone: Component: django-admin.py | Version: SVN

[Django] #15153: Mistake in tutorial part 4

2011-01-24 Thread Django
#15153: Mistake in tutorial part 4 ---+ Reporter: LeSphinx | Owner: nobody Status: new| Milestone: Component: Documentation | Version: 1.3-beta Keywords:

Re: [Django] #11319: ForeignKey filters use the wrong field to prepare values for database

2011-01-24 Thread Django
#11319: ForeignKey filters use the wrong field to prepare values for database ---+ Reporter: russellm | Owner: carljm Status: new | Milestone:

Re: [Django] #15149: Memcached backend: possible issue with cache keys

2011-01-24 Thread Django
#15149: Memcached backend: possible issue with cache keys -+-- Reporter: j...@jeffcroft.com | Owner: nobody Status: new | Milestone: Component: Cache

Re: [Django] #15152: Common middleware raises UnicodeDecodeError if receives specially formatted unicode-like query string

2011-01-24 Thread Django
#15152: Common middleware raises UnicodeDecodeError if receives specially formatted unicode-like query string -+-- Reporter: Loststylus | Owner: nobody Status: new |

[Django] #15152: Common middleware raises UnicodeDecodeError if receives specially formatted unicode-like query string

2011-01-24 Thread Django
#15152: Common middleware raises UnicodeDecodeError if receives specially formatted unicode-like query string ---+ Reporter: Loststylus | Owner: nobody Status: new| Milestone: 1.3

Re: [Django] #15151: i18n tests failing

2011-01-24 Thread Django
#15151: i18n tests failing ---+ Reporter: Alex | Owner: nobody Status: new | Milestone: 1.3 Component: Internationalization | Version:

Re: [Django] #15151: i18n tests failing

2011-01-24 Thread Django
#15151: i18n tests failing ---+ Reporter: Alex | Owner: nobody Status: new | Milestone: 1.3 Component: Internationalization | Version:

[Django] #15151: i18n tests failing

2011-01-24 Thread Django
#15151: i18n tests failing ---+ Reporter: Alex | Owner: nobody Status: new| Milestone: 1.3 Component: Testing framework | Version: SVN Keywords:

[Changeset] r15297 - in django/trunk/tests/regressiontests/inspectdb: . bug

2011-01-24 Thread noreply
Author: Alex Date: 2011-01-24 09:18:56 -0600 (Mon, 24 Jan 2011) New Revision: 15297 Removed: django/trunk/tests/regressiontests/inspectdb/bug/__init__.py django/trunk/tests/regressiontests/inspectdb/bug/models.py Modified: django/trunk/tests/regressiontests/inspectdb/models.py django/t

Re: [Django] #14571: Update jQuery to v1.4.4

2011-01-24 Thread Django
#14571: Update jQuery to v1.4.4 ---+ Reporter: robhudson | Owner: nobody Status: new | Milestone: 1.3 Component: django.co

Re: [Django] #14796: inspectdb producing field names which are Python keywords

2011-01-24 Thread Django
#14796: inspectdb producing field names which are Python keywords +--- Reporter: pap...@gmail.com | Owner: mmcnickle Status: closed | Milestone:

[Changeset] r15296 - in django/trunk: django/core/management/commands tests/regressiontests tests/regressiontests/inspectdb tests/regressiontests/inspectdb/bug

2011-01-24 Thread noreply
Author: ramiro Date: 2011-01-24 08:58:05 -0600 (Mon, 24 Jan 2011) New Revision: 15296 Added: django/trunk/tests/regressiontests/inspectdb/ django/trunk/tests/regressiontests/inspectdb/__init__.py django/trunk/tests/regressiontests/inspectdb/bug/ django/trunk/tests/regressiontests/inspe

Re: [Django] #14571: Update jQuery to v1.4.4

2011-01-24 Thread Django
#14571: Update jQuery to v1.4.4 ---+ Reporter: robhudson | Owner: nobody Status: new | Milestone: 1.3 Component: django.co

[Changeset] r15295 - in django/trunk: django/middleware django/template docs/ref tests/regressiontests/generic_views tests/regressiontests/generic_views/templates/generic_views tests/regressiontests/t

2011-01-24 Thread noreply
Author: russellm Date: 2011-01-24 08:24:35 -0600 (Mon, 24 Jan 2011) New Revision: 15295 Modified: django/trunk/django/middleware/cache.py django/trunk/django/template/response.py django/trunk/docs/ref/template-response.txt django/trunk/tests/regressiontests/generic_views/base.py dj

Re: [Django] #14984: ClearableFileInput generates invalid XHTML

2011-01-24 Thread Django
#14984: ClearableFileInput generates invalid XHTML +--- Reporter: lukeplant | Owner: elbarto Status: new| Milestone: 1.3 Component: Forms

Re: [Django] #14677: tests.py cannot be split to package always

2011-01-24 Thread Django
#14677: tests.py cannot be split to package always +--- Reporter: Ciantic| Owner: nobody Status: new| Milestone: Component: Testing framework |

Re: [Django] #15149: Memcached backend: possible issue with cache keys

2011-01-24 Thread Django
#15149: Memcached backend: possible issue with cache keys -+-- Reporter: j...@jeffcroft.com | Owner: nobody Status: new | Milestone: Component: Cache

Re: [Django] #15149: Memcached backend: possible issue with cache keys

2011-01-24 Thread Django
#15149: Memcached backend: possible issue with cache keys -+-- Reporter: j...@jeffcroft.com | Owner: nobody Status: new | Milestone: Component: Cache

Re: [Django] #15116: Don't ORDER BY when using .in_bulk()

2011-01-24 Thread Django
#15116: Don't ORDER BY when using .in_bulk() ---+ Reporter: lamby | Owner: nobody Status: new | Milestone: Component: Data

Re: [Django] #15116: Don't ORDER BY when using .in_bulk()

2011-01-24 Thread Django
#15116: Don't ORDER BY when using .in_bulk() ---+ Reporter: lamby | Owner: nobody Status: new | Milestone: Component: Data

[Changeset] r15294 - django/trunk/django/views

2011-01-24 Thread noreply
Author: russellm Date: 2011-01-24 05:49:11 -0600 (Mon, 24 Jan 2011) New Revision: 15294 Modified: django/trunk/django/views/debug.py Log: Fixed #15021 -- Corrected CSS for the layout of stack traces on the server error page. Thanks to EmilStenstrom for the patch. Modified: django/trunk/django

Re: [Django] #15111: manage.py test fails if sites app not installed

2011-01-24 Thread Django
#15111: manage.py test fails if sites app not installed +--- Reporter: wkornewald | Owner: nobody Status: new| Milestone: 1.3 Component: Contrib apps

Re: [Django] #13577: New Polish L10N formats file

2011-01-24 Thread Django
#13577: New Polish L10N formats file ---+ Reporter: ludwik| Owner: lrekucki Status: new | Milestone: 1.3 Component: Translations | Version: 1.2

Re: [Django] #14972: AdminEmailHandler breaks when report is missing stack trace information

2011-01-24 Thread Django
#14972: AdminEmailHandler breaks when report is missing stack trace information -+-- Reporter: jamstooks | Owner: nobody Status: new | Milestone: 1.3 Com

Re: [Django] #15150: How i make forms in template.

2011-01-24 Thread Django
#15150: How i make forms in template. +--- Reporter: anonymous | Owner: nobody Status: closed | Milestone: Component: Uncategorized | Version: 1.2

[Django] #15150: How i make forms in template.

2011-01-24 Thread Django
#15150: How i make forms in template. ---+ Reporter: anonymous | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: 1.2 Keywords:

Re: [Django] #13577: New Polish L10N formats file

2011-01-24 Thread Django
#13577: New Polish L10N formats file ---+ Reporter: ludwik| Owner: Status: new | Milestone: Component: Translations | Version: 1.2 Resolu

[Changeset] r15291 - in django/branches/releases/1.2.X: . django/template tests/regressiontests/defaultfilters

2011-01-24 Thread noreply
Author: russellm Date: 2011-01-24 02:33:51 -0600 (Mon, 24 Jan 2011) New Revision: 15291 Modified: django/branches/releases/1.2.X/AUTHORS django/branches/releases/1.2.X/django/template/defaultfilters.py django/branches/releases/1.2.X/tests/regressiontests/defaultfilters/tests.py Log: [1.2.

[Changeset] r15290 - in django/trunk: . django/template tests/regressiontests/defaultfilters

2011-01-24 Thread noreply
Author: russellm Date: 2011-01-24 02:16:09 -0600 (Mon, 24 Jan 2011) New Revision: 15290 Modified: django/trunk/AUTHORS django/trunk/django/template/defaultfilters.py django/trunk/tests/regressiontests/defaultfilters/tests.py Log: Fixed #14240 -- Enabled localization for the filesize filte

[Changeset] r15288 - in django/trunk/django: contrib/auth/tests utils

2011-01-24 Thread noreply
Author: russellm Date: 2011-01-24 02:02:40 -0600 (Mon, 24 Jan 2011) New Revision: 15288 Modified: django/trunk/django/contrib/auth/tests/views.py django/trunk/django/utils/http.py Log: Fixed #15067 -- Modified the range checks on base36_to_int so you are guaranteed to always get an int, avo

Re: [Django] #15067: base36_to_int returns a long in certain situations

2011-01-24 Thread Django
#15067: base36_to_int returns a long in certain situations -+-- Reporter: Garthex | Owner: nobody Status: new | Milestone: 1.3 Component: Core framework

[Changeset] r15289 - in django/branches/releases/1.2.X/django: contrib/auth/tests utils

2011-01-24 Thread noreply
Author: russellm Date: 2011-01-24 02:04:14 -0600 (Mon, 24 Jan 2011) New Revision: 15289 Modified: django/branches/releases/1.2.X/django/contrib/auth/tests/views.py django/branches/releases/1.2.X/django/utils/http.py Log: [1.2.X] Fixed #15067 -- Modified the range checks on base36_to_int so y