Re: [Django] #18400: Unexpected {% if %} behavior

2013-10-14 Thread Django
#18400: Unexpected {% if %} behavior --+ Reporter: apollo13 |Owner: susan Type: Bug | Status: assigned Component: Template system

Re: [Django] #21219: The FILE_UPLOAD_PERMISSIONS should not be used when deploying static files

2013-10-14 Thread Django
#21219: The FILE_UPLOAD_PERMISSIONS should not be used when deploying static files -+ Reporter: dblack+django@… |Owner: nobody Type: New feature | Status:

Re: [Django] #19299: Foreign keys using to_field and having legitimate empty string values fail with NULL errors

2013-10-14 Thread Django
#19299: Foreign keys using to_field and having legitimate empty string values fail with NULL errors -+- Reporter: evan@… |Owner: nobody Type: Bug |

Re: [Django] #21219: The FILE_UPLOAD_PERMISSIONS should not be used when deploying static files

2013-10-14 Thread Django
#21219: The FILE_UPLOAD_PERMISSIONS should not be used when deploying static files -+ Reporter: dblack+django@… |Owner: nobody Type: New feature | Status:

Re: [Django] #13245: manually set db_table should not validate if it needs to be truncated

2013-10-14 Thread Django
#13245: manually set db_table should not validate if it needs to be truncated -+- Reporter: skoom|Owner: nobody Type: Bug | Status: new

Re: [Django] #6681: `admindocs` breaks compatibility with `docutils` when rendering reStructuredText

2013-10-14 Thread Django
#6681: `admindocs` breaks compatibility with `docutils` when rendering reStructuredText -+- Reporter: mtredinnick |Owner: nobody Type: Bug |

Re: [Django] #6681: `admindocs` breaks compatibility with `docutils` when rendering reStructuredText

2013-10-14 Thread Django
#6681: `admindocs` breaks compatibility with `docutils` when rendering reStructuredText -+- Reporter: mtredinnick |Owner: nobody Type: Bug |

[django/django] 975415: Fixed a webdesign template tag docstring to preven...

2013-10-14 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 975415a8cef38cf2a49c3ce8234c15ef97a69b5f https://github.com/django/django/commit/975415a8cef38cf2a49c3ce8234c15ef97a69b5f Author: Tim Graham Date: 2013-10-14 (Mon, 14 Oct 2013)

Re: [Django] #7603: Add HttpRequest.scheme property

2013-10-14 Thread Django
#7603: Add HttpRequest.scheme property -+- Reporter: nslater |Owner: Type: New feature | unaizalakain Component: HTTP handling| Status:

Re: [Django] #21172: have LiveServerThread follow the semantics of threading.Thread.join()

2013-10-14 Thread Django
#21172: have LiveServerThread follow the semantics of threading.Thread.join() -+- Reporter: ldd |Owner: Type: Bug | unaizalakain Component: Testing

Re: [Django] #7261: Support for __html__ for Library interoperability

2013-10-14 Thread Django
#7261: Support for __html__ for Library interoperability -+ Reporter: mitsuhiko|Owner: unaizalakain Type: New feature | Status: assigned Component:

Re: [Django] #21223: Add id_for_label in Django forms topic documentation

2013-10-14 Thread Django
#21223: Add id_for_label in Django forms topic documentation -+- Reporter: ebertti@…|Owner: saoili Type: | Status: closed

[django/django] 6e7de2: [1.5.x] Fixed #21223 -- Added form.id_for_label to...

2013-10-14 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 6e7de2edb0565e0ea2fd4ff6701e97ead67138b9 https://github.com/django/django/commit/6e7de2edb0565e0ea2fd4ff6701e97ead67138b9 Author: Sorcha Bowler Date: 2013-10-14 (Mon, 14 Oct 2013)

[django/django] 018e2c: Fixed #21223 -- Added form.id_for_label to topic g...

2013-10-14 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 018e2c055a894c4869985b0fda64e52a6c368f32 https://github.com/django/django/commit/018e2c055a894c4869985b0fda64e52a6c368f32 Author: Sorcha Bowler Date: 2013-10-14 (Mon, 14 Oct 2013)

