Re: [Django] #14105: django.contrib.auth tests failing with cache middleware

2010-08-16 Thread Django
#14105: django.contrib.auth tests failing with cache middleware ---+ Reporter: baumer1122| Owner: PaulM Status: assigned | Milestone: Component: Contrib apps |

Re: [Django] #13681: Add admindocs to INSTALLED_APPS in project template

2010-08-16 Thread Django
#13681: Add admindocs to INSTALLED_APPS in project template ---+ Reporter: elkan | Owner: nobody Status: new | Milestone: 1.3

Re: [Django] #14123: Trunk tests broken as of r13588 (1.2.x passes)

2010-08-16 Thread Django
#14123: Trunk tests broken as of r13588 (1.2.x passes) +--- Reporter: PaulM | Owner: nobody Status: closed | Milestone: Component: Testing

Re: [Django] #14092: ImageField should allow SVG

2010-08-16 Thread Django
#14092: ImageField should allow SVG ---+ Reporter: graeme| Owner: nobody Status: new | Milestone: Component: Database

[Django] #14123: Trunk tests broken as of r13588 (1.2.x passes)

2010-08-16 Thread Django
#14123: Trunk tests broken as of r13588 (1.2.x passes) ---+ Reporter: PaulM | Owner: nobody Status: new| Milestone: Component: Testing framework | Version: SVN

Re: [Django] #14103: Have django.utils.cache.patch_response_headers honor settings.USE_ETAGS setting

2010-08-16 Thread Django
#14103: Have django.utils.cache.patch_response_headers honor settings.USE_ETAGS setting ---+ Reporter: trbs | Owner: nobody Status: new |

Re: [Django] #14117: POST Data is different when run from TestClient and actually received

2010-08-16 Thread Django
#14117: POST Data is different when run from TestClient and actually received +--- Reporter: j...@licq.org | Owner: nobody Status: closed | Milestone:

Re: [Django] #14121: Provide object's primary key as a hint for database router method db_for_read() when filtering objects by primary key

2010-08-16 Thread Django
#14121: Provide object's primary key as a hint for database router method db_for_read() when filtering objects by primary key ---+ Reporter: sa...@mahalo.com | Owner: nobody

[Django] #14122: Documentation for yesno filter is lacking

2010-08-16 Thread Django
#14122: Documentation for yesno filter is lacking ---+ Reporter: mark0978 | Owner: nobody Status: new| Milestone: Component: Documentation | Version: 1.2

Re: [Django] #14121: Provide object's primary key as a hint for database router method db_for_read() when filtering objects by primary key

2010-08-16 Thread Django
#14121: Provide object's primary key as a hint for database router method db_for_read() when filtering objects by primary key ---+ Reporter: sa...@mahalo.com | Owner: nobody

[Django] #14121: Provide object's primary key as a hint for database router method db_for_read() when filtering objects by primary key

2010-08-16 Thread Django
#14121: Provide object's primary key as a hint for database router method db_for_read() when filtering objects by primary key --+- Reporter: sa...@mahalo.com | Owner: nobody Status: new

Re: [Django] #14116: TestClient skips Csrf Middleware

2010-08-16 Thread Django
#14116: TestClient skips Csrf Middleware +--- Reporter: j...@licq.org | Owner: nobody Status: closed | Milestone: Component: Testing framework |

Re: [Django] #14085: DATE_FORMAT, TIME_FORMAT etc. docs should have a link to allowed formatting strings

2010-08-16 Thread Django
#14085: DATE_FORMAT, TIME_FORMAT etc. docs should have a link to allowed formatting strings +--- Reporter: Miikka | Owner: nobody Status: new| Milestone:

Re: [Django] #11565: Rate Limit Error Emails

2010-08-16 Thread Django
#11565: Rate Limit Error Emails -+-- Reporter: andrewmintel| Owner: nobody Status: new | Milestone: Component: Core framework |

Re: [Django] #13876: Documentation duplicates

2010-08-16 Thread Django
#13876: Documentation duplicates ---+ Reporter: pakal | Owner: zerok Status: new | Milestone: Component:

[Changeset] r13597 - in django/branches/soc2010/app-loading: django/core tests/appcachetests tests/appcachetests/model_app

2010-08-16 Thread noreply
Author: arthurk Date: 2010-08-16 11:29:17 -0500 (Mon, 16 Aug 2010) New Revision: 13597 Modified: django/branches/soc2010/app-loading/django/core/apps.py django/branches/soc2010/app-loading/tests/appcachetests/model_app/__init__.py

Re: [Django] #14102: Model._get_unique_checks can return fields that are in the exclude list

2010-08-16 Thread Django
#14102: Model._get_unique_checks can return fields that are in the exclude list ---+ Reporter: tclineks | Owner: nobody Status: new |

Re: [Django] #9459: forms.DateTimeField() rendered with HiddenInput looses microseconds

2010-08-16 Thread Django
#9459: forms.DateTimeField() rendered with HiddenInput looses microseconds ---+ Reporter: guettli | Owner: nobody Status: new | Milestone: Component: Forms |

Re: [Django] #13850: Make handle_uncaught_exception() more easily patch-able

2010-08-16 Thread Django
#13850: Make handle_uncaught_exception() more easily patch-able -+-- Reporter: leonidg | Owner: nobody Status: new | Milestone:

[Django] #14120: [patch] Document ``get()`` in Making Queries

2010-08-16 Thread Django
#14120: [patch] Document ``get()`` in Making Queries ---+ Reporter: danielr| Owner: nobody Status: new| Milestone: Component: Documentation | Version: 1.2

Re: [Django] #13728: Incorrect default value for verify_exists in URLField documentation

2010-08-16 Thread Django
#13728: Incorrect default value for verify_exists in URLField documentation +--- Reporter: marktran | Owner: suzaku Status: closed | Milestone: Component:

[Django] #14119: fields_for_model returns all fields when fields parameter is the empty tuple

2010-08-16 Thread Django
#14119: fields_for_model returns all fields when fields parameter is the empty tuple -+-- Reporter: alexdutton | Owner: nobody Status: new | Milestone: Component: Forms|

Re: [Django] #9475: add(), create(), etc. should be supported by intermedite ManyToMany model with extra attributes if extra fields can be calculated

2010-08-16 Thread Django
#9475: add(), create(), etc. should be supported by intermedite ManyToMany model with extra attributes if extra fields can be calculated ---+ Reporter: o...@gezgin.com | Owner: nobody

Re: [Django] #11834: Colorized technical_500_response: django code is green, user code is red.

2010-08-16 Thread Django
#11834: Colorized technical_500_response: django code is green, user code is red. --+- Reporter: buriy| Owner: buriy Status: assigned |

[Changeset] r13596 - django/branches/releases/1.2.X/docs/topics

2010-08-16 Thread noreply
Author: russellm Date: 2010-08-16 01:51:15 -0500 (Mon, 16 Aug 2010) New Revision: 13596 Modified: django/branches/releases/1.2.X/docs/topics/serialization.txt Log: [1.2.X] Fixed #14118 -- Removed a reference to the "Python" serializer. Backport of r13595 from trunk. Modified:

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

2010-08-16 Thread noreply
Author: russellm Date: 2010-08-16 01:41:48 -0500 (Mon, 16 Aug 2010) New Revision: 13595 Modified: django/trunk/docs/topics/serialization.txt Log: Fixed #14118 -- Removed a reference to the "Python" serializer. Modified: django/trunk/docs/topics/serialization.txt

[Django] #14118: Serialization docs list the "python" serializer

2010-08-16 Thread Django
#14118: Serialization docs list the "python" serializer ---+ Reporter: russellm | Owner: nobody Status: new| Milestone: 1.3 Component: Documentation | Version: 1.2

Re: [Django] #14078: Template tag to set context variable to output from tag's rendered content

2010-08-16 Thread Django
#14078: Template tag to set context variable to output from tag's rendered content --+- Reporter: mitar| Owner: nobody Status: closed | Milestone:

Re: [Django] #14113: Access to extra fields in M2M relations

2010-08-16 Thread Django
#14113: Access to extra fields in M2M relations ---+ Reporter: jprafael | Owner: nobody Status: closed| Milestone: