Re: [Django] #18456: HttpRequest.get_full_path does not escape # sign in the url

2013-03-22 Thread Django
#18456: HttpRequest.get_full_path does not escape # sign in the url -+- Reporter: vlad.shcherbina@…|Owner: nobody Type: Bug | Status: closed

Re: [Django] #16187: Refactor lookup system

2013-03-22 Thread Django
#16187: Refactor lookup system -+- Reporter: UloPe|Owner: UloPe Type: | Status: new Cleanup/optimization |

Re: [Django] #20048: Test failures in flatpages app when custom User model is in use

2013-03-22 Thread Django
#20048: Test failures in flatpages app when custom User model is in use -+- Reporter: russellm |Owner: matiasb Type: Bug | Status: closed

Re: [Django] #20060: Test failures in sitemaps app when using custom User model

2013-03-22 Thread Django
#20060: Test failures in sitemaps app when using custom User model --+ Reporter: matiasb |Owner: nobody Type: Bug | Status: closed Component:

[django/django] 930af6: Fixed #20048, #20060 -- Modified tests for contrib...

2013-03-22 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 930af661abdb4eb7322f1ab06f21df9ed04af43d https://github.com/django/django/commit/930af661abdb4eb7322f1ab06f21df9ed04af43d Author: Russell Keith-Magee Date: 2013-03-22 (Fri, 22

Re: [Django] #20060: Test failures in sitemaps app when using custom User model

2013-03-22 Thread Django
#20060: Test failures in sitemaps app when using custom User model --+ Reporter: matiasb |Owner: nobody Type: Bug | Status: closed Component:

Re: [Django] #20048: Test failures in flatpages app when custom User model is in use

2013-03-22 Thread Django
#20048: Test failures in flatpages app when custom User model is in use -+- Reporter: russellm |Owner: matiasb Type: Bug | Status: closed

[django/django] d35e62: [1.5.x] Fixed #20048, #20060 -- Modified tests for...

2013-03-22 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: d35e621633640797d2db15ec2ff05ff97a3b80a6 https://github.com/django/django/commit/d35e621633640797d2db15ec2ff05ff97a3b80a6 Author: Russell Keith-Magee Date: 2013-03-22 (Fri,

Re: [Django] #11866: non-null FK to a CharField primary key fails when key value is the empty string, giving "[model.fk_col] may not be NULL"

2013-03-22 Thread Django
#11866: non-null FK to a CharField primary key fails when key value is the empty string, giving "[model.fk_col] may not be NULL" -+- Reporter: andrewbadr |Owner: nobody Type: Bug

Re: [Django] #13313: Custom Default Manager with extra __init__ arguments fails if model is used in a ManyToManyField

2013-03-22 Thread Django
#13313: Custom Default Manager with extra __init__ arguments fails if model is used in a ManyToManyField -+- Reporter: CBWhiz@… |Owner: nobody Type: Bug |

Re: [Django] #13327: FileField/ImageField accessor methods throw unnecessary exceptions when they are blank or null.

2013-03-22 Thread Django
#13327: FileField/ImageField accessor methods throw unnecessary exceptions when they are blank or null. -+- Reporter: kevin.howerton@… |Owner: nobody Type: |

Re: [Django] #13565: Using syncdb with Oracle using synonyms causes ORA-00955.

2013-03-22 Thread Django
#13565: Using syncdb with Oracle using synonyms causes ORA-00955. -+- Reporter: ash@…|Owner: nobody Type: Bug | Status: closed

Re: [Django] #13688: Ability to specify the field type for extra select

2013-03-22 Thread Django
#13688: Ability to specify the field type for extra select -+- Reporter: jonozzz |Owner: nobody Type: New feature | Status: closed Component:

Re: [Django] #10720: OrderedManyToMany API Implementation

2013-03-22 Thread Django
#10720: OrderedManyToMany API Implementation -+- Reporter: Aryeh Leib Taurog|Owner: nobody | Status: closed Type: New feature