[django/django] 07ebd2: [1.6.x] Fixed #21223 -- Added form.id_for_label to...

2013-10-14 Thread GitHub
Branch: refs/heads/stable/1.6.x Home: https://github.com/django/django Commit: 07ebd23254acab0677aca8baf76440811e9473e2 https://github.com/django/django/commit/07ebd23254acab0677aca8baf76440811e9473e2 Author: Sorcha Bowler Date: 2013-10-14 (Mon, 14 Oct 2013)

Re: [Django] #21223: Add id_for_label in Django forms topic documentation

2013-10-14 Thread Django
#21223: Add id_for_label in Django forms topic documentation -+- Reporter: ebertti@…|Owner: saoili Type: | Status: closed

Re: [Django] #7261: Support for __html__ for Library interoperability

2013-10-14 Thread Django
#7261: Support for __html__ for Library interoperability -+ Reporter: mitsuhiko|Owner: unaizalakain Type: New feature | Status: assigned Component:

Re: [Django] #9722: Use pyinotify (where available) instead of polling filesystem every second to detect changes

2013-10-14 Thread Django
#9722: Use pyinotify (where available) instead of polling filesystem every second to detect changes -+- Reporter: lamby|Owner: Type: New feature | unaizalakain

Re: [Django] #7603: Add HttpRequest.scheme property

2013-10-14 Thread Django
#7603: Add HttpRequest.scheme property ---+ Reporter: nslater|Owner: unaizalakain Type: New feature| Status: assigned Component: HTTP handling |

[django/django] 83b9bf: Fixed #21266 -- Fixed E201,E202 pep8 warnings.

2013-10-14 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 83b9bfea44e23c5770fa14a8921914839929233b https://github.com/django/django/commit/83b9bfea44e23c5770fa14a8921914839929233b Author: Larry O'Neill Date: 2013-10-14 (Mon, 14 Oct 2013)

Re: [Django] #21266: pep8 cleanup: whitespace before/after parens and braces

2013-10-14 Thread Django
#21266: pep8 cleanup: whitespace before/after parens and braces --+ Reporter: timo |Owner: larryone Type: Cleanup/optimization | Status: closed

Re: [Django] #21223: Add id_for_label in Django forms topic documentation

2013-10-14 Thread Django
#21223: Add id_for_label in Django forms topic documentation -+- Reporter: ebertti@…|Owner: saoili Type: | Status: assigned

Re: [Django] #20910: Specify the filename (when appropriate) with code snippets

2013-10-14 Thread Django
#20910: Specify the filename (when appropriate) with code snippets -+- Reporter: jggramlich@… |Owner: nsmgr8 Type: | Status: closed

Re: [Django] #21269: UnicodeDecodeError on makemessages -d djangojs

2013-10-14 Thread Django
#21269: UnicodeDecodeError on makemessages -d djangojs -+- Reporter: kontakt@…|Owner: nobody Type: Bug | Status: closed Component: Core

[django/django] ba9cf9: [1.6.x] Fixed #21269 -- Don't crash when CommandEr...

2013-10-14 Thread GitHub
Branch: refs/heads/stable/1.6.x Home: https://github.com/django/django Commit: ba9cf9596bb07d30614257a755f3e4fea426d2e2 https://github.com/django/django/commit/ba9cf9596bb07d30614257a755f3e4fea426d2e2 Author: Claude Paroz Date: 2013-10-14 (Mon, 14 Oct

Re: [Django] #21230: Remove usage of direct settings manipulation in Django's tests

2013-10-14 Thread Django
#21230: Remove usage of direct settings manipulation in Django's tests --+ Reporter: akaariai |Owner: Type: Cleanup/optimization | Status: new Component:

[django/django] 42a67e: Fixed #21269 -- Don't crash when CommandError cont...

2013-10-14 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 42a67ec1cd8cbaffd87f0a7b34714f7d4a259cfb https://github.com/django/django/commit/42a67ec1cd8cbaffd87f0a7b34714f7d4a259cfb Author: Claude Paroz Date: 2013-10-14 (Mon, 14 Oct 2013)

Re: [Django] #21269: UnicodeDecodeError on makemessages -d djangojs

2013-10-14 Thread Django
#21269: UnicodeDecodeError on makemessages -d djangojs -+- Reporter: kontakt@…|Owner: nobody Type: Bug | Status: closed Component: Core

Re: [Django] #5418: Add assertNoBrokenLinks() to test system

2013-10-14 Thread Django
#5418: Add assertNoBrokenLinks() to test system -+- Reporter: adrian |Owner: Type: New feature | unaizalakain Component: Testing framework|

[django/django] 8ab5f1: Close file after tests added in 945e033a69.

2013-10-14 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 8ab5f1fe4750105dae734764baed54bd4d22792b https://github.com/django/django/commit/8ab5f1fe4750105dae734764baed54bd4d22792b Author: Ramiro Morales Date: 2013-10-14 (Mon, 14 Oct 2013)

Re: [Django] #8918: FileField upload_to should not be required for custom backends

2013-10-14 Thread Django
#8918: FileField upload_to should not be required for custom backends -+- Reporter: leahculver |Owner: nobody Type: New feature | Status: closed

Re: [Django] #21269: UnicodeDecodeError on makemessages -d djangojs

2013-10-14 Thread Django
#21269: UnicodeDecodeError on makemessages -d djangojs -+- Reporter: kontakt@…|Owner: nobody Type: Bug | Status: new Component: Core

Re: [Django] #21268: pep8 cleanup: too many blank lines

2013-10-14 Thread Django
#21268: pep8 cleanup: too many blank lines --+ Reporter: timo |Owner: nobody Type: Cleanup/optimization | Status: new Component: Core (Other)

Re: [Django] #21267: pep8 cleanup: the backslash is redundant between brackets

2013-10-14 Thread Django
#21267: pep8 cleanup: the backslash is redundant between brackets --+ Reporter: timo |Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #21219: The FILE_UPLOAD_PERMISSIONS should not be used when deploying static files

2013-10-14 Thread Django
#21219: The FILE_UPLOAD_PERMISSIONS should not be used when deploying static files -+ Reporter: dblack+django@… |Owner: nobody Type: New feature | Status:

Re: [Django] #23: Add support for ValidationWarning

2013-10-14 Thread Django
#23: Add support for ValidationWarning -+ Reporter: adrian |Owner: jgeskens Type: New feature | Status: assigned Component: Forms| Version:

[django/django] 1ac534: Added flake8 info to setup.cfg.

2013-10-14 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 1ac534a92f8cabc209ccabe223344b43bc1b11d8 https://github.com/django/django/commit/1ac534a92f8cabc209ccabe223344b43bc1b11d8 Author: Tim Graham Date: 2013-10-14 (Mon, 14 Oct 2013)

Re: [Django] #17193: Send templated email.

2013-10-14 Thread Django
#17193: Send templated email. -+--- Reporter: tomchristie |Owner: julianapplebaum Type: New feature | Status: closed Component: Core (Mail) |

Re: [Django] #14974: Add support for translation backends other than gettext

2013-10-14 Thread Django
#14974: Add support for translation backends other than gettext --+ Reporter: marinho |Owner: nobody Type: New feature | Status: new

Re: [Django] #14974: Add support for translation backends other than gettext

2013-10-14 Thread Django
#14974: Add support for translation backends other than gettext --+ Reporter: marinho |Owner: nobody Type: New feature | Status: new

Re: [Django] #21267: pep8 cleanup: the backslash is redundant between brackets

2013-10-14 Thread Django
#21267: pep8 cleanup: the backslash is redundant between brackets --+ Reporter: timo |Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #21268: pep8 cleanup: too many blank lines

2013-10-14 Thread Django
#21268: pep8 cleanup: too many blank lines --+ Reporter: timo |Owner: nobody Type: Cleanup/optimization | Status: new Component: Core (Other)

[Django] #21269: UnicodeDecodeError on makemessages -d djangojs

2013-10-14 Thread Django
#21269: UnicodeDecodeError on makemessages -d djangojs --+ Reporter: kontakt@… | Owner: nobody Type: Bug | Status: new Component: Translations |Version: 1.6-beta-1 Severity: Normal

[django/django] d07d6a: Fixed #20910 -- Added a "snippet" sphinx directive...

2013-10-14 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: d07d6ae1167f93f2e88b3743c070003a66a31b35 https://github.com/django/django/commit/d07d6ae1167f93f2e88b3743c070003a66a31b35 Author: M Nasimul Haque Date: 2013-10-14 (Mon, 14 Oct

Re: [Django] #20910: Specify the filename (when appropriate) with code snippets

2013-10-14 Thread Django
#20910: Specify the filename (when appropriate) with code snippets -+- Reporter: jggramlich@… |Owner: nsmgr8 Type: | Status: closed

Re: [Django] #21258: Spanish locale should accept %Y-%m-%d format for dates

2013-10-14 Thread Django
#21258: Spanish locale should accept %Y-%m-%d format for dates ---+-- Reporter: pegler |Owner: nobody Type: Bug| Status: closed Component: Uncategorized

Re: [Django] #21022: Ensure URL naming is always preferred everywhere in the docs

2013-10-14 Thread Django
#21022: Ensure URL naming is always preferred everywhere in the docs --+ Reporter: mjtamlyn |Owner: Type: Cleanup/optimization | Status: new Component:

[Django] #21268: pep8 cleanup: too many blank lines

2013-10-14 Thread Django
#21268: pep8 cleanup: too many blank lines + Reporter: timo | Owner: nobody Type: Cleanup/optimization | Status: new Component: Core

[Django] #21267: pep8 cleanup: the backslash is redundant between brackets

2013-10-14 Thread Django
#21267: pep8 cleanup: the backslash is redundant between brackets + Reporter: timo | Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #21266: pep8 cleanup: whitespace before/after parens and braces

2013-10-14 Thread Django
#21266: pep8 cleanup: whitespace before/after parens and braces --+ Reporter: timo |Owner: larryone Type: Cleanup/optimization | Status: assigned

[Django] #21266: pep8 cleanup: whitespace before/after parens and braces

2013-10-14 Thread Django
#21266: pep8 cleanup: whitespace before/after parens and braces + Reporter: timo | Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #17193: Send templated email.

2013-10-14 Thread Django
#17193: Send templated email. -+--- Reporter: tomchristie |Owner: julianapplebaum Type: New feature | Status: closed Component: Core (Mail) |

Re: [Django] #17193: Send templated email.

2013-10-14 Thread Django
#17193: Send templated email. -+--- Reporter: tomchristie |Owner: julianapplebaum Type: New feature | Status: closed Component: Core (Mail) |

Re: [Django] #20962: Documentation on template tag render() methods is inconsistent with core tags.

2013-10-14 Thread Django
#20962: Documentation on template tag render() methods is inconsistent with core tags. -+- Reporter: Keryn Knight |Owner: nobody |

[django/django] 7f62d7: [1.5.x] Fixed #20962 -- Documented that template t...

2013-10-14 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 7f62d794b303bedfd094742a84dcc8b85df3ba8b https://github.com/django/django/commit/7f62d794b303bedfd094742a84dcc8b85df3ba8b Author: Bouke Haarsma Date: 2013-10-14 (Mon, 14 Oct

Re: [Django] #20962: Documentation on template tag render() methods is inconsistent with core tags.

2013-10-14 Thread Django
#20962: Documentation on template tag render() methods is inconsistent with core tags. -+- Reporter: Keryn Knight |Owner: nobody |

[django/django] 7f566f: [1.6.x] Fixed #20962 -- Documented that template t...

2013-10-14 Thread GitHub
Branch: refs/heads/stable/1.6.x Home: https://github.com/django/django Commit: 7f566fdb4c8453c8fa4b44d0fe5cc28472acc2ff https://github.com/django/django/commit/7f566fdb4c8453c8fa4b44d0fe5cc28472acc2ff Author: Bouke Haarsma Date: 2013-10-14 (Mon, 14 Oct

Re: [Django] #20962: Documentation on template tag render() methods is inconsistent with core tags.

2013-10-14 Thread Django
#20962: Documentation on template tag render() methods is inconsistent with core tags. -+- Reporter: Keryn Knight |Owner: nobody |

[django/django] e07722: Fixed #20962 -- Documented that template tag rende...

2013-10-14 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: e077224f4ad69a68ae58a373ef69941272d3656c https://github.com/django/django/commit/e077224f4ad69a68ae58a373ef69941272d3656c Author: Bouke Haarsma Date: 2013-10-14 (Mon, 14 Oct 2013)

Re: [Django] #21223: Add id_for_label in Django forms topic documentation

2013-10-14 Thread Django
#21223: Add id_for_label in Django forms topic documentation -+- Reporter: ebertti@…|Owner: saoili Type: | Status: assigned

Re: [Django] #21223: Add id_for_label in Django forms topic documentation

2013-10-14 Thread Django
#21223: Add id_for_label in Django forms topic documentation -+- Reporter: ebertti@…|Owner: anonymous Type: | Status: assigned

Re: [Django] #21223: Add id_for_label in Django forms topic documentation

2013-10-14 Thread Django
#21223: Add id_for_label in Django forms topic documentation -+- Reporter: ebertti@…|Owner: Type: | Status: new Cleanup/optimization

Re: [Django] #21223: Add id_for_label in Django forms topic documentation

2013-10-14 Thread Django
#21223: Add id_for_label in Django forms topic documentation -+- Reporter: ebertti@…|Owner: anonymous Type: | Status: assigned

Re: [Django] #5418: Add assertNoBrokenLinks() to test system

2013-10-14 Thread Django
#5418: Add assertNoBrokenLinks() to test system -+- Reporter: adrian |Owner: Type: New feature | unaizalakain Component: Testing framework|

[django/django] 8222a4: [1.6.x] Clarfied the ModelForm docs with respect t...

2013-10-14 Thread GitHub
Branch: refs/heads/stable/1.6.x Home: https://github.com/django/django Commit: 8222a48253e61f4d3c1d30156a5f9e0d59a7c56c https://github.com/django/django/commit/8222a48253e61f4d3c1d30156a5f9e0d59a7c56c Author: Loic Bistuer Date: 2013-10-14 (Mon, 14

Re: [Django] #8620: ModelForm.Meta.exclude only excludes model fields, not form fields

2013-10-14 Thread Django
#8620: ModelForm.Meta.exclude only excludes model fields, not form fields -+ Reporter: levity |Owner: loic84 Type: New feature | Status: assigned Component: Forms

[django/django] 54cd93: Clarfied the ModelForm docs with respect to genera...

2013-10-14 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 54cd930baf49c45e3e91338a9f4a56d19090ff25 https://github.com/django/django/commit/54cd930baf49c45e3e91338a9f4a56d19090ff25 Author: Loic Bistuer Date: 2013-10-14 (Mon, 14 Oct

Re: [Django] #19617: mixins on ModelForms

2013-10-14 Thread Django
#19617: mixins on ModelForms -+ Reporter: EvilDMP |Owner: loic84 Type: New feature | Status: assigned Component: Forms| Version: master

Re: [Django] #8620: ModelForm.Meta.exclude only excludes model fields, not form fields

2013-10-14 Thread Django
#8620: ModelForm.Meta.exclude only excludes model fields, not form fields -+ Reporter: levity |Owner: loic84 Type: New feature | Status: assigned Component: Forms

Re: [Django] #19617: mixins on ModelForms

2013-10-14 Thread Django
#19617: mixins on ModelForms -+ Reporter: EvilDMP |Owner: loic84 Type: New feature | Status: assigned Component: Forms| Version: master

Re: [Django] #21210: Custom template tags documentation should note that a restart of runserver is neede after creating the templatetags directory

2013-10-14 Thread Django
#21210: Custom template tags documentation should note that a restart of runserver is neede after creating the templatetags directory --+ Reporter: gergely@… |Owner: nobody

Re: [Django] #21210: Custom template tags documentation should note that a restart of runserver is neede after creating the templatetags directory

2013-10-14 Thread Django
#21210: Custom template tags documentation should note that a restart of runserver is neede after creating the templatetags directory --+ Reporter: gergely@… |Owner: nobody

[django/django] 5c1be8: [1.5.x] Fixed #21210 -- Documented when runserver ...

2013-10-14 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: 5c1be8a870f9783c4164cf09b1e9db3205ad1f1e https://github.com/django/django/commit/5c1be8a870f9783c4164cf09b1e9db3205ad1f1e Author: Bouke Haarsma Date: 2013-10-14 (Mon, 14 Oct

