Re: [Django] #15877: Exception:ModelForm has no model class specified

2011-11-12 Thread Django
#15877: Exception:ModelForm has no model class specified -+ Reporter: theaspect@… |Owner: nobody Type: Bug | Status: reopened Component: Forms|

Re: [Django] #17134: Wrong parsing of microseconds in !BaseTemporalField.to_python

2011-11-12 Thread Django
#17134: Wrong parsing of microseconds in !BaseTemporalField.to_python ---+ Reporter: aaugustin |Owner: jcd Type: Bug| Status: closed Component: Forms |

Re: [Django] #15877: Exception:ModelForm has no model class specified

2011-11-12 Thread Django
#15877: Exception:ModelForm has no model class specified -+ Reporter: theaspect@… |Owner: nobody Type: Bug | Status: reopened Component: Forms|

Re: [Django] #17192: next_day from views.generic.dates.DayArchiveView returns None instead of today

2011-11-12 Thread Django
#17192: next_day from views.generic.dates.DayArchiveView returns None instead of today ---+ Reporter: justin@… |Owner: nobody Type: Bug| Status: new Componen

Re: [Django] #15787: select_related with nested fields affects query result

2011-11-12 Thread Django
#15787: select_related with nested fields affects query result -+- Reporter: kriomant@… |Owner: nobody Type: Bug | Status: new Component: D

Re: [Django] #16818: Regression introduced by r16739 -- `ManyRelatedManager.add()` doesn't commit to database

2011-11-12 Thread Django
#16818: Regression introduced by r16739 -- `ManyRelatedManager.add()` doesn't commit to database -+- Reporter: pressureman |Owner: kmtracey Type: Bug |

Re: [Django] #15652: dictsort raises TemplateSyntaxError when not provided with a list of dictionaries

2011-11-12 Thread Django
#15652: dictsort raises TemplateSyntaxError when not provided with a list of dictionaries -+ Reporter: notifications@… |Owner: volrath Type: Bug | Status: assign

Re: [Django] #17134: Wrong parsing of microseconds in !BaseTemporalField.to_python

2011-11-12 Thread Django
#17134: Wrong parsing of microseconds in !BaseTemporalField.to_python ---+ Reporter: aaugustin |Owner: jcd Type: Bug| Status: closed Component: Forms |

[Changeset] r17092 - in django/trunk: django/forms tests/regressiontests/forms/tests

2011-11-12 Thread noreply
Author: kmtracey Date: 2011-11-12 16:43:02 -0800 (Sat, 12 Nov 2011) New Revision: 17092 Modified: django/trunk/django/forms/fields.py django/trunk/tests/regressiontests/forms/tests/fields.py Log: Fixed #17134: Corrected Python 2.5 fallback code for parsing microseconds in time values. Thank

Re: [Django] #16818: Regression introduced by r16739 -- `ManyRelatedManager.add()` doesn't commit to database

2011-11-12 Thread Django
#16818: Regression introduced by r16739 -- `ManyRelatedManager.add()` doesn't commit to database -+- Reporter: pressureman |Owner: kmtracey Type: Bug |

Re: [Django] #16818: Regression introduced by r16739 -- `ManyRelatedManager.add()` doesn't commit to database

2011-11-12 Thread Django
#16818: Regression introduced by r16739 -- `ManyRelatedManager.add()` doesn't commit to database -+- Reporter: pressureman |Owner: kmtracey Type: Bug |

Re: [Django] #17134: Wrong parsing of microseconds in !BaseTemporalField.to_python

2011-11-12 Thread Django
#17134: Wrong parsing of microseconds in !BaseTemporalField.to_python ---+ Reporter: aaugustin |Owner: jcd Type: Bug| Status: reopened Component: Forms |

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

2011-11-12 Thread Django
#16865: get_or_create defaults to _for_write even when it's just reading -+- Reporter: Rick van Hattem |Owner: nobody | Status: new Type: Bug

[Changeset] r17091 - in django/trunk: django/forms tests/regressiontests/forms/tests

2011-11-12 Thread noreply
Author: julien Date: 2011-11-12 15:07:51 -0800 (Sat, 12 Nov 2011) New Revision: 17091 Modified: django/trunk/django/forms/widgets.py django/trunk/tests/regressiontests/forms/tests/widgets.py Log: Fixed #17190 -- Ensured that the `NullBooleanSelect` widget's options get lazily localized. Tha

Re: [Django] #17190: NullBooleanSelect uses ugettext, should be ugettext_lazy

2011-11-12 Thread Django
#17190: NullBooleanSelect uses ugettext, should be ugettext_lazy --+ Reporter: pennersr |Owner: nobody Type: Bug | Status: closed Component: Forms | V

Re: [Django] #25: Filtering interface on ForeignKey boxes

2011-11-12 Thread Django
#25: Filtering interface on ForeignKey boxes ---+- Reporter: adrian |Owner: jimallman Type: Bug| Status: new Component: contrib.admin |

Re: [Django] #15271: django.contrib.gis.forms.fields.GeometryField should call to_python before cleaning

2011-11-12 Thread Django
#15271: django.contrib.gis.forms.fields.GeometryField should call to_python before cleaning -+- Reporter: volrath |Owner: copelco Type: Bug |

Re: [Django] #14019: SQLInsertCompiler.as_sql() failure

2011-11-12 Thread Django
#14019: SQLInsertCompiler.as_sql() failure -+- Reporter: mlavin |Owner: tobias Type: Bug | Status: assigned Component: Database layer

Re: [Django] #14019: SQLInsertCompiler.as_sql() failure

2011-11-12 Thread Django
#14019: SQLInsertCompiler.as_sql() failure -+- Reporter: mlavin |Owner: tobias Type: Bug | Status: assigned Component: Database layer

Re: [Django] #17190: NullBooleanSelect uses ugettext, should be ugettext_lazy

2011-11-12 Thread Django
#17190: NullBooleanSelect uses ugettext, should be ugettext_lazy --+ Reporter: pennersr |Owner: nobody Type: Bug | Status: new Component: Forms | Vers

Re: [Django] #17119: Cache Framework: wrong per-site cache behavior documentation

2011-11-12 Thread Django
#17119: Cache Framework: wrong per-site cache behavior documentation ---+ Reporter: Vanni |Owner: poirier Type: Bug| Status: closed Component: Documentat

[Changeset] r17090 - django/trunk/docs/topics

2011-11-12 Thread noreply
Author: kmtracey Date: 2011-11-12 12:30:03 -0800 (Sat, 12 Nov 2011) New Revision: 17090 Modified: django/trunk/docs/topics/cache.txt Log: Fix #17119: Update cache doc to match current implementation, which does (since r15705) cache pages with GET parameters. Thanks Vanni, poirier, and calvins

Re: [Django] #640: order_with_respect_to option fails

2011-11-12 Thread Django
#640: order_with_respect_to option fails -+- Reporter: Bless|Owner: nobody Type: defect | Status: reopened Component: Documentation

Re: [Django] #17134: Wrong parsing of microseconds in !BaseTemporalField.to_python

2011-11-12 Thread Django
#17134: Wrong parsing of microseconds in !BaseTemporalField.to_python ---+ Reporter: aaugustin |Owner: jcd Type: Bug| Status: closed Component: Forms |

Re: [Django] #702: document that ManyToMany fields can't be in unique_together

2011-11-12 Thread Django
#702: document that ManyToMany fields can't be in unique_together --+ Reporter: hugo |Owner: poirier Type: New feature | Status: assigned Component: Do

Re: [Django] #17143: select_related makes base __init__ unsafe

2011-11-12 Thread Django
#17143: select_related makes base __init__ unsafe -+- Reporter: Leo |Owner: Type: Bug | calvinspealman Component: Database layer |

Re: [Django] #17180: Documentation should mention that {% load i18n %} is needed in every template

2011-11-12 Thread Django
#17180: Documentation should mention that {% load i18n %} is needed in every template --+ Reporter: stefan.freyr@…|Owner: nobody Type: Cleanup/optimization | Statu

Re: [Django] #17143: select_related makes base __init__ unsafe

2011-11-12 Thread Django
#17143: select_related makes base __init__ unsafe -+- Reporter: Leo |Owner: nobody Type: Bug | Status: new Component: Database layer

Re: [Django] #14019: SQLInsertCompiler.as_sql() failure