Re: [Django] #10961: Allow users to override forward and reverse relationships on proxy models with !ForeignKey fields.

2013-03-22 Thread Django
#10961: Allow users to override forward and reverse relationships on proxy models with !ForeignKey fields. -+- Reporter: mrmachine|Owner: nobody Type: New feature |

Re: [Django] #11007: Add django.db.Model.changes(self) that returns a dict of differences

2013-03-22 Thread Django
#11007: Add django.db.Model.changes(self) that returns a dict of differences -+- Reporter: dennis@… |Owner: nobody Type: New feature | Status: closed

Re: [Django] #10686: 2 simple improvements to permission inheritance.

2013-03-22 Thread Django
#10686: 2 simple improvements to permission inheritance. -+- Reporter: faldridge|Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #10657: Meta option 'ordering' causes problems with nullable fields

2013-03-22 Thread Django
#10657: Meta option 'ordering' causes problems with nullable fields -+- Reporter: andrewl |Owner: nobody Type: Bug | Status: closed

Re: [Django] #10532: An overridden get method on a custom manager passed to get_object_or_404 will not be called.

2013-03-22 Thread Django
#10532: An overridden get method on a custom manager passed to get_object_or_404 will not be called. -+- Reporter: anonymous|Owner: nobody Type: Bug |

Re: [Django] #20104: Make versionchanged directive less prone to mis-use.

2013-03-22 Thread Django
#20104: Make versionchanged directive less prone to mis-use. ---+ Reporter: carljm |Owner: jcatalan Type: Bug| Status: assigned Component: Documentation

Re: [Django] #20104: Make versionchanged directive less prone to mis-use.

2013-03-22 Thread Django
#20104: Make versionchanged directive less prone to mis-use. ---+ Reporter: carljm |Owner: jcatalan Type: Bug| Status: assigned Component: Documentation

Re: [Django] #9619: to_python not called when fetching data with .values(...)

2013-03-22 Thread Django
#9619: to_python not called when fetching data with .values(...) -+- Reporter: Valera Grishin |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #20104: Make versionchanged directive less prone to mis-use.

2013-03-22 Thread Django
#20104: Make versionchanged directive less prone to mis-use. ---+ Reporter: carljm |Owner: jcatalan Type: Bug| Status: assigned Component: Documentation

Re: [Django] #14051: Signals for transaction commit/rollback

2013-03-22 Thread Django
#14051: Signals for transaction commit/rollback -+- Reporter: Ask Solem |Owner: nobody Type: New feature | Status: closed Component: Database

Re: [Django] #9120: Improve error reports for exceptions in models.loading.load_app

2013-03-22 Thread Django
#9120: Improve error reports for exceptions in models.loading.load_app -+- Reporter: hvendelbo|Owner: nobody Type: New feature | Status: closed

Re: [Django] #18629: Adding methods/attributes to date-based views

2013-03-22 Thread Django
#18629: Adding methods/attributes to date-based views -+- Reporter: pydanny |Owner: donigian Type: | Status: closed

Re: [Django] #18632: Cleanup on methods/attributes associated with editing views

2013-03-22 Thread Django
#18632: Cleanup on methods/attributes associated with editing views -+- Reporter: pydanny |Owner: pydanny Type: | Status: closed

Re: [Django] #7623: Multi-table inheritance does not allow linking new instance of child model to existing parent model instance.

2013-03-22 Thread Django
#7623: Multi-table inheritance does not allow linking new instance of child model to existing parent model instance. -+- Reporter: brooks.travis@… |Owner: nobody Type: Bug

Re: [Django] #8467: For ManyToMany manager, we should convert objects being added or removed to the pk type if they are not.

2013-03-22 Thread Django
#8467: For ManyToMany manager, we should convert objects being added or removed to the pk type if they are not. -+- Reporter: Wonlay |Owner: nobody Type: New feature

