Re: [Django] #16669: tutorial01: inconsistent formatting for django-admin.py interactions

2011-08-22 Thread Django
#16669: tutorial01: inconsistent formatting for django-admin.py interactions -+- Reporter: | Owner: nobody daniellawrence | Status: closed

Re: [Django] #15782: Runserver/runfcgi/startup with MySQL is unlike any other database

2011-08-22 Thread Django
#15782: Runserver/runfcgi/startup with MySQL is unlike any other database -+- Reporter: toofishes | Owner: nobody Type: Bug| Status: new Milestone:

Re: [Django] #15497: BooleanField should work for all PostgreSQL expressions

2011-08-22 Thread Django
#15497: BooleanField should work for all PostgreSQL expressions -+- Reporter: lsaffre| Owner: nobody Type: New| Status: new feature

Re: [Django] #15804: Query lookup types should be scoped to the last joined field's model

2011-08-22 Thread Django
#15804: Query lookup types should be scoped to the last joined field's model -+- Reporter: adrian | Owner: mtredinnick Type: Bug| Status: new

Re: [Django] #15787: select_related with nested fields affects query result

2011-08-22 Thread Django
#15787: select_related with nested fields affects query result -+- Reporter: | Owner: nobody kriomant@… | Status: new Type: Bug

Re: [Django] #16669: tutorial01: inconsistent formatting for django-admin.py interactions

2011-08-22 Thread Django
#16669: tutorial01: inconsistent formatting for django-admin.py interactions -+- Reporter: | Owner: nobody daniellawrence | Status: closed

[Changeset] r16664 - django/trunk/docs/intro

2011-08-22 Thread noreply
Author: julien Date: 2011-08-22 22:24:31 -0700 (Mon, 22 Aug 2011) New Revision: 16664 Modified: django/trunk/docs/intro/tutorial01.txt Log: Fixed #16669 -- Made the startproject instruction formatting easier to read and more consistent with other formatting in the tutorial part 1. Thanks to

Re: [Django] #15782: Runserver/runfcgi/startup with MySQL is unlike any other database

2011-08-22 Thread Django
#15782: Runserver/runfcgi/startup with MySQL is unlike any other database -+- Reporter: toofishes | Owner: nobody Type: Bug| Status: new Milestone:

Re: [Django] #15802: Django stops functioning when the database (PostgreSQL) closes the connection

2011-08-22 Thread Django
#15802: Django stops functioning when the database (PostgreSQL) closes the connection -+- Reporter: | Owner: nobody Rick.van.Hattem@… | Status: new

Re: [Django] #15953: Allow setting individual fields as 'unique' from the model Meta options

2011-08-22 Thread Django
#15953: Allow setting individual fields as 'unique' from the model Meta options -+- Reporter: julien | Owner: nobody Type: New| Status: closed feature

[Changeset] r16663 - in django/trunk: django/db/models tests/modeltests/invalid_models/invalid_models

2011-08-22 Thread noreply
Author: russellm Date: 2011-08-22 22:12:31 -0700 (Mon, 22 Aug 2011) New Revision: 16663 Modified: django/trunk/django/db/models/options.py django/trunk/tests/modeltests/invalid_models/invalid_models/models.py Log: Fixed #16299 -- Ensure that unicode strings can be used to identify classes

Re: [Django] #16299: Django model-module doesn't support unicode_literals

2011-08-22 Thread Django
#16299: Django model-module doesn't support unicode_literals -+- Reporter: | Owner: nobody martijn.bastiaan@… | Status: closed Type: Bug

Re: [Django] #16622: django.test.TestCase slow using PostgreSQL 8.4.4

2011-08-22 Thread Django
#16622: django.test.TestCase slow using PostgreSQL 8.4.4 -+- Reporter: | Owner: nobody valhallasw | Status: closed Type: |

Re: [Django] #16622: django.test.TestCase slow using PostgreSQL 8.4.4

2011-08-22 Thread Django
#16622: django.test.TestCase slow using PostgreSQL 8.4.4 -+- Reporter: | Owner: nobody valhallasw | Status: closed Type: |

