Re: [Django] #9025: Nested Inline Support in Admin

2012-04-06 Thread Django
#9025: Nested Inline Support in Admin -+- Reporter: pixelcort|Owner: nobody Type: New feature | Status: new Component: contrib.admin|

Re: [Django] #18077: XMLField removal should be informed in release notes

2012-04-06 Thread Django
#18077: XMLField removal should be informed in release notes -+- Reporter: italo.maia@… |Owner: nobody Type: | Status: closed Cleanup/optimi

Re: [Django] #18077: XMLField removal should be informed in release notes

2012-04-06 Thread Django
#18077: XMLField removal should be informed in release notes -+- Reporter: italo.maia@… |Owner: nobody Type: | Status: closed Cleanup/optimi

[Django] #18077: XMLField removal should be informed in release notes

2012-04-06 Thread Django
#18077: XMLField removal should be informed in release notes --+ Reporter: italo.maia@… | Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation |Version: 1.4

Re: [Django] #18075: LOCALE_PATHS needs ", " at the end of the locations

2012-04-06 Thread Django
#18075: LOCALE_PATHS needs "," at the end of the locations --+-- Reporter: esevece |Owner: nobody Type: Bug | Status: closed Component: Translations |

[Django] #18076: rfc3339 default support since 1.4 - DateTimeField

2012-04-06 Thread Django
#18076: rfc3339 default support since 1.4 - DateTimeField ---+ Reporter: anonymous | Owner: nobody Type: Uncategorized | Status: new Component: Forms |Version: 1.4 Severity: Normal

Re: [Django] #17851: Db Field instances cannot be compared to other objects

2012-04-06 Thread Django
#17851: Db Field instances cannot be compared to other objects -+- Reporter: charettes|Owner: charettes Type: Bug | Status: new Component:

Re: [Django] #11442: Postgresql backend casts inet types to text, breaks IP operations and IPv6 lookups.

2012-04-06 Thread Django
#11442: Postgresql backend casts inet types to text, breaks IP operations and IPv6 lookups. -+- Reporter: eide |Owner: nobody Type: Bug |

Re: [Django] #16744: Class based view should have the view object in the context

2012-04-06 Thread Django
#16744: Class based view should have the view object in the context ---+ Reporter: reinout|Owner: tobias Type: New feature| Status: assigned Component: Generic vi

Re: [Django] #16074: Class-based views clash get_context_data

2012-04-06 Thread Django
#16074: Class-based views clash get_context_data -+- Reporter: emyller |Owner: tobias Type: Bug | Status: closed Component: Generic view

[Changeset] r17875 - in django/trunk: django/views/generic docs/topics tests/regressiontests/generic_views

2012-04-06 Thread noreply
Author: claudep Date: 2012-04-06 14:24:33 -0700 (Fri, 06 Apr 2012) New Revision: 17875 Modified: django/trunk/django/views/generic/base.py django/trunk/django/views/generic/dates.py django/trunk/django/views/generic/detail.py django/trunk/django/views/generic/edit.py django/trunk/dj

Re: [Django] #18075: LOCALE_PATHS needs ", " at the end of the locations

2012-04-06 Thread Django
#18075: LOCALE_PATHS needs "," at the end of the locations --+-- Reporter: esevece |Owner: nobody Type: Bug | Status: closed Component: Translations |

Re: [Django] #18075: LOCALE_PATHS needs ", " at the end of the locations

2012-04-06 Thread Django
#18075: LOCALE_PATHS needs "," at the end of the locations --+-- Reporter: esevece |Owner: nobody Type: Bug | Status: new Component: Translations |

[Django] #18075: LOCALE_PATHS needs ", " at the end of the locations

2012-04-06 Thread Django
#18075: LOCALE_PATHS needs "," at the end of the locations --+ Reporter: esevece | Owner: nobody Type: Bug | Status: new Component: Translations |Version: SVN Severity: Normal| Keyw

Re: [Django] #18072: ChangeList shouldn't use hardcoded urls

2012-04-06 Thread Django
#18072: ChangeList shouldn't use hardcoded urls ---+ Reporter: kmike |Owner: nobody Type: Uncategorized | Status: new Component: contrib.admin | V

Re: [Django] #18074: Seems like there is a misprint in the “django-admin.py and manage.py” section

2012-04-06 Thread Django
#18074: Seems like there is a misprint in the “django-admin.py and manage.py” section ---+ Reporter: aruseni| Owner: nobody Type: Uncategorized | Status: closed Component: Documentation |Version: 1.4

[Changeset] r17874 - django/branches/releases/1.4.X/docs/ref

2012-04-06 Thread noreply
Author: ramiro Date: 2012-04-06 11:59:06 -0700 (Fri, 06 Apr 2012) New Revision: 17874 Modified: django/branches/releases/1.4.X/docs/ref/django-admin.txt Log: [1.4.X] Fixed #18074 -- Fixed description of dumpdata command --database option. Thanks aruseni for the report. Backport of r17873 from

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

2012-04-06 Thread noreply
Author: ramiro Date: 2012-04-06 11:55:42 -0700 (Fri, 06 Apr 2012) New Revision: 17873 Modified: django/trunk/docs/ref/django-admin.txt Log: Fixed #18074 -- Fixed description of dumpdata command --database option. Thanks aruseni for the report. Modified: django/trunk/docs/ref/django-admin.txt

Re: [Django] #18074: Seems like there is a misprint in the “django-admin.py and manage.py” section

2012-04-06 Thread Django
#18074: Seems like there is a misprint in the “django-admin.py and manage.py” section ---+ Reporter: aruseni| Owner: nobody Type: Uncategorized | Status: closed Component: Documentation |Version: 1.4

Re: [Django] #18073: Wrong markup in markup documentation

2012-04-06 Thread Django
#18073: Wrong markup in markup documentation ---+-- Reporter: jonash |Owner: nobody Type: Uncategorized | Status: closed Component: Documentation |

[Django] #18074: Seems like there is a misprint in the “django-admin.py and manage.py” section

2012-04-06 Thread Django
#18074: Seems like there is a misprint in the “django-admin.py and manage.py” section ---+ Reporter: aruseni| Owner: nobody Type: Uncategorized | Status: new Component: Documentation |Version: 1.4 Se

Re: [Django] #16017: createsuperuser fails if Python can't detect default locale

2012-04-06 Thread Django
#16017: createsuperuser fails if Python can't detect default locale -+- Reporter: prestontimmons |Owner: nobody Type: Bug | Status: new Componen

[Django] #18073: Wrong markup in markup documentation

2012-04-06 Thread Django
#18073: Wrong markup in markup documentation ---+ Reporter: jonash | Owner: nobody Type: Uncategorized | Status: new Component: Documentation |Version: 1.4 Severity: Normal | Keywords: Tr

Re: [Django] #16233: Add definition of db_alias in Performing raw SQL queries

2012-04-06 Thread Django
#16233: Add definition of db_alias in Performing raw SQL queries --+ Reporter: charlax |Owner: nobody Type: Cleanup/optimization | Status: closed Compon

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

2012-04-06 Thread noreply
Author: claudep Date: 2012-04-06 02:17:37 -0700 (Fri, 06 Apr 2012) New Revision: 17872 Modified: django/trunk/docs/topics/db/sql.txt Log: Fixed #16233 -- Added link to multiple databases docs from custom sql alias section. Thanks charlax for the report. Modified: django/trunk/docs/topics/db/