Re: [Django] #2548: [PATCH] Add set/get_expires methods and expires propery to sessions

2006-08-17 Thread Django
#2548: [PATCH] Add set/get_expires methods and expires propery to sessions --+- Reporter: Tsume |Owner: adrian Type: enhancement | Status: new Priority: normal|Milestone:

Re: [Django] #2554: [patch] Django has problems rendering FormFieldWrapper objects when they contain unicode

2006-08-17 Thread Django
#2554: [patch] Django has problems rendering FormFieldWrapper objects when they contain unicode +--- Reporter: Victor Ng <[EMAIL PROTECTED]> |Owner: hugo Type: defect |

Re: [Django] #2474: {% ssi %} should take variable as argument

2006-08-17 Thread Django
#2474: {% ssi %} should take variable as argument --+- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: enhancement | Status: new Priority: normal|Milestone: Component

Re: [Django] #2532: [patch] made media_url accessibly thru context_processor

2006-08-17 Thread Django
#2532: [patch] made media_url accessibly thru context_processor +--- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: enhancement | Status: closed Priority: normal |

[Changeset] r3608 - django/trunk/docs

2006-08-17 Thread noreply
Author: adrian Date: 2006-08-17 22:43:55 -0500 (Thu, 17 Aug 2006) New Revision: 3608 Modified: django/trunk/docs/i18n.txt Log: Added note to 'If you don't need internationalization' section of docs/i18n.txt about removing the i18n context processor Modified: django/trunk/docs/i18n.txt ==

[Changeset] r3607 - django/trunk/django/conf/project_template

2006-08-17 Thread noreply
Author: adrian Date: 2006-08-17 22:42:28 -0500 (Thu, 17 Aug 2006) New Revision: 3607 Modified: django/trunk/django/conf/project_template/settings.py Log: Added USE_I18N setting to default settings.py created for startproject command Modified: django/trunk/django/conf/project_template/settings

[Changeset] r3606 - django/trunk/docs

2006-08-17 Thread noreply
Author: adrian Date: 2006-08-17 22:40:47 -0500 (Thu, 17 Aug 2006) New Revision: 3606 Modified: django/trunk/docs/templates_python.txt Log: Made small change to docs/templates_python.txt to explicitly define 'context processors', for the benefit of searches Modified: django/trunk/docs/templat

[Changeset] r3605 - django/trunk/django/contrib/admin/views

2006-08-17 Thread noreply
Author: adrian Date: 2006-08-17 22:37:01 -0500 (Thu, 17 Aug 2006) New Revision: 3605 Modified: django/trunk/django/contrib/admin/views/doc.py Log: Fixed #2540 -- Added one more i18n string to admin/views/doc.py. Thanks, [EMAIL PROTECTED] Modified: django/trunk/django/contrib/admin/views/doc.

Re: [Django] #2540: [patch] one more i18n string for admin/views/doc

2006-08-17 Thread Django
#2540: [patch] one more i18n string for admin/views/doc +--- Reporter: [EMAIL PROTECTED] |Owner: hugo Type: enhancement | Status: closed Priority: normal |Milestone:

Re: [Django] #2548: [PATCH] Add set/get_expires methods and expires propery to sessions

2006-08-17 Thread Django
#2548: [PATCH] Add set/get_expires methods and expires propery to sessions --+- Reporter: Tsume |Owner: adrian Type: enhancement | Status: new Priority: normal|Milestone:

Re: [Django] #2541: [patch] CacheMiddleware depends on AuthenticationMiddleware is CACHE_ANONYMOUS_ONLY=True

2006-08-17 Thread Django
#2541: [patch] CacheMiddleware depends on AuthenticationMiddleware is CACHE_ANONYMOUS_ONLY=True +--- Reporter: [EMAIL PROTECTED] |Owner: jacob Type: defect | Status: closed

[Changeset] r3604 - django/trunk/docs

2006-08-17 Thread noreply
Author: adrian Date: 2006-08-17 22:33:37 -0500 (Thu, 17 Aug 2006) New Revision: 3604 Modified: django/trunk/docs/cache.txt Log: Added note to docs/cache.txt about CACHE_MIDDLEWARE_ANONYMOUS_ONLY=True and ordering AuthenticationMiddleware. Refs #2541. Modified: django/trunk/docs/cache.txt ===

Re: [Django] #2541: [patch] CacheMiddleware depends on AuthenticationMiddleware is CACHE_ANONYMOUS_ONLY=True

2006-08-17 Thread Django
#2541: [patch] CacheMiddleware depends on AuthenticationMiddleware is CACHE_ANONYMOUS_ONLY=True +--- Reporter: [EMAIL PROTECTED] |Owner: jacob Type: defect | Status: closed

[Changeset] r3603 - django/trunk/django/middleware

2006-08-17 Thread noreply
Author: adrian Date: 2006-08-17 22:31:13 -0500 (Thu, 17 Aug 2006) New Revision: 3603 Modified: django/trunk/django/middleware/cache.py Log: Fixed #2541 -- Added helpful error message for CacheMiddleware in the case of CACHE_ANONYMOUS_ONLY=True and uninstalled/unordered AuthenticationMiddlewar

Re: [Django] #2552: [contrib] get IP from X-Forwarded-For

2006-08-17 Thread Django
#2552: [contrib] get IP from X-Forwarded-For -+-- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: enhancement | Status: closed Priority: normal |Milestone: Component: Meta

Re: [Django] #2552: [contrib] get IP from X-Forwarded-For

2006-08-17 Thread Django
#2552: [contrib] get IP from X-Forwarded-For -+-- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: enhancement | Status: closed Priority: normal |Milestone: Component: Meta

[Changeset] r3602 - in django/trunk: django/middleware docs

2006-08-17 Thread noreply
Author: adrian Date: 2006-08-17 22:12:36 -0500 (Thu, 17 Aug 2006) New Revision: 3602 Modified: django/trunk/django/middleware/http.py django/trunk/docs/middleware.txt Log: Fixed #2552 -- Added SetRemoteAddrFromForwardedFor middleware and documentation. Thanks, Ian Holsman Modified: django

Re: [Django] #2559: [patch] Operators for search_fields

2006-08-17 Thread Django
#2559: [patch] Operators for search_fields +--- Reporter: Andy Dustman <[EMAIL PROTECTED]> |Owner: adrian Type: enhancement | Status: closed Priority: normal

[Changeset] r3601 - in django/trunk: . django/contrib/admin/views docs

2006-08-17 Thread noreply
Author: adrian Date: 2006-08-17 21:48:34 -0500 (Thu, 17 Aug 2006) New Revision: 3601 Modified: django/trunk/AUTHORS django/trunk/django/contrib/admin/views/main.py django/trunk/docs/model-api.txt Log: Fixed #2559 -- Added cool new operators for Admin.search_fields, plus documentation. T

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

2006-08-17 Thread noreply
Author: adrian Date: 2006-08-17 18:05:42 -0500 (Thu, 17 Aug 2006) New Revision: 3600 Modified: django/trunk/django/contrib/admin/templates/admin/base.html Log: Changed admin/base.html template to add a NONE,NOARCHIVE meta tag for robots. Thanks for the idea, Ian Holsman Modified: django/trun

Re: [Django] #2559: [patch] Operators for search_fields

2006-08-17 Thread Django
#2559: [patch] Operators for search_fields +--- Reporter: Andy Dustman <[EMAIL PROTECTED]> |Owner: adrian Type: enhancement | Status: new Priority: normal

Re: [Django] #2559: [patch] Operators for search_fields

2006-08-17 Thread Django
#2559: [patch] Operators for search_fields +--- Reporter: Andy Dustman <[EMAIL PROTECTED]> |Owner: adrian Type: enhancement | Status: new Priority: normal

[Django] #2559: Operators for search_fields

2006-08-17 Thread Django
#2559: Operators for search_fields +--- Reporter: Andy Dustman <[EMAIL PROTECTED]> | Owner: adrian Type: enhancement | Status: new Priority: normal

Re: [Django] #66: Unknown

2006-08-17 Thread Django
#66: Unknown --+- Reporter: slashzero |Owner: adrian Type: enhancement | Status: closed Priority: high |Milestone: Version 0.92 Component: Cache system | Version:

