[Django] #17578: Explicitly involke python for setup.py for Windows users

2012-01-22 Thread Django
#17578: Explicitly involke python for setup.py for Windows users + Reporter: pariksheet.nanda@… | Owner: nobody Type: Uncategorized | Status: new Component: Documentation |Version: 1.3

Re: [Django] #17037: Add management command to print active project settings

2012-01-22 Thread Django
#17037: Add management command to print active project settings -+- Reporter: msabramo |Owner: msabramo Type: New feature | Status: new

[Django] #17577: Form instantiation hook for admin

2012-01-22 Thread Django
#17577: Form instantiation hook for admin -+- Reporter: simon29 | Owner: simon29 Type: New | Status: new feature|Version: 1.3 Component: | Keywords:

Re: [Django] #3148: Add getters and setters to model fields

2012-01-22 Thread Django
#3148: Add getters and setters to model fields -+- Reporter: jerf@… |Owner: Type: New feature | Status: new Component: Database layer |

Re: [Django] #16865: get_or_create defaults to _for_write even when it's just reading

2012-01-22 Thread Django
#16865: get_or_create defaults to _for_write even when it's just reading -+- Reporter: Rick van Hattem |Owner: nobody | Status: new

Re: [Django] #17573: Documentation: MySQL 5.5 switched to InnoDB as default storage engine

2012-01-22 Thread Django
#17573: Documentation: MySQL 5.5 switched to InnoDB as default storage engine -+- Reporter: Lenz Hirsch |Owner: nobody | Status: new

[Django] #17576: Enclosing quotation marks for urlize. (Or make urlize easier to override)

2012-01-22 Thread Django
#17576: Enclosing quotation marks for urlize. (Or make urlize easier to override) -+- Reporter: tomchristie | Owner: tomchristie Type: Bug | Status: new Component: Template system |

Re: [Django] #17573: Documentation: MySQL 5.5 switched to InnoDB as default storage engine

2012-01-22 Thread Django
#17573: Documentation: MySQL 5.5 switched to InnoDB as default storage engine -+- Reporter: Lenz Hirsch |Owner: nobody | Status: new

Re: [Django] #17573: Documentation: MySQL 5.5 switched to InnoDB as default storage engine

2012-01-22 Thread Django
#17573: Documentation: MySQL 5.5 switched to InnoDB as default storage engine -+- Reporter: Lenz Hirsch |Owner: nobody | Status: new

Re: [Django] #10320: CursorDebugWrapper should allow using iterators/generators for executemany().

2012-01-22 Thread Django
#10320: CursorDebugWrapper should allow using iterators/generators for executemany(). -+- Reporter: MockSoul |Owner: nobody Type: New feature |

Re: [Django] #16939: Inaccurate implementation of {% comment %} presented in custom template tag 'howto' guide

2012-01-22 Thread Django
#16939: Inaccurate implementation of {% comment %} presented in custom template tag 'howto' guide -+- Reporter: julien |Owner: nobody Type: Bug |

Re: [Django] #17575: Python syntax error in example

2012-01-22 Thread Django
#17575: Python syntax error in example --+ Reporter: apelisse@…| Owner: nobody Type: Cleanup/optimization | Status: closed Component: Documentation |Version: 1.3 Severity: Normal

[Changeset] r17388 - django/branches/releases/1.3.X/docs/ref/contrib/admin

2012-01-22 Thread noreply
Author: aaugustin Date: 2012-01-22 10:53:41 -0800 (Sun, 22 Jan 2012) New Revision: 17388 Modified: django/branches/releases/1.3.X/docs/ref/contrib/admin/index.txt Log: [1.3.X] Fixed #17575 -- Typo in an example of ModelAdmin.list_filter. Thanks apelisse AT gmail com for the report.

Re: [Django] #17573: Documentation: MySQL 5.5 switched to InnoDB as default storage engine

2012-01-22 Thread Django
#17573: Documentation: MySQL 5.5 switched to InnoDB as default storage engine -+- Reporter: Lenz Hirsch |Owner: nobody | Status: new

[Django] #17575: Python syntax error in example

2012-01-22 Thread Django
#17575: Python syntax error in example --+ Reporter: apelisse@…| Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation |Version: 1.3 Severity: Normal

Re: [Django] #2417: Support for binary type fields (aka: bytea in postgres and VARBINARY in mysql)

2012-01-22 Thread Django
#2417: Support for binary type fields (aka: bytea in postgres and VARBINARY in mysql) -+- Reporter: scanner@…|Owner: nobody Type: New feature |

Re: [Django] #10648: Django should warn when creating a model with field called "save".

