[Django] #11056: wrong object listed as a dependency in storage doc

2009-05-08 Thread Django
#11056: wrong object listed as a dependency in storage doc ---+ Reporter: wam| Owner: nobody Status: new| Milestone: Component: Documentation | Version: SVN

[Changeset] r10724 - django/branches/releases/1.0.X

2009-05-08 Thread noreply
Author: russellm Date: 2009-05-09 00:31:19 -0500 (Sat, 09 May 2009) New Revision: 10724 Modified: django/branches/releases/1.0.X/ Log: [1.0.X] Updated svnmerge properties for recent checkins Property changes on: django/branches/releases/1.0.X

Re: [Django] #9230: Iterating over checkboxes in CheckboxSelectMultiple should be possible

2009-05-08 Thread Django
#9230: Iterating over checkboxes in CheckboxSelectMultiple should be possible --+- Reporter: mtredinnick | Owner: mtredinnick Status: new | Milestone:

Re: [Django] #9751: project_directory calculated incorrectly when "settings" is a directory (breaks 'startapp')

2009-05-08 Thread Django
#9751: project_directory calculated incorrectly when "settings" is a directory (breaks 'startapp') +--- Reporter: lamby | Owner: gsong Status: assigned

[Django] #11055: ImageField uploads fail at r10717

2009-05-08 Thread Django
#11055: ImageField uploads fail at r10717 --+- Reporter: timo | Owner: nobody Status: new | Milestone: Component: File uploads/storage | Version: SVN

Re: [Django] #10663: Serbian translations

2009-05-08 Thread Django
#10663: Serbian translations ---+ Reporter: Branko Vukelic | Owner: nobody Status: new | Milestone: 1.1 Component:

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

2009-05-08 Thread Django
#9093: Extend inclusion tag syntax to allow custom templates -+-- Reporter: exo...@gmail.com| Owner: nobody Status: new | Milestone:

Re: [Django] #6148: Add generic support for database schemas

2009-05-08 Thread Django
#6148: Add generic support for database schemas ---+ Reporter: ikelly| Owner: Status: new | Milestone:

Re: [Django] #11054: Small typo in docs/howto/auth-remote-user.txt

2009-05-08 Thread Django
#11054: Small typo in docs/howto/auth-remote-user.txt +--- Reporter: Jan Hülsbergen | Owner: nobody Status: new| Milestone: Component:

Re: [Django] #11037: Support HTTPOnly cookie for HttpResponse.set_cookie

2009-05-08 Thread Django
#11037: Support HTTPOnly cookie for HttpResponse.set_cookie -+-- Reporter: hvendelbo | Owner: nobody Status: closed | Milestone: Component:

Re: [Django] #11054: Small typo in docs/howto/auth-remote-user.txt

2009-05-08 Thread Django
#11054: Small typo in docs/howto/auth-remote-user.txt -+-- Reporter: Jan Hülsbergen | Owner: nobody Status: new | Milestone: Component: Documentation

[Django] #11054: Small typo in docs/howto/auth-remote-user.txt

2009-05-08 Thread Django
#11054: Small typo in docs/howto/auth-remote-user.txt +--- Reporter: Jan Hülsbergen | Owner: nobody Status: new | Milestone: Component: Documentation | Version: 1.1-beta-1

Re: [Django] #11052: Q-Object disjunction join promotion .. bug

2009-05-08 Thread Django
#11052: Q-Object disjunction join promotion .. bug ---+ Reporter: emulbreh | Owner: mtredinnick Status: assigned | Milestone:

Re: [Django] #2705: [patch] Add optional FOR UPDATE clause to QuerySets

2009-05-08 Thread Django
#2705: [patch] Add optional FOR UPDATE clause to QuerySets ---+ Reporter: Hawkeye | Owner: nobody Status: new | Milestone:

[Django] #11053: access to OneToOneField when null=True should return None instead of raising DoesNotExist

2009-05-08 Thread Django
#11053: access to OneToOneField when null=True should return None instead of raising DoesNotExist ---+ Reporter: Harm Geerts | Owner: nobody Status: new|