[Django] #2558: forms.RawIdAdminField fails with NoneType on split()

2006-08-17 Thread Django
#2558: forms.RawIdAdminField fails with NoneType on split() +--- Reporter: anonymous | Owner: adrian Type: defect | Status: new Priority: normal | Milestone: Component

Re: [Django] #2557: [patch] serve media files from INSTALL_APP and sync them into MEDIA_ROOT

2006-08-17 Thread Django
#2557: [patch] serve media files from INSTALL_APP and sync them into MEDIA_ROOT +--- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: enhancement | Status: closed Priority: normal

Re: [Django] #2557: [patch] serve media files from INSTALL_APP and sync them into MEDIA_ROOT

2006-08-17 Thread Django
#2557: [patch] serve media files from INSTALL_APP and sync them into MEDIA_ROOT +--- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: enhancement | Status: reopened Priority: normal

Re: [Django] #2557: [patch] serve media files from INSTALL_APP and sync them into MEDIA_ROOT

2006-08-17 Thread Django
#2557: [patch] serve media files from INSTALL_APP and sync them into MEDIA_ROOT +--- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: enhancement | Status: closed Priority: normal

Re: [Django] #2557: [patch] serve media files from INSTALL_APP and sync them into MEDIA_ROOT

2006-08-17 Thread Django
#2557: [patch] serve media files from INSTALL_APP and sync them into MEDIA_ROOT +--- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: enhancement | Status: new Priority: normal

[Django] #2557: serve media files from INSTALL_APP and sync them into MEDIA_ROOT

2006-08-17 Thread Django
#2557: serve media files from INSTALL_APP and sync them into MEDIA_ROOT +--- Reporter: [EMAIL PROTECTED] | Owner: adrian Type: enhancement | Status: new Priority: normal |

[Changeset] r3599 - django/branches/full-history/django/contrib/history

2006-08-17 Thread noreply
Author: utrebec Date: 2006-08-17 13:28:41 -0500 (Thu, 17 Aug 2006) New Revision: 3599 Modified: django/branches/full-history/django/contrib/history/models.py Log: [full-history] * Added CHANGE_TYPES choices * Added "change_type" field * Changed "db_table" to "django_history_log" * Changed doc

Re: [Django] #2265: [patch] Field's choices can be "used" only once if its a generator or an iterator.

2006-08-17 Thread Django
#2265: [patch] Field's choices can be "used" only once if its a generator or an iterator. +--- Reporter: Alex Dedul |Owner: adrian Type: defect | Status: new Priority: normal

Re: [Django] #1207: [PATCH] Manipulators ignore default values, fields can't be omitted from forms

2006-08-17 Thread Django
#1207: [PATCH] Manipulators ignore default values, fields can't be omitted from forms +--- Reporter: akaihola|Owner: jacob Type: defect | Status: new Priority: normal |M

Re: [Django] #2553: Generic views should support serialization

2006-08-17 Thread Django
#2553: Generic views should support serialization ---+ Reporter: James Bennett <[EMAIL PROTECTED]> |Owner: jacob Type: enhancement| Status: new Priority: normal

Re: [Django] #2070: [patch] Large streaming uploads

2006-08-17 Thread Django
#2070: [patch] Large streaming uploads --+- Reporter: [EMAIL PROTECTED] |Owner: jacob Type: enhancement | Status: assigned Priority: normal|Milestone:

[Django] #2556: simple_tag more capable than docs let on

2006-08-17 Thread Django
#2556: simple_tag more capable than docs let on ---+ Reporter: Karen Tracey <[EMAIL PROTECTED]> | Owner: mtredinnick Type: defect | Status: new Priority: normal

[Django] #2555: Validators in BooleanField validator_list are called only when the field is set to True

2006-08-17 Thread Django
#2555: Validators in BooleanField validator_list are called only when the field is set to True -+-- Reporter: [EMAIL PROTECTED] | Owner: adrian Type: defect | Status: new Priority: normal

Re: [Django] #2070: [patch] Large streaming uploads

2006-08-17 Thread Django
#2070: [patch] Large streaming uploads --+- Reporter: [EMAIL PROTECTED] |Owner: jacob Type: enhancement | Status: assigned Priority: normal|Milestone: