Re: [Django] #5793: Allow custom attributes in Meta classes

2010-02-27 Thread Django
#5793: Allow custom attributes in Meta classes --+- Reporter: ei...@eikke.com | Owner: nobody Status: closed | Milestone: Component: Metasystem |

Re: [Django] #9200: Add a session based form wizard

2010-02-27 Thread Django
#9200: Add a session based form wizard ---+ Reporter: ddurham | Owner: nobody Status: new | Milestone:

Re: [Django] #5793: Allow custom attributes in Meta classes

2010-02-27 Thread Django
#5793: Allow custom attributes in Meta classes --+- Reporter: ei...@eikke.com | Owner: nobody Status: closed | Milestone: Component: Metasystem |

Re: [Django] #5793: Allow custom attributes in Meta classes

2010-02-27 Thread Django
#5793: Allow custom attributes in Meta classes --+- Reporter: ei...@eikke.com | Owner: nobody Status: reopened | Milestone: Component: Metasystem |

Re: [Django] #12114: re Tutorial pt 1 "Playing with the API"

2010-02-27 Thread Django
#12114: re Tutorial pt 1 "Playing with the API" +--- Reporter: panfist| Owner: dwillis Status: assigned | Milestone: 1.2 Component: Documentation |

Re: [Django] #12990: New Field Type: JSONField

2010-02-27 Thread Django
#12990: New Field Type: JSONField ---+ Reporter: paltman | Owner: nobody Status: new | Milestone: Component: Database

Re: [Django] #12988: Add support of IDN domains for URLField validator.

2010-02-27 Thread Django
#12988: Add support of IDN domains for URLField validator. -+-- Reporter: niksite | Owner: nobody Status: new | Milestone: Component: Forms |

Re: [Django] #12989: URLValidator's verify_exists fails on IDN (Internationalized Domain Names)

2010-02-27 Thread Django
#12989: URLValidator's verify_exists fails on IDN (Internationalized Domain Names) -+-- Reporter: frasern | Owner: nobody Status: new | Milestone: 1.2

Re: [Django] #12990: New Field Type: JSONField

2010-02-27 Thread Django
#12990: New Field Type: JSONField ---+ Reporter: paltman | Owner: nobody Status: new | Milestone: Component: Database

Re: [Django] #12990: New Field Type: JSONField

2010-02-27 Thread Django
#12990: New Field Type: JSONField ---+ Reporter: paltman | Owner: nobody Status: new | Milestone: Component: Database

Re: [Django] #12990: New Field Type: JSONField

2010-02-27 Thread Django
#12990: New Field Type: JSONField ---+ Reporter: paltman | Owner: nobody Status: new | Milestone: Component: Database

Re: [Django] #12990: New Field Type: JSONField

2010-02-27 Thread Django
#12990: New Field Type: JSONField ---+ Reporter: paltman | Owner: nobody Status: new | Milestone: Component: Database

Re: [Django] #12990: New Field Type: JSONField

2010-02-27 Thread Django
#12990: New Field Type: JSONField ---+ Reporter: paltman | Owner: nobody Status: new | Milestone: Component: Database

Re: [Django] #12990: New Field Type: JSONField

2010-02-27 Thread Django
#12990: New Field Type: JSONField ---+ Reporter: paltman | Owner: nobody Status: new | Milestone: Component: Database

Re: [Django] #12990: New Field Type: JSONField

2010-02-27 Thread Django
#12990: New Field Type: JSONField ---+ Reporter: paltman | Owner: nobody Status: new | Milestone: Component: Database

Re: [Django] #12989: URLValidator's verify_exists fails on IDN (Internationalized Domain Names)

2010-02-27 Thread Django
#12989: URLValidator's verify_exists fails on IDN (Internationalized Domain Names) -+-- Reporter: frasern | Owner: nobody Status: new | Milestone: 1.2

Re: [Django] #12990: New Field Type: JSONField

2010-02-27 Thread Django
#12990: New Field Type: JSONField ---+ Reporter: paltman | Owner: nobody Status: new | Milestone: Component: Database

Re: [Django] #12989: URLValidator's verify_exists fails on IDN (Internationalized Domain Names)

2010-02-27 Thread Django
#12989: URLValidator's verify_exists fails on IDN (Internationalized Domain Names) -+-- Reporter: frasern | Owner: nobody Status: new | Milestone: 1.2

[Django] #12990: New Field Type: JSONField

2010-02-27 Thread Django
#12990: New Field Type: JSONField --+- Reporter: paltman | Owner: nobody Status: new | Milestone: 1.2 Component: Database layer (models, ORM) |

[Changeset] r12619 - django/trunk/django/contrib/admin

2010-02-27 Thread noreply
Author: lukeplant Date: 2010-02-27 15:08:30 -0600 (Sat, 27 Feb 2010) New Revision: 12619 Modified: django/trunk/django/contrib/admin/sites.py Log: Fixed #12933 - AdminSite.admin_view disables @csrf_view_exempt Thanks to philomat for report and patch. Modified:

Re: [Django] #12988: Add support of IDN domains for URLField validator.

2010-02-27 Thread Django
#12988: Add support of IDN domains for URLField validator. -+-- Reporter: niksite | Owner: nobody Status: new | Milestone: 1.2 Component: Forms |

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

2010-02-27 Thread noreply
Author: lukeplant Date: 2010-02-27 15:00:38 -0600 (Sat, 27 Feb 2010) New Revision: 12618 Modified: django/trunk/docs/ref/contrib/csrf.txt Log: Fixed #12964 - wrong path for CSRF decorators in upgrading notes. Modified: django/trunk/docs/ref/contrib/csrf.txt

