Re: [Django] #19229: Use thousands separator to ease the reading of numbers with many digits

2012-11-06 Thread Django
#19229: Use thousands separator to ease the reading of numbers with many digits ---+-- Reporter: zachborboa@… |Owner: nobody Type: New feature| Status: closed

Re: [Django] #19161: Missing clean_password in custom user documentation

2012-11-06 Thread Django
#19161: Missing clean_password in custom user documentation -+ Reporter: DavidW |Owner: nobody Type: Bug | Status: closed Component: Documentation

[django/django] 5b1907: [1.5.X] Fixed #19161 - Added missing clean_passwor...

2012-11-06 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 5b190733e902217536faf080ba58a9d5f958967e https://github.com/django/django/commit/5b190733e902217536faf080ba58a9d5f958967e Author: Tim Graham Date: 2012-11-06 (Tue, 06 Nov

[django/django] 4f36ea: [1.5.X] Fixed #15968 - Noted that readonly_fields ...

2012-11-06 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 4f36ea451d9321913c9fc235dd4f05d4305453df https://github.com/django/django/commit/4f36ea451d9321913c9fc235dd4f05d4305453df Author: Tim Graham Date: 2012-11-06 (Tue, 06 Nov

Re: [Django] #19154: TransactionManagementError raised when data is not changed

2012-11-06 Thread Django
#19154: TransactionManagementError raised when data is not changed -+- Reporter: als |Owner: nobody Type: | Status: closed

Re: [Django] #16855: select_related doesn't chain as expected

2012-11-06 Thread Django
#16855: select_related doesn't chain as expected -+- Reporter: Leo |Owner: nobody Type: Bug | Status: new Component: Database layer

Re: [Django] #16855: select_related doesn't chain as expected

2012-11-06 Thread Django
#16855: select_related doesn't chain as expected -+- Reporter: Leo |Owner: nobody Type: Bug | Status: new Component: Database layer

[django/django] 84e335: [1.5.X] Fixed #19154 - Noted commit_manually requi...

2012-11-06 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 84e33545c90f353eacf8d01b33d9bec635f4e2c0 https://github.com/django/django/commit/84e33545c90f353eacf8d01b33d9bec635f4e2c0 Author: Tim Graham Date: 2012-11-06 (Tue, 06 Nov

[django/django] 620e0b: Fixed #19154 - Noted commit_manually requires comm...

2012-11-06 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 620e0bba4969f27230d35f75bc6a1624c3fac747 https://github.com/django/django/commit/620e0bba4969f27230d35f75bc6a1624c3fac747 Author: Tim Graham Date: 2012-11-06 (Tue, 06 Nov 2012)

Re: [Django] #13137: GenericForeignKey does not allow content type PK 0

2012-11-06 Thread Django
#13137: GenericForeignKey does not allow content type PK 0 -+- Reporter: devesine |Owner: woodlee Type: Bug | Status: assigned Component:

Re: [Django] #13137: GenericForeignKey does not allow content type PK 0

2012-11-06 Thread Django
#13137: GenericForeignKey does not allow content type PK 0 -+- Reporter: devesine |Owner: woodlee Type: Bug | Status: assigned Component:

Re: [Django] #13137: GenericForeignKey does not allow content type PK 0

2012-11-06 Thread Django
#13137: GenericForeignKey does not allow content type PK 0 -+- Reporter: devesine |Owner: woodlee Type: Bug | Status: assigned Component:

Re: [Django] #15179: django.test.client.Client.login fake HttpRequest is not run through middlewares

2012-11-06 Thread Django
#15179: django.test.client.Client.login fake HttpRequest is not run through middlewares ---+ Reporter: Ciantic|Owner: nobody Type: Bug| Status:

Re: [Django] #18973: Tests fail with login signal receiver which posts messages

2012-11-06 Thread Django
#18973: Tests fail with login signal receiver which posts messages ---+-- Reporter: mitar |Owner: nobody Type: Bug| Status: closed Component:

Re: [Django] #16855: select_related doesn't chain as expected

2012-11-06 Thread Django
#16855: select_related doesn't chain as expected -+- Reporter: Leo |Owner: nobody Type: Bug | Status: new Component: Database layer

Re: [Django] #13137: GenericForeignKey does not allow content type PK 0

2012-11-06 Thread Django
#13137: GenericForeignKey does not allow content type PK 0 -+- Reporter: devesine |Owner: woodlee Type: Bug | Status: assigned Component:

Re: [Django] #19229: Use thousands separator to ease the reading of numbers with many digits

2012-11-06 Thread Django
#19229: Use thousands separator to ease the reading of numbers with many digits ---+-- Reporter: zachborboa@… |Owner: nobody Type: New feature| Status: closed

Re: [Django] #18960: Please add a filter for getting the language family from a given language code to the i18n tag library

2012-11-06 Thread Django
#18960: Please add a filter for getting the language family from a given language code to the i18n tag library -+-- Reporter: carsten.klein@… |Owner: nobody Type: New feature |

Re: [Django] #16855: select_related doesn't chain as expected

2012-11-06 Thread Django
#16855: select_related doesn't chain as expected -+- Reporter: Leo |Owner: nobody Type: Bug | Status: new Component: Database layer

Re: [Django] #19115: dumpdata should take option to output to named file

2012-11-06 Thread Django
#19115: dumpdata should take option to output to named file -+- Reporter: murftone@… |Owner: nobody Type: | Status: new

Re: [Django] #17318: 'Topic authentication', section 'Storing additional information about users' there is bug in the code

2012-11-06 Thread Django
#17318: 'Topic authentication', section 'Storing additional information about users' there is bug in the code -+-- Reporter: supreet.sethi@… |Owner: nobody Type: Bug |

Re: [Django] #13024: Signal sent on application startup

2012-11-06 Thread Django
#13024: Signal sent on application startup -+- Reporter: wojteks |Owner: nobody Type: New feature | Status: closed Component: Core (Other)

Re: [Django] #19256: Provide class-based login view

2012-11-06 Thread Django
#19256: Provide class-based login view -+- Reporter: benoitbryon |Owner: nobody Type: | Status: closed Cleanup/optimization

[Django] #19256: Provide class-based login view

2012-11-06 Thread Django
#19256: Provide class-based login view --+ Reporter: benoitbryon | Owner: nobody Type: Cleanup/optimization | Status: new Component: contrib.auth |Version: 1.4 Severity: Normal

Re: [Django] #19253: Refactor keyfunc from template cache tag

2012-11-06 Thread Django
#19253: Refactor keyfunc from template cache tag --+ Reporter: nosa_manuel |Owner: nobody Type: Cleanup/optimization | Status: new Component: Template

Re: [Django] #19229: Use thousands separator to ease the reading of numbers with many digits

2012-11-06 Thread Django
#19229: Use thousands separator to ease the reading of numbers with many digits ---+-- Reporter: zachborboa@… |Owner: nobody Type: New feature| Status: closed

Re: [Django] #9962: Add a tutorial for the testing framework

2012-11-06 Thread Django
#9962: Add a tutorial for the testing framework ---+ Reporter: russellm |Owner: Type: New feature| Status: new Component: Documentation | Version:

Re: [Django] #19229: Use thousands separator to ease the reading of numbers with many digits

2012-11-06 Thread Django
#19229: Use thousands separator to ease the reading of numbers with many digits ---+-- Reporter: zachborboa@… |Owner: nobody Type: New feature| Status: closed

Re: [Django] #19229: Use thousands separator to ease the reading of numbers with many digits

2012-11-06 Thread Django
#19229: Use thousands separator to ease the reading of numbers with many digits ---+-- Reporter: zachborboa@… |Owner: nobody Type: New feature| Status: closed

Re: [Django] #19252: Install from wheel package

2012-11-06 Thread Django
#19252: Install from wheel package -+- Reporter: Alex Morega |Owner: nobody | Status: new Type: Bug |

Re: [Django] #19245: Form Wizard does not support all steps being conditionally skipped at the same time

2012-11-06 Thread Django
#19245: Form Wizard does not support all steps being conditionally skipped at the same time +-- Reporter: gp |Owner: nobody Type: Bug | Status: new Component: Forms

Re: [Django] #13024: Signal sent on application startup

2012-11-06 Thread Django
#13024: Signal sent on application startup -+- Reporter: wojteks |Owner: nobody Type: New feature | Status: closed Component: Core (Other)

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

2012-11-06 Thread Django
#8892: ForeignKey relation not saved as expected -+- Reporter: julien |Owner: Type: Bug | blacklwhite Component: Database layer |

Re: [Django] #18315: QueryDict.pop is inconsistent

2012-11-06 Thread Django
#18315: QueryDict.pop is inconsistent -+- Reporter: gcbirzan |Owner: nobody Type: Uncategorized| Status: new Component: HTTP handling|

Re: [Django] #14315: memcached doesn't support negative deltas for incr() and decr()

2012-11-06 Thread Django
#14315: memcached doesn't support negative deltas for incr() and decr() -+ Reporter: manfre |Owner: manfre Type: Bug | Status: closed

[django/django] e645c8: [1.5.x] Fixed #14315 -- Made memcached backend han...

2012-11-06 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: e645c89bbbcf62479441e50b5e5fdf48a80d424f https://github.com/django/django/commit/e645c89bbbcf62479441e50b5e5fdf48a80d424f Author: Claude Paroz Date: 2012-11-06 (Tue, 06 Nov