Re: [Django] #9055: Percent sign in SQL statement behaves different with CursorDebugWrapper

2013-03-22 Thread Django
#9055: Percent sign in SQL statement behaves different with CursorDebugWrapper -+- Reporter: guettli |Owner: nobody Type: Bug | Status: new

Re: [Django] #6517: manage.py dbshell does not get charset from database_options

2013-03-22 Thread Django
#6517: manage.py dbshell does not get charset from database_options -+- Reporter: tvrg |Owner: nobody Type: Bug | Status: new

Re: [Django] #6148: Add generic support for database schemas

2013-03-22 Thread Django
#6148: Add generic support for database schemas -+- Reporter: ikelly |Owner: akaariai Type: New feature | Status: new Component: Database

Re: [Django] #18731: "makemessages" management command should handle import aliases

2013-03-22 Thread Django
#18731: "makemessages" management command should handle import aliases -+- Reporter: diabeteman |Owner: nobody Type: New feature | Status: new

Re: [Django] #20099: Allow filtering 404 reports by user agent

2013-03-22 Thread Django
#20099: Allow filtering 404 reports by user agent ---+ Reporter: coolRR |Owner: nobody Type: New feature| Status: new Component: HTTP handling |

Re: [Django] #13822: ForeignKey's attname is counter-intuitive when referencing to a field not named 'id'

2013-03-22 Thread Django
#13822: ForeignKey's attname is counter-intuitive when referencing to a field not named 'id' -+- Reporter: Suor |Owner: Suor Type: Bug |

Re: [Django] #18975: Remove explicit support for bad practices

2013-03-22 Thread Django
#18975: Remove explicit support for bad practices -+- Reporter: FunkyBob |Owner: nobody Type: | Status: closed Cleanup/optimization

Re: [Django] #14051: Signals for transaction commit/rollback

2013-03-22 Thread Django
#14051: Signals for transaction commit/rollback -+- Reporter: Ask Solem |Owner: nobody Type: New feature | Status: closed Component: Database

Re: [Django] #11495: Improvements to django.views.static.serve directory indexes

2013-03-22 Thread Django
#11495: Improvements to django.views.static.serve directory indexes -+- Reporter: SmileyChris |Owner: Type: | SmileyChris Cleanup/optimization

Re: [Django] #10590: Support nested fieldsets in administration

2013-03-22 Thread Django
#10590: Support nested fieldsets in administration -+- Reporter: Archatas |Owner: nobody Type: New feature | Status: closed Component:

Re: [Django] #16142: Coming admin FilterSpec implementation limits querying functionality

2013-03-22 Thread Django
#16142: Coming admin FilterSpec implementation limits querying functionality -+- Reporter: subsume@…|Owner: nobody Type: Bug | Status: closed

Re: [Django] #14411: Inline delete not prompting cascade delete warning

2013-03-22 Thread Django
#14411: Inline delete not prompting cascade delete warning ---+ Reporter: subsume|Owner: nobody Type: Bug| Status: new Component: contrib.admin |

Re: [Django] #11652: Simultaneous editing of a record via the admin interface silently overwrites

2013-03-22 Thread Django
#11652: Simultaneous editing of a record via the admin interface silently overwrites -+- Reporter: David Findlay|Owner: nobody | Status:

Re: [Django] #16350: Admin messages should be capitalized to work well in other languages

2013-03-22 Thread Django
#16350: Admin messages should be capitalized to work well in other languages ---+ Reporter: semente|Owner: nobody Type: Bug| Status: closed

[django/django] f7d945: Fixed #16350 -- Forced capitalization in template.

2013-03-22 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: f7d945e325fd8edd0d827e652fb410bb2589de02 https://github.com/django/django/commit/f7d945e325fd8edd0d827e652fb410bb2589de02 Author: Aymeric Augustin Date: 2013-03-22 (Fri, 22 Mar

Re: [Django] #16350: Admin messages should be capitalized to work well in other languages