Re: [Django] #16299: Django model-module doesn't support unicode_literals

2011-08-22 Thread Django
#16299: Django model-module doesn't support unicode_literals -+- Reporter: | Owner: nobody martijn.bastiaan@… | Status: new Type: Bug|

Re: [Django] #8363: Make it possible to specify tests to skip when running runtests.py

2011-08-22 Thread Django
#8363: Make it possible to specify tests to skip when running runtests.py ---+--- Reporter: ramiro | Owner: ramiro Type: New feature | Status: new

Re: [Django] #16202: Localflavor support for Slovenia (si)

2011-08-22 Thread Django
#16202: Localflavor support for Slovenia (si) -+- Reporter: Jure | Owner: nobody Cuhalev | Status: closed Type: New|

[Changeset] r16662 - in django/trunk: django/contrib/localflavor django/contrib/localflavor/si docs/ref/contrib docs/releases tests/regressiontests/forms tests/regressiontests/forms/localflavor tests

2011-08-22 Thread noreply
Author: russellm Date: 2011-08-22 21:41:56 -0700 (Mon, 22 Aug 2011) New Revision: 16662 Added: django/trunk/django/contrib/localflavor/si/ django/trunk/django/contrib/localflavor/si/__init__.py django/trunk/django/contrib/localflavor/si/forms.py

Re: [Django] #16681: modeltests.invalid_models tests are a weird special case

2011-08-22 Thread Django
#16681: modeltests.invalid_models tests are a weird special case -+- Reporter: anthonyb | Owner: nobody Type: | Status: closed Cleanup/optimization |

Re: [Django] #16680: Inconsistant use of " and '

2011-08-22 Thread Django
#16680: Inconsistant use of " and ' -+- Reporter: | Owner: nobody michaeltomkins | Status: closed Type: | Component:

[Changeset] r16660 - django/trunk/docs/intro

2011-08-22 Thread noreply
Author: julien Date: 2011-08-22 21:10:15 -0700 (Mon, 22 Aug 2011) New Revision: 16660 Modified: django/trunk/docs/intro/tutorial02.txt Log: Fixed #16680 -- Used single quotes for the TEMPLATE_DIRS examples in part 2 of the tutorial to be consistent with the settings.py file generated by the

Re: [Django] #16680: Inconsistant use of " and '

2011-08-22 Thread Django
#16680: Inconsistant use of " and ' -+- Reporter: michaeltomkins | Owner: nobody Type: | Status: closed Cleanup/optimization | Component: Documentation

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

2011-08-22 Thread noreply
Author: russellm Date: 2011-08-22 21:08:24 -0700 (Mon, 22 Aug 2011) New Revision: 16659 Modified: django/trunk/django/forms/models.py django/trunk/tests/regressiontests/model_forms_regress/tests.py Log: Fixed #15315 -- Added support for the 'widget' argument to modelform_factory. Thanks to

Re: [Django] #15315: modelform_factory should accept widgets argument

2011-08-22 Thread Django
#15315: modelform_factory should accept widgets argument -+-- Reporter: SardarNL | Owner: nobody Type: New feature| Status: closed Milestone:

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

2011-08-22 Thread noreply
Author: mtredinnick Date: 2011-08-22 21:05:47 -0700 (Mon, 22 Aug 2011) New Revision: 16658 Modified: django/trunk/django/db/models/fields/files.py Log: Fix initialisation of ImageField super classes. Fixes #16548, with thanks to pyriku. Modified: django/trunk/django/db/models/fields/files.py

Re: [Django] #16548: ImageField __init__ should use super()

2011-08-22 Thread Django
#16548: ImageField __init__ should use super() -+- Reporter: anonymous | Owner: pyriku Type: | Status: closed Cleanup/optimization |

[Django] #16681: modeltests.invalid_models tests are a weird special case

2011-08-22 Thread Django
#16681: modeltests.invalid_models tests are a weird special case ---+--- Reporter: anthonyb | Owner: nobody Type: Cleanup/optimization | Status: new Milestone:

Re: [Django] #15499: patch_cache_control should replace public/private setting if already set