Re: [Django] #21210: Custom template tags documentation should note that a restart of runserver is neede after creating the templatetags directory

2013-10-14 Thread Django
#21210: Custom template tags documentation should note that a restart of runserver is neede after creating the templatetags directory --+ Reporter: gergely@… |Owner: nobody

[django/django] 9b7d38: Fixed #21210 -- Documented when runserver doesn't ...

2013-10-14 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 9b7d38ed5a9eed21c496abb1b874cfe53da9c9c9 https://github.com/django/django/commit/9b7d38ed5a9eed21c496abb1b874cfe53da9c9c9 Author: Bouke Haarsma Date: 2013-10-14 (Mon, 14 Oct 2013)

Re: [Django] #21258: Spanish locale should accept %Y-%m-%d format for dates

2013-10-14 Thread Django
#21258: Spanish locale should accept %Y-%m-%d format for dates ---+-- Reporter: pegler |Owner: nobody Type: Bug| Status: closed Component: Uncategorized

Re: [Django] #21231: Limiting the number of variables and files that a POST request can contain

2013-10-14 Thread Django
#21231: Limiting the number of variables and files that a POST request can contain ---+-- Reporter: epandurski@… |Owner: nobody Type: New feature| Status: closed

Re: [Django] #21230: Remove usage of direct settings manipulation in Django's tests

2013-10-14 Thread Django
#21230: Remove usage of direct settings manipulation in Django's tests --+ Reporter: akaariai |Owner: Sephi Type: Cleanup/optimization | Status: assigned

Re: [Django] #21231: Limiting the number of variables and files that a POST request can contain

2013-10-14 Thread Django
#21231: Limiting the number of variables and files that a POST request can contain ---+-- Reporter: epandurski@… |Owner: nobody Type: New feature| Status: new

Re: [Django] #19740: Make sure only posts not marked as defunct show up in feed

2013-10-14 Thread Django
#19740: Make sure only posts not marked as defunct show up in feed -+ Reporter: aaugustin|Owner: nobody Type: Bug | Status: closed

Re: [Django] #19740: Make sure only posts not marked as defunct show up in feed

2013-10-14 Thread Django
#19740: Make sure only posts not marked as defunct show up in feed -+ Reporter: aaugustin|Owner: nobody Type: Bug | Status: new

Re: [Django] #19740: Make sure only posts not marked as defunct show up in feed

2013-10-14 Thread Django
#19740: Make sure only posts not marked as defunct show up in feed -+ Reporter: aaugustin|Owner: nobody Type: Bug | Status: new

Re: [Django] #18866: model Meta verbose_name too long error message not obvious

2013-10-14 Thread Django
#18866: model Meta verbose_name too long error message not obvious --+ Reporter: elena |Owner: toyg Type: Bug | Status: closed Component: contrib.auth |

[django/django] 1ab27e: Fixed #18866 -- added validation error for verbose...

2013-10-14 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 1ab27e9a65015373a49688f3ff6723cf85d5de56 https://github.com/django/django/commit/1ab27e9a65015373a49688f3ff6723cf85d5de56 Author: joaoxsouls Date: 2013-10-14 (Mon, 14 Oct 2013)

Re: [Django] #18866: model Meta verbose_name too long error message not obvious

2013-10-14 Thread Django
#18866: model Meta verbose_name too long error message not obvious --+ Reporter: elena |Owner: toyg Type: Bug | Status: closed Component: contrib.auth |

Re: [Django] #19740: Make sure only posts not marked as defunct show up in feed

2013-10-14 Thread Django
#19740: Make sure only posts not marked as defunct show up in feed -+ Reporter: aaugustin|Owner: nobody Type: Bug | Status: new

Re: [Django] #21230: Remove usage of direct settings manipulation in Django's tests

2013-10-14 Thread Django
#21230: Remove usage of direct settings manipulation in Django's tests --+ Reporter: akaariai |Owner: Sephi Type: Cleanup/optimization | Status: assigned

Re: [Django] #20962: Documentation on template tag render() methods is inconsistent with core tags.

2013-10-14 Thread Django
#20962: Documentation on template tag render() methods is inconsistent with core tags. -+- Reporter: Keryn Knight |Owner: nobody |

Re: [Django] #21210: Custom template tags documentation should note that a restart of runserver is neede after creating the templatetags directory

2013-10-14 Thread Django
#21210: Custom template tags documentation should note that a restart of runserver is neede after creating the templatetags directory --+ Reporter: gergely@… |Owner: nobody

Re: [Django] #21264: RST error in docs at /dev/topics/class-based-views

2013-10-14 Thread Django
#21264: RST error in docs at /dev/topics/class-based-views --+ Reporter: EvilDMP |Owner: nobody Type: Bug | Status: closed Component:

[django/django] e3c8db: [1.6.x] Fixed #21264 -- Incorrect RST usage in doc...

2013-10-14 Thread GitHub
Branch: refs/heads/stable/1.6.x Home: https://github.com/django/django Commit: e3c8db61f3d1e86ac523fc76095d7f3dd1cbe760 https://github.com/django/django/commit/e3c8db61f3d1e86ac523fc76095d7f3dd1cbe760 Author: Bouke Haarsma Date: 2013-10-14 (Mon, 14 Oct

[django/django] b26848: [1.5.x] Fixed #21264 -- Incorrect RST usage in doc...

2013-10-14 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: b268488806bd0cbfd29a874069ece89f61585935 https://github.com/django/django/commit/b268488806bd0cbfd29a874069ece89f61585935 Author: Bouke Haarsma Date: 2013-10-14 (Mon, 14 Oct

Re: [Django] #21264: RST error in docs at /dev/topics/class-based-views

2013-10-14 Thread Django
#21264: RST error in docs at /dev/topics/class-based-views --+ Reporter: EvilDMP |Owner: nobody Type: Bug | Status: closed Component:

Re: [Django] #21264: RST error in docs at /dev/topics/class-based-views

2013-10-14 Thread Django
#21264: RST error in docs at /dev/topics/class-based-views --+ Reporter: EvilDMP |Owner: nobody Type: Bug | Status: closed Component:

[django/django] 8fc630: Fixed #21264 -- Incorrect RST usage in docs

2013-10-14 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 8fc63087f6ad888b68dff17ee0c527774332d932 https://github.com/django/django/commit/8fc63087f6ad888b68dff17ee0c527774332d932 Author: Bouke Haarsma Date: 2013-10-14 (Mon, 14 Oct 2013)

Re: [Django] #21265: on_update foreign key

2013-10-14 Thread Django
#21265: on_update foreign key -+- Reporter: mirzadelic1@…|Owner: nobody Type: Uncategorized| Status: closed Component: Database layer |

Re: [Django] #20928: djangoproject.com is no longer picking up the Django Packages RSS feed

2013-10-14 Thread Django
#20928: djangoproject.com is no longer picking up the Django Packages RSS feed -+ Reporter: pydanny |Owner: jezdez Type: Bug | Status:

[django/django] e532d1: [1.5.x] Fixed #21027 -- Updated tutorial 5 docs to...

2013-10-14 Thread GitHub
Branch: refs/heads/stable/1.5.x Home: https://github.com/django/django Commit: e532d1e38f30689f6483ee5fd580eaf8d08a6b1e https://github.com/django/django/commit/e532d1e38f30689f6483ee5fd580eaf8d08a6b1e Author: Max Vizard Date: 2013-10-14 (Mon, 14 Oct 2013)

Re: [Django] #21265: on_update foreign key

2013-10-14 Thread Django
#21265: on_update foreign key -+- Reporter: mirzadelic1@…|Owner: nobody Type: Uncategorized| Status: new Component: Database layer |

[django/django] 8f5ea9: [1.6.x] Fixed #21027 -- Updated tutorial 5 docs to...

2013-10-14 Thread GitHub
Branch: refs/heads/stable/1.6.x Home: https://github.com/django/django Commit: 8f5ea9d19b7a50839dead7eaf2ce6566e336067d https://github.com/django/django/commit/8f5ea9d19b7a50839dead7eaf2ce6566e336067d Author: Max Vizard Date: 2013-10-14 (Mon, 14 Oct 2013)

  1   2   >