Re: [Django] #19057: mod_wsgi authentication handlers fail with custom user model

2012-10-29 Thread Django
#19057: mod_wsgi authentication handlers fail with custom user model -+- Reporter: russellm |Owner: nobody Type: Bug | Status: closed Comp

Re: [Django] #17869: With RemoteUserMiddleware, users keep being logged in after web server stops sending REMOTE_USER headers

2012-10-29 Thread Django
#17869: With RemoteUserMiddleware, users keep being logged in after web server stops sending REMOTE_USER headers -+ Reporter: lamby|Owner: ptone Type: Bug |

Re: [Django] #17869: With RemoteUserMiddleware, users keep being logged in after web server stops sending REMOTE_USER headers

2012-10-29 Thread Django
#17869: With RemoteUserMiddleware, users keep being logged in after web server stops sending REMOTE_USER headers -+ Reporter: lamby|Owner: ptone Type: Bug |

[django/django] 974191: Fixed #17869 - force logout when REMOTE_USER heade...

2012-10-29 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 9741912a9aaad083eaa8b9780cde37e1843cc4ae https://github.com/django/django/commit/9741912a9aaad083eaa8b9780cde37e1843cc4ae Author: Preston Holmes Date: 2012-10-29 (Mon, 29 Oct 2012) Changed paths: M

[django/django] e8269a: [1.5.x] Fixed #17869 - force logout when REMOTE_US...

2012-10-29 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: e8269a6729150d26a5497d5eb51226ca19fa21b9 https://github.com/django/django/commit/e8269a6729150d26a5497d5eb51226ca19fa21b9 Author: Preston Holmes Date: 2012-10-29 (Mon, 29 Oct 2012) Changed paths:

[django/django] 402a98: [1.5.x] Fixed #19057 (again) -- added additional t...

2012-10-29 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 402a986c25db9c95a6ba83089e98c5aa92c4da05 https://github.com/django/django/commit/402a986c25db9c95a6ba83089e98c5aa92c4da05 Author: Preston Holmes Date: 2012-10-29 (Mon, 29 Oct 2012) Changed paths:

[django/django] 2b5f84: Fixed #19057 (again) -- added additional tests

2012-10-29 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 2b5f848207b1dab35afd6f63d0107629c76d4d9a https://github.com/django/django/commit/2b5f848207b1dab35afd6f63d0107629c76d4d9a Author: Preston Holmes Date: 2012-10-29 (Mon, 29 Oct 2012) Changed paths: M

[django/django]

2012-10-29 Thread GitHub
Branch: refs/heads/origin/stable/1.5.x Home: https://github.com/django/django -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com. To unsubscribe from this group, send emai

[django/django] e784b5: [1.5.X] Added some test guards for some recently a...

2012-10-29 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: e784b5e594946acabe1fe41c4d4d7fdc17f4a1cb https://github.com/django/django/commit/e784b5e594946acabe1fe41c4d4d7fdc17f4a1cb Author: Russell Keith-Magee Date: 2012-10-29 (Mon, 29 Oct 2012) Changed p

Re: [Django] #19212: app_cache_ready signal

2012-10-29 Thread Django
#19212: app_cache_ready signal -+- Reporter: cdestigter |Owner: nobody Type: New feature | Status: closed Component: Database layer |

[Django] #19212: app_cache_ready signal

2012-10-29 Thread Django
#19212: app_cache_ready signal --+- Reporter: cdestigter| Owner: nobody Type: New feature | Status: new Component: Database layer (models, ORM) |Version: 1

Re: [Django] #11689: Template tag to support combining form media from multiple forms

2012-10-29 Thread Django
#11689: Template tag to support combining form media from multiple forms -+ Reporter: thepointer |Owner: nobody Type: Uncategorized| Status: closed Component: T

Re: [Django] #7145: 'NoneType' object has no attribute 'year' in admin change list when using date_hierarchy with a date field with null values

2012-10-29 Thread Django
#7145: 'NoneType' object has no attribute 'year' in admin change list when using date_hierarchy with a date field with null values -+- Reporter: Eric Walstad |Owner: nobody

[django/django] e784b5: [1.5.X] Added some test guards for some recently a...

2012-10-29 Thread GitHub
Branch: refs/heads/origin/stable/1.5.x Home: https://github.com/django/django Commit: e784b5e594946acabe1fe41c4d4d7fdc17f4a1cb https://github.com/django/django/commit/e784b5e594946acabe1fe41c4d4d7fdc17f4a1cb Author: Russell Keith-Magee Date: 2012-10-29 (Mon, 29 Oct 2012) Ch

Re: [Django] #19057: mod_wsgi authentication handlers fail with custom user model

2012-10-29 Thread Django
#19057: mod_wsgi authentication handlers fail with custom user model -+- Reporter: russellm |Owner: nobody Type: Bug | Status: reopened Co

Re: [Django] #19061: Clarify the contract regarding is_active on custom users

2012-10-29 Thread Django
#19061: Clarify the contract regarding is_active on custom users --+ Reporter: russellm |Owner: nobody Type: Cleanup/optimization | Status: closed Compon

[django/django] 81f5d4: Added some test guards for some recently added aut...

2012-10-29 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 81f5d4a1a7b955afe530d5292726b3a8a93d7038 https://github.com/django/django/commit/81f5d4a1a7b955afe530d5292726b3a8a93d7038 Author: Russell Keith-Magee Date: 2012-10-29 (Mon, 29 Oct 2012) Changed paths:

Re: [Django] #16779: Add a tutorial for first time Django contributors

2012-10-29 Thread Django
#16779: Add a tutorial for first time Django contributors ---+ Reporter: taavi223 |Owner: taavi223 Type: New feature| Status: assigned Component: Documentation |

Re: [Django] #18004: Django should not use `force_unicode(..., errors='replace')` when parsing POST data.

2012-10-29 Thread Django
#18004: Django should not use `force_unicode(..., errors='replace')` when parsing POST data. -+- Reporter: mrmachine|Owner: aaugustin Type: Bug |

Re: [Django] #9370: Non utf-8 DEFAULT_CHARSET causes UnicodeDecodeError when serving binary data through middleware

2012-10-29 Thread Django
#9370: Non utf-8 DEFAULT_CHARSET causes UnicodeDecodeError when serving binary data through middleware --+ Reporter: kikko |Owner: kkubasik Type: Bug | Status: c

Re: [Django] #15152: Common middleware raises UnicodeDecodeError if receives non-ASCII QUERY_STRING from buggy web server

2012-10-29 Thread Django
#15152: Common middleware raises UnicodeDecodeError if receives non-ASCII QUERY_STRING from buggy web server ---+- Reporter: Loststylus |Owner: aaugustin Type: Bug|

[django/django] 24b2aa: Fixed #19209 -- Documented |date:"I".

2012-10-29 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 24b2aad8e399fdeb4668fe6f4b7b997cf94100ca https://github.com/django/django/commit/24b2aad8e399fdeb4668fe6f4b7b997cf94100ca Author: Aymeric Augustin Date: 2012-10-29 (Mon, 29 Oct 2012) Changed paths:

[django/django] 322d85: [1.5.x] Fixed #19209 -- Documented |date:"I".

2012-10-29 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 322d858abe8d9090a4e1108c734d9bcebe8ecd8a https://github.com/django/django/commit/322d858abe8d9090a4e1108c734d9bcebe8ecd8a Author: Aymeric Augustin Date: 2012-10-29 (Mon, 29 Oct 2012) Changed path

Re: [Django] #19209: DateFormat implements "I", but documentation says it does not

2012-10-29 Thread Django
#19209: DateFormat implements "I", but documentation says it does not ---+ Reporter: mitar |Owner: nobody Type: Bug| Status: closed Component: Documentat

Re: [Django] #19211: Tutorial must be updated for Python 3 (was: 1.5 Tutorial wrong about __unicode__() method for Python 3)

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

Re: [Django] #16671: 5th tutorial on turning Polls into a reusable app

2012-10-29 Thread Django
#16671: 5th tutorial on turning Polls into a reusable app ---+ Reporter: stumbles |Owner: ben@… Type: New feature| Status: new Component: Documentation |

Re: [Django] #17360: Documenting differences between Client.post et Client.put

2012-10-29 Thread Django
#17360: Documenting differences between Client.post et Client.put --+ Reporter: thibaultj |Owner: nobody Type: Cleanup/optimization | Status: closed Compo

Re: [Django] #14834: Colour issues in CSS - particularly documentation

2012-10-29 Thread Django
#14834: Colour issues in CSS - particularly documentation ---+ Reporter: cogat |Owner: cogat Type: Bug| Status: new Component: Documentation |

Re: [Django] #4045: some admin Javascript fixes and cleanups

2012-10-29 Thread Django
#4045: some admin Javascript fixes and cleanups + Reporter: arvin |Owner: nobody Type: Bug | Status: new Component: contrib.admin |

Re: [Django] #3422: url configuration: include in combination with extra options messes up reverse resolving

2012-10-29 Thread Django
#3422: url configuration: include in combination with extra options messes up reverse resolving -+- Reporter: Jeroen van Dongen|Owner: nobody | Status: closed

[Django] #19211: 1.5 Tutorial wrong about __unicode__() method for Python 3

2012-10-29 Thread Django
#19211: 1.5 Tutorial wrong about __unicode__() method for Python 3 --+- Reporter: adj7388@… | Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation |

Re: [Django] #3240: [patch]Django dispatcher misses some errors

2012-10-29 Thread Django
#3240: [patch]Django dispatcher misses some errors --+ Reporter: robin@… |Owner: nobody Type: Bug | Status: closed Component: Core (Other) |

Re: [Django] #5419: Add a model fuzz testing method to the test framework

2012-10-29 Thread Django
#5419: Add a model fuzz testing method to the test framework ---+ Reporter: adrian |Owner: kkubasik Type: New feature| Status: new Component: Testing

Re: [Django] #5076: Request object should try to determine encoding

2012-10-29 Thread Django
#5076: Request object should try to determine encoding -+- Reporter: dbr|Owner: Type: | Status: new Cleanup/optimization |

Re: [Django] #19208: Daemon mode and mod_wsgi configuration.

2012-10-29 Thread Django
#19208: Daemon mode and mod_wsgi configuration. ---+- Reporter: grahamd|Owner: aaugustin Type: Bug| Status: closed Component: Documentation |

Re: [Django] #19208: Daemon mode and mod_wsgi configuration.

2012-10-29 Thread Django
#19208: Daemon mode and mod_wsgi configuration. ---+- Reporter: grahamd|Owner: aaugustin Type: Bug| Status: closed Component: Documentation |

[django/django] 273325: [1.4.x] Fixed #19208 -- Docs for mod_wsgi daemon m...

2012-10-29 Thread GitHub
Branch: refs/heads/stable/1.4.x Home: https://github.com/django/django Commit: 2733253633b8fa7663de2d95a356b92556cef551 https://github.com/django/django/commit/2733253633b8fa7663de2d95a356b92556cef551 Author: Aymeric Augustin Date: 2012-10-29 (Mon, 29 Oct 2012) Changed path

[django/django] a92c7c: [1.5.x] Fixed #19208 -- Docs for mod_wsgi daemon m...

2012-10-29 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: a92c7c6e262a4374c9e92162017c2707ed1644c9 https://github.com/django/django/commit/a92c7c6e262a4374c9e92162017c2707ed1644c9 Author: Aymeric Augustin Date: 2012-10-29 (Mon, 29 Oct 2012) Changed path

Re: [Django] #19208: Daemon mode and mod_wsgi configuration.

2012-10-29 Thread Django
#19208: Daemon mode and mod_wsgi configuration. ---+- Reporter: grahamd|Owner: aaugustin Type: Bug| Status: closed Component: Documentation |