[Django] #11052: Q-Object disjunction join promotion .. bug

2009-05-08 Thread Django
#11052: Q-Object disjunction join promotion .. bug --+- Reporter: emulbreh | Owner: nobody Status: new | Milestone: Component: Database layer

[Django] #11051: Oracle backend fails null_fk regression tests

2009-05-08 Thread Django
#11051: Oracle backend fails null_fk regression tests --+- Reporter: mboersma | Owner: nobody Status: new | Milestone: Component: Database layer

Re: [Django] #11048: Oracle raises KeyError in IntrospectionTests.test_get_indexes

2009-05-08 Thread Django
#11048: Oracle raises KeyError in IntrospectionTests.test_get_indexes ---+ Reporter: mboersma | Owner: nobody Status: closed| Milestone:

[Django] #11050: Oracle fails introspection tests due to capitalization

2009-05-08 Thread Django
#11050: Oracle fails introspection tests due to capitalization --+- Reporter: mboersma | Owner: nobody Status: new | Milestone: Component: Database

Re: [Django] #10855: tutorial doesn't give sufficient warning about superuser account or there should be a default login

2009-05-08 Thread Django
#10855: tutorial doesn't give sufficient warning about superuser account or there should be a default login +--- Reporter: cwolf127 | Owner: nobody Status: new

Re: [Django] #10994: Flat page content with unicode causes fatal error but data is still commited

2009-05-08 Thread Django
#10994: Flat page content with unicode causes fatal error but data is still commited ---+ Reporter: ati...@gmail.com | Owner: nobody Status: closed|

Re: [Django] #11039: Document that aggregation doesn't work with generic relations.

2009-05-08 Thread Django
#11039: Document that aggregation doesn't work with generic relations. +--- Reporter: Alex | Owner: nobody Status: new| Milestone: 1.1 Component:

[Django] #11049: Oracle fails to return IntegerField in test_get_table_description_types

2009-05-08 Thread Django
#11049: Oracle fails to return IntegerField in test_get_table_description_types --+- Reporter: mboersma | Owner: nobody Status: new | Milestone:

Re: [Django] #11039: Document that aggregation doesn't work with generic relations.

2009-05-08 Thread Django
#11039: Document that aggregation doesn't work with generic relations. +--- Reporter: Alex | Owner: nobody Status: new| Milestone: 1.1 Component:

[Django] #11048: Oracle raises KeyError in IntrospectionTests.test_get_indexes

2009-05-08 Thread Django
#11048: Oracle raises KeyError in IntrospectionTests.test_get_indexes --+- Reporter: mboersma | Owner: nobody Status: new | Milestone: Component:

Re: [Django] #10855: tutorial doesn't give sufficient waring about superuser account or there should be a default login

2009-05-08 Thread Django
#10855: tutorial doesn't give sufficient waring about superuser account or there should be a default login +--- Reporter: cwolf127 | Owner: nobody Status: new

Re: [Django] #11042: admin inlines of inherited models break on edit submit after changeset 10666

2009-05-08 Thread Django
#11042: admin inlines of inherited models break on edit submit after changeset 10666 ---+ Reporter: jsmullyan | Owner: Status: new | Milestone: 1.1

[Changeset] r10723 - in django/trunk: django/core/files django/http tests/regressiontests/file_uploads

2009-05-08 Thread noreply
Author: jacob Date: 2009-05-08 12:22:34 -0500 (Fri, 08 May 2009) New Revision: 10723 Modified: django/trunk/django/core/files/base.py django/trunk/django/http/multipartparser.py django/trunk/tests/regressiontests/file_uploads/tests.py Log: Fixed #10687: fixed request parsing when

Re: [Django] #10846: deployment typo + updated link

2009-05-08 Thread Django
#10846: deployment typo + updated link +--- Reporter: timo | Owner: nobody Status: new| Milestone: Component: Documentation

Re: [Django] #6850: contrib.auth.forms is inconsistent on form field labels and max_length

2009-05-08 Thread Django
#6850: contrib.auth.forms is inconsistent on form field labels and max_length -+-- Reporter: Bela Hausmann | Owner: nobody Status: closed

Re: [Django] #10925: Django tutorial part 2: was_published_today example

2009-05-08 Thread Django
#10925: Django tutorial part 2: was_published_today example +--- Reporter: rm | Owner: nobody Status: new| Milestone: Component:

Re: [Django] #9751: project_directory calculated incorrectly when "settings" is a directory (breaks 'startapp')

2009-05-08 Thread Django
#9751: project_directory calculated incorrectly when "settings" is a directory (breaks 'startapp') +--- Reporter: lamby | Owner: gsong Status: assigned

Re: [Django] #10422: documentation of ticket #4140: manage.py with oracle database fails with ORA-06552 when a field name is a keyword

2009-05-08 Thread Django
#10422: documentation of ticket #4140: manage.py with oracle database fails with ORA-06552 when a field name is a keyword +--- Reporter: boyombo| Owner: nobody Status: new|

Re: [Django] #10888: Inserting model with GeometryField as None crashes on Oracle

2009-05-08 Thread Django
#10888: Inserting model with GeometryField as None crashes on Oracle ---+ Reporter: jtiai | Owner: jbronn Status: closed| Milestone: 1.1 Component:

Re: [Django] #11033: cx_Oracle.UNICODE missing if cx_Oracle version 5.0.1 is compiled without Unicode support

2009-05-08 Thread Django
#11033: cx_Oracle.UNICODE missing if cx_Oracle version 5.0.1 is compiled without Unicode support ---+ Reporter: JirkaV| Owner: ikelly Status: new

Re: [Django] #11017: Oracle LIKEC query doesn't use index

2009-05-08 Thread Django
#11017: Oracle LIKEC query doesn't use index ---+ Reporter: jtiai | Owner: nobody Status: new | Milestone: 1.2 Component:

Re: [Django] #10664: non-serializing fixtures

2009-05-08 Thread Django
#10664: non-serializing fixtures -+-- Reporter: lsaffre | Owner: nobody Status: new | Milestone: Component: Serialization

Re: [Django] #11031: Docs change - django user needs more roles in Oracle database

2009-05-08 Thread Django
#11031: Docs change - django user needs more roles in Oracle database +--- Reporter: JirkaV | Owner: nobody Status: new| Milestone:

Re: [Django] #6290: profanity filter

2009-05-08 Thread Django
#6290: profanity filter -+-- Reporter: programmerq | Owner: nobody Status: reopened| Milestone:

[Changeset] r10722 - django/branches/releases/1.0.X/tests/regressiontests/model_forms_regress

2009-05-08 Thread noreply
Author: mboersma Date: 2009-05-08 11:49:49 -0500 (Fri, 08 May 2009) New Revision: 10722 Modified: django/branches/releases/1.0.X/tests/regressiontests/model_forms_regress/models.py django/branches/releases/1.0.X/tests/regressiontests/model_forms_regress/tests.py Log: [1.0.X] Fixed test

Re: [Django] #2283: [patch] comment form templates don't validate as XHTML strict

2009-05-08 Thread Django
#2283: [patch] comment form templates don't validate as XHTML strict --+- Reporter: fonso| Owner: adrian Status: reopened | Milestone:

Re: [Django] #11025: [patch] Ability to specify LOGIN_URL as full qualified absolute URL, ex: https://passport.example.com/passport?mode=login

2009-05-08 Thread Django
#11025: [patch] Ability to specify LOGIN_URL as full qualified absolute URL, ex: https://passport.example.com/passport?mode=login -+-- Reporter: arikon | Owner: nobody Status: new

Re: [Django] #11046: Documentation on ifchanged should use new cycle syntax

2009-05-08 Thread Django
#11046: Documentation on ifchanged should use new cycle syntax +--- Reporter: mitsuhiko | Owner: mitsuhiko Status: new| Milestone: 1.1 Component:

[Django] #11047: Clarification of contenttypes docs

2009-05-08 Thread Django
#11047: Clarification of contenttypes docs +--- Reporter: psmith | Owner: nobody Status: new | Milestone:

Re: [Django] #2283: [patch] comment form templates don't validate as XHTML strict

2009-05-08 Thread Django
#2283: [patch] comment form templates don't validate as XHTML strict --+- Reporter: fonso| Owner: adrian Status: reopened | Milestone:

[Django] #11046: Documentation on ifchanged should use new cycle syntax

2009-05-08 Thread Django
#11046: Documentation on ifchanged should use new cycle syntax ---+ Reporter: mitsuhiko | Owner: mitsuhiko Status: new| Milestone: 1.1 Component: Documentation | Version: SVN

[Changeset] r10721 - django/trunk/django/conf/locale/hr/LC_MESSAGES

2009-05-08 Thread noreply
Author: aljosa Date: 2009-05-08 11:20:28 -0500 (Fri, 08 May 2009) New Revision: 10721 Modified: django/trunk/django/conf/locale/hr/LC_MESSAGES/django.mo django/trunk/django/conf/locale/hr/LC_MESSAGES/django.po Log: Modified: django/trunk/django/conf/locale/hr/LC_MESSAGES/django.mo

Re: [Django] #11043: InlineForeignKeyField should respect to_field

2009-05-08 Thread Django
#11043: InlineForeignKeyField should respect to_field ---+ Reporter: apollo13 | Owner: nobody Status: new | Milestone: 1.1 Component: Forms | Version: 1.0

Re: [Django] #11043: InlineForeignKeyField should respect to_field

2009-05-08 Thread Django
#11043: InlineForeignKeyField should respect to_field ---+ Reporter: apollo13 | Owner: nobody Status: new | Milestone: 1.1

Re: [Django] #11027: Storage backends should know about the max_length attribute of the FileFields

2009-05-08 Thread Django
#11027: Storage backends should know about the max_length attribute of the FileFields ---+ Reporter: apollo13 | Owner: nobody Status: new | Milestone: 1.2

Re: [Django] #11013: Named imports in urls

2009-05-08 Thread Django
#11013: Named imports in urls -+-- Reporter: gruszczy| Owner: nobody Status: reopened| Milestone: Component: Core framework | Version:

Re: [Django] #9977: CSRFMiddleware needs template tag

2009-05-08 Thread Django
#9977: CSRFMiddleware needs template tag -+-- Reporter: bthomas | Owner: lukeplant Status: assigned| Milestone: Component: HTTP handling

[Changeset] r10720 - in django/branches/releases/1.0.X: django/contrib/admin tests/regressiontests/admin_views

2009-05-08 Thread noreply
Author: russellm Date: 2009-05-08 11:12:51 -0500 (Fri, 08 May 2009) New Revision: 10720 Modified: django/branches/releases/1.0.X/django/contrib/admin/options.py django/branches/releases/1.0.X/tests/regressiontests/admin_views/tests.py Log: [1.0.X] Fixed #10899 -- Ensured that log messages

Re: [Django] #9333: Add Django-localeurl to the translation/i18n documentation

2009-05-08 Thread Django
#9333: Add Django-localeurl to the translation/i18n documentation ---+ Reporter: vizualbod | Owner: nobody Status: new | Milestone: Component:

Re: [Django] #9249: Google Analytics' Cookies break CacheMiddleware when SessionMiddleware turns on Vary: Cookie

2009-05-08 Thread Django
#9249: Google Analytics' Cookies break CacheMiddleware when SessionMiddleware turns on Vary: Cookie +--- Reporter: pixelcort | Owner: nobody Status: new| Milestone:

Re: [Django] #8952: Refactor a Django "site" to be just another view function

2009-05-08 Thread Django
#8952: Refactor a Django "site" to be just another view function -+-- Reporter: simon | Owner: nobody Status: new | Milestone:

Re: [Django] #9751: project_directory calculated incorrectly when "settings" is a directory (breaks 'startapp')

