Re: [Django] #6051: GenericRelation field lookups

2008-09-16 Thread Django
#6051: GenericRelation field lookups ---+ Reporter: litnimax | Owner: nobody Status: closed| Milestone: Component: Database

[Changeset] r9055 - django/trunk/django/core/servers

2008-09-16 Thread noreply
Author: adrian Date: 2008-09-17 00:42:12 -0500 (Wed, 17 Sep 2008) New Revision: 9055 Modified: django/trunk/django/core/servers/basehttp.py Log: Fixed #8409 -- The runserver now uses conditional GET for admin media files, instead of reloading the files off disk for every request. Thanks for

Re: [Django] #9106: django.views.static.serve reads entire file in to memory

2008-09-16 Thread Django
#9106: django.views.static.serve reads entire file in to memory -+-- Reporter: manfre | Owner: nobody Status: closed | Milestone: post-1.0

Re: [Django] #8409: Django built-in server is very slow with Firefox browser when serving admin media

2008-09-16 Thread Django
#8409: Django built-in server is very slow with Firefox browser when serving admin media +--- Reporter: andylowry | Owner: nobody Status: reopened | Milestone:

Re: [Django] #8409: Django built-in server is very slow with Firefox browser when serving admin media

2008-09-16 Thread Django
#8409: Django built-in server is very slow with Firefox browser when serving admin media +--- Reporter: andylowry | Owner: nobody Status: reopened | Milestone:

Re: [Django] #9105: __unicode__ method for models

2008-09-16 Thread Django
#9105: __unicode__ method for models ---+ Reporter: guettli | Owner: nobody Status: closed| Milestone: Component: Database

Re: [Django] #9099: File locking on some NFS mounts

2008-09-16 Thread Django
#9099: File locking on some NFS mounts -+-- Reporter: mtredinnick | Owner: mtredinnick Status: closed | Milestone: Component: Core framework |

Re: [Django] #8472: Add "Recent Actions" panel to app_index template

2008-09-16 Thread Django
#8472: Add "Recent Actions" panel to app_index template ---+ Reporter: juliae| Owner: nobody Status: new | Milestone: post-1.0 Component:

Re: [Django] #8525: Generic views should automatically set Last-Modified header

2008-09-16 Thread Django
#8525: Generic views should automatically set Last-Modified header -+-- Reporter: matehat | Owner: nobody Status: new | Milestone:

[Changeset] r9054 - django/trunk/docs/ref

2008-09-16 Thread noreply
Author: adrian Date: 2008-09-17 00:18:41 -0500 (Wed, 17 Sep 2008) New Revision: 9054 Modified: django/trunk/docs/ref/request-response.txt Log: Fixed #8546 -- Fixed error in request-response.txt where we were incorrectly listing HttpResponse.content() in the 'Methods' section instead of the

Re: [Django] #8573: inspectdb doesn't make use of FK and uniqueness information when the column name has upper case characters

2008-09-16 Thread Django
#8573: inspectdb doesn't make use of FK and uniqueness information when the column name has upper case characters +--- Reporter: ramiro | Owner: nobody Status: closed

[Changeset] r9053 - django/trunk/django/core/management/commands

2008-09-16 Thread noreply
Author: adrian Date: 2008-09-17 00:12:53 -0500 (Wed, 17 Sep 2008) New Revision: 9053 Modified: django/trunk/django/core/management/commands/inspectdb.py Log: Fixed #8573 -- Fixed bug in 'inspectdb' regarding case-sensitivity of field names. It was automatically lowercasing the column name to

Re: [Django] #9102: admin Filter Box redraws each time it's changed

2008-09-16 Thread Django
#9102: admin Filter Box redraws each time it's changed ---+ Reporter: dcramer | Owner: dcramer Status: assigned | Milestone: Component:

Re: [Django] #9102: admin Filter Box redraws each time it's changed

2008-09-16 Thread Django
#9102: admin Filter Box redraws each time it's changed ---+ Reporter: dcramer | Owner: dcramer Status: assigned | Milestone: Component:

Re: [Django] #9102: admin Filter Box redraws each time it's changed

2008-09-16 Thread Django
#9102: admin Filter Box redraws each time it's changed ---+ Reporter: dcramer | Owner: dcramer Status: assigned | Milestone: Component:

[Changeset] r9052 - django/trunk/django/contrib/sitemaps

