Re: [Django] #11890: Defer/only + annotate is broken

2011-07-06 Thread Django
#11890: Defer/only + annotate is broken -+- Reporter: | Owner: ruosteinen jaklaassen@… | Status: closed Type: Bug|

Re: [Django] #11890: Defer/only + annotate is broken

2011-07-06 Thread Django
#11890: Defer/only + annotate is broken -+- Reporter: | Owner: ruosteinen jaklaassen@… | Status: assigned Type: Bug|

Re: [Django] #16003: Admin incompatible with USE_ETAGS = True

2011-07-06 Thread Django
#16003: Admin incompatible with USE_ETAGS = True +- Reporter: lamby | Owner: nobody Type: Bug | Status: new Milestone:| Component:

[Changeset] r16522 - in django/trunk: django/db/models django/db/models/sql tests/regressiontests/defer_regress

2011-07-06 Thread noreply
Author: ramiro Date: 2011-07-06 18:12:45 -0700 (Wed, 06 Jul 2011) New Revision: 16522 Modified: django/trunk/django/db/models/query.py django/trunk/django/db/models/sql/compiler.py django/trunk/tests/regressiontests/defer_regress/tests.py Log: Fixed #16409 -- Fixed an error condition

Re: [Django] #16409: `defer()` and `only()` don't play nice with `annotate()`

2011-07-06 Thread Django
#16409: `defer()` and `only()` don't play nice with `annotate()` -+- Reporter: mrmachine | Owner: nobody Type: Bug| Status: closed Milestone: 1.4

Re: [Django] #14094: Cannot define CharField with unlimited length

2011-07-06 Thread Django
#14094: Cannot define CharField with unlimited length ---+-- Reporter: millerdev| Owner: nobody Type: New feature | Status: reopened Milestone: |

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

2011-07-06 Thread noreply
Author: lukeplant Date: 2011-07-06 16:44:54 -0700 (Wed, 06 Jul 2011) New Revision: 16521 Modified: django/trunk/docs/ref/models/fields.txt django/trunk/docs/topics/security.txt Log: Improved warning about file uploads in docs, and added link from security overview page Modified:

Re: [Django] #11890: Defer/only + annotate is broken

2011-07-06 Thread Django
#11890: Defer/only + annotate is broken -+- Reporter: | Owner: ruosteinen jaklaassen@… | Status: assigned Type: Bug|

[Changeset] r16520 - in django/trunk/django/db/backends: . oracle postgresql_psycopg2 sqlite3

2011-07-06 Thread noreply
Author: ramiro Date: 2011-07-06 16:25:30 -0700 (Wed, 06 Jul 2011) New Revision: 16520 Modified: django/trunk/django/db/backends/creation.py django/trunk/django/db/backends/oracle/creation.py django/trunk/django/db/backends/postgresql_psycopg2/creation.py

Re: [Django] #16250: Error with new pyscopg2 2.4.2 release and tests

2011-07-06 Thread Django
#16250: Error with new pyscopg2 2.4.2 release and tests -+--- Reporter: anonymous | Owner: nobody Type: Bug| Status: closed Milestone: |

Re: [Django] #16427: truncate table method in ORM

2011-07-06 Thread Django
#16427: truncate table method in ORM -+- Reporter: | Owner: nobody adamnelson | Status: closed Type: New| Component:

Re: [Django] #8892: ForeignKey relation not saved as expected

2011-07-06 Thread Django
#8892: ForeignKey relation not saved as expected -+- Reporter: julien | Owner: blacklwhite Type: Bug| Status: reopened Milestone: |

Re: [Django] #8892: ForeignKey relation not saved as expected

2011-07-06 Thread Django
#8892: ForeignKey relation not saved as expected -+- Reporter: julien | Owner: blacklwhite Type: Bug| Status: closed Milestone: |

Re: [Django] #8892: ForeignKey relation not saved as expected

2011-07-06 Thread Django
#8892: ForeignKey relation not saved as expected -+- Reporter: julien | Owner: blacklwhite Type: Bug| Status: new Milestone: |

Re: [Django] #16427: truncate table method in ORM

2011-07-06 Thread Django
#16427: truncate table method in ORM -+- Reporter: | Owner: nobody adamnelson | Status: new Type: New| Component:

Re: [Django] #16427: truncate table method in ORM

2011-07-06 Thread Django
#16427: truncate table method in ORM -+- Reporter: | Owner: nobody adamnelson | Status: new Type: New| Component:

Re: [Django] #16426: sqlite: Cannot delete more than 999 things if there is a relation pointing to them

2011-07-06 Thread Django
#16426: sqlite: Cannot delete more than 999 things if there is a relation pointing to them -+- Reporter: kmtracey | Owner: nobody Type: Bug| Status: new

[Django] #16427: truncate table method in ORM

2011-07-06 Thread Django
#16427: truncate table method in ORM -+-- Reporter: adamnelson | Owner: nobody Type: New feature | Status: new Milestone: | Component: Database layer (models, ORM) Version: 1.3

[Django] #16426: sqlite: Cannot delete more than 999 things if there is a relation pointing to them

