[Django] #12441: Delegate module permissions check to AdminSite

2009-12-23 Thread Django
#12441: Delegate module permissions check to AdminSite --+- Reporter: alexkoshelev | Owner: nobody Status: new | Milestone: 1.2 Component: Contrib apps | Version: 1.1 Keyword

[Changeset] r11974 - in django/trunk/django/db: . backends/dummy

2009-12-23 Thread noreply
Author: russellm Date: 2009-12-23 23:57:43 -0600 (Wed, 23 Dec 2009) New Revision: 11974 Modified: django/trunk/django/db/backends/dummy/base.py django/trunk/django/db/utils.py Log: Fixed #12428: Ensured that the dummy backend is installed correctly on a fresh project generated by django-adm

[Changeset] r11973 - django/trunk/django/db/models/sql

2009-12-23 Thread noreply
Author: russellm Date: 2009-12-23 23:35:43 -0600 (Wed, 23 Dec 2009) New Revision: 11973 Modified: django/trunk/django/db/models/sql/query.py Log: Fixed #12433 -- Corrected a typo in the text of the exception raised by RawQuery. Thanks to bjunix for the report. Modified: django/trunk/django/db

Re: [Django] #11863: Add a method to the orm to create Model instances from raw sql queries

2009-12-23 Thread Django
#11863: Add a method to the orm to create Model instances from raw sql queries ---+ Reporter: seanoc| Owner: seanoc Status: closed| Milestone:

Re: [Django] #12440: show_hidden_initial needs to "remember" initial hidden_initial when rendering form from POST data

2009-12-23 Thread Django
#12440: show_hidden_initial needs to "remember" initial hidden_initial when rendering form from POST data -+-- Reporter: margieroginski | Owner: nobody Status: new | Milestone:

[Changeset] r11972 - django/trunk/docs/topics/db

2009-12-23 Thread noreply
Author: russellm Date: 2009-12-23 21:21:13 -0600 (Wed, 23 Dec 2009) New Revision: 11972 Modified: django/trunk/docs/topics/db/multi-db.txt Log: Fixed #12426 -- Corrected typo in multi-db docs. Thanks to btbytes for the report. Modified: django/trunk/docs/topics/db/multi-db.txt ===

[Django] #12440: show_hidden_initial needs to "remember" initial hidden_initial when rendering form from POST data

2009-12-23 Thread Django
#12440: show_hidden_initial needs to "remember" initial hidden_initial when rendering form from POST data +--- Reporter: margieroginski | Owner: nobody Status: new | Milestone: Compo

Re: [Django] #12230: to_locale not working with sr_Latn

2009-12-23 Thread Django
#12230: to_locale not working with sr_Latn ---+ Reporter: janos | Owner: nobody Status: new | Milestone: 1.2 Component: Internationalization

Re: [Django] #12230: to_locale not working with sr_Latn

2009-12-23 Thread Django
#12230: to_locale not working with sr_Latn ---+ Reporter: janos | Owner: nobody Status: new | Milestone: 1.2 Component: Internationalization

[Django] #12439: geos and gdal libraries need to be prefixed by 'cyg' under cygwin

2009-12-23 Thread Django
#12439: geos and gdal libraries need to be prefixed by 'cyg' under cygwin +--- Reporter: kiorky | Owner: nobody Status: new | Milestone: Component: GIS

[Changeset] r11971 - in django/trunk/django/contrib/gis: db/backends db/backends/mysql db/backends/oracle db/backends/postgis db/backends/spatialite tests tests/distapp tests/geoapp/fixtures tests/geo

2009-12-23 Thread noreply
Author: jbronn Date: 2009-12-23 14:45:08 -0600 (Wed, 23 Dec 2009) New Revision: 11971 Added: django/trunk/django/contrib/gis/tests/geogapp/ django/trunk/django/contrib/gis/tests/geogapp/__init__.py django/trunk/django/contrib/gis/tests/geogapp/fixtures/ django/trunk/django/contrib/gis/

[Django] #12438: use GEOSFree instead of c.free in geos binding.

2009-12-23 Thread Django
#12438: use GEOSFree instead of c.free in geos binding. +--- Reporter: kiorky | Owner: nobody Status: new | Milestone: Component: GIS |

[Django] #12437: error_css_class should not override existing classes in html

2009-12-23 Thread Django
#12437: error_css_class should not override existing classes in html ---+ Reporter: anonymous | Owner: nobody Status: new| Milestone: 1.2 Component: Forms | Version: SV

Re: [Django] #11156: Unnecessary savepoints with Oracle

2009-12-23 Thread Django
#11156: Unnecessary savepoints with Oracle ---+ Reporter: Richard Davies | Owner: nobody Status: new | Milestone: 1.2

Re: [Django] #12425: Typo in the Ukrainian translation

2009-12-23 Thread Django
#12425: Typo in the Ukrainian translation ---+ Reporter: 235 | Owner: jezdez Status: assigned | Milestone: 1.2 Component: Translations | Version: 1.1

Re: [Django] #12436: Amusing typo in multidb docs

2009-12-23 Thread Django
#12436: Amusing typo in multidb docs +--- Reporter: gtaylor| Owner: nobody Status: closed | Milestone: 1.2 Component: Documentation | Version: SVN

[Django] #12436: Amusing typo in multidb docs

2009-12-23 Thread Django
#12436: Amusing typo in multidb docs ---+ Reporter: gtaylor| Owner: nobody Status: new| Milestone: 1.2 Component: Documentation | Version: SVN Keywords:

Re: [Django] #11108: add a ModelAdmin.delete_model method, similar to ModelAdmin.save_model (+patch)

2009-12-23 Thread Django
#11108: add a ModelAdmin.delete_model method, similar to ModelAdmin.save_model (+patch) ---+ Reporter: thomas| Owner: nobody Status: new | Milestone:

[Django] #12435: UnicodeEncodeError trying to use non-english letters for format string of date filter

2009-12-23 Thread Django
#12435: UnicodeEncodeError trying to use non-english letters for format string of date filter --+- Reporter: lupus | Owner: nobody Status: new | Milestone:

[Django] #12434: django.contrib.admin does not work with blank short_description

2009-12-23 Thread Django
#12434: django.contrib.admin does not work with blank short_description --+- Reporter: anonymous | Owner: nobody Status: new | Milestone: Component: django.contrib.a

[Changeset] r11970 - django/trunk/django/conf/locale/pl/LC_MESSAGES

2009-12-23 Thread noreply
Author: zgoda Date: 2009-12-23 06:07:39 -0600 (Wed, 23 Dec 2009) New Revision: 11970 Modified: django/trunk/django/conf/locale/pl/LC_MESSAGES/django.mo django/trunk/django/conf/locale/pl/LC_MESSAGES/django.po Log: Updated Polish translations Modified: django/trunk/django/conf/locale/pl/LC_

Re: [Django] #11068: Wrong language cod e for Norwegian (Bokmål)

2009-12-23 Thread Django
#11068: Wrong language code for Norwegian (Bokmål) ---+ Reporter: nfg | Owner: jezdez Status: assigned | Milestone:

Re: [Django] #5390: Add signals to ManyRelatedManager

2009-12-23 Thread Django
#5390: Add signals to ManyRelatedManager --+- Reporter: Ludovico Magnocavallo | Owner: rvdrijst Status: assigned | Milestone: 1.2

Re: [Django] #11068: Wrong language cod e for Norwegian (Bokmål)

2009-12-23 Thread Django
#11068: Wrong language code for Norwegian (Bokmål) ---+ Reporter: nfg | Owner: jezdez Status: assigned | Milestone:

Re: [Django] #10466: Document that functions in QuerySets' parameters are eagerly evaluated.

2009-12-23 Thread Django
#10466: Document that functions in QuerySets' parameters are eagerly evaluated. +--- Reporter: liangent | Owner: nobody Status: reopened | Milestone: Component:

Re: [Django] #3041: Bug with LIKE raw SQL in CursorDebugWrapper

2009-12-23 Thread Django
#3041: Bug with LIKE raw SQL in CursorDebugWrapper ---+ Reporter: yopi | Owner: adrian Status: closed| Milestone: Component:

[Django] #12433: Typo in raw query exception

2009-12-23 Thread Django
#12433: Typo in raw query exception --+- Reporter: bjunix| Owner: nobody Status: new | Milestone: 1.2 Component: Database layer (models, ORM) |

Re: [Django] #8639: startproject is disabled if a settings module is specified

2009-12-23 Thread Django
#8639: startproject is disabled if a settings module is specified +--- Reporter: whiskybar | Owner: nobody Status: closed | Milestone: 1.0 Component: D

Re: [Django] #8639: startproject is disabled if a settings module is specified

2009-12-23 Thread Django
#8639: startproject is disabled if a settings module is specified +--- Reporter: whiskybar | Owner: nobody Status: reopened | Milestone: 1.0 Component: D