2008-09-16 Thread noreply
Author: adrian Date: 2008-09-16 23:56:04 -0500 (Tue, 16 Sep 2008) New Revision: 9052 Modified: django/trunk/django/contrib/sitemaps/__init__.py Log: Fixed #8574 -- Made Sitemap a new-style class Modified: django/trunk/django/contrib/sitemaps/__init__.py

Re: [Django] #8896: Routing according also to hostname

2008-09-16 Thread Django
#8896: Routing according also to hostname -+-- Reporter: veena | Owner: nobody Status: new | Milestone: post-1.0 Component: Core framework

Re: [Django] #9103: django.contrib.admin is not listed on http://docs.djangoproject.com/en/dev/modindex/

2008-09-16 Thread Django
#9103: django.contrib.admin is not listed on http://docs.djangoproject.com/en/dev/modindex/ --+- Reporter: guettli | Owner: nobody Status: closed | Milestone:

Re: [Django] #9102: admin Filter Box redraws each time it's changed

2008-09-16 Thread Django
#9102: admin Filter Box redraws each time it's changed ---+ Reporter: dcramer | Owner: nobody Status: new | Milestone: Component:

Re: [Django] #9102: admin Filter Box redraws each time it's changed

2008-09-16 Thread Django
#9102: admin Filter Box redraws each time it's changed ---+ Reporter: dcramer | Owner: nobody Status: new | Milestone: Component: Contrib apps |

[Changeset] r9051 - django/trunk/docs/ref/contrib

2008-09-16 Thread noreply
Author: adrian Date: 2008-09-16 23:52:25 -0500 (Tue, 16 Sep 2008) New Revision: 9051 Modified: django/trunk/docs/ref/contrib/admin.txt Log: Fixed #9103 -- Added django.contrib.admin to the docs modindex (I think) Modified: django/trunk/docs/ref/contrib/admin.txt

Re: [Django] #8886: loaddata deserializes BooleanFields wrong for inheriting model

2008-09-16 Thread Django
#8886: loaddata deserializes BooleanFields wrong for inheriting model ---+ Reporter: [EMAIL PROTECTED] | Owner: nobody Status: new |

Re: [Django] #7338: Method .cache(timeout) in QuerySet

2008-09-16 Thread Django
#7338: Method .cache(timeout) in QuerySet ---+ Reporter: marinho | Owner: marinho Status: assigned | Milestone: Component:

Re: [Django] #9089: urlencode should support MutliValueDict

2008-09-16 Thread Django
#9089: urlencode should support MutliValueDict -+-- Reporter: guettli | Owner: nobody Status: new | Milestone: Component: Core framework |

Re: [Django] #9084: [BUG] file-based session does not store any data on Windows

2008-09-16 Thread Django
#9084: [BUG] file-based session does not store any data on Windows --+- Reporter: mizutori | Owner: mtredinnick Status: assigned | Milestone: post-1.0

Re: [Django] #9102: admin Filter Box redraws each time it's changed

2008-09-16 Thread Django
#9102: admin Filter Box redraws each time it's changed ---+ Reporter: dcramer | Owner: nobody Status: new | Milestone: Component: Contrib apps |

Re: [Django] #8898: `required` validation bypassed when using `DateTimeField` with `SplitDateTimeWidget`.

2008-09-16 Thread Django
#8898: `required` validation bypassed when using `DateTimeField` with `SplitDateTimeWidget`. -+-- Reporter: mrmachine | Owner: nobody Status: new

Re: [Django] #9115: Check for presence of os.unlink in temp.py

2008-09-16 Thread Django
#9115: Check for presence of os.unlink in temp.py -+-- Reporter: michaelhart | Owner: nobody Status: new | Milestone:

Re: [Django] #9114: admin of comments depends on table django_site

2008-09-16 Thread Django
#9114: admin of comments depends on table django_site --+- Reporter: jobcello | Owner: nobody Status: closed | Milestone: Component:

Re: [Django] #8768: Document that ugettext_lazy returns `` in non-unicode string context

2008-09-16 Thread Django
#8768: Document that ugettext_lazy returns `` in non-unicode string context +--- Reporter: mrts | Owner: nobody Status: new| Milestone: Component:

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

2008-09-16 Thread Django
#9071: Can't disable "add" popup links in the admin ---+ Reporter: jacob | Owner: kratorius Status: new | Milestone: Component:

Re: [Django] #9070: the value of parse_until will be overwritten when using a block in a loop of {%include%}

2008-09-16 Thread Django
#9070: the value of parse_until will be overwritten when using a block in a loop of {%include%} ---+ Reporter: ledil <[EMAIL PROTECTED]> | Owner: nobody Status: closed|

