Re: [Django] #14843: Filter like "striptags" that also removes tag contents

2012-01-24 Thread Django
#14843: Filter like "striptags" that also removes tag contents -+-- Reporter: geoffhill|Owner: nobody Type: Uncategorized| Status: closed Component: Template

Re: [Django] #5423: "dumpdata" should stream output one row at a time

2012-01-24 Thread Django
#5423: "dumpdata" should stream output one row at a time -+- Reporter: adrian |Owner: ramiro Type: New feature | Status: assigned Component: Co

[Django] #17587: serializing foreignkeys assumes value is serializable

2012-01-24 Thread Django
#17587: serializing foreignkeys assumes value is serializable --+ Reporter: aburgel | Owner: nobody Type: Bug | Status: new Component: Core (Serialization) |Version: 1.3

Re: [Django] #17586: A compliment

2012-01-24 Thread Django
#17586: A compliment ---+-- Reporter: angelika@… |Owner: nobody Type: Uncategorized | Status: closed Component: Documentation | Version: 1.3 Seve

Re: [Django] #17584: Ubuntu 11.10 / Linux Mint 12 update to create_template_postgis-debian.sh

2012-01-24 Thread Django
#17584: Ubuntu 11.10 / Linux Mint 12 update to create_template_postgis-debian.sh ---+ Reporter: akaihola |Owner: nobody Type: New feature| Status: new Co

Re: [Django] #17583: Add raw kwarg to m2m signals

2012-01-24 Thread Django
#17583: Add raw kwarg to m2m signals -+- Reporter: mjtamlyn |Owner: nobody Type: New feature | Status: closed Component: Database layer |

[Django] #17586: A compliment

2012-01-24 Thread Django
#17586: A compliment ---+ Reporter: angelika@… | Owner: nobody Type: Uncategorized | Status: new Component: Documentation |Version: 1.3 Severity: Normal | Keywords: Triage Stage: Unreviewed

[Django] #17585: Not possible to filter authors that have books other than hardcover

2012-01-24 Thread Django
#17585: Not possible to filter authors that have books other than hardcover --+ Reporter: mbertheau@… | Owner: nobody Type: New feature | Status: new Component: Databa

Re: [Django] #17517: Project/app layout template file extensions

2012-01-24 Thread Django
#17517: Project/app layout template file extensions -+- Reporter: cyberdelia |Owner: nobody Type: Bug | Status: new Component: Core (Manage

Re: [Django] #17584: Ubuntu 11.10 / Linux Mint 12 update to create_template_postgis-debian.sh

2012-01-24 Thread Django
#17584: Ubuntu 11.10 / Linux Mint 12 update to create_template_postgis-debian.sh ---+-- Reporter: akaihola |Owner: nobody Type: New feature| Status: new

[Django] #17584: Ubuntu 11.10 / Linux Mint 12 update to create_template_postgis-debian.sh

2012-01-24 Thread Django
#17584: Ubuntu 11.10 / Linux Mint 12 update to create_template_postgis-debian.sh ---+--- Reporter: akaihola | Owner: nobody Type: New feature| Status: new Component: Documentation |Version: SVN

[Django] #17583: Add raw kwarg to m2m signals

2012-01-24 Thread Django
#17583: Add raw kwarg to m2m signals --+- Reporter: mjtamlyn | Owner: nobody Type: New feature | Status: new Component: Database layer (models, ORM) |Versi

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

2012-01-24 Thread noreply
Author: jezdez Date: 2012-01-24 02:32:28 -0800 (Tue, 24 Jan 2012) New Revision: 17393 Modified: django/trunk/django/db/models/fields/__init__.py Log: Added a missing warning forgotten in r17392. Modified: django/trunk/django/db/models/fields/__init__.py

[Changeset] r17392 - in django/trunk: django/db/models/fields tests/modeltests/timezones

2012-01-24 Thread noreply
Author: jezdez Date: 2012-01-24 02:00:39 -0800 (Tue, 24 Jan 2012) New Revision: 17392 Modified: django/trunk/django/db/models/fields/__init__.py django/trunk/tests/modeltests/timezones/tests.py Log: Fixed #17580 -- Made sure datetime.date instances are correctly handled when being passed to

Re: [Django] #17580: DateTimeFields don't handle timezones when given datetime.date instances

2012-01-24 Thread Django
#17580: DateTimeFields don't handle timezones when given datetime.date instances -+--- Reporter: jezdez |Owner: aaugustin Type: Bug | Status: closed

Re: [Django] #10868: _destroy_test_db exposes the production database to possibly destructive actions from the unit tests

2012-01-24 Thread Django
#10868: _destroy_test_db exposes the production database to possibly destructive actions from the unit tests -+- Reporter: ovidiu |Owner: nobody Type: Bug |

Re: [Django] #17568: i18n_patterns and LOGIN_URL, LOGOUT_URL, LOGIN_REDIRECT_URL

2012-01-24 Thread Django
#17568: i18n_patterns and LOGIN_URL, LOGOUT_URL, LOGIN_REDIRECT_URL -+--- Reporter: anonymous|Owner: nobody Type: Bug | Status: reopened Component: Core (URLs)

[Django] #17582: Debug page - ambiguous exception type (should show full path)

2012-01-24 Thread Django
#17582: Debug page - ambiguous exception type (should show full path) -+ Reporter: simon@… | Owner: nobody Type: Bug | Status: new Component: Template system |Version: 1.3 Severity:

Re: [Django] #10868: _destroy_test_db exposes the production database to possibly destructive actions from the unit tests

2012-01-24 Thread Django
#10868: _destroy_test_db exposes the production database to possibly destructive actions from the unit tests -+- Reporter: ovidiu |Owner: nobody Type: Bug |

Re: [Django] #10868: _destroy_test_db exposes the production database to possibly destructive actions from the unit tests

2012-01-24 Thread Django
#10868: _destroy_test_db exposes the production database to possibly destructive actions from the unit tests -+- Reporter: ovidiu |Owner: nobody Type: Bug |

Re: [Django] #17568: i18n_patterns and LOGIN_URL, LOGOUT_URL, LOGIN_REDIRECT_URL

2012-01-24 Thread Django
#17568: i18n_patterns and LOGIN_URL, LOGOUT_URL, LOGIN_REDIRECT_URL -+--- Reporter: anonymous|Owner: nobody Type: Bug | Status: reopened Component: Core (URLs)

Re: [Django] #10868: _destroy_test_db exposes the production database to possibly destructive actions from the unit tests

2012-01-24 Thread Django
#10868: _destroy_test_db exposes the production database to possibly destructive actions from the unit tests -+- Reporter: ovidiu |Owner: nobody Type: Bug |

[Changeset] r17391 - in django/trunk: django/template tests/regressiontests/templates

2012-01-24 Thread noreply
Author: julien Date: 2012-01-24 00:02:34 -0800 (Tue, 24 Jan 2012) New Revision: 17391 Modified: django/trunk/django/template/defaulttags.py django/trunk/tests/regressiontests/templates/tests.py Log: Fixed #15092 -- Made `{% now %}` work with single-quoted string arguments. Thanks to ninja_o

Re: [Django] #15092: Built-in template tags "now" don't accept simple quote

2012-01-24 Thread Django
#15092: Built-in template tags "now" don't accept simple quote -+- Reporter: ninja_otoko |Owner: nobody Type: Bug | Status: closed Component: