[Changeset] r16704 - django/trunk/tests/regressiontests/admin_filters

2011-08-27 Thread noreply
Author: julien Date: 2011-08-27 23:49:29 -0700 (Sat, 27 Aug 2011) New Revision: 16704 Modified: django/trunk/tests/regressiontests/admin_filters/tests.py Log: Repaired an admin list_filter test that wasn't testing anything special. Modified: django/trunk/tests/regressiontests/admin_filters/tes

Re: [Django] #16094: Documentation for Custom permissions is ambiguous.

2011-08-27 Thread Django
#16094: Documentation for Custom permissions is ambiguous. -+- Reporter: Bradley| Owner: nobody Ayers | Status: new Type: | Component: Do

Re: [Django] #16716: Regression in admin changelist with failing related admin filters

2011-08-27 Thread Django
#16716: Regression in admin changelist with failing related admin filters +- Reporter: julien| Owner: nobody Type: Bug | Status: new Milestone:

[Changeset] r16703 - in django/trunk: django/utils tests/regressiontests/utils

2011-08-27 Thread noreply
Author: SmileyChris Date: 2011-08-27 19:37:16 -0700 (Sat, 27 Aug 2011) New Revision: 16703 Added: django/trunk/tests/regressiontests/utils/test_no_submodule.py Modified: django/trunk/django/utils/module_loading.py django/trunk/tests/regressiontests/utils/module_loading.py Log: Fixed #1552

Re: [Django] #15525: Custom template tags loading breaks whenever templatetags is a python file

2011-08-27 Thread Django
#15525: Custom template tags loading breaks whenever templatetags is a python file +--- Reporter: the_drow |Owner: the_drow Type: Bug | Status: closed Milestone:

[Changeset] r16702 - django/trunk/docs/ref/models

2011-08-27 Thread noreply
Author: mtredinnick Date: 2011-08-27 19:05:32 -0700 (Sat, 27 Aug 2011) New Revision: 16702 Modified: django/trunk/docs/ref/models/instances.txt Log: Slightly rewrite @permalink and get_absolute_url() documentation. Part 2 of the model instance documentation changes. Slightly tidied up get_abso

[Changeset] r16701 - django/trunk/docs/ref/models

2011-08-27 Thread noreply
Author: mtredinnick Date: 2011-08-27 19:05:20 -0700 (Sat, 27 Aug 2011) New Revision: 16701 Modified: django/trunk/docs/ref/models/instances.txt Log: Documentation edits for model instance docs. First of two parts. Mostly adding cross references to other parts of the documentation. Modified: d

Re: [Django] #16716: Regression in admin changelist with failing related admin filters

2011-08-27 Thread Django
#16716: Regression in admin changelist with failing related admin filters +- Reporter: julien| Owner: nobody Type: Bug | Status: new Milestone:

Re: [Django] #16187: Refactor lookup system

2011-08-27 Thread Django
#16187: Refactor lookup system -+- Reporter: UloPe | Owner: UloPe Type: | Status: new Cleanup/optimization | Component: Database layer

Re: [Django] #11670: Minor limitation using fields named 'year' in related searches.

2011-08-27 Thread Django
#11670: Minor limitation using fields named 'year' in related searches. -+- Reporter: andy@… | Owner: Type: Bug| Status: new Milestone:

Re: [Django] #16716: Regression in admin changelist with failing related admin filters

2011-08-27 Thread Django
#16716: Regression in admin changelist with failing related admin filters +--- Reporter: julien| Owner: nobody Type: Bug | Status: new Milestone:

Re: [Django] #16717: Add optional [as VARNAME] to trans template tag

2011-08-27 Thread Django
#16717: Add optional [as VARNAME] to trans template tag -+- Reporter: jezdez | Owner: nobody Type: New| Status: new feature|

Re: [Django] #16705: r13746 makes invalid assumption that QUERY_STRING exists

2011-08-27 Thread Django
#16705: r13746 makes invalid assumption that QUERY_STRING exists +- Reporter: raylu | Owner: aaugustin Type: Bug | Status: new Milestone:|

Re: [Django] #7497: AppAdmin class for customizing app listing in admin index

2011-08-27 Thread Django
#7497: AppAdmin class for customizing app listing in admin index -+--- Reporter: mrts | Owner: nobody Type: New feature| Status: new Milestone:

Re: [Django] #14051: Signals for transaction commit/rollback

2011-08-27 Thread Django
#14051: Signals for transaction commit/rollback -+- Reporter: Ask Solem | Owner: nobody | Status: new Type: New| Component: Dat

Re: [Django] #16705: r13746 makes invalid assumption that QUERY_STRING exists

2011-08-27 Thread Django
#16705: r13746 makes invalid assumption that QUERY_STRING exists +- Reporter: raylu | Owner: aaugustin Type: Bug | Status: new Milestone:|

Re: [Django] #16516: Blocktrans should tolerate bad locale data

2011-08-27 Thread Django
#16516: Blocktrans should tolerate bad locale data -+- Reporter: simon29| Owner: nobody Type: | Status: new Cleanup/optimization | Compo

Re: [Django] #3591: add support for custom app_label and verbose_name

2011-08-27 Thread Django
#3591: add support for custom app_label and verbose_name -+- Reporter: | Owner: adrian jkocherhans| Status: reopened Type: New|

Re: [Django] #16717: Add optional [as VARNAME] to trans template tag (was: Added optional [as VARNAME] to trans template tag)

2011-08-27 Thread Django
#16717: Add optional [as VARNAME] to trans template tag -+- Reporter: jezdez | Owner: nobody Type: New| Status: new feature|

[Django] #16717: Added optional [as VARNAME] to trans template tag

2011-08-27 Thread Django
#16717: Added optional [as VARNAME] to trans template tag -+- Reporter: jezdez |Owner: nobody Type: New feature | Status: new Milestone:

Re: [Django] #11670: Minor limitation using fields named 'year' in related searches.

2011-08-27 Thread Django
#11670: Minor limitation using fields named 'year' in related searches. -+- Reporter: andy@… | Owner: Type: Bug| Status: new Milestone:

Re: [Django] #16714: Can't filter by a related object's field called 'year', 'month' or 'day'

2011-08-27 Thread Django
#16714: Can't filter by a related object's field called 'year', 'month' or 'day' -+- Reporter: Clueless | Owner: nobody Type: Bug| Status: closed Mi

Re: [Django] #16714: Can't filter by a related object's field called 'year', 'month' or 'day' (was: Can't list_filter across a relationship on a SmallIntegerField)

2011-08-27 Thread Django
#16714: Can't filter by a related object's field called 'year', 'month' or 'day' -+- Reporter: Clueless | Owner: nobody Type: Bug| Status: new Miles

[Django] #16716: Regression in admin changelist with failing related admin filters

2011-08-27 Thread Django
#16716: Regression in admin changelist with failing related admin filters +- Reporter: julien |Owner: nobody Type: Bug | Status: new Milestone: |

Re: [Django] #16516: Blocktrans should tolerate bad locale data

2011-08-27 Thread Django
#16516: Blocktrans should tolerate bad locale data -+- Reporter: simon29| Owner: nobody Type: | Status: new Cleanup/optimization | Compo

Re: [Django] #16516: Blocktrans should tolerate bad locale data

2011-08-27 Thread Django
#16516: Blocktrans should tolerate bad locale data -+- Reporter: simon29| Owner: nobody Type: | Status: new Cleanup/optimization | Compo

Re: [Django] #16516: Blocktrans should tolerate bad locale data

2011-08-27 Thread Django
#16516: Blocktrans should tolerate bad locale data -+- Reporter: simon29| Owner: nobody Type: | Status: new Cleanup/optimization | Compo

Re: [Django] #16516: Blocktrans should tolerate bad locale data

2011-08-27 Thread Django
#16516: Blocktrans should tolerate bad locale data -+- Reporter: simon29| Owner: nobody Type: | Status: new Cleanup/optimization | Compo

Re: [Django] #16676: The 'add' filter should stringify value or argument if the other value is a string

2011-08-27 Thread Django
#16676: The 'add' filter should stringify value or argument if the other value is a string -+- Reporter: dtrebbien | Owner: aaugustin Type: Bug| Status: new

Re: [Django] #16676: The 'add' filter should stringify value or argument if the other value is a string

2011-08-27 Thread Django
#16676: The 'add' filter should stringify value or argument if the other value is a string -+- Reporter: dtrebbien | Owner: nobody Type: Bug| Status: new

Re: [Django] #16516: Blocktrans should tolerate bad locale data

2011-08-27 Thread Django
#16516: Blocktrans should tolerate bad locale data -+- Reporter: simon29| Owner: nobody Type: | Status: new Cleanup/optimization | Compo

Re: [Django] #16676: The 'add' filter should stringify value or argument if the other value is a string

2011-08-27 Thread Django
#16676: The 'add' filter should stringify value or argument if the other value is a string -+- Reporter: dtrebbien | Owner: nobody Type: Bug| Status: new