Re: [Django] #18100: Deleting model instances with deferred fields don't trigger deletion signals

2013-07-09 Thread Django
#18100: Deleting model instances with deferred fields don't trigger deletion signals -+- Reporter: charettes|Owner: charettes Type: Bug | Statu

[Django] #20726: Django development server time different from server time

2013-07-09 Thread Django
#20726: Django development server time different from server time + Reporter: ncatdesigner@… | Owner: nobody Type: Bug | Status: new Component: Uncategorized |Version: 1.5 Severity: Normal

[Django] #20725: Oracle+Python3: Django test suite segfaults

2013-07-09 Thread Django
#20725: Oracle+Python3: Django test suite segfaults ---+ Reporter: shai | Owner: shai Type: Bug| Status: new Component: Uncategorized |Version: 1.6-beta-1 Severity: Normal

Re: [Django] #19678: Test failure with spatialite

2013-07-09 Thread Django
#19678: Test failure with spatialite + Reporter: julien |Owner: nobody Type: Bug | Status: new Component: GIS | Version: 1.4 Severity: Normal |

Re: [Django] #20663: Admin Now and Today buttons use confusing time / timezone

2013-07-09 Thread Django
#20663: Admin Now and Today buttons use confusing time / timezone -+- Reporter: imfletcher |Owner: aaugustin Type: Bug | Status: closed Comp

Re: [Django] #18768: Timezone documentation lacks some FAQ about how to deal with naive/tz aware datetimes in the Javascript

2013-07-09 Thread Django
#18768: Timezone documentation lacks some FAQ about how to deal with naive/tz aware datetimes in the Javascript ---+-- Reporter: void |Owner: nobody Type: New feature|

[django/django] 7e6d85: Fixed #20663 -- "Today" and "now" admin shortcuts.

2013-07-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 7e6d852bac4de2d5ed2d5ddeabf71482d644ef51 https://github.com/django/django/commit/7e6d852bac4de2d5ed2d5ddeabf71482d644ef51 Author: Loic Bistuer Date: 2013-07-09 (Tue, 09 Jul 2013) Changed paths: M d

Re: [Django] #7717: python now() and javascript now-button in admin not the same

2013-07-09 Thread Django
#7717: python now() and javascript now-button in admin not the same ---+-- Reporter: mikaelm|Owner: nobody Type: Uncategorized | Status: closed Component: contri

Re: [Django] #14253: TIME_ZONE not respected by Today and Now widgets in admin

2013-07-09 Thread Django
#14253: TIME_ZONE not respected by Today and Now widgets in admin -+- Reporter: adamnelson |Owner: nobody Type: New feature | Status: closed Compone

Re: [Django] #20663: Admin Now and Today buttons use confusing time / timezone

2013-07-09 Thread Django
#20663: Admin Now and Today buttons use confusing time / timezone ---+- Reporter: imfletcher |Owner: aaugustin Type: Bug| Status: closed Component: contrib.ad

Re: [Django] #20724: Failing transaction test with on-disk sqlite database

2013-07-09 Thread Django
#20724: Failing transaction test with on-disk sqlite database --+ Reporter: claudep |Owner: nobody Type: Cleanup/optimization | Status: closed Component

[django/django] d20040: Avoided transaction.set_autocommit in tests.

2013-07-09 Thread GitHub
Branch: refs/heads/stable/1.6.x Home: https://github.com/django/django Commit: d200405471957fa67e21b2cbf08390cefbcd8482 https://github.com/django/django/commit/d200405471957fa67e21b2cbf08390cefbcd8482 Author: Aymeric Augustin Date: 2013-07-09 (Tue, 09 Jul 2013) Changed path

Re: [Django] #20724: Failing transaction test with on-disk sqlite database

2013-07-09 Thread Django
#20724: Failing transaction test with on-disk sqlite database --+ Reporter: claudep |Owner: nobody Type: Cleanup/optimization | Status: closed Component

[django/django] 38bc58: Avoided transaction.set_autocommit in tests.

2013-07-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 38bc581bc02d83ecab6d19514ac51b57f0e11866 https://github.com/django/django/commit/38bc581bc02d83ecab6d19514ac51b57f0e11866 Author: Aymeric Augustin Date: 2013-07-09 (Tue, 09 Jul 2013) Changed paths:

[Django] #20724: Failing transaction test with on-disk sqlite database

2013-07-09 Thread Django
#20724: Failing transaction test with on-disk sqlite database + Reporter: claudep | Owner: nobody Type: Cleanup/optimization | Status: new Comp

[django/django] 615719: Added a test for the envelope() GeoQuerySet method

2013-07-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 6157192b6e15ca94734e56be6c71a4154c6015bd https://github.com/django/django/commit/6157192b6e15ca94734e56be6c71a4154c6015bd Author: Claude Paroz Date: 2013-07-09 (Tue, 09 Jul 2013) Changed paths: M d

Re: [Django] #20718: Geoqueryset method do not return a value

2013-07-09 Thread Django
#20718: Geoqueryset method do not return a value +-- Reporter: burton449geo@… |Owner: nobody Type: Bug | Status: closed Component: GIS |

Re: [Django] #20718: Geoqueryset method do not return a value

2013-07-09 Thread Django
#20718: Geoqueryset method do not return a value +-- Reporter: burton449geo@… |Owner: nobody Type: Bug | Status: closed Component: GIS |

[Django] #20723: model_to_dict requires True, False, or '' instead of 0, 1, or '' when NullBooleanField

2013-07-09 Thread Django
#20723: model_to_dict requires True, False, or '' instead of 0, 1, or '' when NullBooleanField --+ Reporter: helen.mayhew@…| Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentati

Re: [Django] #18592: Provide failure recovery for undocumented "_last_executed" in MySQLdb's cursor

2013-07-09 Thread Django
#18592: Provide failure recovery for undocumented "_last_executed" in MySQLdb's cursor -+- Reporter: reames@… |Owner: nobody Type: | Status

[django/django] ae685e: [1.6.x] Fixed last_executed_query test failure on ...

2013-07-09 Thread GitHub
Branch: refs/heads/stable/1.6.x Home: https://github.com/django/django Commit: ae685e54cb8b5d654180ac66b9fd4d68ad28a66b https://github.com/django/django/commit/ae685e54cb8b5d654180ac66b9fd4d68ad28a66b Author: Shai Berger Date: 2013-07-09 (Tue, 09 Jul 2013) Changed paths:

Re: [Django] #18592: Provide failure recovery for undocumented "_last_executed" in MySQLdb's cursor

2013-07-09 Thread Django
#18592: Provide failure recovery for undocumented "_last_executed" in MySQLdb's cursor -+- Reporter: reames@… |Owner: nobody Type: | Status

[django/django] 550b61: Made an aggregate test pass with spatialite backen...

2013-07-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 550b6195edf547ca821f578341a78d68d4121551 https://github.com/django/django/commit/550b6195edf547ca821f578341a78d68d4121551 Author: Claude Paroz Date: 2013-07-09 (Tue, 09 Jul 2013) Changed paths: M d

Re: [Django] #20529: Django 1.6a1 is not available via pip install as per instructions

2013-07-09 Thread Django
#20529: Django 1.6a1 is not available via pip install as per instructions -+- Reporter: un33k|Owner: nobody Type: | Status: closed C

Re: [Django] #20720: Invisible text in "go to previous" link

2013-07-09 Thread Django
#20720: Invisible text in "go to previous" link -+ Reporter: freopen@…|Owner: nobody Type: Bug | Status: closed Component: *.djangoprojec

Re: [Django] #20721: HorizontalVerticalFilterSeleniumChromeTests.test_basic test failure

2013-07-09 Thread Django
#20721: HorizontalVerticalFilterSeleniumChromeTests.test_basic test failure ---+ Reporter: timo |Owner: nobody Type: Bug| Status: new Compone

Re: [Django] #20722: MemcachedCache backend get_many does not work on Python 3