2011-11-12 Thread Django
#14019: SQLInsertCompiler.as_sql() failure -+- Reporter: mlavin |Owner: tobias Type: Bug | Status: assigned Component: Database layer

Re: [Django] #17134: Wrong parsing of microseconds in !BaseTemporalField.to_python

2011-11-12 Thread Django
#17134: Wrong parsing of microseconds in !BaseTemporalField.to_python ---+ Reporter: aaugustin |Owner: jcd Type: Bug| Status: assigned Component: Forms |

Re: [Django] #16570: allow DecimalFields with max_digits == decimal_places

2011-11-12 Thread Django
#16570: allow DecimalFields with max_digits == decimal_places -+- Reporter: dcwatson |Owner: kenth Type: Bug | Status: closed Component:

[Changeset] r17089 - in django/trunk: . django/core/management docs/ref/models tests/modeltests/invalid_models/invalid_models tests/regressiontests/model_fields

2011-11-12 Thread noreply
Author: kmtracey Date: 2011-11-12 11:53:56 -0800 (Sat, 12 Nov 2011) New Revision: 17089 Modified: django/trunk/AUTHORS django/trunk/django/core/management/validation.py django/trunk/docs/ref/models/fields.txt django/trunk/tests/modeltests/invalid_models/invalid_models/models.py djan

Re: [Django] #14019: SQLInsertCompiler.as_sql() failure

2011-11-12 Thread Django
#14019: SQLInsertCompiler.as_sql() failure -+- Reporter: mlavin |Owner: tobias Type: Bug | Status: assigned Component: Database layer

Re: [Django] #702: document that ManyToMany fields can't be in unique_together

2011-11-12 Thread Django
#702: document that ManyToMany fields can't be in unique_together --+ Reporter: hugo |Owner: poirier Type: New feature | Status: assigned Component: Do

Re: [Django] #17134: Wrong parsing of microseconds in !BaseTemporalField.to_python

2011-11-12 Thread Django
#17134: Wrong parsing of microseconds in !BaseTemporalField.to_python ---+ Reporter: aaugustin |Owner: jcd Type: Bug| Status: assigned Component: Forms |

Re: [Django] #17137: ModelForm is_valid() accepts options outside choices

2011-11-12 Thread Django
#17137: ModelForm is_valid() accepts options outside choices + Reporter: hayrynen@… |Owner: poirier Type: Bug | Status: closed Component: Forms |

[Django] #17214: incorrect rendering of inline fk when parent has custom pk field

2011-11-12 Thread Django
#17214: incorrect rendering of inline fk when parent has custom pk field ---+ Reporter: Aryeh Leib Taurog | Owner: nobody Type: Bug| Status: new Component: Forms

Re: [Django] #17177: Building django documentation with Sphinx 1.1

2011-11-12 Thread Django
#17177: Building django documentation with Sphinx 1.1 ---+-- Reporter: gavenkoa |Owner: poirier Type: Bug| Status: closed Component: Documentation |

Re: [Django] #17177: Building django documentation with Sphinx 1.1

2011-11-12 Thread Django
#17177: Building django documentation with Sphinx 1.1 ---+-- Reporter: gavenkoa |Owner: poirier Type: Bug| Status: assigned Component: Documentation |

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

2011-11-12 Thread Django
#16865: get_or_create defaults to _for_write even when it's just reading -+- Reporter: Rick van Hattem |Owner: nobody | Status: new Type: Bug

Re: [Django] #4136: NULL fields and Unique keys

2011-11-12 Thread Django
#4136: NULL fields and Unique keys -+- Reporter: David Cramer |Owner: nobody | Status: new Type: Bug |

Re: [Django] #4136: NULL fields and Unique keys

2011-11-12 Thread Django
#4136: NULL fields and Unique keys -+- Reporter: David Cramer |Owner: nobody | Status: new Type: Bug |

Re: [Django] #17154: http.__init__._get_content raises TypeError if _content is not string

2011-11-12 Thread Django
#17154: http.__init__._get_content raises TypeError if _content is not string --+ Reporter: tdihp@… |Owner: poirier Type: Bug | Status: closed Comp

Re: [Django] #13640: add_filter in django/db/models/ sql/query.py causes exception when model have 'evaluate' attribute

2011-11-12 Thread Django
#13640: add_filter in django/db/models/ sql/query.py causes exception when model have 'evaluate' attribute -+- Reporter: LukaszKorzybski |Owner: tobias Type: Bug |

Re: [Django] #13640: add_filter in django/db/models/ sql/query.py causes exception when model have 'evaluate' attribute

2011-11-12 Thread Django
#13640: add_filter in django/db/models/ sql/query.py causes exception when model have 'evaluate' attribute -+- Reporter: LukaszKorzybski |Owner: tobias Type: Bug |

Re: [Django] #16212: Improve multiple sort UX

2011-11-12 Thread Django
#16212: Improve multiple sort UX ---+ Reporter: idangazit |Owner: nobody Type: New feature| Status: new Component: contrib.admin | Version: SVN

Re: [Django] #13640: add_filter in django/db/models/ sql/query.py causes exception when model have 'evaluate' attribute

2011-11-12 Thread Django
#13640: add_filter in django/db/models/ sql/query.py causes exception when model have 'evaluate' attribute -+- Reporter: LukaszKorzybski |Owner: tobias Type: Bug |

[Changeset] r17088 - in django/trunk: . django/db/models tests/modeltests/force_insert_update

2011-11-12 Thread noreply
Author: kmtracey Date: 2011-11-12 11:06:39 -0800 (Sat, 12 Nov 2011) New Revision: 17088 Modified: django/trunk/AUTHORS django/trunk/django/db/models/base.py django/trunk/tests/modeltests/force_insert_update/models.py django/trunk/tests/modeltests/force_insert_update/tests.py Log: Fix #

Re: [Django] #13864: DatabaseError while saving with force_update set

2011-11-12 Thread Django
#13864: DatabaseError while saving with force_update set -+- Reporter: fva |Owner: nobody Type: Bug | Status: closed Component: Data

Re: [Django] #16378: locmem should use pickle.HIGHEST_PROTOCOL to match memcached et. al.

2011-11-12 Thread Django
#16378: locmem should use pickle.HIGHEST_PROTOCOL to match memcached et. al. -+ Reporter: PaulM|Owner: nobody Type: Bug | Status: new

Re: [Django] #10912: Autoescaping variable input in template tags

2011-11-12 Thread Django
#10912: Autoescaping variable input in template tags -+- Reporter: andrewbadr |Owner: Type: Bug | Status: new Component: Template system

Re: [Django] #17154: http.__init__._get_content raises TypeError if _content is not string

2011-11-12 Thread Django
#17154: http.__init__._get_content raises TypeError if _content is not string --+ Reporter: tdihp@… |Owner: poirier Type: Bug | Status: new Compone

Re: [Django] #17137: ModelForm is_valid() accepts options outside choices

2011-11-12 Thread Django
#17137: ModelForm is_valid() accepts options outside choices + Reporter: hayrynen@… |Owner: poirier Type: Bug | Status: closed Component: Forms |

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

2011-11-12 Thread Django
#16865: get_or_create defaults to _for_write even when it's just reading -+- Reporter: Rick van Hattem |Owner: nobody | Status: new Type: Bug

[Changeset] r17087 - django/trunk/docs/releases

2011-11-12 Thread noreply
Author: lukeplant Date: 2011-11-12 10:50:50 -0800 (Sat, 12 Nov 2011) New Revision: 17087 Modified: django/trunk/docs/releases/1.4.txt Log: Fixed typo in 1.4 release notes. Modified: django/trunk/docs/releases/1.4.txt === --- djang

Re: [Django] #17179: yesno arg is optional

2011-11-12 Thread Django
#17179: yesno arg is optional --+ Reporter: CarlFK|Owner: nobody Type: Cleanup/optimization | Status: closed Component: Documentation |

[Changeset] r17086 - in django/trunk: . docs/ref/templates

2011-11-12 Thread noreply
Author: kmtracey Date: 2011-11-12 10:47:51 -0800 (Sat, 12 Nov 2011) New Revision: 17086 Modified: django/trunk/AUTHORS django/trunk/docs/ref/templates/builtins.txt Log: Fix #17179: Document that yesno filter's default argument is "yes,no,maybe". Thanks CarlFK and calvinspealman. Modified:

Re: [Django] #17134: Wrong parsing of microseconds in !BaseTemporalField.to_python

2011-11-12 Thread Django
#17134: Wrong parsing of microseconds in !BaseTemporalField.to_python ---+ Reporter: aaugustin |Owner: jcd Type: Bug| Status: assigned Component: Forms |

Re: [Django] #17137: ModelForm is_valid() accepts options outside choices

2011-11-12 Thread Django
#17137: ModelForm is_valid() accepts options outside choices +-- Reporter: hayrynen@… |Owner: poirier Type: Bug | Status: assigned Component: Forms |

Re: [Django] #17119: Cache Framework: wrong per-site cache behavior documentation

2011-11-12 Thread Django
#17119: Cache Framework: wrong per-site cache behavior documentation ---+ Reporter: Vanni |Owner: poirier Type: Bug| Status: new Component: Documentation

Re: [Django] #17147: DecimalField causes inline formsets to disappear

2011-11-12 Thread Django
#17147: DecimalField causes inline formsets to disappear ---+ Reporter: leith.john@… |Owner: jcd Type: Bug| Status: assigned Component: Forms |

Re: [Django] #17119: Cache Framework: wrong per-site cache behavior documentation

2011-11-12 Thread Django
#17119: Cache Framework: wrong per-site cache behavior documentation ---+ Reporter: Vanni |Owner: poirier Type: Bug| Status: new Component: Documentation

Re: [Django] #17134: Wrong parsing of microseconds in !BaseTemporalField.to_python

2011-11-12 Thread Django
#17134: Wrong parsing of microseconds in !BaseTemporalField.to_python ---+ Reporter: aaugustin |Owner: nobody Type: Bug| Status: new Component: Forms |

Re: [Django] #16563: Error pickling request.user

2011-11-12 Thread Django
#16563: Error pickling request.user -+ Reporter: zero.fuxor@… |Owner: nobody Type: Bug | Status: new Component: contrib.auth | Versi

Re: [Django] #16281: ContentType.get_object_for_this_type using wrong database for creating object

2011-11-12 Thread Django
#16281: ContentType.get_object_for_this_type using wrong database for creating object -+- Reporter: tfrydrychewicz@… |Owner: poirier Type: Bug | Status

Re: [Django] #13864: DatabaseError while saving with force_update set

2011-11-12 Thread Django
#13864: DatabaseError while saving with force_update set -+- Reporter: fva |Owner: nobody Type: Bug | Status: reopened Component: Da

Re: [Django] #17180: Documentation should mention that {% load i18n %} is needed in every template

2011-11-12 Thread Django
#17180: Documentation should mention that {% load i18n %} is needed in every template --+ Reporter: stefan.freyr@…|Owner: nobody Type: Cleanup/optimization | Statu

Re: [Django] #17213: Can't change TIME_ZONE after initial transaction in PostgreSQL

2011-11-12 Thread Django
#17213: Can't change TIME_ZONE after initial transaction in PostgreSQL -+- Reporter: calvinspealman |Owner: nobody Type: Bug | Status: new Compo

Re: [Django] #16563: Error pickling request.user

2011-11-12 Thread Django
#16563: Error pickling request.user -+ Reporter: zero.fuxor@… |Owner: nobody Type: Bug | Status: new Component: contrib.auth | Versi

Re: [Django] #17147: DecimalField causes inline formsets to disappear

2011-11-12 Thread Django
#17147: DecimalField causes inline formsets to disappear ---+ Reporter: leith.john@… |Owner: jcd Type: Bug| Status: assigned Component: Forms |

Re: [Django] #12972: flatpages chokes if the url doesn't begin and end with a slash (but doesn't validate for it)

2011-11-12 Thread Django
#12972: flatpages chokes if the url doesn't begin and end with a slash (but doesn't validate for it) -+- Reporter: jabapyth |Owner: jabapyth Type: Bug |

[Changeset] r17085 - django/trunk/docs/ref

2011-11-12 Thread noreply
Author: kmtracey Date: 2011-11-12 09:37:29 -0800 (Sat, 12 Nov 2011) New Revision: 17085 Modified: django/trunk/docs/ref/middleware.txt Log: Fix #16998: Update name of the CSRF middleware in doc. Thanks ptone and poirier. Modified: django/trunk/docs/ref/middleware.txt ==

