Re: [Django] #17640: Exception message causes DeprecationWarning in test_utils

2012-02-09 Thread Django
#17640: Exception message causes DeprecationWarning in test_utils -+- Reporter: zsiciarz |Owner: zsiciarz Type: Bug | Status: new Componen

Re: [Django] #17554: Link to Spatialite resources broken

2012-02-09 Thread Django
#17554: Link to Spatialite resources broken ---+ Reporter: jacob@…|Owner: nobody Type: Bug| Status: new Component: Documentation | Versi

[Django] #17667: Inconsistant model

2012-02-09 Thread Django
#17667: Inconsistant model --+ Reporter: ea2100@… | Owner: Blaker0111 Type: Bug | Status: new Component: Database layer (models, ORM) |Version: 1.

Re: [Django] #17648: Allow `ContentTypeManager` and `GenericForeignKey` to retreive/store proxy model content type.

2012-02-09 Thread Django
#17648: Allow `ContentTypeManager` and `GenericForeignKey` to retreive/store proxy model content type. -+- Reporter: charettes|Owner: charettes Type: Bug |

[Changeset] r17491 - django/trunk/docs/ref/contrib/gis

2012-02-09 Thread noreply
Author: ramiro Date: 2012-02-09 18:34:06 -0800 (Thu, 09 Feb 2012) New Revision: 17491 Modified: django/trunk/docs/ref/contrib/gis/install.txt Log: Updated a couple of links in GeoDjango install doc. Modified: django/trunk/docs/ref/contrib/gis/install.txt ===

[Changeset] r17490 - django/trunk/docs/topics/i18n

2012-02-09 Thread noreply
Author: ramiro Date: 2012-02-09 17:45:03 -0800 (Thu, 09 Feb 2012) New Revision: 17490 Modified: django/trunk/docs/topics/i18n/translation.txt Log: Made a couple of tweaks to lazy translation docs. Modified: django/trunk/docs/topics/i18n/translation.txt =

[Changeset] r17489 - django/trunk/docs/ref/contrib/gis

2012-02-09 Thread noreply
Author: ramiro Date: 2012-02-09 17:40:43 -0800 (Thu, 09 Feb 2012) New Revision: 17489 Modified: django/trunk/docs/ref/contrib/gis/install.txt django/trunk/docs/ref/contrib/gis/tutorial.txt Log: Made some small tweaks to GeoDjango docs. Modified: django/trunk/docs/ref/contrib/gis/install.txt

Re: [Django] #16047: postgresql_psycopg2 never restores autocommit mode when leaving transaction management

2012-02-09 Thread Django
#16047: postgresql_psycopg2 never restores autocommit mode when leaving transaction management -+- Reporter: brodie |Owner: nobody Type: Bug |

[Changeset] r17488 - django/trunk/tests/regressiontests/middleware

2012-02-09 Thread noreply
Author: jezdez Date: 2012-02-09 17:13:45 -0800 (Thu, 09 Feb 2012) New Revision: 17488 Modified: django/trunk/tests/regressiontests/middleware/tests.py Log: Fixed a SyntaxError in the middleware tests introduced in r17471. Modified: django/trunk/tests/regressiontests/middleware/tests.py ===

[Changeset] r17487 - in django/trunk: django/core/serializers tests/regressiontests/serializers_regress

2012-02-09 Thread noreply
Author: jezdez Date: 2012-02-09 17:13:38 -0800 (Thu, 09 Feb 2012) New Revision: 17487 Modified: django/trunk/django/core/serializers/json.py django/trunk/django/core/serializers/pyyaml.py django/trunk/tests/regressiontests/serializers_regress/tests.py Log: Fixed the exception handling whe

[Changeset] r17486 - in django/trunk: django/conf/locale/ca django/conf/locale/ca/LC_MESSAGES django/conf/locale/es django/conf/locale/es/LC_MESSAGES django/conf/locale/es_AR django/conf/locale/es_AR

2012-02-09 Thread noreply
Author: jezdez Date: 2012-02-09 17:13:29 -0800 (Thu, 09 Feb 2012) New Revision: 17486 Modified: django/trunk/django/conf/locale/ca/LC_MESSAGES/django.mo django/trunk/django/conf/locale/ca/LC_MESSAGES/django.po django/trunk/django/conf/locale/ca/formats.py django/trunk/django/conf/local

[Changeset] r17485 - django/trunk/tests/regressiontests/cache

2012-02-09 Thread noreply
Author: jezdez Date: 2012-02-09 17:13:09 -0800 (Thu, 09 Feb 2012) New Revision: 17485 Added: django/trunk/tests/regressiontests/cache/closeable_cache.py Log: Added missing file forgotten in r17479. Added: django/trunk/tests/regressiontests/cache/closeable_cache.py =

[Django] #17666: current_app can not be overridden in template

2012-02-09 Thread Django
#17666: current_app can not be overridden in template ---+ Reporter: crass@…| Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |Version: 1.3 Severity: Normal | Keyw

Re: [Django] #17600: Error in encapsulates filters (Q)

2012-02-09 Thread Django
#17600: Error in encapsulates filters (Q) -+- Reporter: pmartin |Owner: nobody Type: Bug | Status: new Component: Database layer |

Re: [Django] #16047: postgresql_psycopg2 never restores autocommit mode when leaving transaction management

2012-02-09 Thread Django
#16047: postgresql_psycopg2 never restores autocommit mode when leaving transaction management -+- Reporter: brodie |Owner: nobody Type: Bug |

Re: [Django] #17600: Error in encapsulates filters (Q)

2012-02-09 Thread Django
#17600: Error in encapsulates filters (Q) -+- Reporter: pmartin |Owner: nobody Type: Bug | Status: new Component: Database layer |

Re: [Django] #16047: postgresql_psycopg2 never restores autocommit mode when leaving transaction management

2012-02-09 Thread Django
#16047: postgresql_psycopg2 never restores autocommit mode when leaving transaction management -+- Reporter: brodie |Owner: nobody Type: Bug |

Re: [Django] #17564: django.db.models.Sum does not work on BooleanField

2012-02-09 Thread Django
#17564: django.db.models.Sum does not work on BooleanField -+- Reporter: dp_wiz |Owner: nobody Type: Bug | Status: new Component: Datab

Re: [Django] #17640: Exception message causes DeprecationWarning in test_utils

2012-02-09 Thread Django
#17640: Exception message causes DeprecationWarning in test_utils -+- Reporter: zsiciarz |Owner: zsiciarz Type: Bug | Status: new Componen

Re: [Django] #9055: Percent sign in SQL statement behaves different with CursorDebugWrapper

2012-02-09 Thread Django
#9055: Percent sign in SQL statement behaves different with CursorDebugWrapper -+- Reporter: guettli |Owner: nobody Type: Bug | Status: new

[Changeset] r17484 - django/trunk/django/views/decorators

2012-02-09 Thread noreply
Author: jezdez Date: 2012-02-09 10:59:12 -0800 (Thu, 09 Feb 2012) New Revision: 17484 Modified: django/trunk/django/views/decorators/cache.py Log: Fixed #17643 -- Set a better stack level for the cache_page decorator deprecation warnings. Thanks, zsiciarz. Modified: django/trunk/django/views/

Re: [Django] #17643: Misleading deprecation warnings raised by the cache_page decorator

2012-02-09 Thread Django
#17643: Misleading deprecation warnings raised by the cache_page decorator -+- Reporter: zsiciarz |Owner: zsiciarz Type: | Status: closed

Re: [Django] #17515: custom templates in FilterSpec

2012-02-09 Thread Django
#17515: custom templates in FilterSpec -+- Reporter: saxix|Owner: saxix Type: New feature | Status: closed Component: contrib.admin|

[Changeset] r17483 - in django/trunk: django/contrib/admin django/contrib/admin/templatetags docs/ref/contrib/admin tests/regressiontests/admin_views tests/regressiontests/admin_views/templates

2012-02-09 Thread noreply
Author: jezdez Date: 2012-02-09 10:59:05 -0800 (Thu, 09 Feb 2012) New Revision: 17483 Added: django/trunk/tests/regressiontests/admin_views/templates/ django/trunk/tests/regressiontests/admin_views/templates/custom_filter_template.html Modified: django/trunk/django/contrib/admin/filters.

[Changeset] r17482 - in django/trunk/django/contrib/auth: . tests

2012-02-09 Thread noreply
Author: jezdez Date: 2012-02-09 10:58:53 -0800 (Thu, 09 Feb 2012) New Revision: 17482 Modified: django/trunk/django/contrib/auth/models.py django/trunk/django/contrib/auth/tests/__init__.py django/trunk/django/contrib/auth/tests/models.py Log: Fixed #17504 -- Fixed normalization of email

Re: [Django] #17504: User.objects.create_user() wrong email domain part identification

