Re: [Django] #14678: Users are able to add more than one page to the same url (was: [flatpages] Users are able to add more than one page to the same url)

2011-06-16 Thread Django
#14678: Users are able to add more than one page to the same url -+- Reporter: seler | Owner: joni Type: Bug| Status: assigned Milestone: 1.4

Re: [Django] #16228: "Using logging" needs clarification?

2011-06-16 Thread Django
#16228: "Using logging" needs clarification? -+- Reporter: | Owner: nobody shige.abe@…| Status: new Type: | Component:

Re: [Django] #16076: Updated locale formats for hungarian language

2011-06-16 Thread Django
#16076: Updated locale formats for hungarian language -+- Reporter: slink | Owner: nobody Type: New| Status: new feature|

Re: [Django] #10870: Aggregates with joins ignore extra filters provided by setup_joins

2011-06-16 Thread Django
#10870: Aggregates with joins ignore extra filters provided by setup_joins -+- Reporter: fas| Owner: fas Type: Bug| Status: new Milestone:

Re: [Django] #16076: Updated locale formats for hungarian language

2011-06-16 Thread Django
#16076: Updated locale formats for hungarian language -+- Reporter: slink | Owner: nobody Type: New| Status: new feature|

Re: [Django] #16200: __init__ of TemplateIfParser has return statement

2011-06-16 Thread Django
#16200: __init__ of TemplateIfParser has return statement -+- Reporter: traff | Owner: nobody Type: Bug| Status: closed Milestone: |

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

2011-06-16 Thread noreply
Author: jezdez Date: 2011-06-16 09:33:47 -0700 (Thu, 16 Jun 2011) New Revision: 16410 Modified: django/trunk/django/template/defaulttags.py Log: Fixed #16200 -- Stopped TemplateIfParser from returning something in `__init__`. Thanks, traff. Modified:

[Changeset] r16411 - django/trunk/django/contrib/comments/templatetags

2011-06-16 Thread noreply
Author: jezdez Date: 2011-06-16 09:33:54 -0700 (Thu, 16 Jun 2011) New Revision: 16411 Modified: django/trunk/django/contrib/comments/templatetags/comments.py Log: Fixed #16221 -- Corrected doc string example in comments permalink template tag. Thanks, Thejaswi Puthraya. Modified:

Re: [Django] #16221: Wrong usage for comment permalink template tag in the docstring

2011-06-16 Thread Django
#16221: Wrong usage for comment permalink template tag in the docstring -+- Reporter: | Owner: nobody thejaswi_puthraya | Status: closed Type:

Re: [Django] #16031: Custom comment form is incomplete and wrong.

2011-06-16 Thread Django
#16031: Custom comment form is incomplete and wrong. -+- Reporter: ddshore@… | Owner: teraom Type: | Status: closed Cleanup/optimization |

[Changeset] r16412 - django/trunk/docs/ref/contrib/comments

2011-06-16 Thread noreply
Author: jezdez Date: 2011-06-16 09:34:02 -0700 (Thu, 16 Jun 2011) New Revision: 16412 Modified: django/trunk/docs/ref/contrib/comments/example.txt django/trunk/docs/ref/contrib/comments/index.txt Log: Fixed #16031 -- Corrected comments template examples. Thanks, teraom. Modified:

[Changeset] r16413 - in django/trunk/docs: . howto/deployment topics

2011-06-16 Thread noreply
Author: jezdez Date: 2011-06-16 09:34:12 -0700 (Thu, 16 Jun 2011) New Revision: 16413 Added: django/trunk/docs/howto/deployment/uwsgi.txt Modified: django/trunk/docs/howto/deployment/index.txt django/trunk/docs/index.txt django/trunk/docs/topics/install.txt Log: Fixed #16057 --

Re: [Django] #16057: uWSGI documentation

2011-06-16 Thread Django
#16057: uWSGI documentation -+- Reporter: jpic | Owner: nobody Type: New| Status: closed feature| Component:

Re: [Django] #15908: Mention proper i18n approach in documentation for "pluralize" filter