Re: [Django] #9066: Add Czech localflavor package

2008-09-16 Thread Django
#9066: Add Czech localflavor package -+-- Reporter: mathwizard | Owner: nobody Status: new | Milestone: Component:

Re: [Django] #9057: allow override of contrib.auth auto creation of permissions and superuser

2008-09-16 Thread Django
#9057: allow override of contrib.auth auto creation of permissions and superuser -+-- Reporter: hvendelbo | Owner: nobody Status: new | Milestone:

Re: [Django] #9055: Percent sign in SQL statement behaves different with CursorDebugWrapper

2008-09-16 Thread Django
#9055: Percent sign in SQL statement behaves different with CursorDebugWrapper ---+ Reporter: guettli | Owner: nobody Status: new |

Re: [Django] #8795: unique_together validation fails on model forms that exclude unique fields

2008-09-16 Thread Django
#8795: unique_together validation fails on model forms that exclude unique fields +--- Reporter: [EMAIL PROTECTED] | Owner: jacob Status: closed | Milestone: 1.0

Re: [Django] #9049: queryset .extra(tables=[...]) unnecessarily quotes table names

2008-09-16 Thread Django
#9049: queryset .extra(tables=[...]) unnecessarily quotes table names ---+ Reporter: tobias| Owner: nobody Status: new | Milestone:

Re: [Django] #9115: Check for presence of os.unlink in temp.py

2008-09-16 Thread Django
#9115: Check for presence of os.unlink in temp.py -+-- Reporter: michaelhart | Owner: nobody Status: new | Milestone:

Re: [Django] #9115: Check for presence of os.unlink in temp.py

2008-09-16 Thread Django
#9115: Check for presence of os.unlink in temp.py -+-- Reporter: michaelhart | Owner: nobody Status: new | Milestone:

[Django] #9115: Check for presence of os.unlink in temp.py

2008-09-16 Thread Django
#9115: Check for presence of os.unlink in temp.py ---+ Reporter: michaelhart| Owner: nobody Status: new| Milestone: Component: Core framework

Re: [Django] #9114: admin of comments depends on table django_site

2008-09-16 Thread Django
#9114: admin of comments depends on table django_site --+- Reporter: jobcello | Owner: nobody Status: new | Milestone: Component:

Re: [Django] #1199: Supporting more than one argument in a custom filter

2008-09-16 Thread Django
#1199: Supporting more than one argument in a custom filter +--- Reporter: Aggelos Orfanakos | Owner: insin Status: assigned | Milestone: post-1.0 Component:

Re: [Django] #9102: admin Filter Box redraws each it's changed

2008-09-16 Thread Django
#9102: admin Filter Box redraws each it's changed ---+ Reporter: dcramer | Owner: nobody Status: new | Milestone: Component: Contrib apps | Version:

Re: [Django] #9112: New releases do not reliably overwrite old ones

2008-09-16 Thread Django
#9112: New releases do not reliably overwrite old ones -+-- Reporter: holdenweb | Owner: nobody Status: new | Milestone: post-1.0

Re: [Django] #8999: ModelAdmin.get_form and get_formset will overwrite self.exclude with a kwargs exclude

2008-09-16 Thread Django
#8999: ModelAdmin.get_form and get_formset will overwrite self.exclude with a kwargs exclude ---+ Reporter: seanl | Owner: nobody Status: new |

Re: [Django] #9109: Support for nested Inline objects.

2008-09-16 Thread Django
#9109: Support for nested Inline objects. ---+ Reporter: anonymous | Owner: nobody Status: closed| Milestone: post-1.0

[Django] #9114: admin of comments depends on table django_site

2008-09-16 Thread Django
#9114: admin of comments depends on table django_site -+-- Reporter: jobcello | Owner: nobody Status: new | Milestone: Component: django.contrib.comments |

Re: [Django] #2134: [patch] add comment object to comments/posted template

2008-09-16 Thread Django
#2134: [patch] add comment object to comments/posted template +--- Reporter: [EMAIL PROTECTED] | Owner: nobody Status: closed | Milestone: Component: HTTP

Re: [Django] #2134: [patch] add comment object to comments/posted template

2008-09-16 Thread Django
#2134: [patch] add comment object to comments/posted template --+- Reporter: [EMAIL PROTECTED] | Owner: nobody Status: closed | Milestone:

[Django] #9112: New releases do not reliably overwrite old ones

