[Changeset] r15935 - in django/trunk: django/db django/test tests/modeltests/files tests/modeltests/transactions tests/regressiontests/test_utils

2011-03-27 Thread noreply
Author: Alex Date: 2011-03-27 22:58:43 -0700 (Sun, 27 Mar 2011) New Revision: 15935 Removed: django/trunk/tests/modeltests/files/tests_25.py django/trunk/tests/modeltests/transactions/tests_25.py django/trunk/tests/regressiontests/test_utils/tests_25.py Modified: django/trunk/django/db

[Changeset] r15934 - django/trunk/django/utils/translation

2011-03-27 Thread noreply
Author: adrian Date: 2011-03-27 19:31:31 -0700 (Sun, 27 Mar 2011) New Revision: 15934 Modified: django/trunk/django/utils/translation/trans_real.py Log: Removed a Python 2.4 try/except no longer necessary in django.utils.translation.trans_real Modified: django/trunk/django/utils/translation/t

[Changeset] r15933 - in django/trunk/tests/regressiontests: decorators i18n i18n/commands

2011-03-27 Thread noreply
Author: adrian Date: 2011-03-27 19:27:43 -0700 (Sun, 27 Mar 2011) New Revision: 15933 Modified: django/trunk/tests/regressiontests/decorators/tests.py django/trunk/tests/regressiontests/i18n/commands/extraction.py django/trunk/tests/regressiontests/i18n/tests.py Log: Made a bunch of simpl

[Changeset] r15932 - django/trunk/django/db/backends/sqlite3

2011-03-27 Thread noreply
Author: adrian Date: 2011-03-27 19:27:05 -0700 (Sun, 27 Mar 2011) New Revision: 15932 Modified: django/trunk/django/db/backends/sqlite3/base.py Log: Simplified sqlite backend ImproperlyConfigured check now that we don't support Python 2.4 Modified: django/trunk/django/db/backends/sqlite3/base

[Changeset] r15931 - django/trunk/django/contrib/formtools

2011-03-27 Thread noreply
Author: adrian Date: 2011-03-27 19:26:15 -0700 (Sun, 27 Mar 2011) New Revision: 15931 Modified: django/trunk/django/contrib/formtools/utils.py Log: Removed no-longer-valid comment about Python 2.3 and 2.4 in formtools/utils.py Modified: django/trunk/django/contrib/formtools/utils.py ==

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

2011-03-27 Thread noreply
Author: adrian Date: 2011-03-27 19:25:26 -0700 (Sun, 27 Mar 2011) New Revision: 15930 Modified: django/trunk/django/utils/feedgenerator.py Log: Simplified django.utils.feedgenerator.get_tag_uri now that we don't require Python 2.4 Modified: django/trunk/django/utils/feedgenerator.py =

Re: [Django] #15702: Drop 2.4 compatibility boilerplate code

2011-03-27 Thread Django
#15702: Drop 2.4 compatibility boilerplate code --+-- Reporter: jonash |Owner: nobody Status: closed |Milestone: Component: Core framework | Version: SV

[Changeset] r15929 - django/trunk

2011-03-27 Thread noreply
Author: adrian Date: 2011-03-27 19:14:19 -0700 (Sun, 27 Mar 2011) New Revision: 15929 Modified: django/trunk/setup.py Log: Changed setup.py classifiers to use a better indentation style Modified: django/trunk/setup.py === --- djan

[Changeset] r15928 - django/trunk

2011-03-27 Thread noreply
Author: adrian Date: 2011-03-27 19:13:05 -0700 (Sun, 27 Mar 2011) New Revision: 15928 Modified: django/trunk/setup.py Log: Removed Python 2.4 classifier from setup.py Modified: django/trunk/setup.py === --- django/trunk/setup.py

[Changeset] r15926 - in django/trunk/django: contrib/admin contrib/admin/views contrib/auth contrib/auth/tests contrib/comments contrib/contenttypes contrib/formtools contrib/gis/geos/tests contrib/g

2011-03-27 Thread noreply
Author: adrian Date: 2011-03-27 18:40:43 -0700 (Sun, 27 Mar 2011) New Revision: 15926 Modified: django/trunk/django/contrib/admin/options.py django/trunk/django/contrib/admin/sites.py django/trunk/django/contrib/admin/views/decorators.py django/trunk/django/contrib/admin/widgets.py

[Changeset] r15925 - django/trunk/django/contrib/admin/templates/admin

2011-03-27 Thread noreply
Author: adrian Date: 2011-03-27 18:22:05 -0700 (Sun, 27 Mar 2011) New Revision: 15925 Modified: django/trunk/django/contrib/admin/templates/admin/change_form.html Log: Fixed #6636 -- Added template blocks to admin change_form.html template for fieldsets and inline fieldsets. Thanks, peschler a

Re: [Django] #811: IPv6 address field support

2011-03-27 Thread Django
#811: IPv6 address field support -+- Reporter: |Owner: adrian mattimustang@… |Milestone: Status: reopened | Version: SVN Comp

Re: [Django] #6636: change_form.html template should have a block around fieldsets

2011-03-27 Thread Django
#6636: change_form.html template should have a block around fieldsets -+- Reporter: peschler |Owner: nobody Status: new|Milestone: Component: |

Re: [Django] #15702: Drop 2.4 compatibility boilerplate code

2011-03-27 Thread Django
#15702: Drop 2.4 compatibility boilerplate code --+-- Reporter: jonash |Owner: nobody Status: new |Milestone: Component: Core framework | Version: SV

[Changeset] r15924 - django/branches/releases/1.3.X/docs/topics/db

2011-03-27 Thread noreply
Author: timo Date: 2011-03-27 16:01:47 -0700 (Sun, 27 Mar 2011) New Revision: 15924 Modified: django/branches/releases/1.3.X/docs/topics/db/transactions.txt Log: [1.3.X] Fixed #15664 - Removed extra parens in commit_on_success example. Backport of r15923 from trunk. Modified: django/branches/

[Changeset] r15923 - django/trunk/docs/topics/db

2011-03-27 Thread noreply
Author: timo Date: 2011-03-27 16:00:36 -0700 (Sun, 27 Mar 2011) New Revision: 15923 Modified: django/trunk/docs/topics/db/transactions.txt Log: Fixed #15664 - Removed extra parens in commit_on_success example. Modified: django/trunk/docs/topics/db/transactions.txt =

Re: [Django] #13163: Display link to change-form on inlines where model is registered in admin site

2011-03-27 Thread Django
#13163: Display link to change-form on inlines where model is registered in admin site ---+--- Reporter: DrMeers |Owner: DrMeers Status: assigned |Milestone: 1.3

Re: [Django] #9025: Nested Inline Support in Admin

2011-03-27 Thread Django
#9025: Nested Inline Support in Admin --+-- Reporter: pixelcort |Owner: nobody Status: new |Milestone: Component: django.contrib.admin

Re: [Django] #15701: User._profile_cache cache collides when a model uses "profile" as related_name to User

2011-03-27 Thread Django
#15701: User._profile_cache cache collides when a model uses "profile" as related_name to User --+-- Reporter: dgouldin|Owner: nobody Status: new |Milestone:

Re: [Django] #10938: add inlines into fieldsets

2011-03-27 Thread Django
#10938: add inlines into fieldsets -+- Reporter: ctao |Owner: nobody Status: closed |Milestone: Component: | Version: 1.0 django.contrib

Re: [Django] #11397: [New Feature In Admin] Added Edit-Icon in selection widget of ForeignKey and ManyToMany Fields(Relationship fields).

2011-03-27 Thread Django
#11397: [New Feature In Admin] Added Edit-Icon in selection widget of ForeignKey and ManyToMany Fields(Relationship fields). -+- Reporter: dharmesh |Owner: Dharmesh [Patel Status: ne

Re: [Django] #15008: Convert admin views to use TemplateResponse

2011-03-27 Thread Django
#15008: Convert admin views to use TemplateResponse -+- Reporter: acdha |Owner: acdha Status: assigned |Milestone: 1.3 Component: | Version:

Re: [Django] #6636: change_form.html template should have a block around fieldsets

2011-03-27 Thread Django
#6636: change_form.html template should have a block around fieldsets -+- Reporter: peschler |Owner: nobody Status: new|Milestone: Component: |

Re: [Django] #15702: Drop 2.4 compatibility boilerplate code

2011-03-27 Thread Django
#15702: Drop 2.4 compatibility boilerplate code -+-- Reporter: jonash |Owner: nobody Status: new|Milestone: Component: Uncategorized | Version: SVN

[Django] #15702: Drop 2.4 compatibility boilerplate code

2011-03-27 Thread Django
#15702: Drop 2.4 compatibility boilerplate code ---+--- Reporter: jonash | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: SVN Keywords: 2.4| Triage Stage: Unrev

Re: [Django] #15695: Add "url_name" to HttpRequest

2011-03-27 Thread Django
#15695: Add "url_name" to HttpRequest --+-- Reporter: nischu7 |Owner: nobody Status: new |Milestone: Component: Core framework | Version: 1.3

Re: [Django] #10838: Pass user object to CommentForm (initial data)

2011-03-27 Thread Django
#10838: Pass user object to CommentForm (initial data) --+ Reporter: pigletto|Owner: nobody Status: new |Milestone: 1.3 Component: Authentication |