2011-08-22 Thread Django
#15499: patch_cache_control should replace public/private setting if already set -+- Reporter: AndiDog| Owner: AndiDog Type: Bug| Status: closed

[Changeset] r16657 - in django/trunk: django/utils docs/topics tests/regressiontests/cache

2011-08-22 Thread noreply
Author: russellm Date: 2011-08-22 20:51:10 -0700 (Mon, 22 Aug 2011) New Revision: 16657 Modified: django/trunk/django/utils/cache.py django/trunk/docs/topics/cache.txt django/trunk/tests/regressiontests/cache/tests.py Log: Fixed #15499 -- Ensure that cache control headers don't try to

Re: [Django] #15316: Filter with isnull=False failing when isnull checked on subclass of FK model

2011-08-22 Thread Django
#15316: Filter with isnull=False failing when isnull checked on subclass of FK model -+- Reporter: zimnyx | Owner: ethlinn Type: Bug| Status: closed

[Changeset] r16656 - in django/trunk: . django/db/models/sql tests/regressiontests/queries

2011-08-22 Thread noreply
Author: mtredinnick Date: 2011-08-22 20:38:42 -0700 (Mon, 22 Aug 2011) New Revision: 16656 Modified: django/trunk/AUTHORS django/trunk/django/db/models/sql/query.py django/trunk/tests/regressiontests/queries/models.py django/trunk/tests/regressiontests/queries/tests.py Log: Fixed an

[Changeset] r16655 - django/trunk/django/db/models/sql

2011-08-22 Thread noreply
Author: mtredinnick Date: 2011-08-22 20:38:28 -0700 (Mon, 22 Aug 2011) New Revision: 16655 Modified: django/trunk/django/db/models/sql/query.py Log: Added convenience method for viewing Query SQL without params. This is the old Query.as_sql() method revived: it's like Query.__str__, but the

[Changeset] r16654 - in django/trunk: django/test docs/topics

2011-08-22 Thread noreply
Author: mtredinnick Date: 2011-08-22 20:38:18 -0700 (Mon, 22 Aug 2011) New Revision: 16654 Modified: django/trunk/django/test/testcases.py django/trunk/docs/topics/testing.txt Log: Add the ability to do unordered comparisons in assertQuerysetEqual. Modified:

Re: [Django] #15959: .values()/.values_list() fails on EmptyQuerySet

2011-08-22 Thread Django
#15959: .values()/.values_list() fails on EmptyQuerySet -+- Reporter: Davide | Owner: nobody Rizzo | Status: new Type: Bug|

Re: [Django] #16439: select_related does not work with nullable fields unless field is specified. (was: select_related does not work with nullable fields)

2011-08-22 Thread Django
#16439: select_related does not work with nullable fields unless field is specified. ---+--- Reporter: dloewenherz | Owner: nobody Type: Bug | Status: new

Re: [Django] #11603: Add an assertFormSetError function to django.test.TestCase

2011-08-22 Thread Django
#11603: Add an assertFormSetError function to django.test.TestCase -+- Reporter: | Owner: martin_speleo martin_speleo | Status: new Type:

Re: [Django] #16674: Django's WSGI Handler should report exceptions to the start_response() callback

2011-08-22 Thread Django
#16674: Django's WSGI Handler should report exceptions to the start_response() callback -+-- Reporter: jamesh | Owner: nobody Type: Uncategorized | Status: new

Re: [Django] #15838: assertFieldOutput should be integrated to the general test framework

2011-08-22 Thread Django
#15838: assertFieldOutput should be integrated to the general test framework -+- Reporter: julien | Owner: nobody Type: New| Status: closed feature

[Changeset] r16653 - in django/trunk: django/test docs/topics tests/regressiontests/forms tests/regressiontests/forms/localflavor tests/regressiontests/forms/tests tests/regressiontests/test_utils

2011-08-22 Thread noreply
Author: russellm Date: 2011-08-22 19:32:37 -0700 (Mon, 22 Aug 2011) New Revision: 16653 Removed: django/trunk/tests/regressiontests/forms/localflavor/utils.py Modified: django/trunk/django/test/testcases.py django/trunk/docs/topics/testing.txt