2012-02-09 Thread Django
#17504: User.objects.create_user() wrong email domain part identification -+- Reporter: fero |Owner: marw85 Type: Bug | Status: closed

[Changeset] r17481 - in django/trunk: django/views docs/ref docs/releases

2012-02-09 Thread noreply
Author: jezdez Date: 2012-02-09 10:58:45 -0800 (Thu, 09 Feb 2012) New Revision: 17481 Added: django/trunk/docs/releases/1.4-beta-1.txt Modified: django/trunk/django/views/debug.py django/trunk/docs/ref/settings.txt django/trunk/docs/releases/index.txt Log: Fixed #17460 -- Extended the

Re: [Django] #17460: add KEY to HIDDEN_SETTINGS regexp

2012-02-09 Thread Django
#17460: add KEY to HIDDEN_SETTINGS regexp -+- Reporter: daenney |Owner: chomik Type: | Status: closed Cleanup/optimization

[Changeset] r17480 - in django/trunk: django/core/handlers django/middleware django/views/decorators django/views/generic tests/regressiontests/views

2012-02-09 Thread noreply
Author: jezdez Date: 2012-02-09 10:58:36 -0800 (Thu, 09 Feb 2012) New Revision: 17480 Modified: django/trunk/django/core/handlers/base.py django/trunk/django/middleware/common.py django/trunk/django/middleware/csrf.py django/trunk/django/views/decorators/http.py django/trunk/django/

Re: [Django] #17358: Switch to arg-style logging instead of string interpolation

2012-02-09 Thread Django
#17358: Switch to arg-style logging instead of string interpolation -+- Reporter: spulec |Owner: nobody Type: | Status: closed Cleanup

[Changeset] r17479 - in django/trunk: django/core/cache tests/regressiontests/cache

2012-02-09 Thread noreply
Author: jezdez Date: 2012-02-09 10:58:25 -0800 (Thu, 09 Feb 2012) New Revision: 17479 Modified: django/trunk/django/core/cache/__init__.py django/trunk/tests/regressiontests/cache/tests.py Log: Fixed #17286 -- Made sure all cache backends are set up to connect to the signal handler that clo

Re: [Django] #17286: All cache backends need to call its 'close' function

2012-02-09 Thread Django
#17286: All cache backends need to call its 'close' function -+- Reporter: jifeng.yin@… |Owner: gnosek Type: Bug | Status: closed Component:

Re: [Django] #17217: Set nbsp instead of space as thousand separator

2012-02-09 Thread Django
#17217: Set nbsp instead of space as thousand separator -+- Reporter: fadeyev |Owner: nobody Type: Bug | Status: closed Component: Trans

[Changeset] r17478 - in django/trunk: django/conf/locale/cs django/conf/locale/es_MX django/conf/locale/fr django/conf/locale/nb django/conf/locale/nn django/conf/locale/ru django/conf/locale/sk djan

2012-02-09 Thread noreply
Author: jezdez Date: 2012-02-09 10:58:17 -0800 (Thu, 09 Feb 2012) New Revision: 17478 Modified: django/trunk/django/conf/locale/cs/formats.py django/trunk/django/conf/locale/es_MX/formats.py django/trunk/django/conf/locale/fr/formats.py django/trunk/django/conf/locale/nb/formats.py

[Changeset] r17477 - in django/trunk: django/contrib/localflavor/fr tests/regressiontests/localflavor/fr

2012-02-09 Thread noreply
Author: jezdez Date: 2012-02-09 10:58:03 -0800 (Thu, 09 Feb 2012) New Revision: 17477 Modified: django/trunk/django/contrib/localflavor/fr/forms.py django/trunk/django/contrib/localflavor/fr/fr_department.py django/trunk/tests/regressiontests/localflavor/fr/tests.py Log: Fixed #17139 -- C

Re: [Django] #17139: In the French localflavor, department names are written without accents

2012-02-09 Thread Django
#17139: In the French localflavor, department names are written without accents -+- Reporter: aaugustin|Owner: aaugustin Type: | Status: c

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

2012-02-09 Thread noreply
Author: jezdez Date: 2012-02-09 10:57:54 -0800 (Thu, 09 Feb 2012) New Revision: 17476 Modified: django/trunk/django/db/models/fields/__init__.py django/trunk/django/db/models/fields/files.py Log: Fixed #17219 -- Updated model field descriptions to be more precise. Thanks, charettes. Modifi

Re: [Django] #17219: Add a more precise description to some db fields.

2012-02-09 Thread Django
#17219: Add a more precise description to some db fields. -+- Reporter: charettes|Owner: nobody Type: | Status: closed Cleanup/optimizat