2013-07-09 Thread Django
#20722: MemcachedCache backend get_many does not work on Python 3 -+- Reporter: timo |Owner: nobody Type: Bug | Status: closed Compone

Re: [Django] #20722: MemcachedCache backend get_many does not work on Python 3

2013-07-09 Thread Django
#20722: MemcachedCache backend get_many does not work on Python 3 -+- Reporter: timo |Owner: nobody Type: Bug | Status: closed Compone

[django/django] 7bbf69: [1.5.x] Fixed #20722 -- Fixed MemcachedCache backe...

2013-07-09 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 7bbf6971329d7fdd5343895c7e8c292f7e64d95e https://github.com/django/django/commit/7bbf6971329d7fdd5343895c7e8c292f7e64d95e Author: Tim Graham Date: 2013-07-09 (Tue, 09 Jul 2013) Changed paths:

[django/django] 7788c7: [1.6.x] Fixed #20722 -- Fixed MemcachedCache backe...

2013-07-09 Thread GitHub
Branch: refs/heads/stable/1.6.x Home: https://github.com/django/django Commit: 7788c7189036bcd78692aaae1dd4260d7a7563bf https://github.com/django/django/commit/7788c7189036bcd78692aaae1dd4260d7a7563bf Author: Tim Graham Date: 2013-07-09 (Tue, 09 Jul 2013) Changed paths:

[django/django] 3c7362: Fixed #20722 -- Fixed MemcachedCache backend get_m...

2013-07-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 3c736207a37840109f16f004c343c77b5ee389b6 https://github.com/django/django/commit/3c736207a37840109f16f004c343c77b5ee389b6 Author: Tim Graham Date: 2013-07-09 (Tue, 09 Jul 2013) Changed paths: M dja

Re: [Django] #20722: MemcachedCache backend get_many does not work on Python 3

2013-07-09 Thread Django
#20722: MemcachedCache backend get_many does not work on Python 3 -+- Reporter: timo |Owner: nobody Type: Bug | Status: closed Compone

Re: [Django] #20722: MemcachedCache backend get_many does not work on Python 3

2013-07-09 Thread Django
#20722: MemcachedCache backend get_many does not work on Python 3 -+- Reporter: timo |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #19196: Add tests/requirements.txt

2013-07-09 Thread Django
#19196: Add tests/requirements.txt ---+ Reporter: akaariai |Owner: nobody Type: New feature| Status: new Component: Documentation | Version: mast

[Django] #20722: MemcachedCache backend get_many does not work on Python 3

2013-07-09 Thread Django
#20722: MemcachedCache backend get_many does not work on Python 3 -+ Reporter: timo | Owner: nobody Type: Bug | Status: new Component: Core (Cache system) |Version: 1.5

[Django] #20721: HorizontalVerticalFilterSeleniumChromeTests.test_basic test failure

2013-07-09 Thread Django
#20721: HorizontalVerticalFilterSeleniumChromeTests.test_basic test failure ---+ Reporter: timo | Owner: nobody Type: Bug| Status: new Component: Testing framework |Version: 1.5

[django/django] 57f190: Only import gis test apps for geo-enabled DBs

2013-07-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 57f190ed3b77eb105cc86ecfabc455662410d40a https://github.com/django/django/commit/57f190ed3b77eb105cc86ecfabc455662410d40a Author: Claude Paroz Date: 2013-07-09 (Tue, 09 Jul 2013) Changed paths: M t

[django/django] 74bc63: Isolate geoapp test from sitemaps app being instal...

2013-07-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 74bc63b1094582e011aded3e8d0fdd82cf623b5b https://github.com/django/django/commit/74bc63b1094582e011aded3e8d0fdd82cf623b5b Author: Claude Paroz Date: 2013-07-09 (Tue, 09 Jul 2013) Changed paths: M d

[django/django] e2c1e9: [1.6.x] Partial revert of commit 2bf403ecbd95