[Django] #16680: Inconsistant use of " and '

2011-08-22 Thread Django
#16680: Inconsistant use of " and ' -+- Reporter: michaeltomkins | Owner: nobody Type: Cleanup/optimization | Status: new Milestone:

[Changeset] r16652 - in django/trunk: . docs/internals

2011-08-22 Thread noreply
Author: julien Date: 2011-08-22 18:41:47 -0700 (Mon, 22 Aug 2011) New Revision: 16652 Modified: django/trunk/AUTHORS django/trunk/docs/internals/committers.txt Log: Added myself to the list of committers. Modified: django/trunk/AUTHORS

Re: [Django] #16130: Add some information about admin media in staticfiles documentation

2011-08-22 Thread Django
#16130: Add some information about admin media in staticfiles documentation -+- Reporter: aroy | Owner: kman Type: | Status: new Cleanup/optimization

Re: [Django] #16130: Add some information about admin media in staticfiles documentation

2011-08-22 Thread Django
#16130: Add some information about admin media in staticfiles documentation -+- Reporter: aroy | Owner: kman Type: | Status: new Cleanup/optimization

[Changeset] r16651 - in django/trunk: django/test tests/regressiontests/test_client_regress

2011-08-22 Thread noreply
Author: russellm Date: 2011-08-22 17:52:45 -0700 (Mon, 22 Aug 2011) New Revision: 16651 Modified: django/trunk/django/test/client.py django/trunk/tests/regressiontests/test_client_regress/models.py Log: Fixed #10571 -- Factored out the payload encoding code to make sure it is used for PUT

Re: [Django] #10571: FakePayload Truncates Unicode Content

2011-08-22 Thread Django
#10571: FakePayload Truncates Unicode Content -+- Reporter: rwagner@… | Owner: nobody Type: Bug| Status: closed Milestone: 1.1|

[Changeset] r16650 - in django/trunk: django/test tests/regressiontests/settings_tests

2011-08-22 Thread noreply
Author: russellm Date: 2011-08-22 17:32:35 -0700 (Mon, 22 Aug 2011) New Revision: 16650 Modified: django/trunk/django/test/utils.py django/trunk/tests/regressiontests/settings_tests/tests.py Log: Fixed #16672 -- Ensure that test classes decorated with @override_setings gets the right name

Re: [Django] #16672: Preserve name of TestCase decorated with override_settings

2011-08-22 Thread Django
#16672: Preserve name of TestCase decorated with override_settings -+- Reporter: julien | Owner: nobody Type: Bug| Status: closed Milestone:

Re: [Django] #15316: Filter with isnull=False failing when isnull checked on subclass of FK model

2011-08-22 Thread Django
#15316: Filter with isnull=False failing when isnull checked on subclass of FK model -+- Reporter: zimnyx | Owner: ethlinn Type: Bug| Status: new

Re: [Django] #15316: Filter with isnull=False failing when isnull checked on subclass of FK model

2011-08-22 Thread Django
#15316: Filter with isnull=False failing when isnull checked on subclass of FK model -+- Reporter: zimnyx | Owner: ethlinn Type: Bug| Status: new

[Django] #16679: Speed up signals by caching the reveicers per sender

2011-08-22 Thread Django
#16679: Speed up signals by caching the reveicers per sender +-- Reporter: akaariai| Owner: nobody Type: | Status: new Cleanup/optimization | Component: Database

Re: [Django] #16656: Make urlize TLDs configurable

2011-08-22 Thread Django
#16656: Make urlize TLDs configurable ---+- Reporter: ralphje | Owner: anonymous Type: New feature | Status: assigned Milestone: |

[Django] #16678: Write tests for django.contrib.redirects

2011-08-22 Thread Django
#16678: Write tests for django.contrib.redirects -+- Reporter: julien |Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #11857: TemporaryFile class is missing the closed - attribute

2011-08-22 Thread Django
#11857: TemporaryFile class is missing the closed - attribute +-- Reporter: andi100 | Owner: petar Type: Bug | Status: assigned Milestone:

Re: [Django] #16645: OldFormForXTests.test_image_field fails under Oracle

2011-08-22 Thread Django
#16645: OldFormForXTests.test_image_field fails under Oracle -+- Reporter: aaugustin | Owner: nobody Type: Bug| Status: new Milestone: |

Re: [Django] #16645: OldFormForXTests.test_image_field fails under Oracle

2011-08-22 Thread Django
#16645: OldFormForXTests.test_image_field fails under Oracle -+- Reporter: aaugustin | Owner: nobody Type: Bug| Status: new Milestone: |

Re: [Django] #16677: ssi template tag fails when the path to the template contains a space (was: templates tests fail when the path to django contains a space)

2011-08-22 Thread Django
#16677: ssi template tag fails when the path to the template contains a space --+- Reporter: aaugustin | Owner: nobody Type: Bug | Status: new

Re: [Django] #16674: Django's WSGI Handler should report exceptions to the start_response() callback

2011-08-22 Thread Django
#16674: Django's WSGI Handler should report exceptions to the start_response() callback -+-- Reporter: jamesh | Owner: nobody Type: Uncategorized | Status: new

Re: [Django] #16659: Change-list toplinks (date drilldown) should not have fixed width

2011-08-22 Thread Django
#16659: Change-list toplinks (date drilldown) should not have fixed width -+- Reporter: mofle | Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #6585: admin foreignkey dropdown does not adhere to model's admin ordering

2011-08-22 Thread Django
#6585: admin foreignkey dropdown does not adhere to model's admin ordering -+- Reporter: gwilson| Owner: nobody Type: Bug| Status: reopened

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

2011-08-22 Thread Django
#3591: add support for custom app_label and verbose_name -+- Reporter: | Owner: adrian jkocherhans| Status: reopened Type: New

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

2011-08-22 Thread Django
#3591: add support for custom app_label and verbose_name -+- Reporter: | Owner: adrian jkocherhans| Status: reopened Type: New

Re: [Django] #16677: templates tests fail when the path to django contains a space

2011-08-22 Thread Django
#16677: templates tests fail when the path to django contains a space --+- Reporter: aaugustin | Owner: nobody Type: Bug | Status: new Milestone:

[Django] #16677: templates tests fail when the path to django contains a space

2011-08-22 Thread Django
#16677: templates tests fail when the path to django contains a space ---+--- Reporter: aaugustin |Owner: nobody Type: Bug| Status: new Milestone: |

[Django] #16676: The 'add' filter should stringify value or argument if the other value is a string

2011-08-22 Thread Django
#16676: The 'add' filter should stringify value or argument if the other value is a string ---+- Reporter: dtrebbien | Owner: nobody Type: Bug| Status: new Milestone: | Component: Template

Re: [Django] #16675: Refactor the class/function loading code to use common API

2011-08-22 Thread Django
#16675: Refactor the class/function loading code to use common API -+- Reporter: jezdez | Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #16639: Optimize Model initialization by sending pre and post init signals only if there are listeners

2011-08-22 Thread Django
#16639: Optimize Model initialization by sending pre and post init signals only if there are listeners -+- Reporter: akaariai | Owner: nobody Type: | Status:

Re: [Django] #15316: Filter with isnull=False failing when isnull checked on subclass of FK model

2011-08-22 Thread Django
#15316: Filter with isnull=False failing when isnull checked on subclass of FK model -+- Reporter: zimnyx | Owner: ethlinn Type: Bug| Status: new

Re: [Django] #16674: Django's WSGI Handler should report exceptions to the start_response() callback

2011-08-22 Thread Django
#16674: Django's WSGI Handler should report exceptions to the start_response() callback -+-- Reporter: jamesh | Owner: nobody Type: Uncategorized | Status: new

Re: [Django] #16674: Django's WSGI Handler should report exceptions to the start_response() callback

2011-08-22 Thread Django
#16674: Django's WSGI Handler should report exceptions to the start_response() callback -+-- Reporter: jamesh | Owner: nobody Type: Uncategorized | Status: new

Re: [Django] #16675: Refactor the class/function loading code to use common API

2011-08-22 Thread Django
#16675: Refactor the class/function loading code to use common API -+- Reporter: jezdez | Owner: nobody Type: | Status: new Cleanup/optimization

[Django] #16675: Refactor the class/function loading code to use common API

2011-08-22 Thread Django
#16675: Refactor the class/function loading code to use common API -+- Reporter: jezdez |Owner: nobody Type: | Status: new

Re: [Django] #10227: OneToOne fields with null=True raise DoesNotExist exception on related model

2011-08-22 Thread Django
#10227: OneToOne fields with null=True raise DoesNotExist exception on related model -+- Reporter: rvdrijst | Owner: nobody Type: New| Status: new feature

Re: [Django] #12033: ModelAdmin.search_fields throws exception when using @ for non mysql database

2011-08-22 Thread Django
#12033: ModelAdmin.search_fields throws exception when using @ for non mysql database -+- Reporter: hvdklauw | Owner: nobody Type: New| Status: new feature

Re: [Django] #16674: Django's WSGI Handler should report exceptions to the start_response() callback

2011-08-22 Thread Django
#16674: Django's WSGI Handler should report exceptions to the start_response() callback -+-- Reporter: jamesh | Owner: nobody Type: Uncategorized | Status: new

[Django] #16674: Django's WSGI Handler should report exceptions to the start_response() callback

2011-08-22 Thread Django
#16674: Django's WSGI Handler should report exceptions to the start_response() callback ---+-- Reporter: jamesh | Owner: nobody Type: Uncategorized | Status: new Milestone: | Component:

Re: [Django] #10227: OneToOne fields with null=True raise DoesNotExist exception on related model

2011-08-22 Thread Django
#10227: OneToOne fields with null=True raise DoesNotExist exception on related model -+- Reporter: rvdrijst | Owner: nobody Type: New| Status: new feature

Re: [Django] #15058: sys.path.append()

2011-08-22 Thread Django
#15058: sys.path.append() -+--- Reporter: daghenrik | Owner: nobody Type: Bug| Status: reopened Milestone: | Component: Documentation

Re: [Django] #16673: Tiny thing with Apache & mod_wsgi deployment

2011-08-22 Thread Django
#16673: Tiny thing with Apache & mod_wsgi deployment -+--- Reporter: anonymous | Owner: nobody Type: Uncategorized | Status: closed Milestone:

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

2011-08-22 Thread Django
#3591: add support for custom app_label and verbose_name -+- Reporter: | Owner: adrian jkocherhans| Status: reopened Type: New

Re: [Django] #16656: Make urlize TLDs configurable

2011-08-22 Thread Django
#16656: Make urlize TLDs configurable ---+- Reporter: ralphje | Owner: anonymous Type: New feature | Status: assigned Milestone: |

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

2011-08-22 Thread Django
#3591: add support for custom app_label and verbose_name -+- Reporter: | Owner: adrian jkocherhans| Status: reopened Type: New

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

2011-08-22 Thread Django
#3591: add support for custom app_label and verbose_name -+- Reporter: | Owner: adrian jkocherhans| Status: reopened Type: New

[Django] #16673: Tiny thing with Apache & mod_wsgi deployment

2011-08-22 Thread Django
#16673: Tiny thing with Apache & mod_wsgi deployment ---+--- Reporter: anonymous | Owner: nobody Type: Uncategorized | Status: new Milestone: | Component: Documentation Version: 1.3

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

2011-08-22 Thread Django
#3591: add support for custom app_label and verbose_name -+- Reporter: | Owner: adrian jkocherhans| Status: reopened Type: New

Re: [Django] #15580: DB cache backend uses LIMIT / OFFSET query for culling

2011-08-22 Thread Django
#15580: DB cache backend uses LIMIT / OFFSET query for culling +- Reporter: ikelly| Owner: nobody Type: Bug | Status: closed Milestone:

Re: [Django] #16481: DBCacheTests.test_cull fails under Oracle

2011-08-22 Thread Django
#16481: DBCacheTests.test_cull fails under Oracle -+- Reporter: aaugustin | Owner: aaugustin Type: Bug| Status: closed Milestone: |

Re: [Django] #16672: Preserve name of TestCase decorated with override_settings

2011-08-22 Thread Django
#16672: Preserve name of TestCase decorated with override_settings -+- Reporter: julien | Owner: nobody Type: Bug| Status: new Milestone:

Re: [Django] #16672: Preserve name of TestCase decorated with override_settings

2011-08-22 Thread Django
#16672: Preserve name of TestCase decorated with override_settings +--- Reporter: julien| Owner: nobody Type: Bug | Status: new Milestone:|

Re: [Django] #16669: tutorial01: inconsistent formatting for django-admin.py interactions

2011-08-22 Thread Django
#16669: tutorial01: inconsistent formatting for django-admin.py interactions -+- Reporter: | Owner: nobody daniellawrence | Status: new

Re: [Django] #16672: Preserve name of TestCase decorated with override_settings

2011-08-22 Thread Django
#16672: Preserve name of TestCase decorated with override_settings --+--- Reporter: julien | Owner: nobody Type: Bug | Status: new Milestone:

Re: [Django] #16670: Typo in how to accept a ticket (internals/contributing/#submitting-patches)

2011-08-22 Thread Django
#16670: Typo in how to accept a ticket (internals/contributing/#submitting-patches) +--- Reporter: aroy | Owner: aroy Type: Bug | Status: new Milestone:

[Django] #16672: Preserve name of TestCase decorated with override_settings

2011-08-22 Thread Django
#16672: Preserve name of TestCase decorated with override_settings +- Reporter: julien |Owner: nobody Type: Bug | Status: new Milestone: |

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

2011-08-22 Thread noreply
Author: mtredinnick Date: 2011-08-22 01:06:52 -0700 (Mon, 22 Aug 2011) New Revision: 16649 Modified: django/trunk/django/template/defaultfilters.py Log: Silenced a "classic division" warning in floatformat template filter. Fixes #16514. Thanks, Mike Blume. Modified:

Re: [Django] #16514: Classic integer division used in django.template.defaultfilters

2011-08-22 Thread Django
#16514: Classic integer division used in django.template.defaultfilters -+- Reporter: | Owner: kman blume.mike@… | Status: closed Type:

[Django] #16671: 5th tutorial on turning Polls into a reusable app

2011-08-22 Thread Django
#16671: 5th tutorial on turning Polls into a reusable app ---+--- Reporter: stumbles | Owner: ben@… Type: Uncategorized | Status: new Milestone: | Component: Documentation Version: 1.3

Re: [Django] #14876: Q | Q with nullable related fields generates INNER JOIN where it should be LEFT JOIN

2011-08-22 Thread Django
#14876: Q | Q with nullable related fields generates INNER JOIN where it should be LEFT JOIN -+- Reporter: | Owner: oinopion simonpercivall | Status: closed

[Changeset] r16648 - in django/trunk: django/db/models/sql tests/regressiontests/queries

2011-08-22 Thread noreply
Author: russellm Date: 2011-08-22 00:40:12 -0700 (Mon, 22 Aug 2011) New Revision: 16648 Modified: django/trunk/django/db/models/sql/query.py django/trunk/tests/regressiontests/queries/tests.py Log: Fixed #14876 -- Ensure that join promotion works correctly when there are nullable related

Re: [Django] #15304: `Model.objects.create()` returns `long` instead of `int`.

2011-08-22 Thread Django
#15304: `Model.objects.create()` returns `long` instead of `int`. -+- Reporter: mrmachine | Owner: nobody Type: Bug| Status: closed Milestone:

Re: [Django] #16514: Classic integer division used in django.template.defaultfilters

2011-08-22 Thread Django
#16514: Classic integer division used in django.template.defaultfilters -+- Reporter: | Owner: kman blume.mike@… | Status: new Type: Bug

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

2011-08-22 Thread noreply
Author: mtredinnick Date: 2011-08-22 00:36:42 -0700 (Mon, 22 Aug 2011) New Revision: 16647 Modified: django/trunk/docs/topics/install.txt Log: Minor Debian/Ubuntu install instruction update. This is all a bit of a mess (and fragile and mostly their own fault), but this at least gives people a

  1   2   >