Re: [Django] #12989: URLValidator's verify_exists fails on IDN (Internationalized Domain Names)

2010-02-27 Thread Django
#12989: URLValidator's verify_exists fails on IDN (Internationalized Domain Names) -+-- Reporter: frasern | Owner: nobody Status: new | Milestone: 1.2

[Django] #12989: URLValidator's verify_exists fails on IDN (Internationalized Domain Names)

2010-02-27 Thread Django
#12989: URLValidator's verify_exists fails on IDN (Internationalized Domain Names) ---+ Reporter: frasern| Owner: nobody Status: new| Milestone: Component: Uncategorized |

Re: [Django] #12946: {% url %} tag docs show an invalid example mixing args and kwargs, which reverse() doesn't allow

2010-02-27 Thread Django
#12946: {% url %} tag docs show an invalid example mixing args and kwargs, which reverse() doesn't allow +--- Reporter: coleifer | Owner: nobody Status: new| Milestone:

Re: [Django] #12984: type in signals documentation

2010-02-27 Thread Django
#12984: type in signals documentation +--- Reporter: kcharvey | Owner: nobody Status: new| Milestone: Component: Documentation |

Re: [Django] #12983: Spelling error in trunk signal documentation

2010-02-27 Thread Django
#12983: Spelling error in trunk signal documentation +--- Reporter: kcharvey | Owner: nobody Status: new| Milestone: Component: Documentation

[Django] #12988: Add support of IDN domains for URLField validator.

2010-02-27 Thread Django
#12988: Add support of IDN domains for URLField validator. -+-- Reporter: niksite | Owner: nobody Status: new | Milestone: 1.2 Component: Forms| Version: SVN Keywords: IDN

Re: [Django] #6552: django.core.context_processors.auth causes "Vary: Cookie" header no matter what

2010-02-27 Thread Django
#6552: django.core.context_processors.auth causes "Vary: Cookie" header no matter what -+-- Reporter: o...@iola.dk| Owner: lukeplant Status: closed | Milestone:

Re: [Django] #10751: Admin actions not calling model's delete() method

2010-02-27 Thread Django
#10751: Admin actions not calling model's delete() method -+-- Reporter: msurdi | Owner: nobody Status: new | Milestone: 1.2 Component:

Re: [Django] #12987: Some versionadded directives missing from contrib.admin reference documentation

2010-02-27 Thread Django
#12987: Some versionadded directives missing from contrib.admin reference documentation +--- Reporter: ramiro | Owner: nobody Status: new| Milestone:

[Django] #12987: Some versionadded directives missing from contrib.admin reference documentation

2010-02-27 Thread Django
#12987: Some versionadded directives missing from contrib.admin reference documentation ---+ Reporter: ramiro | Owner: nobody Status: new| Milestone: Component: Documentation

[Django] #12986: SelectDateField doesn't repost data when USE_L10N = True and LANGUAGE_CODE = 'nl'

2010-02-27 Thread Django
#12986: SelectDateField doesn't repost data when USE_L10N = True and LANGUAGE_CODE = 'nl' --+- Reporter: w...@go2people.nl | Owner: nobody Status: new | Milestone: Component:

Re: [Django] #12699: Possible version/link confusion on the djangoproject.org home page

2010-02-27 Thread Django
#12699: Possible version/link confusion on the djangoproject.org home page --+- Reporter: sopor0qv | Owner: nobody Status: new | Milestone: 1.2

[Changeset] r12617 - in django/branches/releases/1.1.X: . django/contrib/gis/gdal/tests django/template tests/modeltests/proxy_models

2010-02-27 Thread noreply
Author: kmtracey Date: 2010-02-27 10:37:32 -0600 (Sat, 27 Feb 2010) New Revision: 12617 Modified: django/branches/releases/1.1.X/ django/branches/releases/1.1.X/django/contrib/gis/gdal/tests/test_envelope.py django/branches/releases/1.1.X/django/template/defaulttags.py

Re: [Django] #12374: QuerySet .iterator() loads everything into memory anyway

2010-02-27 Thread Django
#12374: QuerySet .iterator() loads everything into memory anyway ---+ Reporter: Nick Welch | Owner: nobody Status: reopened |

[Changeset] r12616 - in django/trunk: django/conf/locale/da django/contrib/gis/gdal/tests django/template tests/modeltests/proxy_models

2010-02-27 Thread noreply
Author: kmtracey Date: 2010-02-27 10:30:27 -0600 (Sat, 27 Feb 2010) New Revision: 12616 Modified: django/trunk/django/conf/locale/da/formats.py django/trunk/django/contrib/gis/gdal/tests/test_envelope.py django/trunk/django/template/defaulttags.py

[Changeset] r12615 - django/branches/releases/1.1.X/django/template

2010-02-27 Thread noreply
Author: kmtracey Date: 2010-02-27 09:40:50 -0600 (Sat, 27 Feb 2010) New Revision: 12615 Modified: django/branches/releases/1.1.X/django/template/__init__.py Log: [1.1.X] Fixed #12981 -- Removed some stray tabs. Thanks to loewis for the report. Backport of the applicable part of r12614 from

Re: [Django] #12953: Generic-related objects are cascade-deleted, but the cascade does not extend beyond them

2010-02-27 Thread Django
#12953: Generic-related objects are cascade-deleted, but the cascade does not extend beyond them ---+ Reporter: carljm| Owner: carljm Status: new

[Django] #12985: Add a download link for the current file with the current file name to FileInput

2010-02-27 Thread Django
#12985: Add a download link for the current file with the current file name to FileInput ---+ Reporter: jpic | Owner: nobody Status: new| Milestone: Component: Forms | Version: 1.1