2011-07-06 Thread Django
#16426: sqlite: Cannot delete more than 999 things if there is a relation pointing to them -+- Reporter: kmtracey |Owner: nobody Type: Bug |

Re: [Django] #13614: Back button breaks many to many widget

2011-07-06 Thread Django
#13614: Back button breaks many to many widget +--- Reporter: minarets | Owner: nobody Type: Bug | Status: reopened Milestone:| Component:

Re: [Django] #16395: urlize works with malformed URLs

2011-07-06 Thread Django
#16395: urlize works with malformed URLs -+- Reporter: | Owner: nobody BernhardEssl | Status: new Type: | Component:

Re: [Django] #16396: Validation Problem Reading Files When Using Custom Storage Module

2011-07-06 Thread Django
#16396: Validation Problem Reading Files When Using Custom Storage Module -+- Reporter: | Owner: nobody dadealeus@…| Status: closed

Re: [Django] #16425: mailing using ssmtplib

2011-07-06 Thread Django
#16425: mailing using ssmtplib -+ Reporter: charantej.s@… | Owner: nobody Type: New feature| Status: closed Milestone: 1.4| Component:

[Django] #16425: mailing using ssmtplib

2011-07-06 Thread Django
#16425: mailing using ssmtplib +- Reporter: charantej.s@… | Owner: nobody Type: New feature | Status: new Milestone: 1.4 | Component: Core (Mail) Version: 1.3 |

[Changeset] r16519 - in django/trunk: django/contrib/staticfiles/management/commands tests/regressiontests/staticfiles_tests tests/regressiontests/staticfiles_tests/project tests/regressiontests/stat

2011-07-06 Thread noreply
Author: jezdez Date: 2011-07-06 03:28:18 -0700 (Wed, 06 Jul 2011) New Revision: 16519 Added: django/trunk/tests/regressiontests/staticfiles_tests/project/prefixed/ django/trunk/tests/regressiontests/staticfiles_tests/project/prefixed/test.txt Modified:

Re: [Django] #16424: collectstatic command not work

2011-07-06 Thread Django
#16424: collectstatic command not work +- Reporter: Kidwind | Owner: jezdez Type: Bug | Status: closed Milestone:| Component:

Re: [Django] #16424: collectstatic command not work

2011-07-06 Thread Django
#16424: collectstatic command not work +- Reporter: Kidwind | Owner: jezdez Type: Bug | Status: new Milestone:| Component:

Re: [Django] #16424: collectstatic command not work

2011-07-06 Thread Django
#16424: collectstatic command not work +- Reporter: Kidwind | Owner: nobody Type: Bug | Status: reopened Milestone:| Component:

Re: [Django] #15316: Filter with isnull=False failing when isnull checked on subclass of FK model

2011-07-06 Thread Django
#15316: Filter with isnull=False failing when isnull checked on subclass of FK model -+- Reporter: zimnyx | Owner: ethlinn Type: Bug| Status: new

Re: [Django] #16424: collectstatic command not work

2011-07-06 Thread Django
#16424: collectstatic command not work -+- Reporter: Kidwind| Owner: nobody Type: Bug| Status: closed Milestone: | Component:

[Django] #16424: collectstatic command not work

2011-07-06 Thread Django
#16424: collectstatic command not work ---+- Reporter: Kidwind| Owner: nobody Type: Bug| Status: new Milestone: | Component: contrib.staticfiles Version: SVN

Re: [Django] #897: Bi-Directional ManyToMany in Admin

2011-07-06 Thread Django
#897: Bi-Directional ManyToMany in Admin ---+--- Reporter: anonymous| Owner: nobody Type: New feature | Status: new Milestone: | Component:

Re: [Django] #16400: runserver exits without any warnings

2011-07-06 Thread Django
#16400: runserver exits without any warnings --+-- Reporter: gour| Owner: nobody Type: Bug | Status: closed Milestone: | Component:

Re: [Django] #16422: Warnings when building the docs in epub format

2011-07-06 Thread Django
#16422: Warnings when building the docs in epub format -+- Reporter: aaugustin | Owner: nobody Type: | Status: closed Cleanup/optimization |

Re: [Django] #16422: Warnings when building the docs in epub format

2011-07-06 Thread Django
#16422: Warnings when building the docs in epub format -+- Reporter: aaugustin | Owner: nobody Type: | Status: new Cleanup/optimization |

Re: [Django] #16412: Disabling an 'django.contrib.sites' app, causes Try disabling an 'django.contrib.sites' app, (which as it is a contrib app, should be an optional), and you'll get an error in test

2011-07-06 Thread Django
#16412: Disabling an 'django.contrib.sites' app, causes Try disabling an 'django.contrib.sites' app, (which as it is a contrib app, should be an optional), and you'll get an error in tests with django.contrib.auth.tests.forms.PasswordResetFormTest

Re: [Django] #16400: runserver exits without any warnings

2011-07-06 Thread Django
#16400: runserver exits without any warnings --+-- Reporter: gour| Owner: nobody Type: Bug | Status: reopened Milestone: |