#13181: ChoiceField.choices need to accept callable, not only list or tuple
-+--
Reporter: mariarchi | Owner: nobody
Status: new | Milestone:
#13181: ChoiceField.choices need to accept callable, not only list or tuple
-+--
Reporter: mariarchi | Owner: nobody
Status: new | Milestone:
#13181: ChoiceField.choices need to accept callable, not only list or tuple
--+-
Reporter: mariarchi | Owner: nobody
Status: new | Milestone:
Component: Forms
#13180: html template links broken
--+-
Reporter: 114fc69b8e6e93c0447be8de | Owner: nobody
Status: new | Milestone: 1.2
Component: Template system | Version: 1.1
#6932: Flatpages does not provide a list of available flat pages to the context
--+-
Reporter: Dmitri Fedortchenko | Owner:
Status: new
#6932: Flatpages does not provide a list of available flat pages to the context
--+-
Reporter: Dmitri Fedortchenko | Owner:
Mnewman
Status: assigned
#12086: Make QuerySet.delete() return the number of deleted objects
---+
Reporter: emulbreh | Owner: dwillis
Status: assigned | Milestone: 1.3
#13173: entire admin_scripts test suite fails on Windows if sys.executable path
has
a space in it.
--+-
Reporter: gabrielhurley| Owner: gabrielhurley
Status: assigned | Mileston
#3011: Allow for extendable auth_user module
+---
Reporter: nowell strite | Owner: seocam
Status: assigned | Milestone:
Component: Contrib apps | Versi
#13178: Make YAML serializer prefer block mode over inline mode
+---
Reporter: patrys | Owner: nobody
Status: new| Milestone:
Component: Serialization
#13178: Make YAML serializer prefer block mode over inline mode
+---
Reporter: patrys | Owner: nobody
Status: new| Milestone:
Component: Serialization
#10046: ModPythonHandler class should check for IOError when writing response
-+--
Reporter: ewoudenberg | Owner: nobody
Status: new | Milestone:
#11916: Extra params + aggregation creates incorrect SQL.
---+
Reporter: jaklaas...@gmail.com | Owner: nobody
Status: new | Milestone: 1.2
Com
#11916: Extra params + aggregation creates incorrect SQL.
---+
Reporter: jaklaas...@gmail.com | Owner: nobody
Status: new | Milestone: 1.2
Com
#11916: Extra params + aggregation creates incorrect SQL.
---+
Reporter: jaklaas...@gmail.com | Owner: nobody
Status: new | Milestone: 1.2
Com
Author: kmtracey
Date: 2010-03-22 14:16:31 -0500 (Mon, 22 Mar 2010)
New Revision: 12835
Modified:
django/branches/releases/1.1.X/
django/branches/releases/1.1.X/django/template/__init__.py
django/branches/releases/1.1.X/tests/regressiontests/templates/tests.py
Log:
[1.1.X] Fixed #12554 ag
#13173: entire admin_scripts test suite fails on Windows if sys.executable path
has
a space in it.
--+-
Reporter: gabrielhurley| Owner: gabrielhurley
Status: new | Mileston
Author: kmtracey
Date: 2010-03-22 14:08:04 -0500 (Mon, 22 Mar 2010)
New Revision: 12834
Modified:
django/trunk/django/template/__init__.py
django/trunk/tests/regressiontests/templates/tests.py
Log:
Fixed #12554 again: Corrected regression in silencing attribute lookups
introduced in r12823,
#13173: entire admin_scripts test suite fails on Windows if sys.executable path
has
a space in it.
--+-
Reporter: gabrielhurley| Owner: gabrielhurley
Status: new | Mileston
#13173: entire admin_scripts test suite fails on Windows if sys.executable path
has
a space in it.
--+-
Reporter: gabrielhurley| Owner: gabrielhurley
Status: new | Mileston
#11916: Extra params + aggregation creates incorrect SQL.
---+
Reporter: jaklaas...@gmail.com | Owner: nobody
Status: new | Milestone: 1.2
Com
#12643: Should mention to call parent clean method for modelForm in custom
validation chapter
+---
Reporter: fgaudin| Owner: ptone
Status: new| Mi
#13137: GenericForeignKey does not allow content type PK 0
---+
Reporter: devesine | Owner: nobody
Status: new | Milestone:
#13179: last_insert_id method cannot find sequence
---+
Reporter: grangerp | Owner: nobody
Status: new | Milestone:
Component:
#13179: last_insert_id method cannot find sequence
---+
Reporter: grangerp | Owner: nobody
Status: new| Milestone:
Component: Uncategorized | Version: 1.1
Keywords
#12554: silent_variable_failure not suppressing exception during dict lookup
-+--
Reporter: Thomas Steinacher | Owner:
nobody
Status: reopened| Milestone: 1.2
#13100: Model docs imply that ModelForm will call Model.full_clean(), but it
won't.
+---
Reporter: orokusaki | Owner: jkocherhans
Status: assigned | Milestone: 1.2
#11916: Extra params + aggregation creates incorrect SQL.
---+
Reporter: jaklaas...@gmail.com | Owner: nobody
Status: new | Milestone: 1.2
Com
#12086: Make QuerySet.delete() return the number of deleted objects
---+
Reporter: emulbreh | Owner: dwillis
Status: assigned | Milestone: 1.3
#13178: Make YAML serializer prefer block mode over inline mode
+---
Reporter: patrys | Owner: nobody
Status: new| Milestone:
Component: Serialization
#13173: entire admin_scripts test suite fails on Windows if sys.executable path
has
a space in it.
--+-
Reporter: gabrielhurley| Owner: gabrielhurley
Status: new | Mileston
#11956: ReverseManyRelatedObjectsDescriptor wrongly assumes symmetry between
inherited objects
---+
Reporter: nidi | Owner: nobody
Status: new
#13178: Make YAML serializer prefer block mode over inline mode
---+
Reporter: patrys | Owner: nobody
Status: new| Milestone: 1.2
Component: Serialization | Version: SVN
Author: kmtracey
Date: 2010-03-22 08:29:26 -0500 (Mon, 22 Mar 2010)
New Revision: 12833
Modified:
django/branches/releases/1.1.X/
django/branches/releases/1.1.X/tests/regressiontests/views/tests/defaults.py
Log:
[1.1.X] Fixed #12764: Avoid exceeding psycopg1 limits in the views tests.
r1283
#13175: "+ Add another [...]" bug with final_attrs['id']
---+
Reporter: rasca | Owner: nobody
Status: new | Milestone: 1.2
Component: django.c
Author: kmtracey
Date: 2010-03-22 08:22:24 -0500 (Mon, 22 Mar 2010)
New Revision: 12832
Modified:
django/trunk/tests/regressiontests/views/tests/defaults.py
Log:
Fixed #12764: Avoid exceeding psycopg1 limits in the views tests.
Modified: django/trunk/tests/regressiontests/views/tests/defaults
#12328: subqueries in django 1.1 behave oddly
---+
Reporter: wdoekes | Owner:
marcosmoyano
Status: assigned | Milestone: 1.2
C
#3011: Allow for extendable auth_user module
+---
Reporter: nowell strite | Owner: seocam
Status: assigned | Milestone:
Component: Contrib apps | Versi
#3011: Allow for extendable auth_user module
+---
Reporter: nowell strite | Owner: seocam
Status: assigned | Milestone:
Component: Contrib apps | Versi
#3011: Allow for extendable auth_user module
+---
Reporter: nowell strite | Owner: seocam
Status: assigned | Milestone:
Component: Contrib apps | Versi
#12252: Queryset unions are sometimes incorrect.
---+
Reporter: benreynwar| Owner: benreynwar
Status: new | Milestone:
Comp
41 matches
Mail list logo