2011-06-16 Thread Django
#15908: Mention proper i18n approach in documentation for "pluralize" filter -+- Reporter: wbolster | Owner: gandalfar Type: | Status: closed

[Changeset] r16414 - in django/trunk/docs: ref/templates topics/i18n

2011-06-16 Thread noreply
Author: jezdez Date: 2011-06-16 09:34:20 -0700 (Thu, 16 Jun 2011) New Revision: 16414 Modified: django/trunk/docs/ref/templates/builtins.txt django/trunk/docs/topics/i18n/internationalization.txt Log: Fixed #15908 -- Mention blocktrans in the pluralize filter documentation section. Thanks,

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

2011-06-16 Thread Django
#12882: jQuery.noConflict() in admin breaks site specific code with jQuery -+- Reporter: krejcik@… |Owner: jezdez Type: | Status: closed Milestone: 1.2

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

2011-06-16 Thread noreply
Author: jezdez Date: 2011-06-16 09:34:28 -0700 (Thu, 16 Jun 2011) New Revision: 16415 Modified: django/trunk/django/contrib/admin/media/js/jquery.init.js Log: Stopped the admin JavaScript code from completely removing the `jQuery` object from the global namespace to ease the use of jQuery

Re: [Django] #15127: form.fields is still tied to class variables

2011-06-16 Thread Django
#15127: form.fields is still tied to class variables -+ Reporter: absoludity | Owner: nobody Type: Bug| Status: closed Milestone:

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

2011-06-16 Thread noreply
Author: jezdez Date: 2011-06-16 09:34:38 -0700 (Thu, 16 Jun 2011) New Revision: 16416 Modified: django/trunk/django/forms/fields.py django/trunk/tests/regressiontests/forms/tests/forms.py Log: Fixed #15127 -- Properly copy the choices of choice fields. Thanks, dready and Julian Phalip.

[Changeset] r16417 - in django/trunk: django/http tests/regressiontests/httpwrappers

2011-06-16 Thread noreply
Author: jezdez Date: 2011-06-16 09:34:46 -0700 (Thu, 16 Jun 2011) New Revision: 16417 Modified: django/trunk/django/http/__init__.py django/trunk/tests/regressiontests/httpwrappers/tests.py Log: Fixed #14020 -- Made the `HttpResponse` class slightly more behave like a dictionary, allowing

Re: [Django] #14020: Make HttpResponse.get work like dict.get

2011-06-16 Thread Django
#14020: Make HttpResponse.get work like dict.get -+- Reporter: | Owner: anonymous schmichael | Status: closed Type: New|

Re: [Django] #12375: updating QueryDict in another dict gives unexpected results.

2011-06-16 Thread Django
#12375: updating QueryDict in another dict gives unexpected results. -+- Reporter: hvdklauw | Owner: oinopion Type: Bug| Status: closed Milestone:

[Changeset] r16418 - in django/trunk: django/utils docs/ref tests/regressiontests/utils

2011-06-16 Thread noreply
Author: jezdez Date: 2011-06-16 09:34:55 -0700 (Thu, 16 Jun 2011) New Revision: 16418 Modified: django/trunk/django/utils/datastructures.py django/trunk/docs/ref/request-response.txt django/trunk/tests/regressiontests/utils/datastructures.py Log: Fixed #12375 -- Added a dict() method to

Re: [Django] #9588: provide **kwargs argument to GenericInlineModelAdmin.get_formset

2011-06-16 Thread Django
#9588: provide **kwargs argument to GenericInlineModelAdmin.get_formset -+- Reporter: lakin@…| Owner: brosner Type: New| Status: closed feature

Re: [Django] #10802: urlresolvers RegexURLResolver._get_callback should not catch ImportError and AttributeError

2011-06-16 Thread Django
#10802: urlresolvers RegexURLResolver._get_callback should not catch ImportError and AttributeError -+- Reporter: | Owner: nobody IonelMaries| Status:

[Changeset] r16421 - django/branches/releases/1.3.X/docs/ref/contrib/comments