2008-09-16 Thread Django
#9112: New releases do not reliably overwrite old ones -+-- Reporter: holdenweb| Owner: nobody Status: new | Milestone: post-1.0 Component: Core framework |

Re: [Django] #9111: form error get escaped on _html_output even if it is a SafeString instance

2008-09-16 Thread Django
#9111: form error get escaped on _html_output even if it is a SafeString instance -+-- Reporter: michelts| Owner: nobody Status: new |

[Django] #9111: form error get escaped on _html_output even if it is a SafeString instance

2008-09-16 Thread Django
#9111: form error get escaped on _html_output even if it is a SafeString instance +--- Reporter: michelts| Owner: nobody Status: new |

[Django] #9110: prepopulate_from only works for text entry fields

2008-09-16 Thread Django
#9110: prepopulate_from only works for text entry fields --+- Reporter: josho | Owner: nobody Status: new | Milestone: Component: django.contrib.admin |

Re: [Django] #9076: Inline forms can result in a "Please correct the errors below." message with no errors listed.

2008-09-16 Thread Django
#9076: Inline forms can result in a "Please correct the errors below." message with no errors listed. -+-- Reporter: coady | Owner: nobody Status: reopened| Milestone:

[Django] #9109: Support for nested Inline objects.

2008-09-16 Thread Django
#9109: Support for nested Inline objects. --+- Reporter: anonymous | Owner: nobody Status: new | Milestone: post-1.0 Component: django.contrib.admin | Version: 1.0

Re: [Django] #8999: ModelAdmin.get_form and get_formset will overwrite self.exclude with a kwargs exclude

2008-09-16 Thread Django
#8999: ModelAdmin.get_form and get_formset will overwrite self.exclude with a kwargs exclude ---+ Reporter: seanl | Owner: nobody Status: new |

Re: [Django] #8999: ModelAdmin.get_form and get_formset will overwrite self.exclude with a kwargs exclude

2008-09-16 Thread Django
#8999: ModelAdmin.get_form and get_formset will overwrite self.exclude with a kwargs exclude ---+ Reporter: seanl | Owner: nobody Status: new |

Re: [Django] #9036: Discrepancy in admin permissions

2008-09-16 Thread Django
#9036: Discrepancy in admin permissions ---+ Reporter: anonymous | Owner: nobody Status: new | Milestone: Component: django.contrib.admin |

Re: [Django] #9080: timeuntil filter cound accept Date type

2008-09-16 Thread Django
#9080: timeuntil filter cound accept Date type --+- Reporter: terryh | Owner: nobody Status: closed | Milestone: Component: Template system |

[Django] #9108: Georgian (ka) localization update

2008-09-16 Thread Django
#9108: Georgian (ka) localization update --+- Reporter: avsd | Owner: nobody Status: new | Milestone: Component: Translations | Version: Keywords:

Re: [Django] #5888: Add head, options, put, delete to test Client

2008-09-16 Thread Django
#5888: Add head, options, put, delete to test Client ---+ Reporter: Scott Barr <[EMAIL PROTECTED]> | Owner: leahculver Status: assigned | Milestone:

Re: [Django] #8800: New docs search producing invalid HTML

2008-09-16 Thread Django
#8800: New docs search producing invalid HTML +--- Reporter: frasern| Owner: jacob Status: new| Milestone: Component: Documentation | Version:

[Django] #9107: URL arguments to set values of fields in admin don't work for inlines

2008-09-16 Thread Django
#9107: URL arguments to set values of fields in admin don't work for inlines --+- Reporter: [EMAIL PROTECTED] | Owner: nobody Status: new | Milestone: Component:

Re: [Django] #2383: [patch] delete multiple items at once

2008-09-16 Thread Django
#2383: [patch] delete multiple items at once ---+ Reporter: [EMAIL PROTECTED] | Owner: nobody Status: reopened | Milestone: Component:

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

2008-09-16 Thread Django
#9071: Can't disable "add" popup links in the admin ---+ Reporter: jacob | Owner: kratorius Status: new | Milestone: Component:

Re: [Django] #5929: Allow Fields to use multiple db columns (complex datatypes)

2008-09-16 Thread Django
#5929: Allow Fields to use multiple db columns (complex datatypes) ---+ Reporter: poelzi| Owner: Status: new | Milestone:

Re: [Django] #5929: Allow Fields to use multiple db columns (complex datatypes)

2008-09-16 Thread Django
#5929: Allow Fields to use multiple db columns (complex datatypes) ---+ Reporter: poelzi| Owner: gonz Status: assigned | Milestone:

Re: [Django] #9076: Inline forms can result in a "Please correct the errors below." message with no errors listed.

2008-09-16 Thread Django
#9076: Inline forms can result in a "Please correct the errors below." message with no errors listed. -+-- Reporter: coady | Owner: nobody Status: reopened| Milestone:

Re: [Django] #9090: A problem with WEEKDAYS_ABBR in dates.py (Django version 1.0)

2008-09-16 Thread Django
#9090: A problem with WEEKDAYS_ABBR in dates.py (Django version 1.0) -+-- Reporter: leo_putkonen| Owner: nobody Status: new | Milestone:

Re: [Django] #7688: newforms-admin: need mechanism for further modifying a newly saved object after it has been saved

2008-09-16 Thread Django
#7688: newforms-admin: need mechanism for further modifying a newly saved object after it has been saved -+-- Reporter: simon | Owner: nobody Status: new

Re: [Django] #9100: django.contrib.comments missing css class attributes in two preview templates

2008-09-16 Thread Django
#9100: django.contrib.comments missing css class attributes in two preview templates --+- Reporter: mordyovits | Owner: nobody Status: new | Milestone:

Re: [Django] #9076: Inline forms can result in a "Please correct the errors below." message with no errors listed.

2008-09-16 Thread Django
#9076: Inline forms can result in a "Please correct the errors below." message with no errors listed. -+-- Reporter: coady | Owner: nobody Status: closed | Milestone:

Re: [Django] #4604: Message Passing For Anonymous Users

2008-09-16 Thread Django
#4604: Message Passing For Anonymous Users --+- Reporter: Sean Patrick Hogan <[EMAIL PROTECTED]> | Owner: SmileyChris Status: new | Milestone:

Re: [Django] #2445: [patch] allow callable values for limit_choices_to

2008-09-16 Thread Django
#2445: [patch] allow callable values for limit_choices_to +--- Reporter: [EMAIL PROTECTED] | Owner: nobody Status: new| Milestone: Component: Core

Re: [Django] #6051: GenericRelation field lookups

2008-09-16 Thread Django
#6051: GenericRelation field lookups ---+ Reporter: litnimax | Owner: nobody Status: new | Milestone: Component: Database

Re: [Django] #9089: urlencode should support MutliValueDict

2008-09-16 Thread Django
#9089: urlencode should support MutliValueDict -+-- Reporter: guettli | Owner: nobody Status: new | Milestone: Component: Core framework |

Re: [Django] #8938: A nice API for multi-db support

2008-09-16 Thread Django
#8938: A nice API for multi-db support ---+ Reporter: simon | Owner: nobody Status: new | Milestone: Component: Database

[Django] #9106: django.views.static.serve reads entire file in to memory

2008-09-16 Thread Django
#9106: django.views.static.serve reads entire file in to memory ---+ Reporter: manfre | Owner: nobody Status: new| Milestone: post-1.0 Component: Uncategorized | Version: SVN

Re: [Django] #8944: Documentation should go further than just your first application

2008-09-16 Thread Django
#8944: Documentation should go further than just your first application +--- Reporter: simon | Owner: nobody Status: new| Milestone: Component:

[Django] #9105: __unicode__ method for models

2008-09-16 Thread Django
#9105: __unicode__ method for models --+- Reporter: guettli | Owner: nobody Status: new | Milestone: Component: Database layer (models, ORM) |

Re: [Django] #8966: {% if "x"|length_is:n %} always evaluates True

2008-09-16 Thread Django
#8966: {% if "x"|length_is:n %} always evaluates True -+-- Reporter: Thomas Steinacher <[EMAIL PROTECTED]> | Owner: nobody Status: new | Milestone:

Re: [Django] #8993: Rendering formsets as tables with a row per form

2008-09-16 Thread Django
#8993: Rendering formsets as tables with a row per form +--- Reporter: [EMAIL PROTECTED] | Owner: nobody Status: new| Milestone: Component:

Re: [Django] #7270: selected_related() can not follow reverse relations of OneToOne.

2008-09-16 Thread Django
#7270: selected_related() can not follow reverse relations of OneToOne. ---+ Reporter: [EMAIL PROTECTED] | Owner: gav Status: new

Re: [Django] #9095: Auth has errors in unit tests when Admin isn't in INSTALLED_APPS

2008-09-16 Thread Django
#9095: Auth has errors in unit tests when Admin isn't in INSTALLED_APPS -+-- Reporter: SamBull | Owner: nobody Status: closed | Milestone:

Re: [Django] #7270: selected_related() can not follow reverse relations of OneToOne.

2008-09-16 Thread Django
#7270: selected_related() can not follow reverse relations of OneToOne. ---+ Reporter: [EMAIL PROTECTED] | Owner: gav Status: new

Re: [Django] #3011: Allow for extendable auth_user module

2008-09-16 Thread Django
#3011: Allow for extendable auth_user module +--- Reporter: nowell strite | Owner: dan Status: assigned | Milestone: Component: Contrib apps |

Re: [Django] #3011: Allow for extendable auth_user module

2008-09-16 Thread Django
#3011: Allow for extendable auth_user module +--- Reporter: nowell strite | Owner: dan Status: assigned | Milestone: Component: Contrib apps |

Re: [Django] #3011: Allow for extendable auth_user module

2008-09-16 Thread Django
#3011: Allow for extendable auth_user module +--- Reporter: nowell strite | Owner: dan Status: assigned | Milestone: Component: Contrib apps |

Re: [Django] #9079: Label tag attributes

2008-09-16 Thread Django
#9079: Label tag attributes -+-- Reporter: oggy| Owner: nobody Status: new | Milestone: Component: Forms | Version:

Re: [Django] #23: Add support for ValidationWarning

2008-09-16 Thread Django
#23: Add support for ValidationWarning -+-- Reporter: adrian | Owner: nobody Status: new | Milestone: post-1.0 Component: Authentication |

Re: [Django] #9104: FieldDoesNotExist is defined in "confusing" place.

2008-09-16 Thread Django
#9104: FieldDoesNotExist is defined in "confusing" place. -+-- Reporter: telenieko | Owner: nobody Status: new | Milestone: post-1.0 Component:

[Django] #9104: FieldDoesNotExist is defined in "confusing" place.

2008-09-16 Thread Django
#9104: FieldDoesNotExist is defined in "confusing" place. +--- Reporter: telenieko | Owner: nobody Status: new | Milestone: post-1.0 Component: Core framework | Version: SVN

Re: [Django] #8501: It is not possible to save file opened by urllib2.urlopen

2008-09-16 Thread Django
#8501: It is not possible to save file opened by urllib2.urlopen ---+ Reporter: [EMAIL PROTECTED] | Owner: anonymous Status: assigned | Milestone: post-1.0

Re: [Django] #9093: Extend inclusion tag syntax to allow custom templates

2008-09-16 Thread Django
#9093: Extend inclusion tag syntax to allow custom templates ---+ Reporter: [EMAIL PROTECTED] | Owner: nobody Status: new | Milestone: post-1.0 Component:

[Django] #9103: django.contrib.admin is not listed on http://docs.djangoproject.com/en/dev/modindex/

2008-09-16 Thread Django
#9103: django.contrib.admin is not listed on http://docs.djangoproject.com/en/dev/modindex/ -+-- Reporter: guettli | Owner: nobody Status: new | Milestone: Component:

[Django] #9102: admin Filter Box redraws each it's changed

2008-09-16 Thread Django
#9102: admin Filter Box redraws each it's changed --+- Reporter: dcramer | Owner: nobody Status: new | Milestone: Component: Contrib apps | Version: 1.0 Keywords:

[Changeset] r9050 - django/trunk/django/contrib/comments/templates/comments

2008-09-16 Thread noreply
Author: adrian Date: 2008-09-16 01:15:26 -0500 (Tue, 16 Sep 2008) New Revision: 9050 Modified: django/trunk/django/contrib/comments/templates/comments/approve.html django/trunk/django/contrib/comments/templates/comments/delete.html

Re: [Django] #9070: the value of parse_until will be overwritten when using a block in a loop of {%include%}

2008-09-16 Thread Django
#9070: the value of parse_until will be overwritten when using a block in a loop of {%include%} ---+ Reporter: ledil <[EMAIL PROTECTED]> | Owner: nobody Status: new |

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

2008-09-16 Thread Django
#9071: Can't disable "add" popup links in the admin ---+ Reporter: jacob | Owner: kratorius Status: new | Milestone: Component:

[Changeset] r9041 - django/trunk/docs/intro

2008-09-16 Thread noreply
Author: adrian Date: 2008-09-16 00:30:48 -0500 (Tue, 16 Sep 2008) New Revision: 9041 Modified: django/trunk/docs/intro/tutorial04.txt Log: Fixed #9097 -- Fixed typo in tutorial04.txt. Thanks, zhe Modified: django/trunk/docs/intro/tutorial04.txt

  1   2   >