2009-05-08 Thread Django
#9751: project_directory calculated incorrectly when "settings" is a directory (breaks 'startapp') --+- Reporter: lamby| Owner: gsong Status: assigned |

Re: [Django] #8946: Denormalisation built in to the ORM

2009-05-08 Thread Django
#8946: Denormalisation built in to the ORM ---+ Reporter: simon | Owner: nobody Status: new | Milestone: Component:

Re: [Django] #8936: Integrate databrowse functionality in to the admin

2009-05-08 Thread Django
#8936: Integrate databrowse functionality in to the admin +--- Reporter: simon | Owner: nobody Status: new| Milestone: Component: Contrib

Re: [Django] #8928: Make a WSGI compatibility layer for Django middleware

2009-05-08 Thread Django
#8928: Make a WSGI compatibility layer for Django middleware +--- Reporter: simon | Owner: nobody Status: new| Milestone: Component: HTTP handling |

Re: [Django] #8034: Gzip Middleware And Images

2009-05-08 Thread Django
#8034: Gzip Middleware And Images -+-- Reporter: magneto | Owner: nobody Status: new | Milestone: Component: HTTP

[Changeset] r10719 - in django/branches/releases/1.0.X: django/contrib/admin/views tests/regressiontests/admin_views tests/regressiontests/admin_views/fixtures

2009-05-08 Thread noreply
Author: russellm Date: 2009-05-08 11:08:55 -0500 (Fri, 08 May 2009) New Revision: 10719 Added: django/branches/releases/1.0.X/tests/regressiontests/admin_views/fixtures/multiple-child-classes.json Modified: django/branches/releases/1.0.X/django/contrib/admin/views/main.py

Re: [Django] #6379: Don't hide errors when resolving URL views

2009-05-08 Thread Django
#6379: Don't hide errors when resolving URL views -+-- Reporter: Bastian Kleineidam | Owner: nobody Status: new | Milestone:

Re: [Django] #5925: Unable to use urlresolvers (url, reverse ) feature in redirect argument of decorator user_passes_test

2009-05-08 Thread Django
#5925: Unable to use urlresolvers (url,reverse ) feature in redirect argument of decorator user_passes_test -+-- Reporter: anonymous | Owner: nobody

Re: [Django] #5797: decorator_from_middleware can cause middleware hooks to run out of correct order.

2009-05-08 Thread Django
#5797: decorator_from_middleware can cause middleware hooks to run out of correct order. +--- Reporter: jdunck | Owner: nobody Status: new

Re: [Django] #5686: separate functions in CommonMiddleware.process_response

2009-05-08 Thread Django
#5686: separate functions in CommonMiddleware.process_response +--- Reporter: keturn | Owner: anonymous Status: assigned | Milestone: Component: HTTP

[Django] #11045: Updated Dutch translation

2009-05-08 Thread Django
#11045: Updated Dutch translation --+- Reporter: joeri | Owner: nobody Status: new | Milestone: 1.1 Component: Translations | Version: SVN

[Changeset] r10718 - in django/branches/releases/1.0.X: django/forms docs/topics/forms tests/modeltests/model_formsets

2009-05-08 Thread noreply
Author: russellm Date: 2009-05-08 11:04:59 -0500 (Fri, 08 May 2009) New Revision: 10718 Modified: django/branches/releases/1.0.X/django/forms/models.py django/branches/releases/1.0.X/docs/topics/forms/modelforms.txt

Re: [Django] #10625: Ewkt regexp incorrectly escaped

2009-05-08 Thread Django
#10625: Ewkt regexp incorrectly escaped -+-- Reporter: timlinux| Owner: springmeyer Status: closed | Milestone: 1.1 Component: GIS | Version: SVN

Re: [Django] #10625: Ewkt regexp incorrectly escaped

2009-05-08 Thread Django
#10625: Ewkt regexp incorrectly escaped -+-- Reporter: timlinux| Owner: springmeyer Status: new | Milestone: 1.1 Component: GIS | Version: SVN

