[Django] #17719: Improper parsing of template block and variable tags

2012-02-17 Thread Django
#17719: Improper parsing of template block and variable tags -+ Reporter: development@…| Owner: nobody Type: Bug | Status: new Component: Template system |Version: 1.3 Severity: Normal

Re: [Django] #17718: list_filter improvement

2012-02-17 Thread Django
#17718: list_filter improvement ---+-- Reporter: dave.fobare@… |Owner: nobody Type: New feature| Status: closed Component: contrib.admin | Version:

[Django] #17718: list_filter improvement

2012-02-17 Thread Django
#17718: list_filter improvement ---+ Reporter: dave.fobare@… | Owner: nobody Type: New feature| Status: new Component: contrib.admin |Version: 1.3 Severity: Normal | Keywords: Triage Stage:

[Django] #17717: django.core.serializers.serialize doesn't deal with proxy models

2012-02-17 Thread Django
#17717: django.core.serializers.serialize doesn't deal with proxy models --+ Reporter: lakin | Owner: nobody Type: Bug | Status: new Component: Core (Serialization) |

[Django] #17716: include(arg, namespace=None, app_name=None) replace app_name with namespace

2012-02-17 Thread Django
#17716: include(arg, namespace=None, app_name=None) replace app_name with namespace -+- Reporter: blackip@…| Owner: nobody Type: Bug | Status: new Component: Core (URLs) |Version:

Re: [Django] #16618: Incorrect breadcrumbs shown on Admin image for Choices model in tutorial part 2

2012-02-17 Thread Django
#16618: Incorrect breadcrumbs shown on Admin image for Choices model in tutorial part 2 --+ Reporter: m0nonoke |Owner: nobody Type: Cleanup/optimization |

[Changeset] r17542 - 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-17 Thread noreply
Author: adrian Date: 2012-02-17 12:23:42 -0800 (Fri, 17 Feb 2012) New Revision: 17542 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

Re: [Django] #17715: Got a RuntimeWarning when following the tutorial

2012-02-17 Thread Django
#17715: Got a RuntimeWarning when following the tutorial -+- Reporter: claudep |Owner: aaugustin Type: | Status: assigned

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

2012-02-17 Thread noreply
Author: carljm Date: 2012-02-17 12:09:40 -0800 (Fri, 17 Feb 2012) New Revision: 17541 Modified: django/trunk/docs/ref/contrib/gis/testing.txt Log: Fixed typo in GIS testing docs. Modified: django/trunk/docs/ref/contrib/gis/testing.txt

[Django] #17715: Got a RuntimeWarning when following the tutorial

2012-02-17 Thread Django
#17715: Got a RuntimeWarning when following the tutorial --+ Reporter: claudep | Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation |Version:

[Changeset] r17540 - in django/trunk: django/core/management django/middleware docs/howto docs/ref docs/ref/contrib/admin docs/ref/contrib/gis docs/releases docs/topics/http docs/topics/i18n

2012-02-17 Thread noreply
Author: adrian Date: 2012-02-17 12:04:11 -0800 (Fri, 17 Feb 2012) New Revision: 17540 Modified: django/trunk/django/core/management/validation.py django/trunk/django/middleware/csrf.py django/trunk/docs/howto/custom-management-commands.txt django/trunk/docs/ref/contrib/admin/index.txt

[Changeset] r17539 - django/trunk/docs/internals/contributing/writing-code

2012-02-17 Thread noreply
Author: adrian Date: 2012-02-17 12:03:40 -0800 (Fri, 17 Feb 2012) New Revision: 17539 Modified: django/trunk/docs/internals/contributing/writing-code/coding-style.txt Log: Added note to coding-style.txt about how we should NOT be religious about line lengths. Modified:

Re: [Django] #17229: Allow 'True', 'False' and 'None' to resolve to corresponding Python objects

2012-02-17 Thread Django
#17229: Allow 'True', 'False' and 'None' to resolve to corresponding Python objects -+- Reporter: anatoly techtonik|Owner: aaugustin |

Re: [Django] #17229: Allow 'True', 'False' and 'None' to resolve to corresponding Python objects

2012-02-17 Thread Django
#17229: Allow 'True', 'False' and 'None' to resolve to corresponding Python objects -+- Reporter: anatoly techtonik|Owner: nobody | Status:

Re: [Django] #17713: allows_primary_key_0 is misnamed

2012-02-17 Thread Django
#17713: allows_primary_key_0 is misnamed -+- Reporter: claudep |Owner: nobody Type: | Status: new Cleanup/optimization |

Re: [Django] #12753: Fixture loading can fails on second syncdb when auto_now_add field is ommitted

2012-02-17 Thread Django
#12753: Fixture loading can fails on second syncdb when auto_now_add field is ommitted -+- Reporter: russellm |Owner: Type: Bug | dmedvinsky Component:

Re: [Django] #17712: .objects.none() not always empty

2012-02-17 Thread Django
#17712: .objects.none() not always empty -+- Reporter: ventur40 |Owner: nobody Type: Bug | Status: new Component: Database layer

Re: [Django] #17712: .objects.none() not always empty

2012-02-17 Thread Django
#17712: .objects.none() not always empty -+- Reporter: ventur40 |Owner: nobody Type: Bug | Status: new Component: Database layer

Re: [Django] #17712: .objects.none() not always empty

2012-02-17 Thread Django
#17712: .objects.none() not always empty -+- Reporter: ventur40 |Owner: nobody Type: Bug | Status: new Component: Database layer

[Changeset] r17538 - django/trunk/django/core/management

2012-02-17 Thread noreply
Author: adrian Date: 2012-02-17 08:51:22 -0800 (Fri, 17 Feb 2012) New Revision: 17538 Modified: django/trunk/django/core/management/templates.py Log: Fixed missing periods in django-admin help for startproject from [17432] Modified: django/trunk/django/core/management/templates.py

Re: [Django] #17712: .objects.none() not always empty

2012-02-17 Thread Django
#17712: .objects.none() not always empty -+- Reporter: ventur40 |Owner: nobody Type: Bug | Status: new Component: Database layer

Re: [Django] #3202: [patch] Faster SelectBox for ManyToMany

2012-02-17 Thread Django
#3202: [patch] Faster SelectBox for ManyToMany ---+ Reporter: gkelly@… |Owner: xian Type: New feature| Status: new Component: contrib.admin |

Re: [Django] #12753: Fixture loading can fails on second syncdb when auto_now_add field is ommitted

2012-02-17 Thread Django
#12753: Fixture loading can fails on second syncdb when auto_now_add field is ommitted -+- Reporter: russellm |Owner: Type: Bug | dmedvinsky Component:

Re: [Django] #15849: {% ifchanged %} not thread-safe

2012-02-17 Thread Django
#15849: {% ifchanged %} not thread-safe -+ Reporter: akaihola |Owner: nobody Type: Bug | Status: new Component: Template system |

[Django] #17714: Markdown filter does not support multiple configuration options for extensions

2012-02-17 Thread Django
#17714: Markdown filter does not support multiple configuration options for extensions +-- Reporter: scottie_000 | Owner: nobody Type: Bug | Status: new Component: contrib.markup |

Re: [Django] #16366: contrib.auth.tests.context_processors.AuthContextProcessorTests.test_session_not_accessed fails when project loads other middleware that access the session.

2012-02-17 Thread Django
#16366: contrib.auth.tests.context_processors.AuthContextProcessorTests.test_session_not_accessed fails when project loads other middleware that access the session. -+- Reporter: jsdalton |

Re: [Django] #17712: .objects.none() not always empty

2012-02-17 Thread Django
#17712: .objects.none() not always empty -+- Reporter: ventur40 |Owner: nobody Type: Bug | Status: new Component: Database layer

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

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

[Django] #17713: allows_primary_key_0 is misnamed

2012-02-17 Thread Django
#17713: allows_primary_key_0 is misnamed --+ Reporter: claudep | Owner: nobody Type: Cleanup/optimization | Status: new Component: Database layer (models, ORM) |

Re: [Django] #15496: "Content-Transfer-Encoding: base64" not honored when uploading files

2012-02-17 Thread Django
#15496: "Content-Transfer-Encoding: base64" not honored when uploading files -+- Reporter: gene@… |Owner: nobody Type: Bug | Status:

Re: [Django] #3202: [patch] Faster SelectBox for ManyToMany

2012-02-17 Thread Django
#3202: [patch] Faster SelectBox for ManyToMany ---+ Reporter: gkelly@… |Owner: xian Type: New feature| Status: new Component: contrib.admin |

Re: [Django] #3202: [patch] Faster SelectBox for ManyToMany

2012-02-17 Thread Django
#3202: [patch] Faster SelectBox for ManyToMany ---+ Reporter: gkelly@… |Owner: xian Type: New feature| Status: new Component: contrib.admin |

Re: [Django] #16366: contrib.auth.tests.context_processors.AuthContextProcessorTests.test_session_not_accessed fails when project loads other middleware that access the session.

2012-02-17 Thread Django
#16366: contrib.auth.tests.context_processors.AuthContextProcessorTests.test_session_not_accessed fails when project loads other middleware that access the session. -+- Reporter: jsdalton |

[Django] #17712: .objects.none() not always empty

2012-02-17 Thread Django
#17712: .objects.none() not always empty -+- Reporter: ventur40 | Owner: nobody Type: Bug | Status: new Component: Database layer |Version: 1.3

Re: [Django] #15849: {% ifchanged %} not thread-safe

2012-02-17 Thread Django
#15849: {% ifchanged %} not thread-safe -+ Reporter: akaihola |Owner: nobody Type: Bug | Status: new Component: Template system |