[Django] #17086: humanize and markup tests modify global templatetags library state

2011-10-21 Thread Django
#17086: humanize and markup tests modify global templatetags library state + Reporter: carljm| Owner: nobody Type: Bug | Status: new Com

Re: [Django] #17085: Deprecate "add_to_builtins" and replace with API on Template (was: Deprecate "add_to_builtins")

2011-10-21 Thread Django
#17085: Deprecate "add_to_builtins" and replace with API on Template -+-- Reporter: carljm |Owner: nobody Type: New feature | Status: new Component: Templa

[Django] #17085: Deprecate "add_to_builtins"

2011-10-21 Thread Django
#17085: Deprecate "add_to_builtins" ---+ Reporter: carljm | Owner: nobody Type: New feature | Status: new Component: Template system |Version

[Changeset] r17024 - django/trunk/docs/releases

2011-10-21 Thread noreply
Author: Alex Date: 2011-10-21 23:13:01 -0700 (Fri, 21 Oct 2011) New Revision: 17024 Modified: django/trunk/docs/releases/1.4.txt Log: Fixed the grammar of a sentence in the docs. Modified: django/trunk/docs/releases/1.4.txt === --

[Changeset] r17023 - django/trunk/django/contrib/humanize

2011-10-21 Thread noreply
Author: carljm Date: 2011-10-21 23:06:44 -0700 (Fri, 21 Oct 2011) New Revision: 17023 Modified: django/trunk/django/contrib/humanize/tests.py Log: Mocked datetime in the naturaltime tests to avoid sporadic test failure. Modified: django/trunk/django/contrib/humanize/tests.py ==

Re: [Django] #8927: Make Request proxy the WSGI environ

2011-10-21 Thread Django
#8927: Make Request proxy the WSGI environ ---+ Reporter: simon |Owner: nobody Type: New feature| Status: new Component: HTTP handling | Versio

Re: [Django] #16360: Add a standard entrypoint for WSGI to project template

2011-10-21 Thread Django
#16360: Add a standard entrypoint for WSGI to project template --+ Reporter: jezdez|Owner: nobody Type: New feature | Status: closed Component: Core (Other) |

[Changeset] r17021 - in django/trunk/django/contrib/admin/static/admin: css js/admin

2011-10-21 Thread noreply
Author: julien Date: 2011-10-21 20:38:10 -0700 (Fri, 21 Oct 2011) New Revision: 17021 Modified: django/trunk/django/contrib/admin/static/admin/css/widgets.css django/trunk/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js Log: Fixed #17064 -- Improved the UX for the admin's tim

Re: [Django] #17064: Small UX improvements to the admin's time and date picker

2011-10-21 Thread Django
#17064: Small UX improvements to the admin's time and date picker --+ Reporter: julien|Owner: nobody Type: Cleanup/optimization | Status: closed Compo

Re: [Django] #16574: Test fails when setting MESSAGE_TAGS

2011-10-21 Thread Django
#16574: Test fails when setting MESSAGE_TAGS --+ Reporter: Boldewyn |Owner: elbarto Type: Bug | Status: new Component: contrib.messages |

Re: [Django] #3357: Make Django's server optionally multithreaded

2011-10-21 Thread Django
#3357: Make Django's server optionally multithreaded -+- Reporter: treborhudson@… |Owner: adrian Type: Uncategorized| Status: closed Component: django-a

Re: [Django] #16360: Add a standard entrypoint for WSGI to project template

2011-10-21 Thread Django
#16360: Add a standard entrypoint for WSGI to project template --+ Reporter: jezdez|Owner: nobody Type: New feature | Status: new Component: Core (Other) |

[Changeset] r17020 - django/trunk/django/utils

2011-10-21 Thread noreply
Author: Alex Date: 2011-10-21 16:38:52 -0700 (Fri, 21 Oct 2011) New Revision: 17020 Modified: django/trunk/django/utils/functional.py Log: move an mport out of a function Modified: django/trunk/django/utils/functional.py === --- d