Re: [Django] #16998: middleware docs need to be updated for CRSF

2011-11-12 Thread Django
#16998: middleware docs need to be updated for CRSF -+ Reporter: ptone|Owner: poirier Type: Bug | Status: closed Component: Documentation|

[Changeset] r17084 - in django/trunk: . django/contrib/auth django/contrib/auth/tests

2011-11-12 Thread noreply
Author: kmtracey Date: 2011-11-12 09:23:07 -0800 (Sat, 12 Nov 2011) New Revision: 17084 Modified: django/trunk/AUTHORS django/trunk/django/contrib/auth/models.py django/trunk/django/contrib/auth/tests/auth_backends.py Log: Fix #16813: Restore checking whether a backend supports inctive us

Re: [Django] #16813: changeset 16789 removed supports_inactive_user checks to early, should happen in 1.5

2011-11-12 Thread Django
#16813: changeset 16789 removed supports_inactive_user checks to early, should happen in 1.5 -+ Reporter: apollo13 |Owner: poirier Type: Bug | Status: clo

Re: [Django] #17089: Color of fonts used in code

2011-11-12 Thread Django
#17089: Color of fonts used in code -+- Reporter: colonelcoleslaw@…|Owner: nobody Type: | Status: new Cleanup/optimization |

Re: [Django] #10912: Autoescaping variable input in template tags

2011-11-12 Thread Django
#10912: Autoescaping variable input in template tags -+- Reporter: andrewbadr |Owner: kenth Type: Bug | Status: assigned Component: Templat

Re: [Django] #12972: flatpages chokes if the url doesn't begin and end with a slash (but doesn't validate for it)

2011-11-12 Thread Django
#12972: flatpages chokes if the url doesn't begin and end with a slash (but doesn't validate for it) -+- Reporter: jabapyth |Owner: jabapyth Type: Bug |

Re: [Django] #16281: ContentType.get_object_for_this_type using wrong database for creating object

2011-11-12 Thread Django
#16281: ContentType.get_object_for_this_type using wrong database for creating object -+- Reporter: tfrydrychewicz@… |Owner: poirier Type: Bug | Status

[Django] #17213: Can't change TIME_ZONE after initial transaction in PostgreSQL

2011-11-12 Thread Django
#17213: Can't change TIME_ZONE after initial transaction in PostgreSQL + Reporter: calvinspealman | Owner: nobody Type: Bug | Status: new Component: Uncategorized |Version: SVN Severity: No

Re: [Django] #16998: middleware docs need to be updated for CRSF

2011-11-12 Thread Django
#16998: middleware docs need to be updated for CRSF -+ Reporter: ptone|Owner: poirier Type: Bug | Status: assigned Component: Documentation|

Re: [Django] #16570: allow DecimalFields with max_digits == decimal_places

2011-11-12 Thread Django
#16570: allow DecimalFields with max_digits == decimal_places -+- Reporter: dcwatson |Owner: kenth Type: Bug | Status: new Component: Dat

Re: [Django] #16998: middleware docs need to be updated for CRSF

2011-11-12 Thread Django
#16998: middleware docs need to be updated for CRSF -+ Reporter: ptone|Owner: poirier Type: Bug | Status: assigned Component: Documentation|

Re: [Django] #16813: changeset 16789 removed supports_inactive_user checks to early, should happen in 1.5

2011-11-12 Thread Django
#16813: changeset 16789 removed supports_inactive_user checks to early, should happen in 1.5 -+ Reporter: apollo13 |Owner: poirier Type: Bug | Status: new

Re: [Django] #16818: Regression introduced by r16739 -- `ManyRelatedManager.add()` doesn't commit to database

2011-11-12 Thread Django
#16818: Regression introduced by r16739 -- `ManyRelatedManager.add()` doesn't commit to database -+- Reporter: pressureman |Owner: kmtracey Type: Bug |

Re: [Django] #15271: django.contrib.gis.forms.fields.GeometryField should call to_python before cleaning

2011-11-12 Thread Django
#15271: django.contrib.gis.forms.fields.GeometryField should call to_python before cleaning -+- Reporter: volrath |Owner: copelco Type: Bug |

Re: [Django] #16509: init test db: try insert a existing permission (django.db.utils.IntegrityError: columns content_type_id, codename are not unique)

2011-11-12 Thread Django
#16509: init test db: try insert a existing permission (django.db.utils.IntegrityError: columns content_type_id, codename are not unique) -+- Reporter: rogeliomita@…|Owner: tobias Typ

Re: [Django] #16563: Error pickling request.user

2011-11-12 Thread Django
#16563: Error pickling request.user -+ Reporter: zero.fuxor@… |Owner: tobias Type: Bug | Status: new Component: contrib.auth | Versi

Re: [Django] #16455: Postgis 2.0 Compatibility

2011-11-12 Thread Django
#16455: Postgis 2.0 Compatibility -+ Reporter: ckarrie |Owner: jbronn Type: New feature | Status: assigned Component: GIS | Version: 1.3-beta

Re: [Django] #16509: init test db: try insert a existing permission (django.db.utils.IntegrityError: columns content_type_id, codename are not unique)

2011-11-12 Thread Django
#16509: init test db: try insert a existing permission (django.db.utils.IntegrityError: columns content_type_id, codename are not unique) -+- Reporter: rogeliomita@…|Owner: tobias Typ

Re: [Django] #16570: allow DecimalFields with max_digits == decimal_places

2011-11-12 Thread Django
#16570: allow DecimalFields with max_digits == decimal_places -+- Reporter: dcwatson |Owner: kenth Type: Bug | Status: new Component: Dat

Re: [Django] #16509: init test db: try insert a existing permission (django.db.utils.IntegrityError: columns content_type_id, codename are not unique)

2011-11-12 Thread Django
#16509: init test db: try insert a existing permission (django.db.utils.IntegrityError: columns content_type_id, codename are not unique) -+- Reporter: rogeliomita@…|Owner: tobias Typ

Re: [Django] #16813: changeset 16789 removed supports_inactive_user checks to early, should happen in 1.5

2011-11-12 Thread Django
#16813: changeset 16789 removed supports_inactive_user checks to early, should happen in 1.5 -+ Reporter: apollo13 |Owner: poirier Type: Bug | Status: new

Re: [Django] #17178: Using default argument in models.Model when primary_key=True crashes python

2011-11-12 Thread Django
#17178: Using default argument in models.Model when primary_key=True crashes python -+- Reporter: araneae@…|Owner: nobody Type: Uncategorized| Status:

Re: [Django] #16818: Regression introduced by r16739 -- `ManyRelatedManager.add()` doesn't commit to database

2011-11-12 Thread Django
#16818: Regression introduced by r16739 -- `ManyRelatedManager.add()` doesn't commit to database -+- Reporter: pressureman |Owner: kmtracey Type: Bug |

Re: [Django] #17192: next_day from views.generic.dates.DayArchiveView returns None instead of today

2011-11-12 Thread Django
#17192: next_day from views.generic.dates.DayArchiveView returns None instead of today ---+ Reporter: justin@… |Owner: nobody Type: Bug| Status: new Componen

Re: [Django] #17147: DecimalField causes inline formsets to disappear

2011-11-12 Thread Django
#17147: DecimalField causes inline formsets to disappear ---+ Reporter: leith.john@… |Owner: nobody Type: Bug| Status: new Component: Forms |

Re: [Django] #17179: yesno arg is optional

2011-11-12 Thread Django
#17179: yesno arg is optional --+ Reporter: CarlFK|Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation |

[Changeset] r17083 - django/trunk/docs/topics/http

2011-11-12 Thread noreply
Author: julien Date: 2011-11-12 05:39:42 -0800 (Sat, 12 Nov 2011) New Revision: 17083 Modified: django/trunk/docs/topics/http/urls.txt Log: Fixed #17205 -- Fixed a small typo in the urls doc. Thanks, rabio. Modified: django/trunk/docs/topics/http/urls.txt ==

Re: [Django] #17205: Typo in docs/topics/http/urls.txt

2011-11-12 Thread Django
#17205: Typo in docs/topics/http/urls.txt -+- Reporter: rabio|Owner: nobody Type: Uncategorized| Status: closed Component: Documentation

  1   2   >