Re: [Django] #10841: Better 500 template for AJAX calls

2009-05-08 Thread Django
#10841: Better 500 template for AJAX calls --+- Reporter: Riz | Owner: nobody Status: new | Milestone: Component: Core

Re: [Django] #10841: Better 500 template for AJAX calls

2009-05-08 Thread Django
#10841: Better 500 template for AJAX calls --+- Reporter: Riz | Owner: nobody Status: new | Milestone: Component: Core

Re: [Django] #10032: ORM switches incorrectly to OUTER JOIN in certain cases with isnull=True

2009-05-08 Thread Django
#10032: ORM switches incorrectly to OUTER JOIN in certain cases with isnull=True ---+ Reporter: gabor | Owner: nobody Status: closed|

Re: [Django] #9404: Proxy file-like methods and attributes in UploadedFile objects

2009-05-08 Thread Django
#9404: Proxy file-like methods and attributes in UploadedFile objects ---+ Reporter: magneto | Owner: mitsuhiko Status: closed| Milestone: 1.1

Re: [Django] #10249: Cannot create a consistent method resolution order (MRO) for bases FieldFile, File

2009-05-08 Thread Django
#10249: Cannot create a consistent method resolution order (MRO) for bases FieldFile, File ---+ Reporter: kmtracey | Owner: mitsuhiko Status: closed| Milestone:

Re: [Django] #10300: Custom File Storage Backend broken by recent SVN commit.

2009-05-08 Thread Django
#10300: Custom File Storage Backend broken by recent SVN commit. ---+ Reporter: erikcw| Owner: mitsuhiko Status: closed| Milestone: 1.1

Re: [Django] #7712: UploadedFile missing readline method

2009-05-08 Thread Django
#7712: UploadedFile missing readline method ---+ Reporter: artagnon | Owner: nobody Status: closed| Milestone:

[Changeset] r10717 - in django/trunk: django/core/files django/db/models/fields tests/modeltests/files tests/regressiontests/file_storage

2009-05-08 Thread noreply
Author: jacob Date: 2009-05-08 10:08:09 -0500 (Fri, 08 May 2009) New Revision: 10717 Added: django/trunk/django/core/files/utils.py Modified: django/trunk/django/core/files/base.py django/trunk/django/core/files/temp.py django/trunk/django/core/files/uploadedfile.py

Re: [Django] #10841: Better 500 template for AJAX calls

2009-05-08 Thread Django
#10841: Better 500 template for AJAX calls --+- Reporter: Riz | Owner: nobody Status: new | Milestone: Component: Core

Re: [Django] #11019: Admin inlines queryset

2009-05-08 Thread Django
#11019: Admin inlines queryset ---+ Reporter: pcicman | Owner: Status: new | Milestone:

Re: [Django] #10032: ORM switches incorrectly to OUTER JOIN in certain cases with isnull=True

2009-05-08 Thread Django
#10032: ORM switches incorrectly to OUTER JOIN in certain cases with isnull=True ---+ Reporter: gabor | Owner: nobody Status: reopened |

Re: [Django] #11019: Admin inlines queryset

2009-05-08 Thread Django
#11019: Admin inlines queryset ---+ Reporter: pcicman | Owner: Status: new | Milestone:

Re: [Django] #10243: to_field option problems in admin site

2009-05-08 Thread Django
#10243: to_field option problems in admin site ---+ Reporter: tsawyer | Owner: mtredinnick Status: assigned | Milestone: 1.1

Re: [Django] #11042: admin inlines of inherited models break on edit submit after changeset 10666

2009-05-08 Thread Django
#11042: admin inlines of inherited models break on edit submit after changeset 10666 ---+ Reporter: jsmullyan | Owner: mir Status: new | Milestone: 1.1

[Django] #11044: FormWizard extra_context attribute is class-wide

2009-05-08 Thread Django
#11044: FormWizard extra_context attribute is class-wide --+- Reporter: taylanpince | Owner: nobody Status: new | Milestone: Component:

Re: [Django] #10940: Omission in tutorial, part 4: generic views

2009-05-08 Thread Django
#10940: Omission in tutorial, part 4: generic views +--- Reporter: zpearce| Owner: nobody Status: closed | Milestone:

Re: [Django] #9850: Outdated documentation - (date format strings)

2009-05-08 Thread Django
#9850: Outdated documentation - (date format strings) -+-- Reporter: cezz| Owner: timo Status: closed | Milestone:

Re: [Django] #10794: admin JS error 'document.getElementById("") is null' on adding new user

2009-05-08 Thread Django
#10794: admin JS error 'document.getElementById("") is null' on adding new user ---+ Reporter: carljm| Owner: nobody Status: closed| Milestone:

Re: [Django] #10829: QuerySet.delete() attempts to delete unmanaged models.

2009-05-08 Thread Django
#10829: QuerySet.delete() attempts to delete unmanaged models. ---+ Reporter: justinlilly | Owner: nobody Status: new | Milestone:

Re: [Django] #10795: Add Link to modelformset_factory

2009-05-08 Thread Django
#10795: Add Link to modelformset_factory +--- Reporter: csshef | Owner: Uninen Status: new| Milestone: 1.1 Component: Documentation |

[Django] #11043: InlineForeignKeyField should respect to_field

2009-05-08 Thread Django
#11043: InlineForeignKeyField should respect to_field ---+ Reporter: apollo13 | Owner: nobody Status: new| Milestone: 1.1 Component: Uncategorized | Version: 1.0

[Changeset] r10716 - in django/trunk: django/utils docs/ref/templates tests/regressiontests/dateformat tests/regressiontests/utils

2009-05-08 Thread noreply
Author: jacob Date: 2009-05-08 08:39:37 -0500 (Fri, 08 May 2009) New Revision: 10716 Added: django/trunk/tests/regressiontests/utils/dateformat.py Modified: django/trunk/django/utils/dateformat.py django/trunk/docs/ref/templates/builtins.txt

Re: [Django] #11042: admin inlines of inherited models break on edit submit after changeset 10666

2009-05-08 Thread Django
#11042: admin inlines of inherited models break on edit submit after changeset 10666 +--- Reporter: jsmullyan | Owner: mir Status: new| Milestone: Component:

Re: [Django] #10795: Add Link to modelformset_factory

2009-05-08 Thread Django
#10795: Add Link to modelformset_factory +--- Reporter: csshef | Owner: Uninen Status: new| Milestone: 1.1 Component: Documentation | Version: 1.0

[Django] #11041: Document all QuerySet methods in QuerySet API

2009-05-08 Thread Django
#11041: Document all QuerySet methods in QuerySet API ---+ Reporter: idangazit | Owner: nobody Status: new| Milestone: Component: Documentation | Version: SVN

[Django] #11040: Updated Finnish translation

2009-05-08 Thread Django
#11040: Updated Finnish translation --+- Reporter: Uninen| Owner: nobody Status: new | Milestone: 1.1 Component: Translations | Version:

Re: [Django] #10672: Proxy Model does not send save signal

2009-05-08 Thread Django
#10672: Proxy Model does not send save signal ---+ Reporter: zbyte64 | Owner: Nobody Status: new | Milestone: 1.1

Re: [Django] #10272: document signatures and optional parameters for the contrib.auth views

2009-05-08 Thread Django
#10272: document signatures and optional parameters for the contrib.auth views +--- Reporter: gwilson| Owner: idangazit Status: assigned | Milestone: 1.1

Re: [Django] #10273: document missing auth forms

2009-05-08 Thread Django
#10273: document missing auth forms +--- Reporter: gwilson| Owner: jacob Status: assigned | Milestone: 1.1 Component: Documentation | Version:

Re: [Django] #10950: Unused import in django/forms/fields.py

2009-05-08 Thread Django
#10950: Unused import in django/forms/fields.py -+-- Reporter: dc | Owner: nobody Status: new | Milestone: Component: Forms | Version: 1.0

  1   2   >