2012-01-22 Thread Django
#10648: Django should warn when creating a model with field called "save". -+- Reporter: Thomas Steinacher|Owner: nobody | Status: closed

[Changeset] r17387 - in django/trunk: django/db/backends django/db/backends/oracle tests/regressiontests/backends

2012-01-22 Thread noreply
Author: aaugustin Date: 2012-01-22 08:41:20 -0800 (Sun, 22 Jan 2012) New Revision: 17387 Modified: django/trunk/django/db/backends/oracle/base.py django/trunk/django/db/backends/util.py django/trunk/tests/regressiontests/backends/tests.py Log: Fixed #10320 -- Made it possible to use

Re: [Django] #10320: CursorDebugWrapper should allow using iterators/generators for executemany().

2012-01-22 Thread Django
#10320: CursorDebugWrapper should allow using iterators/generators for executemany(). -+- Reporter: MockSoul |Owner: nobody Type: New feature |

Re: [Django] #10320: CursorDebugWrapper should allow using iterators/generators for executemany().

2012-01-22 Thread Django
#10320: CursorDebugWrapper should allow using iterators/generators for executemany(). -+- Reporter: MockSoul |Owner: nobody Type: New feature |

Re: [Django] #10320: CursorDebugWrapper should allow using iterators/generators for executemany().

2012-01-22 Thread Django
#10320: CursorDebugWrapper should allow using iterators/generators for executemany(). -+- Reporter: MockSoul |Owner: nobody Type: New feature |

Re: [Django] #13795: Add CACHE_KEY_PREFIX setting that prefixes the low-level cache API

2012-01-22 Thread Django
#13795: Add CACHE_KEY_PREFIX setting that prefixes the low-level cache API -+- Reporter: bruth|Owner: bruth Type: Uncategorized| Status: closed

Re: [Django] #10494: show query params DoesNotExist from QuerySet.get

2012-01-22 Thread Django
#10494: show query params DoesNotExist from QuerySet.get -+- Reporter: brondsem |Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #10088: for_share() as well as for_update() addition to Model.QuerySet

2012-01-22 Thread Django
#10088: for_share() as well as for_update() addition to Model.QuerySet -+- Reporter: epandurski |Owner: Type: New feature | Status: new Component:

Re: [Django] #10070: Named parameters not working on raw sql queries with sqlite

2012-01-22 Thread Django
#10070: Named parameters not working on raw sql queries with sqlite -+- Reporter: msurdi |Owner: nobody Type: Bug | Status: new

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

2012-01-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] #9596: Comparing a DateTimeField to a date is too hard

2012-01-22 Thread Django
#9596: Comparing a DateTimeField to a date is too hard -+- Reporter: django@… |Owner: nobody Type: New feature | Status: new Component: Database

Re: [Django] #10499: Maybe make _default_manager part of the public API

2012-01-22 Thread Django
#10499: Maybe make _default_manager part of the public API -+- Reporter: mtredinnick |Owner: nobody Type: New feature | Status: closed Component:

Re: [Django] #16192: Make unique_together error messages in ModelForms customizable

2012-01-22 Thread Django
#16192: Make unique_together error messages in ModelForms customizable -+- Reporter: leahculver |Owner: nobody Type: New feature | Status: new

Re: [Django] #16192: Make unique_together error messages in ModelForms customizable

2012-01-22 Thread Django
#16192: Make unique_together error messages in ModelForms customizable -+- Reporter: leahculver |Owner: nobody Type: New feature | Status: new

Re: [Django] #13870: psycopg2 backend never terminates isolating transactions

2012-01-22 Thread Django
#13870: psycopg2 backend never terminates isolating transactions ---+ Reporter: patrys |Owner: nobody Type: Bug| Status: new Component: Documentation |

Re: [Django] #10515: Add __rand__ and __ror__ to QuerySet [PATCH]

2012-01-22 Thread Django
#10515: Add __rand__ and __ror__ to QuerySet [PATCH] -+- Reporter: sebastian_noack |Owner: nobody Type: New feature | Status: closed Component:

Re: [Django] #16250: Error with new pyscopg2 2.4.2 release and tests

2012-01-22 Thread Django
#16250: Error with new pyscopg2 2.4.2 release and tests ---+ Reporter: anonymous |Owner: nobody Type: Bug| Status: closed Component: Testing

Re: [Django] #16250: Error with new pyscopg2 2.4.2 release and tests

2012-01-22 Thread Django
#16250: Error with new pyscopg2 2.4.2 release and tests ---+ Reporter: anonymous |Owner: nobody Type: Bug| Status: closed Component: Testing