Re: [Django] #17239: mark_safe(media) in django admin Opzioni

2012-02-09 Thread Django
#17239: mark_safe(media) in django admin Opzioni -+- Reporter: riccardodivirgilio |Owner: pbnan Type: | Status: closed Cleanup/optimization

[Changeset] r17475 - django/trunk/django/contrib/admin

2012-02-09 Thread noreply
Author: jezdez Date: 2012-02-09 10:57:47 -0800 (Thu, 09 Feb 2012) New Revision: 17475 Modified: django/trunk/django/contrib/admin/options.py Log: Fixed #17239 -- Stopped an inconsitent and unneeded use of mark_safe in the ModelAdmin. Thanks, pbnan. Modified: django/trunk/django/contrib/admin/

Re: [Django] #16958: change_password admin view ignores ModelAdmin queryset(request) method

2012-02-09 Thread Django
#16958: change_password admin view ignores ModelAdmin queryset(request) method -+- Reporter: mpaolini |Owner: viciu Type: Bug | Status: closed

[Changeset] r17474 - in django/trunk: django/contrib/auth tests/regressiontests/admin_views

2012-02-09 Thread noreply
Author: jezdez Date: 2012-02-09 10:57:40 -0800 (Thu, 09 Feb 2012) New Revision: 17474 Modified: django/trunk/django/contrib/auth/admin.py django/trunk/tests/regressiontests/admin_views/customadmin.py django/trunk/tests/regressiontests/admin_views/tests.py Log: Fixed #16958 -- Correctly us

Re: [Django] #16416: date template tag should support "e" and "o" format character

2012-02-09 Thread Django
#16416: date template tag should support "e" and "o" format character -+- Reporter: CarstenF |Owner: poirier Type: New feature | Status: closed Co

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

2012-02-09 Thread noreply
Author: jezdez Date: 2012-02-09 10:57:31 -0800 (Thu, 09 Feb 2012) New Revision: 17473 Modified: django/trunk/django/utils/dateformat.py django/trunk/docs/ref/templates/builtins.txt django/trunk/tests/regressiontests/templates/filters.py Log: Fixed #16416 -- Added two new date formatting o

[Changeset] r17472 - in django/trunk: django/contrib/localflavor django/contrib/localflavor/de_CH docs/topics/i18n

2012-02-09 Thread noreply
Author: jezdez Date: 2012-02-09 10:57:22 -0800 (Thu, 09 Feb 2012) New Revision: 17472 Added: django/trunk/django/contrib/localflavor/de_CH/ django/trunk/django/contrib/localflavor/de_CH/formats.py Modified: django/trunk/docs/topics/i18n/formatting.txt Log: added German (Switzerland) local

Re: [Django] #16035: GZipMiddleware doesn't change an ETag

2012-02-09 Thread Django
#16035: GZipMiddleware doesn't change an ETag -+- Reporter: anonymous|Owner: ext Type: Bug | Status: closed Component: HTTP handling

[Changeset] r17471 - in django/trunk: django/middleware tests/regressiontests/middleware

2012-02-09 Thread noreply
Author: jezdez Date: 2012-02-09 10:57:13 -0800 (Thu, 09 Feb 2012) New Revision: 17471 Modified: django/trunk/django/middleware/gzip.py django/trunk/tests/regressiontests/middleware/tests.py Log: Fixed #16035 -- Appended the Etag response header if the GZipMiddleware is in use to follow RFC2

Re: [Django] #15840: [patch] wrap the inner function of the condition decorator

2012-02-09 Thread Django
#15840: [patch] wrap the inner function of the condition decorator -+- Reporter: portante |Owner: zsiciarz Type: | Status: closed Cleanu

[Changeset] r17470 - in django/trunk: django/views/decorators tests/regressiontests/decorators

2012-02-09 Thread noreply
Author: jezdez Date: 2012-02-09 10:57:06 -0800 (Thu, 09 Feb 2012) New Revision: 17470 Modified: django/trunk/django/views/decorators/http.py django/trunk/tests/regressiontests/decorators/tests.py Log: Fixed #15840 -- Wrapped inner function of the condition decorator with functools.wraps to

[Changeset] r17469 - in django/trunk: django/core/serializers tests/regressiontests/serializers_regress