[django/django] 79dd75: Fixed #14315 -- Made memcached backend handle nega...

2012-11-06 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 79dd751b0b9e428bf386d7304f442fa9815fdbba https://github.com/django/django/commit/79dd751b0b9e428bf386d7304f442fa9815fdbba Author: Claude Paroz Date: 2012-11-06 (Tue, 06 Nov 2012)

Re: [Django] #19211: Tutorial must be updated for Python 3

2012-11-06 Thread Django
#19211: Tutorial must be updated for Python 3 -+- Reporter: adj7388@…|Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #19246: SECURE_PROXY_SSL_HEADER Example in Documentation Should Use X-Forwarded-Proto Instead of X-Forwarded-Protocol

2012-11-06 Thread Django
#19246: SECURE_PROXY_SSL_HEADER Example in Documentation Should Use X-Forwarded- Proto Instead of X-Forwarded-Protocol --+ Reporter: fred.palmer@… |Owner: nobody Type:

[django/django] 79209d: [1.5.X] Fixed #19246 - Updated SECURE_PROXY_SSL_HE...

2012-11-06 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 79209dfdc51e74f8fdf7d7b5b32ffe97794368d8 https://github.com/django/django/commit/79209dfdc51e74f8fdf7d7b5b32ffe97794368d8 Author: Tim Graham Date: 2012-11-06 (Tue, 06 Nov

[django/django] 2cc188: Fixed #19246 - Updated SECURE_PROXY_SSL_HEADER exa...

2012-11-06 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 2cc1884383a0b5371854be6806851521b623f45b https://github.com/django/django/commit/2cc1884383a0b5371854be6806851521b623f45b Author: Tim Graham Date: 2012-11-06 (Tue, 06 Nov 2012)

[Django] #19255: Cannot validate generic foreignkey in new instance

2012-11-06 Thread Django
#19255: Cannot validate generic foreignkey in new instance --+ Reporter: bouke | Owner: nobody Type: Uncategorized | Status: new Component: contrib.contenttypes |Version: 1.4

Re: [Django] #18194: File-based session never expire

2012-11-06 Thread Django
#18194: File-based session never expire -+- Reporter: ej |Owner: aaugustin Type: Bug | Status: closed Component: contrib.sessions

Re: [Django] #19254: clear_expired for Sessions With File Backend Throws Exception

2012-11-06 Thread Django
#19254: clear_expired for Sessions With File Backend Throws Exception -+- Reporter: simonb |Owner: nobody Type: Bug | Status: closed

Re: [Django] #18194: File-based session never expire

2012-11-06 Thread Django
#18194: File-based session never expire -+- Reporter: ej |Owner: aaugustin Type: Bug | Status: closed Component: contrib.sessions

Re: [Django] #19254: clear_expired for Sessions With File Backend Throws Exception

2012-11-06 Thread Django
#19254: clear_expired for Sessions With File Backend Throws Exception -+- Reporter: simonb |Owner: nobody Type: Bug | Status: closed

[django/django] 11fd00: Fixed #19254 -- Bug in SESSION_FILE_PATH handling.

2012-11-06 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 11fd00c46e2826ce5852e096487762a96909b717 https://github.com/django/django/commit/11fd00c46e2826ce5852e096487762a96909b717 Author: Aymeric Augustin Date: 2012-11-06 (Tue, 06 Nov

[django/django] 93e0ec: [1.5.x] Fixed #19254 -- Bug in SESSION_FILE_PATH h...

2012-11-06 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 93e0ec553dae73a2a86cb23b058414d8f9ae3bd6 https://github.com/django/django/commit/93e0ec553dae73a2a86cb23b058414d8f9ae3bd6 Author: Aymeric Augustin Date: 2012-11-06 (Tue,

Re: [Django] #19254: clear_expired for Sessions With File Backend Throws Exception

2012-11-06 Thread Django
#19254: clear_expired for Sessions With File Backend Throws Exception -+- Reporter: simonb |Owner: nobody Type: Bug | Status: new

Re: [Django] #19254: clear_expired for Sessions With File Backend Throws Exception

2012-11-06 Thread Django
#19254: clear_expired for Sessions With File Backend Throws Exception -+- Reporter: simonb |Owner: nobody Type: Bug | Status: new

Re: [Django] #19254: clear_expired for Sessions With File Backend Throws Exception

2012-11-06 Thread Django
#19254: clear_expired for Sessions With File Backend Throws Exception -+- Reporter: simonb |Owner: nobody Type: Bug | Status: new

Re: [Django] #19243: Edit GeoDjango Tutorial for consistency and style.

2012-11-06 Thread Django
#19243: Edit GeoDjango Tutorial for consistency and style. -+- Reporter: shepdl |Owner: shepdl Type: | Status: new