2013-03-22 Thread Django
#16350: Admin messages should be capitalized to work well in other languages ---+ Reporter: semente|Owner: nobody Type: Bug| Status: new

Re: [Django] #20114: Failures in tests in django.contrib.auth when using custom LOGIN_URL/LOGOUT_URL

2013-03-22 Thread Django
#20114: Failures in tests in django.contrib.auth when using custom LOGIN_URL/LOGOUT_URL --+ Reporter: jriley@… |Owner: nobody Type: Bug | Status: new

Re: [Django] #17662: Adds percentage filter to humanize module

2013-03-22 Thread Django
#17662: Adds percentage filter to humanize module -+- Reporter: eire1130 |Owner: nobody Type: New feature | Status: closed Component:

Re: [Django] #18731: "makemessages" management command should handle import aliases

2013-03-22 Thread Django
#18731: "makemessages" management command should handle import aliases -+- Reporter: diabeteman |Owner: nobody Type: New feature | Status: new

Re: [Django] #18202: inconsistent humanize naturaltime

2013-03-22 Thread Django
#18202: inconsistent humanize naturaltime -+- Reporter: oradoe |Owner: nobody Type: Bug | Status: closed Component: contrib.humanize

Re: [Django] #9595: Add support for cache to not expire

2013-03-22 Thread Django
#9595: Add support for cache to not expire -+- Reporter: keseldude|Owner: Type: New feature | otherjacob Component: Core (Cache system) |

Re: [Django] #11572: Very high memory usage by big sitemaps

2013-03-22 Thread Django
#11572: Very high memory usage by big sitemaps --+ Reporter: riklaunim |Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #17746: use_for_related_fields=False is not honored for m2m relation

2013-03-22 Thread Django
#17746: use_for_related_fields=False is not honored for m2m relation -+- Reporter: mgagne_98@… |Owner: nobody Type: Bug | Status: closed

Re: [Django] #14451: add related_name to contrib.auth.models.User for 'groups'

2013-03-22 Thread Django
#14451: add related_name to contrib.auth.models.User for 'groups' -+- Reporter: tvon |Owner: anonymous Type: New feature | Status: closed

Re: [Django] #18959: Error message for table names > 50 characters is very poor.

2013-03-22 Thread Django
#18959: Error message for table names > 50 characters is very poor. ---+ Reporter: slacy |Owner: nobody Type: Uncategorized | Status: new Component: contrib.auth

Re: [Django] #18763: Shortcut to get users by permission

2013-03-22 Thread Django
#18763: Shortcut to get users by permission --+ Reporter: shelldweller |Owner: nobody Type: New feature | Status: new Component: contrib.auth | Version:

Re: [Django] #17903: `ModelBackend.get_all_permissions` returns permissions for inactive users

2013-03-22 Thread Django
#17903: `ModelBackend.get_all_permissions` returns permissions for inactive users --+ Reporter: SmileyChris |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #16216: Replace all occurences of img src attributes with css backgrounds

2013-03-22 Thread Django
#16216: Replace all occurences of img src attributes with css backgrounds --+ Reporter: bheesink |Owner: bheesink Type: Cleanup/optimization | Status: new

Re: [Django] #10871: Add input support to admin actions (with patch)

2013-03-22 Thread Django
#10871: Add input support to admin actions (with patch) -+- Reporter: Adys |Owner: Adys Type: New feature | Status: closed Component:

Re: [Django] #18427: limit_choices_to won't limit correctly

2013-03-22 Thread Django
#18427: limit_choices_to won't limit correctly -+- Reporter: thanos@… |Owner: nobody Type: Bug | Status: new Component: contrib.admin

Re: [Django] #19302: Add option to disable Admin log (LogEntry)

2013-03-22 Thread Django
#19302: Add option to disable Admin log (LogEntry) -+- Reporter: shadow |Owner: nobody Type: New feature | Status: closed Component:

Re: [Django] #20099: Allow filtering 404 reports by user agent

2013-03-22 Thread Django
#20099: Allow filtering 404 reports by user agent ---+ Reporter: coolRR |Owner: nobody Type: New feature| Status: new Component: HTTP handling |

Re: [Django] #15611: Readonly fields not hidden during create

2013-03-22 Thread Django
#15611: Readonly fields not hidden during create ---+ Reporter: coderanger |Owner: Type: Bug| Status: new Component: contrib.admin |

[Django] Batch modify: #494, #937, #1891, #1919, #2137, #2259, #2316, #2445, #3055, #3214, #3485, #3569, #3570, #3591, #4574, #5518, #5619, #5865, #5904, #6285, #6396, #7571, #7623, #7762, #7808, #783

2013-03-22 Thread Django
Batch modification to #494, #937, #1891, #1919, #2137, #2259, #2316, #2445, #3055, #3214, #3485, #3569, #3570, #3591, #4574, #5518, #5619, #5865, #5904, #6285, #6396, #7571, #7623, #7762, #7808, #7836, #7930, #8065, #8149, #8158, #8165, #8307, #8391, #8408, #8548, #8851, #8892, #8927, #8968,

Re: [Django] #19539: Writing custom model fields: The __metaclass__ attribute is no longer supported in Python 3

2013-03-22 Thread Django
#19539: Writing custom model fields: The __metaclass__ attribute is no longer supported in Python 3 ---+--- Reporter: astorije@… |Owner: nobody Type: New feature| Status:

Re: [Django] #17650: BaseForm doesn't implement __contains__

2013-03-22 Thread Django
#17650: BaseForm doesn't implement __contains__ -+- Reporter: etox |Owner: anonymous Type: | Status: closed Cleanup/optimization

Re: [Django] #10659: Properly handle Paste's MultiDict and UnicodeMultiDict in Django Form's SelectMultiple

2013-03-22 Thread Django
#10659: Properly handle Paste's MultiDict and UnicodeMultiDict in Django Form's SelectMultiple -+- Reporter: amaslov |Owner: nobody Type: New feature |

Re: [Django] #12199: Give 'firstof' tag ability to assign result to context

2013-03-22 Thread Django
#12199: Give 'firstof' tag ability to assign result to context --+ Reporter: tiliv |Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #19755: Incremental filter

2013-03-22 Thread Django
#19755: Incremental filter -+- Reporter: paulox@… |Owner: nobody Type: New feature | Status: closed Component: contrib.admin|

Re: [Django] #12680: Floating submitbuttons

2013-03-22 Thread Django
#12680: Floating submitbuttons -+- Reporter: shoyer |Owner: nobody Type: New feature | Status: closed Component: contrib.admin|

Re: [Django] #13900: New admin feature: Delete and replace with existing object

2013-03-22 Thread Django
#13900: New admin feature: Delete and replace with existing object -+- Reporter: riccardodivirgilio |Owner: nobody Type: New feature | Status: closed

Re: [Django] #14497: ModelAdmin.readonly_fields isn't graceful with filefields.

2013-03-22 Thread Django
#14497: ModelAdmin.readonly_fields isn't graceful with filefields. -+- Reporter: Keryn Knight |Owner: | paulcollins Type: New feature |

Re: [Django] #18265: request.user cached value does not track request.session change

2013-03-22 Thread Django
#18265: request.user cached value does not track request.session change -+- Reporter: Tuttle |Owner: nobody Type: New feature | Status: closed

Re: [Django] #19265: deprecate redirect_to_login

2013-03-22 Thread Django
#19265: deprecate redirect_to_login -+- Reporter: ptone|Owner: nobody Type: | Status: closed Cleanup/optimization |

Re: [Django] #18392: Use utf8mb4 encoding with MySQL 5.5

2013-03-22 Thread Django
#18392: Use utf8mb4 encoding with MySQL 5.5 -+- Reporter: EmilStenstrom|Owner: nobody Type: New feature | Status: new Component: Database layer