[django/django] bc0007: Fixed #19208 -- Docs for mod_wsgi daemon mode

2012-10-29 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: bc00075d51cd3e3b5f9a4d7d0f138e0a819adcb9 https://github.com/django/django/commit/bc00075d51cd3e3b5f9a4d7d0f138e0a819adcb9 Author: Aymeric Augustin Date: 2012-10-29 (Mon, 29 Oct 2012) Changed paths:

Re: [Django] #19208: Daemon mode and mod_wsgi configuration.

2012-10-29 Thread Django
#19208: Daemon mode and mod_wsgi configuration. ---+- Reporter: grahamd|Owner: aaugustin Type: Bug| Status: new Component: Documentation |

Re: [Django] #5076: Request object should try to determine encoding

2012-10-29 Thread Django
#5076: Request object should try to determine encoding -+- Reporter: dbr|Owner: Type: | Status: new Cleanup/optimization |

Re: [Django] #18872: Add prefix attribute to FormMixin

2012-10-29 Thread Django
#18872: Add prefix attribute to FormMixin --+--- Reporter: dragonsnaker@…|Owner: ibustamante Type: New feature | Status: assigned Component: Generic views |

Re: [Django] #19210: django.utils.timesince() does not account for leap years

2012-10-29 Thread Django
#19210: django.utils.timesince() does not account for leap years --+ Reporter: jnns |Owner: nobody Type: Bug | Status: new Component: Core (Other) |

[django/django] 04717e: [1.5.x] Prevented leftover files and dirs in admin...

2012-10-29 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 04717ee9b1d1f8ccc0f37107f7008662726689c2 https://github.com/django/django/commit/04717ee9b1d1f8ccc0f37107f7008662726689c2 Author: Claude Paroz Date: 2012-10-29 (Mon, 29 Oct 2012) Changed paths:

[django/django] d30516: Prevented leftover files and dirs in admin_scripts...

2012-10-29 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: d30516e163c1870b2467c63f97c8263f9da40226 https://github.com/django/django/commit/d30516e163c1870b2467c63f97c8263f9da40226 Author: Claude Paroz Date: 2012-10-29 (Mon, 29 Oct 2012) Changed paths: M t

Re: [Django] #19172: test_poisoned_http_host* tests failing when having ADMINS settings populated

2012-10-29 Thread Django
#19172: test_poisoned_http_host* tests failing when having ADMINS settings populated -+- Reporter: bernardofontes |Owner: claudep Type: Bug | Status:

[django/django] ad2d57: [1.4.x] Fixed #19172 -- Isolated poisoned_http_hos...

2012-10-29 Thread GitHub
Branch: refs/heads/stable/1.4.x Home: https://github.com/django/django Commit: ad2d57a2ccb6316001205739090a2a1d79453207 https://github.com/django/django/commit/ad2d57a2ccb6316001205739090a2a1d79453207 Author: Claude Paroz Date: 2012-10-29 (Mon, 29 Oct 2012) Changed paths:

Re: [Django] #19172: test_poisoned_http_host* tests failing when having ADMINS settings populated

2012-10-29 Thread Django
#19172: test_poisoned_http_host* tests failing when having ADMINS settings populated -+- Reporter: bernardofontes |Owner: claudep Type: Bug | Status:

[django/django] 8c556a: [1.5.x] Fixed #19172 -- Isolated poisoned_http_hos...

2012-10-29 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 8c556a32f232ef9e9a3581d7129bd15d4f495d9f https://github.com/django/django/commit/8c556a32f232ef9e9a3581d7129bd15d4f495d9f Author: Claude Paroz Date: 2012-10-29 (Mon, 29 Oct 2012) Changed paths:

Re: [Django] #19172: test_poisoned_http_host* tests failing when having ADMINS settings populated

2012-10-29 Thread Django
#19172: test_poisoned_http_host* tests failing when having ADMINS settings populated -+- Reporter: bernardofontes |Owner: claudep Type: Bug | Status:

[django/django] b774c5: Fixed #19172 -- Isolated poisoned_http_host tests ...

2012-10-29 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: b774c5993cf8966ae8f04c985116f98ee5ac https://github.com/django/django/commit/b774c5993cf8966ae8f04c985116f98ee5ac Author: Claude Paroz Date: 2012-10-29 (Mon, 29 Oct 2012) Changed paths: M d

Re: [Django] #19193: Save only one field to database which refereced to FieldFile

2012-10-29 Thread Django
#19193: Save only one field to database which refereced to FieldFile -+- Reporter: 3dflex@… |Owner: nobody Type: New feature | Status: new Compone

Re: [Django] #17991: Prefetch_related fails with GenericRelation

2012-10-29 Thread Django
#17991: Prefetch_related fails with GenericRelation -+- Reporter: okke@… |Owner: nobody Type: Bug | Status: closed Component: Database

[django/django] d7d7ad: [1.5.x] Fixed #17991 - prefetch_related fails with...

2012-10-29 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: d7d7ad2881b66d2c6be45ab0b055f492d3b589e9 https://github.com/django/django/commit/d7d7ad2881b66d2c6be45ab0b055f492d3b589e9 Author: Luke Plant Date: 2012-10-29 (Mon, 29 Oct 2012) Changed paths:

Re: [Django] #17991: Prefetch_related fails with GenericRelation

2012-10-29 Thread Django
#17991: Prefetch_related fails with GenericRelation -+- Reporter: okke@… |Owner: nobody Type: Bug | Status: closed Component: Database

[django/django] 4c4d08: Fixed #17991 - prefetch_related fails with Generic...

2012-10-29 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 4c4d08502cbef6e0ed85470b2a5aade7fafa099f https://github.com/django/django/commit/4c4d08502cbef6e0ed85470b2a5aade7fafa099f Author: Luke Plant Date: 2012-10-29 (Mon, 29 Oct 2012) Changed paths: M dja

Re: [Django] #19197: BaseDatabaseOperations: convert_values raise error on None data type conversions

2012-10-29 Thread Django
#19197: BaseDatabaseOperations: convert_values raise error on None data type conversions -+- Reporter: maxi |Owner: Type: Bug | maxirobaina@… Component:

[Django] #19210: django.utils.timesince() does not account for leap years

2012-10-29 Thread Django
#19210: django.utils.timesince() does not account for leap years ---+--- Reporter: jnns | Owner: nobody Type: Bug| Status: new Component: Uncategorized |Version: master Severity: Normal

Re: [Django] #12982: Add get_or_set method to cache API

2012-10-29 Thread Django
#12982: Add get_or_set method to cache API -+- Reporter: Alex |Owner: snow0x2d0 Type: New feature | Status: new Component: Core (Cache system

Re: [Django] #18995: String formatting error when passing floats as values in {% blocktrans %} tags

2012-10-29 Thread Django
#18995: String formatting error when passing floats as values in {% blocktrans %} tags --+ Reporter: brutasse |Owner: nobody Type: Cleanup/optimization | Sta

Re: [Django] #19209: DateFormat implements "I", but documentation says it does not

2012-10-29 Thread Django
#19209: DateFormat implements "I", but documentation says it does not ---+ Reporter: mitar |Owner: nobody Type: Bug| Status: new Component: Documentation

Re: [Django] #16455: Postgis 2.0 Compatibility

2012-10-29 Thread Django
#16455: Postgis 2.0 Compatibility -+- Reporter: ckarrie |Owner: jbronn Type: New feature | Status: closed Component: GIS |

[Django] #19209: DateFormat implements "I", but documentation says it does not

2012-10-29 Thread Django
#19209: DateFormat implements "I", but documentation says it does not ---+ Reporter: mitar | Owner: nobody Type: Uncategorized | Status: new Component: Documentation |Version: 1.4 Severity: Normal

Re: [Django] #16455: Postgis 2.0 Compatibility

2012-10-29 Thread Django
#16455: Postgis 2.0 Compatibility -+- Reporter: ckarrie |Owner: jbronn Type: New feature | Status: closed Component: GIS |