Re: [Django] #17021: views.generic.create_update.lo okup_object uses .objects instead of the default manager

2011-10-21 Thread Django
#17021: views.generic.create_update.lo okup_object uses .objects instead of the default manager ---+-- Reporter: salgado|Owner: nobody Type: Bug| Status: close

Re: [Django] #16948: Django DB backends hid information in database exceptions

2011-10-21 Thread Django
#16948: Django DB backends hid information in database exceptions -+- Reporter: jamesh |Owner: nobody Type: Uncategorized| Status: closed Compone

Re: [Django] #16945: Extend LazyObject to accept constructor parameters

2011-10-21 Thread Django
#16945: Extend LazyObject to accept constructor parameters --+-- Reporter: mitar |Owner: nobody Type: New feature | Status: closed Component: Core (Other) |

Re: [Django] #17027: Let ExpressionNodes use __pow__

2011-10-21 Thread Django
#17027: Let ExpressionNodes use __pow__ -+- Reporter: dan@…|Owner: nobody Type: New feature | Status: new Component: Database layer |

Re: [Django] #17084: URL conf is evaluated after form Metas

2011-10-21 Thread Django
#17084: URL conf is evaluated after form Metas ---+-- Reporter: reames@… |Owner: nobody Type: Bug| Status: closed Component: Uncategorized |

[Django] #17084: URL conf is evaluated after form Metas

2011-10-21 Thread Django
#17084: URL conf is evaluated after form Metas ---+ Reporter: reames@… | Owner: nobody Type: Bug| Status: new Component: Uncategorized |Version: 1.3 Severity: Normal | Keywords:

Re: [Django] #17020: Error in Tests: Causes a TemplateNotFound Exception

2011-10-21 Thread Django
#17020: Error in Tests: Causes a TemplateNotFound Exception --+- Reporter: dstufft |Owner: nobody Type: Bug | Status: closed Component: contrib.me

Re: [Django] #16574: Test fails when setting MESSAGE_TAGS

2011-10-21 Thread Django
#16574: Test fails when setting MESSAGE_TAGS --+ Reporter: Boldewyn |Owner: elbarto Type: Bug | Status: new Component: contrib.messages |

[Django] #17083: sessions.backends.cache does not allow non-default cache to be configured

2011-10-21 Thread Django
#17083: sessions.backends.cache does not allow non-default cache to be configured --+ Reporter: charles@… | Owner: nobody Type: New feature | Status: new Component: contrib.sessions |Version: 1.

Re: [Django] #11569: django.core.cache.backends.db has bad transaction handling

2011-10-21 Thread Django
#11569: django.core.cache.backends.db has bad transaction handling -+- Reporter: Glenn|Owner: nobody Type: Bug | Status: new Component

Re: [Django] #13906: REPEATABLE READ (as used by default on MySQL) breaks atleast QuerySet.get_or_create().

2011-10-21 Thread Django
#13906: REPEATABLE READ (as used by default on MySQL) breaks atleast QuerySet.get_or_create(). -+- Reporter: sebastian_noack |Owner: Type: | Status

Re: [Django] #6641: Concurrency issue with get_or_create

2011-10-21 Thread Django
#6641: Concurrency issue with get_or_create -+- Reporter: JEFFGUINNESS |Owner: nobody Type: Uncategorized| Status: closed Component: Database layer

Re: [Django] #11569: django.core.cache.backends.db has bad transaction handling

2011-10-21 Thread Django
#11569: django.core.cache.backends.db has bad transaction handling -+- Reporter: Glenn|Owner: nobody Type: Bug | Status: new Component

Re: [Django] #16574: Test fails when setting MESSAGE_TAGS

2011-10-21 Thread Django
#16574: Test fails when setting MESSAGE_TAGS --+ Reporter: Boldewyn |Owner: elbarto Type: Bug | Status: new Component: contrib.messages |

Re: [Django] #16574: Test fails when setting MESSAGE_TAGS