Re: [Django] #10402: mysql backend connections left idle open

2013-03-22 Thread Django
#10402: mysql backend connections left idle open -+- Reporter: DirkDatzert |Owner: nobody Type: Bug | Status: closed Component: Database

Re: [Django] #18456: HttpRequest.get_full_path does not escape # sign in the url

2013-03-22 Thread Django
#18456: HttpRequest.get_full_path does not escape # sign in the url -+- Reporter: vlad.shcherbina@…|Owner: nobody Type: Bug | Status: closed

Re: [Django] #11772: ModelAdmin - added a model_modified hook for full CRUD support

2013-03-22 Thread Django
#11772: ModelAdmin - added a model_modified hook for full CRUD support -+- Reporter: Rupe |Owner: nobody Type: New feature | Status: closed

Re: [Django] #11574: Allow extra blank rows for adding new records when using list_editable in admin change list view

2013-03-22 Thread Django
#11574: Allow extra blank rows for adding new records when using list_editable in admin change list view -+- Reporter: rfugger |Owner: nobody Type: New feature |

Re: [Django] #14587: Model description on administrative interface

2013-03-22 Thread Django
#14587: Model description on administrative interface -+- Reporter: RuslanPopov |Owner: nobody Type: New feature | Status: closed Component:

Re: [Django] #12701: "Tooltips" in admin list view

2013-03-22 Thread Django
#12701: "Tooltips" in admin list view -+- Reporter: mrts |Owner: nobody Type: New feature | Status: closed Component: contrib.admin|

[django/django] f7ca46: [1.5.x] Added missing markup to docs.

2013-03-22 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: f7ca464039b4f21705a8a7074f6c542c3e4937b4 https://github.com/django/django/commit/f7ca464039b4f21705a8a7074f6c542c3e4937b4 Author: Tim Graham Date: 2013-03-22 (Fri, 22 Mar

Re: [Django] #15961: Admin search should be pluggable

2013-03-22 Thread Django
#15961: Admin search should be pluggable ---+ Reporter: jdunck |Owner: nobody Type: New feature| Status: new Component: contrib.admin |

Re: [Django] #13033: MySQL full text search in admin

2013-03-22 Thread Django
#13033: MySQL full text search in admin ---+ Reporter: simon29|Owner: nobody Type: New feature| Status: new Component: contrib.admin | Version:

[django/django] 1363b4: [1.5.x] Fixed docs template name typo

2013-03-22 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 1363b418234d9af214ba9093014259fbb0ea2242 https://github.com/django/django/commit/1363b418234d9af214ba9093014259fbb0ea2242 Author: Tom V Date: 2013-03-22 (Fri, 22 Mar 2013) Changed

[django/django] 93cffc: Added missing markup to docs.

2013-03-22 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 93cffc3b37d7ef7a20c53f9001f0451a37be7584 https://github.com/django/django/commit/93cffc3b37d7ef7a20c53f9001f0451a37be7584 Author: Tim Graham Date: 2013-03-22 (Fri, 22 Mar 2013)

[django/django] a907fa: Docs template name mistake

2013-03-22 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: a907fa088ed822f05526b13fc74487f9056a62cd https://github.com/django/django/commit/a907fa088ed822f05526b13fc74487f9056a62cd Author: Tom V Date: 2013-03-21 (Thu, 21 Mar 2013) Changed

Re: [Django] #20108: filepath_to_uri raises UnicodeDecodeError on utf8 input

2013-03-22 Thread Django
#20108: filepath_to_uri raises UnicodeDecodeError on utf8 input ---+ Reporter: ivan_virabyan |Owner: nobody Type: Bug| Status: closed Component: Utilities

[django/django] deec02: [1.5.x] Fixed #20108 -- Fixed filepath_to_uri deco...

2013-03-22 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: deec020bf5927abbdd667912f80794c32c03e609 https://github.com/django/django/commit/deec020bf5927abbdd667912f80794c32c03e609 Author: Claude Paroz Date: 2013-03-22 (Fri, 22 Mar

Re: [Django] #20108: filepath_to_uri raises UnicodeDecodeError on utf8 input

2013-03-22 Thread Django
#20108: filepath_to_uri raises UnicodeDecodeError on utf8 input ---+ Reporter: ivan_virabyan |Owner: nobody Type: Bug| Status: closed Component: Utilities

[django/django] 164528: Fixed #20108 -- Fixed filepath_to_uri decoding err...

2013-03-22 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 164528acc8752f33a3af4c1255b24702a4c81240 https://github.com/django/django/commit/164528acc8752f33a3af4c1255b24702a4c81240 Author: Claude Paroz Date: 2013-03-22 (Fri, 22 Mar 2013)

Re: [Django] #20094: Models with `next` method on python 2.6

2013-03-22 Thread Django
#20094: Models with `next` method on python 2.6 -+- Reporter: mjtamlyn |Owner: nobody Type: Bug | Status: closed Component: Database

[django/django] dd897e: [1.5.x] Fixed #20094 - Be more careful when checki...

2013-03-22 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: dd897e4eeb20cab9ac708c46f34c5f09758205c8 https://github.com/django/django/commit/dd897e4eeb20cab9ac708c46f34c5f09758205c8 Author: Marc Tamlyn Date: 2013-03-22 (Fri, 22 Mar

Re: [Django] #20094: Models with `next` method on python 2.6

2013-03-22 Thread Django
#20094: Models with `next` method on python 2.6 -+- Reporter: mjtamlyn |Owner: nobody Type: Bug | Status: closed Component: Database

[django/django] 829dc3: Fixed #20094 - Be more careful when checking for I...

2013-03-22 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 829dc3c5a64d3fa203b8cc0055e83cf23addfee3 https://github.com/django/django/commit/829dc3c5a64d3fa203b8cc0055e83cf23addfee3 Author: Marc Tamlyn Date: 2013-03-22 (Fri, 22 Mar 2013)

Re: [Django] #19866: SuspiciousOperation should not be answered with HTTP 500

2013-03-22 Thread Django
#19866: SuspiciousOperation should not be answered with HTTP 500 -+ Reporter: tiwoc|Owner: nobody Type: Bug | Status: new Component: HTTP

[Django] #20114: Failures in tests in django.contrib.auth when using custom LOGIN_URL/LOGOUT_URL

2013-03-22 Thread Django
#20114: Failures in tests in django.contrib.auth when using custom LOGIN_URL/LOGOUT_URL --+ Reporter: jriley@… | Owner: nobody Type: Bug | Status: new Component: contrib.auth |Version: 1.5

Re: [Django] #11097: Formset documentation should include a note about form.blah_ptr for derived models

2013-03-22 Thread Django
#11097: Formset documentation should include a note about form.blah_ptr for derived models -+- Reporter: drozzy |Owner: nobody Type: |

Re: [Django] #20113: Documentation on _ptr and _ptr_id use in multi-table inheritance

2013-03-22 Thread Django
#20113: Documentation on _ptr and _ptr_id use in multi-table inheritance ---+-- Reporter: anonymous |Owner: nobody Type: Uncategorized | Status: closed Component:

Re: [Django] #20099: Allow filtering 404 reports by user agent

2013-03-22 Thread Django
#20099: Allow filtering 404 reports by user agent ---+ Reporter: coolRR |Owner: nobody Type: New feature| Status: new Component: HTTP handling |

Re: [Django] #20113: Documentation on _ptr and _ptr_id use in multi-table inheritance

2013-03-22 Thread Django
#20113: Documentation on _ptr and _ptr_id use in multi-table inheritance ---+-- Reporter: anonymous |Owner: nobody Type: Uncategorized | Status: new Component:

  1   2   >