Re: [Django] #15926: Option to not load initial fixtures during syncdb

2012-01-28 Thread Django
#15926: Option to not load initial fixtures during syncdb -+- Reporter: msiedlarek |Owner: Type: New feature | msiedlarek Component: Core (Management |

Re: [Django] #13781: select_related and multiple inheritance

2012-01-28 Thread Django
#13781: select_related and multiple inheritance -+- Reporter: shauncutts |Owner: nobody Type: Bug | Status: reopened Component: Database

[Django] #17607: [doc][patch] Installing PostGIS on OSX is easy with homebrew

2012-01-28 Thread Django
#17607: [doc][patch] Installing PostGIS on OSX is easy with homebrew ---+ Reporter: estebistec | Owner: estebistec Type: New feature| Status: new Component: Documentation |Version: 1.3 Severity:

Re: [Django] #11004: cache.set should raise an exception when key is too long

2012-01-28 Thread Django
#11004: cache.set should raise an exception when key is too long -+ Reporter: RaceCondition|Owner: elbarto Type: Bug | Status: closed

Re: [Django] #11004: cache.set should raise an exception when key is too long

2012-01-28 Thread Django
#11004: cache.set should raise an exception when key is too long -+ Reporter: RaceCondition|Owner: elbarto Type: Bug | Status: new Component:

Re: [Django] #16921: Add assertHTMLEqual and related assert methods to TestCase

2012-01-28 Thread Django
#16921: Add assertHTMLEqual and related assert methods to TestCase -+- Reporter: carljm |Owner: Type: New feature | gregmuellegger Component: Testing framework

Re: [Django] #16921: Add assertHTMLEqual and related assert methods to TestCase

2012-01-28 Thread Django
#16921: Add assertHTMLEqual and related assert methods to TestCase -+- Reporter: carljm |Owner: Type: New feature | gregmuellegger Component: Testing framework

Re: [Django] #17606: strange link on useful link page

2012-01-28 Thread Django
#17606: strange link on useful link page -+- Reporter: alessio.bigagnoli@… |Owner: nobody Type: Uncategorized| Status: closed Component: Uncategorized

[Django] #17606: strange link on useful link page

2012-01-28 Thread Django
#17606: strange link on useful link page -+ Reporter: alessio.bigagnoli@… | Owner: nobody Type: Uncategorized| Status: new Component: Uncategorized|Version: 1.3 Severity: Normal

Re: [Django] #17592: urlize fails on this e-mail cambemos...@.stream.ru

2012-01-28 Thread Django
#17592: urlize fails on this e-mail cambemos...@.stream.ru -+- Reporter: andrey@… |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #5968: Registering/Unregistering multiple models fails

2012-01-28 Thread Django
#5968: Registering/Unregistering multiple models fails -+- Reporter: anderso |Owner: aaugustin Type: New feature | Status: closed Component:

Re: [Django] #5968: Registering/Unregistering multiple models fails

2012-01-28 Thread Django
#5968: Registering/Unregistering multiple models fails -+- Reporter: anderso |Owner: aaugustin Type: New feature | Status: closed Component:

[Changeset] r17406 - django/trunk/django/contrib/databrowse

2012-01-28 Thread noreply
Author: aaugustin Date: 2012-01-28 12:58:22 -0800 (Sat, 28 Jan 2012) New Revision: 17406 Added: django/trunk/django/contrib/databrowse/models.py django/trunk/django/contrib/databrowse/tests.py Log: Added basic tests for databrowse. Refs #5968. Added:

[Changeset] r17405 - in django/trunk: django/contrib/databrowse docs/ref/contrib tests

2012-01-28 Thread noreply
Author: aaugustin Date: 2012-01-28 12:54:48 -0800 (Sat, 28 Jan 2012) New Revision: 17405 Modified: django/trunk/django/contrib/databrowse/sites.py django/trunk/docs/ref/contrib/databrowse.txt django/trunk/tests/runtests.py Log: Fixed #5968 -- Allowed (un-)registering with databrowse

Re: [Django] #5968: Registering/Unregistering multiple models fails

2012-01-28 Thread Django
#5968: Registering/Unregistering multiple models fails -+- Reporter: anderso |Owner: aaugustin Type: New feature | Status: closed Component:

Re: [Django] #5968: Registering/Unregistering multiple models fails

2012-01-28 Thread Django
#5968: Registering/Unregistering multiple models fails -+- Reporter: anderso |Owner: aaugustin Type: New feature | Status: new Component:

[Changeset] r17404 - django/trunk/django/contrib/flatpages/tests

2012-01-28 Thread noreply
Author: aaugustin Date: 2012-01-28 12:37:05 -0800 (Sat, 28 Jan 2012) New Revision: 17404 Modified: django/trunk/django/contrib/flatpages/tests/forms.py Log: Added __future__ import for Python 2.5 forgotten in r17402. Modified: django/trunk/django/contrib/flatpages/tests/forms.py

[Changeset] r17403 - django/trunk/tests/modeltests/timezones

2012-01-28 Thread noreply
Author: aaugustin Date: 2012-01-28 12:34:02 -0800 (Sat, 28 Jan 2012) New Revision: 17403 Modified: django/trunk/tests/modeltests/timezones/tests.py Log: Caught (and tested) the warning added at r17393 in the corresponding test. Refs #17580. Modified:

[Changeset] r17402 - in django/trunk/django/contrib/flatpages: . tests

2012-01-28 Thread noreply
Author: aaugustin Date: 2012-01-28 12:27:23 -0800 (Sat, 28 Jan 2012) New Revision: 17402 Modified: django/trunk/django/contrib/flatpages/forms.py django/trunk/django/contrib/flatpages/tests/forms.py Log: Fixed #12972 -- Validated that flatpages URLs start and (when appropriate) end with a

Re: [Django] #5968: Registering/Unregistering multiple models fails

2012-01-28 Thread Django
#5968: Registering/Unregistering multiple models fails +- Reporter: anderso |Owner: aaugustin Type: New feature | Status: new Component:

Re: [Django] #5968: Registering/Unregistering multiple models fails

2012-01-28 Thread Django
#5968: Registering/Unregistering multiple models fails + Reporter: anderso |Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #17599: Admindocs Example Misleading

2012-01-28 Thread Django
#17599: Admindocs Example Misleading ---+ Reporter: mlavin |Owner: nobody Type: Bug| Status: new Component: contrib.admindocs |

[Changeset] r17401 - django/trunk/django/contrib/admindocs

2012-01-28 Thread noreply
Author: aaugustin Date: 2012-01-28 10:18:01 -0800 (Sat, 28 Jan 2012) New Revision: 17401 Modified: django/trunk/django/contrib/admindocs/views.py Log: Fixed #12099 -- Prevented admindocs from crashing when an application that provides template tags libraries is packaged as an egg. These

Re: [Django] #12099: admindocs generates an error on the tags page when template tags are included in an egg file

2012-01-28 Thread Django
#12099: admindocs generates an error on the tags page when template tags are included in an egg file -+- Reporter: Mark S. Choate |Owner: nobody |

Re: [Django] #15926: Option to not load initial fixtures during syncdb

2012-01-28 Thread Django
#15926: Option to not load initial fixtures during syncdb -+- Reporter: msiedlarek |Owner: Type: New feature | msiedlarek Component: Core (Management |

Re: [Django] #17605: It is not documented how to work with ManyToMany relations

2012-01-28 Thread Django
#17605: It is not documented how to work with ManyToMany relations -+ Reporter: kmike|Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #15926: Option to not load initial fixtures during syncdb

2012-01-28 Thread Django
#15926: Option to not load initial fixtures during syncdb -+- Reporter: msiedlarek |Owner: Type: New feature | msiedlarek Component: Core (Management |

Re: [Django] #17605: It is not documented how to work with ManyToMany relations

2012-01-28 Thread Django
#17605: It is not documented how to work with ManyToMany relations -+ Reporter: kmike|Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #17577: Form instantiation hook for admin

2012-01-28 Thread Django
#17577: Form instantiation hook for admin -+- Reporter: simon29 |Owner: simon29 Type: New feature | Status: new Component: contrib.admin

Re: [Django] #17604: Make use of assertTemplateUsed and assertTemplateNotUsed as ContextManagers

2012-01-28 Thread Django
#17604: Make use of assertTemplateUsed and assertTemplateNotUsed as ContextManagers -+- Reporter: gregmuellegger |Owner: Type: New feature | gregmuellegger Component:

Re: [Django] #17522: ModelAdmin.ordering validation too strict

2012-01-28 Thread Django
#17522: ModelAdmin.ordering validation too strict -+- Reporter: sebastian|Owner: nobody Type: Bug | Status: new Component: contrib.admin

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

2012-01-28 Thread Django
#17515: custom templates in FilterSpec ---+ Reporter: saxix |Owner: nobody Type: New feature| Status: new Component: contrib.admin | Version:

Re: [Django] #9071: Can't disable "add" popup links in the admin

2012-01-28 Thread Django
#9071: Can't disable "add" popup links in the admin ---+ Reporter: jacob |Owner: burzak Type: New feature| Status: assigned Component: contrib.admin |

Re: [Django] #17547: How to suppress icon_addlink.gif (RelatedFieldWidgetWrapper) in admin interfaces

2012-01-28 Thread Django
#17547: How to suppress icon_addlink.gif (RelatedFieldWidgetWrapper) in admin interfaces ---+-- Reporter: gcc|Owner: nobody Type: New feature| Status: closed

Re: [Django] #17481: leading zeros are missing from result of pbkdf2

2012-01-28 Thread Django
#17481: leading zeros are missing from result of pbkdf2 -+--- Reporter: bhuztez |Owner: nobody Type: Bug | Status: new Component: Core (Other)

Re: [Django] #15828: multiple inheritance in TestCases does not work with unittest2

2012-01-28 Thread Django
#15828: multiple inheritance in TestCases does not work with unittest2 ---+ Reporter: ricardokirkner |Owner: nobody Type: Bug| Status: closed