2012-02-09 Thread noreply
Author: jezdez Date: 2012-02-09 10:56:58 -0800 (Thu, 09 Feb 2012) New Revision: 17469 Modified: django/trunk/django/core/serializers/json.py django/trunk/django/core/serializers/pyyaml.py django/trunk/tests/regressiontests/serializers_regress/tests.py Log: Fixed #11970 -- Wrapped the exce

Re: [Django] #11970: JSON Deserialiser throws ValueError on malformed input

2012-02-09 Thread Django
#11970: JSON Deserialiser throws ValueError on malformed input -+- Reporter: boxm |Owner: nobody Type: Bug | Status: closed Component:

Re: [Django] #10793: Sitemap implementation means it cannot be updated automatically

2012-02-09 Thread Django
#10793: Sitemap implementation means it cannot be updated automatically -+- Reporter: tenkujin |Owner: gnosek Type: Bug | Status: closed C

[Changeset] r17468 - in django/trunk: django/contrib/sitemaps docs/releases

2012-02-09 Thread noreply
Author: jezdez Date: 2012-02-09 10:56:49 -0800 (Thu, 09 Feb 2012) New Revision: 17468 Modified: django/trunk/django/contrib/sitemaps/__init__.py django/trunk/docs/releases/1.4.txt Log: Fixed #10793 -- Stopped caching paginator instances in sitemap classes to prevent stale sitemaps. Thanks,

Re: [Django] #10080: call_command doesn't take into account command's default options

2012-02-09 Thread Django
#10080: call_command doesn't take into account command's default options -+- Reporter: alexkoshelev |Owner: Type: Bug | alexkoshelev Component: Core (Other)

[Changeset] r17467 - in django/trunk: django/core/management tests/modeltests/user_commands/management/commands

2012-02-09 Thread noreply
Author: jezdez Date: 2012-02-09 10:56:41 -0800 (Thu, 09 Feb 2012) New Revision: 17467 Modified: django/trunk/django/core/management/__init__.py django/trunk/tests/modeltests/user_commands/management/commands/dance.py Log: Fixed #10080 -- Slightly extended the fix made in r10401 by also takin

Re: [Django] #7758: Can't override the form_url for change_view - like you can with add_view

2012-02-09 Thread Django
#7758: Can't override the form_url for change_view - like you can with add_view -+- Reporter: Rozza|Owner: nobody Type: New feature | Status: clos

[Changeset] r17466 - in django/trunk: django/contrib/admin django/contrib/auth tests/regressiontests/admin_views

2012-02-09 Thread noreply
Author: jezdez Date: 2012-02-09 10:56:32 -0800 (Thu, 09 Feb 2012) New Revision: 17466 Modified: django/trunk/django/contrib/admin/options.py django/trunk/django/contrib/auth/admin.py django/trunk/tests/regressiontests/admin_views/tests.py django/trunk/tests/regressiontests/admin_views/

Re: [Django] #17189: form_url not passed to change_password.html

2012-02-09 Thread Django
#17189: form_url not passed to change_password.html -+- Reporter: marc3@… |Owner: nobody Type: Bug | Status: closed Component: contrib.a

[Changeset] r17465 - in django/trunk: django/contrib/admin tests/regressiontests/admin_views

2012-02-09 Thread noreply
Author: jezdez Date: 2012-02-09 10:56:23 -0800 (Thu, 09 Feb 2012) New Revision: 17465 Modified: django/trunk/django/contrib/admin/sites.py django/trunk/tests/regressiontests/admin_views/tests.py Log: Fixed #159 -- Prevent the `AdminSite` from logging users out when they try to log in form t

Re: [Django] #159: Circular logout problem

2012-02-09 Thread Django
#159: Circular logout problem -+- Reporter: Manuzhai |Owner: Type: Bug | ashchristopher Component: contrib.admin| Status: closed

[Changeset] r17464 - in django/trunk: django/utils tests/regressiontests/utils

2012-02-09 Thread noreply
Author: aaugustin Date: 2012-02-09 10:41:20 -0800 (Thu, 09 Feb 2012) New Revision: 17464 Modified: django/trunk/django/utils/datastructures.py django/trunk/tests/regressiontests/utils/datastructures.py Log: Fixed #17634 -- Optimized the performance of MultiValueDict by using append instead

Re: [Django] #736: [patch] QueryDict items() and mutability protection fix with doctests

2012-02-09 Thread Django
#736: [patch] QueryDict items() and mutability protection fix with doctests +-- Reporter: django@… |Owner: adrian Type: defect| Status: closed Component: Core (Other)

Re: [Django] #17634: MultiValueDict.appendlist is ineffective

2012-02-09 Thread Django
#17634: MultiValueDict.appendlist is ineffective -+- Reporter: mila |Owner: nobody Type: | Status: closed Cleanup/optimization

Re: [Django] #17375: 'makemessages' ignores plural from 'blocktrans'

2012-02-09 Thread Django
#17375: 'makemessages' ignores plural from 'blocktrans' -+- Reporter: ahagenbruch |Owner: pigletto Type: Bug | Status: assigned Component:

Re: [Django] #17662: Adds percentage filter to humanize module

2012-02-09 Thread Django
#17662: Adds percentage filter to humanize module -+- Reporter: eire1130 |Owner: nobody Type: New feature | Status: new Component: contrib.humani

Re: [Django] #17662: Adds percentage filter to humanize module

2012-02-09 Thread Django
#17662: Adds percentage filter to humanize module -+- Reporter: eire1130 |Owner: nobody Type: New feature | Status: new Component: contrib.humani

Re: [Django] #17665: Inconsitent behaviour of filter() with multi-valued relations.

2012-02-09 Thread Django
#17665: Inconsitent behaviour of filter() with multi-valued relations. -+- Reporter: lrekucki |Owner: nobody Type: Bug | Status: new Compo

[Django] #17665: Inconsitent behaviour of filter() with multi-valued relations.

2012-02-09 Thread Django
#17665: Inconsitent behaviour of filter() with multi-valued relations. -+- Reporter: lrekucki | Owner: nobody Type: Bug| Status: new Component: Dat

Re: [Django] #17301: Defining fieldsets in a form class

2012-02-09 Thread Django
#17301: Defining fieldsets in a form class -+- Reporter: msiedlarek |Owner: nobody Type: New feature | Status: new Component: Forms

Re: [Django] #17600: Error in encapsulates filters (Q)

2012-02-09 Thread Django
#17600: Error in encapsulates filters (Q) -+- Reporter: pmartin |Owner: nobody Type: Bug | Status: new Component: Database layer |

Re: [Django] #17600: Error in encapsulates filters (Q)

2012-02-09 Thread Django
#17600: Error in encapsulates filters (Q) -+- Reporter: pmartin |Owner: nobody Type: Bug | Status: new Component: Database layer |

Re: [Django] #17653: using id = 0 on get_or_create

2012-02-09 Thread Django
#17653: using id = 0 on get_or_create -+- Reporter: sylvain.lebon@… |Owner: Type: Bug | krzysiumed Component: Database layer | Status: ass

Re: [Django] #14694: defer() doesn't work with reverse relations

2012-02-09 Thread Django
#14694: defer() doesn't work with reverse relations -+- Reporter: sayane |Owner: nobody Type: Bug | Status: reopened Component: Databas

Re: [Django] #17664: Smart `if` tag silencing exceptions plus `QuerySet` caching equals buggy behaviour.

2012-02-09 Thread Django
#17664: Smart `if` tag silencing exceptions plus `QuerySet` caching equals buggy behaviour. -+- Reporter: mrmachine|Owner: nobody Type: Bug | S

[Django] #17664: Smart `if` tag silencing exceptions plus `QuerySet` caching equals buggy behaviour.

2012-02-09 Thread Django
#17664: Smart `if` tag silencing exceptions plus `QuerySet` caching equals buggy behaviour. -+- Reporter: | Owner: nobody mrmachine | Status: new Type: Bug |Version:

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

2012-02-09 Thread noreply
Author: aaugustin Date: 2012-02-09 00:37:33 -0800 (Thu, 09 Feb 2012) New Revision: 17463 Modified: django/trunk/docs/ref/django-admin.txt Log: Documented the new version numbering scheme introduced in r17357. Modified: django/trunk/docs/ref/django-admin.txt ===

Re: [Django] #17653: using id = 0 on get_or_create

2012-02-09 Thread Django
#17653: using id = 0 on get_or_create -+- Reporter: sylvain.lebon@… |Owner: Type: Bug | krzysiumed Component: Database layer | Status: ass

Re: [Django] #17653: using id = 0 on get_or_create

2012-02-09 Thread Django
#17653: using id = 0 on get_or_create -+- Reporter: sylvain.lebon@… |Owner: Type: Bug | krzysiumed Component: Database layer | Status: ass

Re: [Django] #17653: using id = 0 on get_or_create

2012-02-09 Thread Django
#17653: using id = 0 on get_or_create -+- Reporter: sylvain.lebon@… |Owner: Type: Bug | krzysiumed Component: Database layer | Status: ass