2013-07-09 Thread GitHub
Branch: refs/heads/stable/1.6.x Home: https://github.com/django/django Commit: e2c1e9ef55b340ecb789a4dbb2d34372c98a2fcf https://github.com/django/django/commit/e2c1e9ef55b340ecb789a4dbb2d34372c98a2fcf Author: Claude Paroz Date: 2013-07-09 (Tue, 09 Jul 2013) Changed paths:

Re: [Django] #20720: Invisible text in "go to previous" link

2013-07-09 Thread Django
#20720: Invisible text in "go to previous" link -+ Reporter: freopen@…|Owner: nobody Type: Bug | Status: new Component: *.djangoproject.c

[Django] #20720: Invisible text in "go to previous" link

2013-07-09 Thread Django
#20720: Invisible text in "go to previous" link ---+ Reporter: freopen@… | Owner: nobody Type: Bug| Status: new Component: Documentation |Version: master Severity: Normal | Keyword

[django/django] 5192db: [1.5.x] Fixed #18261 -- Clarified 'project root di...

2013-07-09 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 5192dbbf5546eb62e1c24d36d91f270b1a2b5eaf https://github.com/django/django/commit/5192dbbf5546eb62e1c24d36d91f270b1a2b5eaf Author: SusanTan Date: 2013-07-09 (Tue, 09 Jul 2013) Changed paths: M

Re: [Django] #18261: Clarify the term "project root directory"

2013-07-09 Thread Django
#18261: Clarify the term "project root directory" -+- Reporter: schnippi |Owner: susan Type: | Status: closed Cleanup/optimization

[django/django] c1b24b: [1.6.x] Fixed #18261 -- Clarified 'project root di...

2013-07-09 Thread GitHub
Branch: refs/heads/stable/1.6.x Home: https://github.com/django/django Commit: c1b24b09f4e3a390d015fc53af02621b1b120bc6 https://github.com/django/django/commit/c1b24b09f4e3a390d015fc53af02621b1b120bc6 Author: SusanTan Date: 2013-07-09 (Tue, 09 Jul 2013) Changed paths: M

[django/django] 57815e: Partial revert of commit 2bf403ecbd95

2013-07-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 57815e263055842aba56b633ecc7e7ef814dff1f https://github.com/django/django/commit/57815e263055842aba56b633ecc7e7ef814dff1f Author: Claude Paroz Date: 2013-07-09 (Tue, 09 Jul 2013) Changed paths: M d

Re: [Django] #18261: Clarify the term "project root directory"

2013-07-09 Thread Django
#18261: Clarify the term "project root directory" -+- Reporter: schnippi |Owner: susan Type: | Status: closed Cleanup/optimization

[django/django] ef3fdd: Fixed #18261 -- Clarified 'project root directory'

2013-07-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: ef3fddf26e8bfe956a52c2aa678db6637caf7adf https://github.com/django/django/commit/ef3fddf26e8bfe956a52c2aa678db6637caf7adf Author: SusanTan Date: 2013-07-09 (Tue, 09 Jul 2013) Changed paths: M docs/

[Django] #20719: permit values_list flat with more than one key

2013-07-09 Thread Django
#20719: permit values_list flat with more than one key --+ Reporter: rm_ | Owner: nobody Type: New feature | Status: new Component: Database layer (mod

[django/django] 95eb68: Fixed #17339 -- Factor out has_result into databas...

2013-07-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 95eb68c98fe2dc95277d4e26a0316d856dc868dd https://github.com/django/django/commit/95eb68c98fe2dc95277d4e26a0316d856dc868dd Author: Tim Graham Date: 2013-07-09 (Tue, 09 Jul 2013) Changed paths: M dja

Re: [Django] #17339: [nonrel] Factor out has_result into database backend

2013-07-09 Thread Django
#17339: [nonrel] Factor out has_result into database backend -+- Reporter: jonash |Owner: nobody Type: New feature | Status: closed Component:

Re: [Django] #17339: [nonrel] Factor out has_result into database backend

2013-07-09 Thread Django
#17339: [nonrel] Factor out has_result into database backend -+- Reporter: jonash |Owner: nobody Type: New feature | Status: new Component: Dat