Re: [Django] #16334: cache_page decorator does not accept "cache" keyword argument

2011-09-10 Thread Django
#16334: cache_page decorator does not accept "cache" keyword argument -+- Reporter: anonymous | Owner: nobody Type: | Status: closed Cleanup/optimization

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

2011-09-10 Thread noreply
Author: ubernostrum Date: 2011-09-10 22:58:34 -0700 (Sat, 10 Sep 2011) New Revision: 16816 Modified: django/branches/releases/1.3.X/docs/topics/cache.txt Log: [1.3.X] Fixed #16334: Make it quite clear that cache_page's 'cache' argument refers to the name of a cache in the CACHES setting.

Re: [Django] #16334: cache_page decorator does not accept "cache" keyword argument

2011-09-10 Thread Django
#16334: cache_page decorator does not accept "cache" keyword argument -+- Reporter: anonymous | Owner: nobody Type: | Status: closed Cleanup/optimization

[Changeset] r16815 - django/trunk/docs/topics

2011-09-10 Thread noreply
Author: ubernostrum Date: 2011-09-10 22:57:38 -0700 (Sat, 10 Sep 2011) New Revision: 16815 Modified: django/trunk/docs/topics/cache.txt Log: Fixed #16334: Make it quite clear that cache_page's 'cache' argument refers to the name of a cache in the CACHES setting. Modified:

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

2011-09-10 Thread noreply
Author: ubernostrum Date: 2011-09-10 22:48:39 -0700 (Sat, 10 Sep 2011) New Revision: 16814 Modified: django/branches/releases/1.3.X/docs/topics/auth.txt Log: [1.3.X] Fixed #16094: Added clear example of how to refer to custom permissions. Backport of [16813] from trunk. Modified:

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

2011-09-10 Thread Django
#16094: Documentation for Custom permissions is ambiguous. -+- Reporter: Bradley| Owner: nobody Ayers | Status: closed Type:

[Changeset] r16813 - django/trunk/docs/topics

2011-09-10 Thread noreply
Author: ubernostrum Date: 2011-09-10 22:47:48 -0700 (Sat, 10 Sep 2011) New Revision: 16813 Modified: django/trunk/docs/topics/auth.txt Log: Fixed #16094: Added clear example of how to refer to custom permissions. Modified: django/trunk/docs/topics/auth.txt

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

2011-09-10 Thread Django
#16094: Documentation for Custom permissions is ambiguous. -+- Reporter: Bradley| Owner: nobody Ayers | Status: closed Type:

[Changeset] r16812 - in django/branches/releases/1.3.X/docs: ref/models topics/http

2011-09-10 Thread noreply
Author: ubernostrum Date: 2011-09-10 22:45:26 -0700 (Sat, 10 Sep 2011) New Revision: 16812 Modified: django/branches/releases/1.3.X/docs/ref/models/instances.txt django/branches/releases/1.3.X/docs/topics/http/urls.txt Log: [1.3.X] Fixed #16109: Corrected an inconsistency in URLconf

Re: [Django] #16109: Inconsistency in docs: Leading zero of numbers in URLconf

2011-09-10 Thread Django
#16109: Inconsistency in docs: Leading zero of numbers in URLconf -+- Reporter: | Owner: nobody wegener92@…| Status: closed Type: Bug

[Changeset] r16811 - in django/trunk/docs: ref/models topics/http

2011-09-10 Thread noreply
Author: ubernostrum Date: 2011-09-10 22:44:21 -0700 (Sat, 10 Sep 2011) New Revision: 16811 Modified: django/trunk/docs/ref/models/instances.txt django/trunk/docs/topics/http/urls.txt Log: Fixed #16109: Corrected an inconsistency in URLconf examples for matching a numeric month. Modified:

Re: [Django] #16109: Inconsistency in docs: Leading zero of numbers in URLconf

2011-09-10 Thread Django
#16109: Inconsistency in docs: Leading zero of numbers in URLconf -+- Reporter: | Owner: nobody wegener92@…| Status: closed Type: Bug

[Changeset] r16810 - in django/tags/releases: . 1.2.7

2011-09-10 Thread noreply
Author: ubernostrum Date: 2011-09-10 22:40:10 -0700 (Sat, 10 Sep 2011) New Revision: 16810 Added: django/tags/releases/1.2.7/ Log: Tag 1.2.7. Property changes on: django/tags/releases/1.2.7 ___ Added: svn:ignore + build dist

Re: [Django] #16293: Patch database documentation to explain how to return fetchall() as a dict rather than list.

2011-09-10 Thread Django
#16293: Patch database documentation to explain how to return fetchall() as a dict rather than list. ---+--- Reporter: foxwhisper | Owner: nobody Type: New feature | Status:

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

2011-09-10 Thread noreply
Author: ubernostrum Date: 2011-09-10 22:38:50 -0700 (Sat, 10 Sep 2011) New Revision: 16809 Modified: django/branches/releases/1.3.X/docs/topics/db/sql.txt Log: [1.3.X] Fixed #16293: Document a way to return dicts with column names from a DB cursor. Backport of [16808] from trunk. Modified:

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

2011-09-10 Thread noreply
Author: ubernostrum Date: 2011-09-10 22:37:55 -0700 (Sat, 10 Sep 2011) New Revision: 16808 Modified: django/trunk/docs/topics/db/sql.txt Log: Fixed #16293: Document a way to return dicts with column names from a DB cursor. Modified: django/trunk/docs/topics/db/sql.txt

Re: [Django] #16293: Patch database documentation to explain how to return fetchall() as a dict rather than list.

2011-09-10 Thread Django
#16293: Patch database documentation to explain how to return fetchall() as a dict rather than list. ---+--- Reporter: foxwhisper | Owner: nobody Type: New feature | Status:

[Changeset] r16807 - django/branches/releases/1.3.X/docs/ref/contrib/admin

2011-09-10 Thread noreply
Author: ubernostrum Date: 2011-09-10 22:32:14 -0700 (Sat, 10 Sep 2011) New Revision: 16807 Modified: django/branches/releases/1.3.X/docs/ref/contrib/admin/index.txt Log: [1.3.X] Fixed #16552: Noted that contrib.sessions is a requirement for the admin. Backport of [16806] from trunk.

Re: [Django] #16552: Missing app in Django admin dependency list.

2011-09-10 Thread Django
#16552: Missing app in Django admin dependency list. +--- Reporter: zelo | Owner: teraom Type: Bug | Status: closed Milestone:|

Re: [Django] #16552: Missing app in Django admin dependency list.

2011-09-10 Thread Django
#16552: Missing app in Django admin dependency list. +--- Reporter: zelo | Owner: teraom Type: Bug | Status: closed Milestone:|

[Changeset] r16806 - django/trunk/docs/ref/contrib/admin

2011-09-10 Thread noreply
Author: ubernostrum Date: 2011-09-10 22:31:00 -0700 (Sat, 10 Sep 2011) New Revision: 16806 Modified: django/trunk/docs/ref/contrib/admin/index.txt Log: Fixed #16552: Noted that contrib.sessions is a requirement for the admin. Modified: django/trunk/docs/ref/contrib/admin/index.txt

Re: [Django] #15945: Thread locals note

2011-09-10 Thread Django
#15945: Thread locals note -+- Reporter: sorl | Owner: nobody Type: | Status: closed Cleanup/optimization | Component: Documentation

Re: [Django] #16079: Clarify that handler404 and handler500 only applies to project

2011-09-10 Thread Django
#16079: Clarify that handler404 and handler500 only applies to project -+- Reporter: Martin | Owner: nobody Vilcans | Status: closed Type:

[Changeset] r16805 - in django/branches/releases/1.3.X/docs: intro topics/http

2011-09-10 Thread noreply
Author: ubernostrum Date: 2011-09-10 21:06:29 -0700 (Sat, 10 Sep 2011) New Revision: 16805 Modified: django/branches/releases/1.3.X/docs/intro/tutorial03.txt django/branches/releases/1.3.X/docs/topics/http/urls.txt django/branches/releases/1.3.X/docs/topics/http/views.txt Log: [1.3.X]

Re: [Django] #16079: Clarify that handler404 and handler500 only applies to project

2011-09-10 Thread Django
#16079: Clarify that handler404 and handler500 only applies to project -+- Reporter: Martin | Owner: nobody Vilcans | Status: closed Type:

[Changeset] r16804 - in django/trunk/docs: intro topics/http

2011-09-10 Thread noreply
Author: ubernostrum Date: 2011-09-10 21:01:41 -0700 (Sat, 10 Sep 2011) New Revision: 16804 Modified: django/trunk/docs/intro/tutorial03.txt django/trunk/docs/topics/http/urls.txt django/trunk/docs/topics/http/views.txt Log: Fixed #16079: Clarified (for real this time) how handler404 and

Re: [Django] #6642: Fixtures (dumpdata/loaddata) do not check for illegal date types

2011-09-10 Thread Django
#6642: Fixtures (dumpdata/loaddata) do not check for illegal date types -+- Reporter: trbs | Owner: nobody Type: Bug| Status: new Milestone:

Re: [Django] #6632: FormSet, ModelFormSet, InlineFormSet and inlines for newforms in trunk

2011-09-10 Thread Django
#6632: FormSet, ModelFormSet, InlineFormSet and inlines for newforms in trunk -+- Reporter: Petr | Owner: nobody Marhoun | Status: closed

Re: [Django] #6631: Additional options for newforms

2011-09-10 Thread Django
#6631: Additional options for newforms -+- Reporter: Petr | Owner: nobody Marhoun | Status: closed Type: New| Component:

Re: [Django] #6630: Fieldsets for newforms

2011-09-10 Thread Django
#6630: Fieldsets for newforms -+- Reporter: Petr | Owner: nobody Marhoun | Status: new Type: New| Component: Forms

Re: [Django] #6586: extends tag should compile static parents

2011-09-10 Thread Django
#6586: extends tag should compile static parents -+- Reporter: fredd4@… | Owner: nobody Type: | Status: closed Cleanup/optimization |

Re: [Django] #6585: admin foreignkey dropdown does not adhere to model's admin ordering

2011-09-10 Thread Django
#6585: admin foreignkey dropdown does not adhere to model's admin ordering --+--- Reporter: gwilson | Owner: nobody Type: Bug | Status: reopened

Re: [Django] #6527: A bug in HttpResponse with iterators

2011-09-10 Thread Django
#6527: A bug in HttpResponse with iterators -+- Reporter: daonb | Owner: ccahoon | Status: new Type: Bug|

Re: [Django] #6490: Accept variable keyword args in authentication

2011-09-10 Thread Django
#6490: Accept variable keyword args in authentication -+- Reporter: Bastian| Owner: nobody Kleineidam | Status: reopened Type: New|

Re: [Django] #6490: Accept variable keyword args in authentication

2011-09-10 Thread Django
#6490: Accept variable keyword args in authentication -+- Reporter: Bastian| Owner: nobody Kleineidam | Status: closed Type: New|

Re: [Django] #6519: admin: "Can change user" permission allows to change all others even w/o "Can change permissions"

2011-09-10 Thread Django
#6519: admin: "Can change user" permission allows to change all others even w/o "Can change permissions" -+- Reporter: | Owner: thauber raik.gruenberg@… |

Re: [Django] #6498: Add case insensitive model ordering

2011-09-10 Thread Django
#6498: Add case insensitive model ordering -+- Reporter: Bastian| Owner: nobody Kleineidam | Status: new Type: New| Component:

Re: [Django] #6517: manage.py dbshell does not get charset from database_options

2011-09-10 Thread Django
#6517: manage.py dbshell does not get charset from database_options -+- Reporter: tvrg | Owner: nobody Type: Bug| Status: new Milestone:

Re: [Django] #6490: Accept variable keyword args in authentication

2011-09-10 Thread Django
#6490: Accept variable keyword args in authentication -+- Reporter: Bastian| Owner: nobody Kleineidam | Status: closed Type: New|

Re: [Django] #6485: Split off file-serving capability

2011-09-10 Thread Django
#6485: Split off file-serving capability -+- Reporter: Bastian| Owner: nobody Kleineidam | Status: closed Type: New| Component:

Re: [Django] #6418: Databrowse not allowing download of FieldType: FileField

2011-09-10 Thread Django
#6418: Databrowse not allowing download of FieldType: FileField -+- Reporter: Manish | Owner: nobody Singh | Status: new Type: New

[Changeset] r16803 - django/trunk/docs/releases

2011-09-10 Thread noreply
Author: carljm Date: 2011-09-10 19:28:08 -0700 (Sat, 10 Sep 2011) New Revision: 16803 Added: django/trunk/docs/releases/1.2.7.txt Modified: django/trunk/docs/releases/index.txt Log: Added basic release notes for 1.2.7. Added: django/trunk/docs/releases/1.2.7.txt

Re: [Django] #6417: Small change in generic realtions

2011-09-10 Thread Django
#6417: Small change in generic realtions -+- Reporter: Adrian | Owner: nobody | Status: closed Type: New| Component:

Re: [Django] #6412: [patch] Check for file permissions for proper error messages

2011-09-10 Thread Django
#6412: [patch] Check for file permissions for proper error messages ---+-- Reporter: mbeachy@…| Owner: nobody Type: New feature | Status: new Milestone:

Re: [Django] #14039: FileField special-casing breaks MultiValueField including a FileField

2011-09-10 Thread Django
#14039: FileField special-casing breaks MultiValueField including a FileField +--- Reporter: carljm| Owner: carljm Type: Bug | Status: new Milestone:

Re: [Django] #6405: ComboField/MultiValueField with FileField and passing initial data trough

2011-09-10 Thread Django
#6405: ComboField/MultiValueField with FileField and passing initial data trough -+- Reporter: Øyvind | Owner: nobody Saltvik | Status: closed

Re: [Django] #6396: [newforms-admin] Customization-unfriendly admin template tags should die

2011-09-10 Thread Django
#6396: [newforms-admin] Customization-unfriendly admin template tags should die -+- Reporter: korpios| Owner: nobody Type: | Status: reopened

Re: [Django] #6388: as_p produce invalid HTML for RadioSelect

2011-09-10 Thread Django
#6388: as_p produce invalid HTML for RadioSelect --+ Reporter: batiste | Owner: nobody Type: Bug | Status: closed

Re: [Django] #6378: Capture arbitrary output as a template variable

2011-09-10 Thread Django
#6378: Capture arbitrary output as a template variable -+- Reporter: kcarnold | Owner: nobody Type: New| Status: closed feature|

Re: [Django] #6343: % symbols not escaped in db_column column names when preparing queries

2011-09-10 Thread Django
#6343: % symbols not escaped in db_column column names when preparing queries -+- Reporter: Daniel | Owner: nobody Pope | Status: new

Re: [Django] #11391: Legacy Database "%" escaping not documented

2011-09-10 Thread Django
#11391: Legacy Database "%" escaping not documented -+- Reporter: Greg | Owner: nobody Type: Bug| Status: closed Milestone: |

Re: [Django] #6272: django.utils.translation.ugettext_lazy needs __add__ support

2011-09-10 Thread Django
#6272: django.utils.translation.ugettext_lazy needs __add__ support -+- Reporter: Tai Lee| Owner: nobody | Status: closed Type:

Re: [Django] #6439: support for filter methods on date field attributes

2011-09-10 Thread Django
#6439: support for filter methods on date field attributes -+- Reporter: omat@… | Owner: nobody Type: New| Status: new feature|

Re: [Django] #6251: Allow rename of project directory

2011-09-10 Thread Django
#6251: Allow rename of project directory -+- Reporter: Noam | Owner: nobody Raphael | Status: closed Type: New| Component:

Re: [Django] #15372: Django modifies the module name while importing it.

2011-09-10 Thread Django
#15372: Django modifies the module name while importing it. -+- Reporter: Jorge | Owner: russellm Vargas | Status: reopened Type: Bug

Re: [Django] #15367: Improved Auth Password Hashing

2011-09-10 Thread Django
#15367: Improved Auth Password Hashing -+- Reporter: poswald| Owner: jart Type: New| Status: new feature| Component:

Re: [Django] #6327: Add has_module_permission to ModelAdmin

2011-09-10 Thread Django
#6327: Add has_module_permission to ModelAdmin ---+--- Reporter: chrj | Owner: nobody Type: New feature | Status: new Milestone: |

Re: [Django] #6056: another auth decorator permission_required_or_message propose

2011-09-10 Thread Django
#6056: another auth decorator permission_required_or_message propose -+- Reporter: yong27@… | Owner: nobody Type: New| Status: closed feature

Re: [Django] #6055: GenericRelation and db_column lookups

2011-09-10 Thread Django
#6055: GenericRelation and db_column lookups -+- Reporter: dcramer| Owner: nobody Type: | Status: closed Cleanup/optimization |

Re: [Django] #6028: add compatibility with glibc2 MD5-based crypt passwords

2011-09-10 Thread Django
#6028: add compatibility with glibc2 MD5-based crypt passwords -+- Reporter: akaihola | Owner: nobody Type: New| Status: closed feature

Re: [Django] #16455: Postgis 2.0 Compatibility

2011-09-10 Thread Django
#16455: Postgis 2.0 Compatibility ---+- Reporter: ckarrie | Owner: jbronn Type: New feature | Status: assigned Milestone: 1.4 | Component: GIS

Re: [Django] #15516: Update the ticket life cycle diagram

2011-09-10 Thread Django
#15516: Update the ticket life cycle diagram -+- Reporter: ramiro | Owner: tswicegood Type: | Status: new Cleanup/optimization |

Re: [Django] #16804: Problem with Django 1.2.6 - Patch isn't in online tar.gz

2011-09-10 Thread Django
#16804: Problem with Django 1.2.6 - Patch isn't in online tar.gz +- Reporter: Stephane | Owner: nobody Type: Bug | Status: closed Milestone:|

[Changeset] r16802 - django/trunk/docs/howto/deployment

2011-09-10 Thread noreply
Author: julien Date: 2011-09-10 18:12:11 -0700 (Sat, 10 Sep 2011) New Revision: 16802 Modified: django/trunk/docs/howto/deployment/index.txt Log: Fixed #16276 -- Noted in the deployment documentation index that the Django Book 2nd ed. was written against Django 1.1. Thanks to bshaurette and

Re: [Django] #16276: Django 1.3 docs referring users to outdated version of Django Book

2011-09-10 Thread Django
#16276: Django 1.3 docs referring users to outdated version of Django Book -+- Reporter: anonymous | Owner: bshaurette Type: | Status: closed

Re: [Django] #15516: Update the ticket life cycle diagram

2011-09-10 Thread Django
#15516: Update the ticket life cycle diagram -+- Reporter: ramiro | Owner: tswicegood Type: | Status: new Cleanup/optimization |

Re: [Django] #16804: Problem with Django 1.2.6 - Patch isn't in online tar.gz

2011-09-10 Thread Django
#16804: Problem with Django 1.2.6 - Patch isn't in online tar.gz +- Reporter: Stephane | Owner: nobody Type: Bug | Status: new Milestone:|

[Changeset] r16801 - in django/branches/releases/1.2.X: . django docs

2011-09-10 Thread noreply
Author: ubernostrum Date: 2011-09-10 18:01:58 -0700 (Sat, 10 Sep 2011) New Revision: 16801 Modified: django/branches/releases/1.2.X/django/__init__.py django/branches/releases/1.2.X/docs/conf.py django/branches/releases/1.2.X/setup.py Log: [1.2.X] Bump to 1.2.7, refs #16804. Modified:

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

2011-09-10 Thread Django
#5968: Registering/Unregistering multiple models fails -+- Reporter: anderso| Owner: nobody Type: New| Status: new feature|

Re: [Django] #16803: Unicode representation of ContentType instances is not translated

2011-09-10 Thread Django
#16803: Unicode representation of ContentType instances is not translated -+- Reporter: bronger| Owner: nobody Type: Bug| Status: new Milestone:

[Changeset] r16800 - in django/trunk: . django/contrib/gis/db/backends/spatialite django/contrib/gis/tests/geoapp docs/ref/contrib/gis

2011-09-10 Thread noreply
Author: jbronn Date: 2011-09-10 17:52:08 -0700 (Sat, 10 Sep 2011) New Revision: 16800 Modified: django/trunk/AUTHORS django/trunk/django/contrib/gis/db/backends/spatialite/operations.py django/trunk/django/contrib/gis/tests/geoapp/tests.py django/trunk/docs/ref/contrib/gis/db-api.txt

Re: [Django] #16231: add support for AsGML() and AsKML() for the Spatialite backend

2011-09-10 Thread Django
#16231: add support for AsGML() and AsKML() for the Spatialite backend ---+ Reporter: steko| Owner: steko Type: New feature | Status: closed Milestone:

Re: [Django] #14138: Apache setup using sqlite3 breaks when performing a field__regex filter

2011-09-10 Thread Django
#14138: Apache setup using sqlite3 breaks when performing a field__regex filter -+- Reporter: | Owner: nobody eternicode | Status: closed

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

2011-09-10 Thread noreply
Author: ramiro Date: 2011-09-10 17:52:03 -0700 (Sat, 10 Sep 2011) New Revision: 16799 Modified: django/trunk/django/db/backends/sqlite3/base.py Log: Fixed #14138 -- Removed a superfluous import in the sqlite3 DB backend. This could be of help with some issues people were seeing when deploying

Re: [Django] #15295: GeoDjango model creation fails for MySQL during tests

2011-09-10 Thread Django
#15295: GeoDjango model creation fails for MySQL during tests --+ Reporter: adamnelson | Owner: nobody Type: Bug | Status: closed Milestone: |

Re: [Django] #14512: Documentation & tools for decorating class-based-views.

2011-09-10 Thread Django
#14512: Documentation & tools for decorating class-based-views. ---+--- Reporter: lrekucki | Owner: lrekucki Type: New feature | Status: reopened Milestone:

Re: [Django] #5970: ChangeList.get_query_set() method ignores specified by model's admin manager QuerySet for search_fields lookup

2011-09-10 Thread Django
#5970: ChangeList.get_query_set() method ignores specified by model's admin manager QuerySet for search_fields lookup -+- Reporter: Nazar | Owner: nobody <911.17@…> |

Re: [Django] #13429: GeoDjango tutorial model should be WorldBorder(singular) instead of WorldBorders(plural)

2011-09-10 Thread Django
#13429: GeoDjango tutorial model should be WorldBorder(singular) instead of WorldBorders(plural) +-- Reporter: tubaman |Owner: jbronn Type: Bug | Status: closed

[Changeset] r16798 - django/trunk/docs/ref/contrib/gis

2011-09-10 Thread noreply
Author: jbronn Date: 2011-09-10 17:15:43 -0700 (Sat, 10 Sep 2011) New Revision: 16798 Modified: django/trunk/docs/ref/contrib/gis/geoquerysets.txt django/trunk/docs/ref/contrib/gis/tutorial.txt Log: Fixed #13429 -- Changed `WorldBorders` to just `WorldBorder` in GeoDjango tutorial.

Re: [Django] #5964: utils: urlunquote

2011-09-10 Thread Django
#5964: utils: urlunquote -+- Reporter: Thomas | Owner: nobody Güttler (Home) < > | Status: new Type: New| Component: Core (Other)

Re: [Django] #5936: django-admin's shell --plain command doesn't respect PYTHONSTARTUP or .pythonrc settings

2011-09-10 Thread Django
#5936: django-admin's shell --plain command doesn't respect PYTHONSTARTUP or .pythonrc settings --+-- Reporter: toddobryan | Owner: nobody Type: Bug | Status: new

[Changeset] r16797 - in django/trunk/django/contrib/gis: db/models/sql tests/relatedapp

2011-09-10 Thread noreply
Author: jbronn Date: 2011-09-10 17:00:15 -0700 (Sat, 10 Sep 2011) New Revision: 16797 Modified: django/trunk/django/contrib/gis/db/models/sql/compiler.py django/trunk/django/contrib/gis/tests/relatedapp/tests.py Log: Fixed #15305 -- Made `Count` aggregate and `.values()` play nice together

Re: [Django] #15305: GeoQuerySet with values() and aggregates raises exception

2011-09-10 Thread Django
#15305: GeoQuerySet with values() and aggregates raises exception + Reporter: vrehak| Owner: jbronn Type: Bug | Status: closed Milestone: 1.4 |

Re: [Django] #5908: Cycle tag should reset after it steps out of scope(?)

2011-09-10 Thread Django
#5908: Cycle tag should reset after it steps out of scope(?) -+- Reporter: Simon | Owner: nobody Litchfield | Status: new Type: |

Re: [Django] #5865: cycle template tag should accept a single argument

2011-09-10 Thread Django
#5865: cycle template tag should accept a single argument ---+- Reporter: gwilson | Owner: munhitsu Type: New feature | Status: reopened Milestone:

Re: [Django] #5897: Add Content-Length header in common middleware

2011-09-10 Thread Django
#5897: Add Content-Length header in common middleware -+- Reporter: Scott | Owner: ccahoon Barr | Status: closed Type: New|

Re: [Django] #15633: Bad documentation of post_syncdb signal

2011-09-10 Thread Django
#15633: Bad documentation of post_syncdb signal +--- Reporter: vzima | Owner: justinlilly Type: Bug | Status: assigned Milestone:|

Re: [Django] #16770: Don't wrap exceptions in TemplateSyntaxError under DEBUG

2011-09-10 Thread Django
#16770: Don't wrap exceptions in TemplateSyntaxError under DEBUG +- Reporter: jMyles| Owner: jMyles Type: Bug | Status: new Milestone:|

Re: [Django] #5763: Queryset doesn't have a "not equal" filter operator

2011-09-10 Thread Django
#5763: Queryset doesn't have a "not equal" filter operator -+- Reporter: jdetaeye | Owner: nobody Type: New| Status: closed feature

Re: [Django] #5681: Save as new disappears on failed validation

2011-09-10 Thread Django
#5681: Save as new disappears on failed validation -+- Reporter: Uninen | Owner: nobody Type: Bug| Status: closed Milestone: |

Re: [Django] #5373: Field label for a ForeignKey not translated

2011-09-10 Thread Django
#5373: Field label for a ForeignKey not translated -+- Reporter: | Owner: garcia_marc Szilveszter Farkas | Status: new |

Re: [Django] #2550: [patch] Allow a Backend to Globally Fail Authentication

2011-09-10 Thread Django
#2550: [patch] Allow a Backend to Globally Fail Authentication -+- Reporter: umbrae@… | Owner: aashu_dwivedi Type: New| Status: new feature

Re: [Django] #2259: Primary keys should be readonly by default in admin (was: PK Change creates new object instead of update)

2011-09-10 Thread Django
#2259: Primary keys should be readonly by default in admin +--- Reporter: ed@… | Owner: nobody Type: Bug | Status: reopened Milestone:|

Re: [Django] #14648: Annotated date querysets fail if spatial backend is used

2011-09-10 Thread Django
#14648: Annotated date querysets fail if spatial backend is used ---+-- Reporter: codysoyland |Owner: jbronn Type: Bug | Status: closed Milestone: |

[Changeset] r16796 - in django/trunk/django/contrib/gis: db/backends/spatialite db/models/sql tests/relatedapp tests/relatedapp/fixtures

2011-09-10 Thread noreply
Author: jbronn Date: 2011-09-10 15:53:26 -0700 (Sat, 10 Sep 2011) New Revision: 16796 Removed: django/trunk/django/contrib/gis/db/backends/spatialite/compiler.py Modified: django/trunk/django/contrib/gis/db/backends/spatialite/operations.py

[Changeset] r16795 - in django/trunk/django: core core/handlers core/management core/management/commands template

2011-09-10 Thread noreply
Author: Alex Date: 2011-09-10 15:46:44 -0700 (Sat, 10 Sep 2011) New Revision: 16795 Modified: django/trunk/django/core/handlers/base.py django/trunk/django/core/management/__init__.py django/trunk/django/core/management/commands/dumpdata.py

Re: [Django] #16807: Document/Introduce the process and usage of class based views outside of generic view context

2011-09-10 Thread Django
#16807: Document/Introduce the process and usage of class based views outside of generic view context ---+--- Reporter: ptone| Owner: ptone Type: New feature | Status:

[Changeset] r16794 - in django/trunk/django/db: backends models models/sql

2011-09-10 Thread noreply
Author: Alex Date: 2011-09-10 15:31:38 -0700 (Sat, 10 Sep 2011) New Revision: 16794 Modified: django/trunk/django/db/backends/creation.py django/trunk/django/db/models/base.py django/trunk/django/db/models/query.py django/trunk/django/db/models/sql/compiler.py

Re: [Django] #14512: Documentation & tools for decorating class-based-views.

2011-09-10 Thread Django
#14512: Documentation & tools for decorating class-based-views. -+- Reporter: lrekucki | Owner: lrekucki Type: | Status: reopened Uncategorized

Re: [Django] #16807: Document/Introduce the process and usage of class based views outside of generic view context

2011-09-10 Thread Django
#16807: Document/Introduce the process and usage of class based views outside of generic view context ---+--- Reporter: ptone| Owner: ptone Type: New feature | Status:

  1   2   3   >