2011-10-21 Thread Django
#16574: Test fails when setting MESSAGE_TAGS --+ Reporter: Boldewyn |Owner: elbarto Type: Bug | Status: new Component: contrib.messages |

Re: [Django] #2417: Support for binary type fields (aka: bytea in postgres and VARBINARY in mysql)

2011-10-21 Thread Django
#2417: Support for binary type fields (aka: bytea in postgres and VARBINARY in mysql) -+- Reporter: scanner@…|Owner: nobody Type: New feature | Status:

Re: [Django] #2417: Support for binary type fields (aka: bytea in postgres and VARBINARY in mysql)

2011-10-21 Thread Django
#2417: Support for binary type fields (aka: bytea in postgres and VARBINARY in mysql) -+- Reporter: scanner@…|Owner: nobody Type: New feature | Status:

Re: [Django] #17080: Custom fields using attname, Model __init__ and Deserialization: hard-coded magic for relation fields

2011-10-21 Thread Django
#17080: Custom fields using attname, Model __init__ and Deserialization: hard-coded magic for relation fields -+- Reporter: anentropic |Owner: nobody Type: Bug |

Re: [Django] #17080: Custom fields using attname, Model __init__ and Deserialization: hard-coded magic for relation fields

2011-10-21 Thread Django
#17080: Custom fields using attname, Model __init__ and Deserialization: hard-coded magic for relation fields --+ Reporter: anentropic|Owner: nobody Type: Bug

Re: [Django] #17082: Login form should use HTML5 autofocus with JavaScript as fallback

2011-10-21 Thread Django
#17082: Login form should use HTML5 autofocus with JavaScript as fallback -+- Reporter: drhevans |Owner: nobody Type: | Status: new Clea

[Django] #17082: Login form should use HTML5 autofocus with JavaScript as fallback

2011-10-21 Thread Django
#17082: Login form should use HTML5 autofocus with JavaScript as fallback --+ Reporter: drhevans | Owner: nobody Type: Cleanup/optimization | Status: new Component: contrib.admin |Versi

Re: [Django] #17080: Custom fields using attname, Model __init__ and Deserialization: hard-coded magic for relation fields

2011-10-21 Thread Django
#17080: Custom fields using attname, Model __init__ and Deserialization: hard-coded magic for relation fields ---+-- Reporter: anentropic |Owner: nobody Type: Bug|

Re: [Django] #17080: Custom fields using attname, Model __init__ and Deserialization: hard-coded magic for relation fields

2011-10-21 Thread Django
#17080: Custom fields using attname, Model __init__ and Deserialization: hard-coded magic for relation fields ---+-- Reporter: anentropic |Owner: nobody Type: Bug|

Re: [Django] #17080: Custom fields using attname, Model __init__ and Deserialization: hard-coded magic for relation fields

2011-10-21 Thread Django
#17080: Custom fields using attname, Model __init__ and Deserialization: hard-coded magic for relation fields ---+-- Reporter: anentropic |Owner: nobody Type: Bug|

Re: [Django] #17080: Custom fields using attname, Model __init__ and Deserialization: hard-coded magic for relation fields

2011-10-21 Thread Django
#17080: Custom fields using attname, Model __init__ and Deserialization: hard-coded magic for relation fields ---+-- Reporter: anentropic |Owner: nobody Type: Bug|

[Django] #17081: runfcgi with daemonize=True requires aboslute path for pidfile parameter

2011-10-21 Thread Django
#17081: runfcgi with daemonize=True requires aboslute path for pidfile parameter ---+- Reporter: bernhard.hollaender@… | Owner: nobody Type: Bug| Status: new Component: Uncategorized

Re: [Django] #1021: [PATCH] unique_together should check the uniqueness in the validation phase

2011-10-21 Thread Django
#1021: [PATCH] unique_together should check the uniqueness in the validation phase --+ Reporter: Ian@… |Owner: nobody Type: defect| Status: closed