2011-06-16 Thread noreply
Author: jezdez Date: 2011-06-16 09:42:54 -0700 (Thu, 16 Jun 2011) New Revision: 16421 Modified: django/branches/releases/1.3.X/docs/ref/contrib/comments/example.txt django/branches/releases/1.3.X/docs/ref/contrib/comments/index.txt Log: [1.3.X] Fixed #16031 -- Corrected comments template

Re: [Django] #16199: Create a secure cookie-based session backend

2011-06-16 Thread Django
#16199: Create a secure cookie-based session backend ---+-- Reporter: floguy | Owner: nobody Type: New feature | Status: new Milestone: |

Re: [Django] #7198: manage.py sql/sqlall/test/etc. errors on apps without models.py files

2011-06-16 Thread Django
#7198: manage.py sql/sqlall/test/etc. errors on apps without models.py files -+- Reporter: gav| Owner: nobody Type: Bug| Status: new

Re: [Django] #3104: 'float' object has no attribute 'split'

2011-06-16 Thread Django
#3104: 'float' object has no attribute 'split' -+-- Reporter: anonymous | Owner: nobody Type: defect | Status: reopened Milestone: | Component:

Re: [Django] #13161: Ticked 2514 and 5171, solution for using Django with other psycopg2 applications.

2011-06-16 Thread Django
#13161: Ticked 2514 and 5171, solution for using Django with other psycopg2 applications. -+- Reporter: spoksss| Owner: nobody Type: Bug| Status: new

Re: [Django] #16283: my application project.auth takes models from django.contrib.auth

2011-06-16 Thread Django
#16283: my application project.auth takes models from django.contrib.auth --+-- Reporter: TheRoSS | Owner: nobody Type: Bug | Status: reopened Milestone:

Re: [Django] #3104: 'float' object has no attribute 'split'

2011-06-16 Thread Django
#3104: 'float' object has no attribute 'split' -+-- Reporter: anonymous | Owner: nobody Type: defect | Status: closed Milestone: | Component:

Re: [Django] #8999: ModelAdmin.get_form and get_formset will overwrite self.exclude with a kwargs exclude

2011-06-16 Thread Django
#8999: ModelAdmin.get_form and get_formset will overwrite self.exclude with a kwargs exclude -+- Reporter: seanl | Owner: jkocherhans Type: | Status:

[Changeset] r16422 - in django/trunk: django/contrib/admin tests/regressiontests/modeladmin

2011-06-16 Thread noreply
Author: ramiro Date: 2011-06-16 12:56:22 -0700 (Thu, 16 Jun 2011) New Revision: 16422 Modified: django/trunk/django/contrib/admin/options.py django/trunk/tests/regressiontests/modeladmin/tests.py Log: Fixed #8999 -- Removed useless code in handling of `exclude` option in ModelAdmin and

Re: [Django] #7198: manage.py sql/sqlall/test/etc. errors on apps without models.py files

2011-06-16 Thread Django
#7198: manage.py sql/sqlall/test/etc. errors on apps without models.py files -+- Reporter: gav| Owner: nobody Type: Bug| Status: new

[Changeset] r16423 - in django/trunk: django/db/backends/postgresql_psycopg2 docs/ref docs/releases

2011-06-16 Thread noreply
Author: ramiro Date: 2011-06-16 13:05:25 -0700 (Thu, 16 Jun 2011) New Revision: 16423 Modified: django/trunk/django/db/backends/postgresql_psycopg2/base.py django/trunk/django/db/backends/postgresql_psycopg2/operations.py django/trunk/docs/ref/databases.txt

Re: [Django] #16255: Drop support for Posgres versions < 8.2 for Django 1.4

2011-06-16 Thread Django
#16255: Drop support for Posgres versions < 8.2 for Django 1.4 -+- Reporter: ramiro | Owner: nobody Type: | Status: closed Cleanup/optimization

Re: [Django] #16283: manage.py depends on django.contrib.contenttypes et al. (was: my application project.auth takes models from django.contrib.auth)

2011-06-16 Thread Django
#16283: manage.py depends on django.contrib.contenttypes et al. +-- Reporter: TheRoSS | Owner: nobody Type: Bug | Status: reopened Milestone:|

Re: [Django] #5831: Template Debug highlights wrong {% for %} tag

2011-06-16 Thread Django
#5831: Template Debug highlights wrong {% for %} tag -+- Reporter: Charmless | Owner: vladmos | Status: new Type: Bug|

Re: [Django] #16284: djangojs uses en as fallback language rather than projects language code

2011-06-16 Thread Django
#16284: djangojs uses en as fallback language rather than projects language code -+- Reporter: anonymous | Owner: aaugustin Type: | Status: assigned

Re: [Django] #16284: djangojs uses en as fallback language rather than projects language code

2011-06-16 Thread Django
#16284: djangojs uses en as fallback language rather than projects language code -+- Reporter: anonymous | Owner: nobody Type: | Status: new

Re: [Django] #16282: CommentTemplateTagTests.testRenderCommentFormFromObjectWithQueryCount fails on MySQL

2011-06-16 Thread Django
#16282: CommentTemplateTagTests.testRenderCommentFormFromObjectWithQueryCount fails on MySQL +--- Reporter: ojii | Owner: nobody Type: Bug | Status: new

Re: [Django] #13252: Use the natural key instead of the primary key when serializing

2011-06-16 Thread Django
#13252: Use the natural key instead of the primary key when serializing -+- Reporter: | Owner: mtredinnick SmileyChris| Status: reopened

Re: [Django] #16256: More class based views: formsets derived generic views

2011-06-16 Thread Django
#16256: More class based views: formsets derived generic views ---+--- Reporter: rasca| Owner: rasca Type: New feature | Status: new Milestone: 1.4

Re: [Django] #16199: Create a secure cookie-based session backend

2011-06-16 Thread Django
#16199: Create a secure cookie-based session backend ---+-- Reporter: floguy | Owner: nobody Type: New feature | Status: new Milestone: |

Re: [Django] #16182: TimestampSigner should use a more precise timestamp

2011-06-16 Thread Django
#16182: TimestampSigner should use a more precise timestamp -+- Reporter: floguy | Owner: floguy Type: Bug| Status: reopened Milestone:

Re: [Django] #16199: Create a secure cookie-based session backend

2011-06-16 Thread Django
#16199: Create a secure cookie-based session backend ---+-- Reporter: floguy | Owner: nobody Type: New feature | Status: new Milestone: |

[Django] #16285: Remove a misleading comment from the signing code

2011-06-16 Thread Django
#16285: Remove a misleading comment from the signing code --+-- Reporter: PaulM | Owner: nobody Type: Cleanup/optimization | Status: new Milestone: 1.4 | Component: Core

Re: [Django] #13956: Indefinite args for simpletags and inclusion tags

2011-06-16 Thread Django
#13956: Indefinite args for simpletags and inclusion tags -+- Reporter: melinath | Owner: gregmuellegger Type: New| Status: assigned feature

Re: [Django] #16256: More class based views: formsets derived generic views

2011-06-16 Thread Django
#16256: More class based views: formsets derived generic views ---+--- Reporter: rasca| Owner: rasca Type: New feature | Status: new Milestone: 1.4

Re: [Django] #13956: Indefinite args for simpletags and inclusion tags

2011-06-16 Thread Django
#13956: Indefinite args for simpletags and inclusion tags -+- Reporter: melinath | Owner: gregmuellegger Type: New| Status: assigned feature

Re: [Django] #13956: Indefinite args for simpletags and inclusion tags

2011-06-16 Thread Django
#13956: Indefinite args for simpletags and inclusion tags -+- Reporter: melinath | Owner: gregmuellegger Type: New| Status: assigned feature

Re: [Django] #16264: Improve widget documentation

2011-06-16 Thread Django
#16264: Improve widget documentation -+- Reporter: | Owner: bpeschier from_a_far@… | Status: new Type: | Component:

Re: [Django] #16272: Date-related widgets still have format attribute set on class

2011-06-16 Thread Django
#16272: Date-related widgets still have format attribute set on class +- Reporter: bpeschier | Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #16226: [patch] prepopulated_fields only work with slug fields and break on non-char fields

2011-06-16 Thread Django
#16226: [patch] prepopulated_fields only work with slug fields and break on non- char fields -+- Reporter: | Owner: peter_kese peter_kese | Status: new

Re: [Django] #10802: urlresolvers RegexURLResolver._get_callback should not catch ImportError and AttributeError

2011-06-16 Thread Django
#10802: urlresolvers RegexURLResolver._get_callback should not catch ImportError and AttributeError -+- Reporter: | Owner: nobody IonelMaries| Status: new

Re: [Django] #16264: Improve widget documentation

2011-06-16 Thread Django
#16264: Improve widget documentation -+- Reporter: | Owner: bpeschier from_a_far@… | Status: new Type: | Component:

Re: [Django] #16264: Improve widget documentation

2011-06-16 Thread Django
#16264: Improve widget documentation -+- Reporter: | Owner: bpeschier from_a_far@… | Status: new Type: | Component:

Re: [Django] #16264: Improve widget documentation

2011-06-16 Thread Django
#16264: Improve widget documentation -+- Reporter: | Owner: bpeschier from_a_far@… | Status: new Type: | Component:

Re: [Django] #16264: Improve widget documentation

2011-06-16 Thread Django
#16264: Improve widget documentation -+- Reporter: | Owner: bpeschier from_a_far@… | Status: new Type: | Component:

Re: [Django] #16264: Improve widget documentation

2011-06-16 Thread Django
#16264: Improve widget documentation -+- Reporter: | Owner: bpeschier from_a_far@… | Status: new Type: | Component:

Re: [Django] #16264: Improve widget documentation

2011-06-16 Thread Django
#16264: Improve widget documentation -+- Reporter: | Owner: bpeschier from_a_far@… | Status: new Type: | Component:

Re: [Django] #6422: Support for 'DISTINCT ON' queries with QuerySet.distinct()

2011-06-16 Thread Django
#6422: Support for 'DISTINCT ON' queries with QuerySet.distinct() -+- Reporter: Manfred| Owner: jgelens Wassmann | Status: assigned Type:

Re: [Django] #16264: Improve widget documentation

2011-06-16 Thread Django
#16264: Improve widget documentation -+- Reporter: | Owner: bpeschier from_a_far@… | Status: new Type: | Component:

[Django] #16281: ContentType.get_object_for_this_type using wrong database for creating object

2011-06-16 Thread Django
#16281: ContentType.get_object_for_this_type using wrong database for creating object -+- Reporter: tfrydrychewicz@… | Owner: nobody Type: Bug | Status: new Milestone:

Re: [Django] #16264: Improve widget documentation

2011-06-16 Thread Django
#16264: Improve widget documentation -+- Reporter: | Owner: bpeschier from_a_far@… | Status: new Type: | Component:

Re: [Django] #16264: Improve widget documentation

2011-06-16 Thread Django
#16264: Improve widget documentation -+- Reporter: | Owner: bpeschier from_a_far@… | Status: new Type: | Component:

Re: [Django] #10802: urlresolvers RegexURLResolver._get_callback should not catch ImportError and AttributeError

2011-06-16 Thread Django
#10802: urlresolvers RegexURLResolver._get_callback should not catch ImportError and AttributeError -+- Reporter: | Owner: nobody IonelMaries| Status: new

Re: [Django] #16218: Class-based month archive doesn't behave like previous generic view

2011-06-16 Thread Django
#16218: Class-based month archive doesn't behave like previous generic view --+--- Reporter: nnrcschmdt | Owner: nobody Type: Bug | Status: new Milestone:

Re: [Django] #10802: urlresolvers RegexURLResolver._get_callback should not catch ImportError and AttributeError

2011-06-16 Thread Django
#10802: urlresolvers RegexURLResolver._get_callback should not catch ImportError and AttributeError -+- Reporter: | Owner: nobody IonelMaries| Status: new

Re: [Django] #10802: urlresolvers RegexURLResolver._get_callback should not catch ImportError and AttributeError

2011-06-16 Thread Django
#10802: urlresolvers RegexURLResolver._get_callback should not catch ImportError and AttributeError -+- Reporter: | Owner: nobody IonelMaries| Status: new

[Django] #16282: CommentTemplateTagTests.testRenderCommentFormFromObjectWithQueryCount fails on MySQL

2011-06-16 Thread Django
#16282: CommentTemplateTagTests.testRenderCommentFormFromObjectWithQueryCount fails on MySQL --+--- Reporter: ojii | Owner: nobody Type: Bug | Status: new Milestone:| Component: Testing framework

Re: [Django] #16281: ContentType.get_object_for_this_type using wrong database for creating object

2011-06-16 Thread Django
#16281: ContentType.get_object_for_this_type using wrong database for creating object -+- Reporter: | Owner: nobody tfrydrychewicz@… | Status: new

[Django] #16283: my application project.auth takes models from django.contrib.auth

2011-06-16 Thread Django
#16283: my application project.auth takes models from django.contrib.auth -+-- Reporter: TheRoSS | Owner: nobody Type: Bug | Status: new Milestone: | Component: contrib.auth Version: 1.3 |

Re: [Django] #16283: my application project.auth takes models from django.contrib.auth

2011-06-16 Thread Django
#16283: my application project.auth takes models from django.contrib.auth --+-- Reporter: TheRoSS | Owner: nobody Type: Bug | Status: new Milestone:

Re: [Django] #16218: Class-based month archive doesn't behave like previous generic view

2011-06-16 Thread Django
#16218: Class-based month archive doesn't behave like previous generic view --+--- Reporter: nnrcschmdt | Owner: nobody Type: Bug | Status: new Milestone:

Re: [Django] #11305: Support for "Conditional Aggregates"

2011-06-16 Thread Django
#11305: Support for "Conditional Aggregates" -+- Reporter: bendavis78 | Owner: Type: New feature| Status: new Milestone: |

Re: [Django] #16283: my application project.auth takes models from django.contrib.auth

2011-06-16 Thread Django
#16283: my application project.auth takes models from django.contrib.auth --+-- Reporter: TheRoSS | Owner: nobody Type: Bug | Status: closed Milestone:

Re: [Django] #16199: Create a secure cookie-based session backend

2011-06-16 Thread Django
#16199: Create a secure cookie-based session backend ---+-- Reporter: floguy | Owner: nobody Type: New feature | Status: new Milestone: |

Re: [Django] #16282: CommentTemplateTagTests.testRenderCommentFormFromObjectWithQueryCount fails on MySQL

2011-06-16 Thread Django
#16282: CommentTemplateTagTests.testRenderCommentFormFromObjectWithQueryCount fails on MySQL --+--- Reporter: ojii| Owner: nobody Type: Bug | Status: new

Re: [Django] #16283: my application project.auth takes models from django.contrib.auth

2011-06-16 Thread Django
#16283: my application project.auth takes models from django.contrib.auth --+-- Reporter: TheRoSS | Owner: nobody Type: Bug | Status: reopened Milestone:

Re: [Django] #13252: Use the natural key instead of the primary key when serializing

2011-06-16 Thread Django
#13252: Use the natural key instead of the primary key when serializing -+- Reporter: | Owner: mtredinnick SmileyChris| Status: reopened

Re: [Django] #16283: my application project.auth takes models from django.contrib.auth

2011-06-16 Thread Django
#16283: my application project.auth takes models from django.contrib.auth --+-- Reporter: TheRoSS | Owner: nobody Type: Bug | Status: closed Milestone:

Re: [Django] #16250: Error with new pyscopg2 2.4.2 release and app tests

2011-06-16 Thread Django
#16250: Error with new pyscopg2 2.4.2 release and app tests -+--- Reporter: anonymous | Owner: nobody Type: Bug| Status: new Milestone: |

Re: [Django] #14579: Use built-in sessions middleware for entirely cookie-based sessions

2011-06-16 Thread Django
#14579: Use built-in sessions middleware for entirely cookie-based sessions ---+-- Reporter: oran | Owner: nobody Type: New feature | Status: new

Re: [Django] #14579: Use built-in sessions middleware for entirely cookie-based sessions

2011-06-16 Thread Django
#14579: Use built-in sessions middleware for entirely cookie-based sessions ---+-- Reporter: oran | Owner: nobody Type: New feature | Status: closed

Re: [Django] #16199: Create a secure cookie-based session backend

2011-06-16 Thread Django
#16199: Create a secure cookie-based session backend ---+-- Reporter: floguy | Owner: nobody Type: New feature | Status: new Milestone: |

Re: [Django] #16245: send_robust should include traceback in response when Exception occurs

2011-06-16 Thread Django
#16245: send_robust should include traceback in response when Exception occurs -+- Reporter: jsdalton | Owner: nobody Type: | Status: new

Re: [Django] #12064: Impossible to conditionally include potentially non-existant templates

2011-06-16 Thread Django
#12064: Impossible to conditionally include potentially non-existant templates -+- Reporter: | Owner: nobody mkruisselbrink | Status: new

[Django] #16284: djangojs uses en as fallback language rather than projects language code

2011-06-16 Thread Django
#16284: djangojs uses en as fallback language rather than projects language code ---+--- Reporter: anonymous | Owner: nobody Type: Uncategorized | Status: new Milestone: | Component:

Re: [Django] #4287: FloatField will not handle infinity values

2011-06-16 Thread Django
#4287: FloatField will not handle infinity values -+- Reporter: oBeattie | Owner: nobody (oliver@… | Status: new Type: Bug|

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

2011-06-16 Thread noreply
Author: jezdez Date: 2011-06-16 08:27:11 -0700 (Thu, 16 Jun 2011) New Revision: 16407 Modified: django/trunk/docs/howto/static-files.txt Log: Fixed #16273 -- Fixed typo in staticfiles docs. Thanks, BernhardEssl. Modified: django/trunk/docs/howto/static-files.txt

Re: [Django] #16273: Missing quotes in "Managing Static Files"

2011-06-16 Thread Django
#16273: Missing quotes in "Managing Static Files" -+- Reporter: | Owner: nobody BernhardEssl | Status: closed Type: |

Re: [Django] #16264: Improve widget documentation

2011-06-16 Thread Django
#16264: Improve widget documentation -+- Reporter: | Owner: bpeschier from_a_far@… | Status: closed Type: | Component:

[Changeset] r16408 - django/trunk/docs/ref/forms

2011-06-16 Thread noreply
Author: jezdez Date: 2011-06-16 08:27:19 -0700 (Thu, 16 Jun 2011) New Revision: 16408 Modified: django/trunk/docs/ref/forms/fields.txt django/trunk/docs/ref/forms/widgets.txt Log: Fixed #16264 -- Improved form widget documentation. Many thanks to Bas Peschier. Modified:

Re: [Django] #16273: Missing quotes in "Managing Static Files"

2011-06-16 Thread Django
#16273: Missing quotes in "Managing Static Files" -+- Reporter: | Owner: nobody BernhardEssl | Status: closed Type: |

[Changeset] r16409 - django/branches/releases/1.3.X/docs/howto

2011-06-16 Thread noreply
Author: jezdez Date: 2011-06-16 08:28:12 -0700 (Thu, 16 Jun 2011) New Revision: 16409 Modified: django/branches/releases/1.3.X/docs/howto/static-files.txt Log: [1.3.X] Fixed #16273 -- Fixed typo in staticfiles docs. Thanks, BernhardEssl. Backport from trunk (r16407). Modified:

Re: [Django] #16188: Added locale formats for swiss german language

2011-06-16 Thread Django
#16188: Added locale formats for swiss german language -+- Reporter: sspross| Owner: nobody Type: | Status: new Cleanup/optimization |