[Django Code] #4111: Warning References stored in memory when DEBUG=True

2007-04-21 Thread Django Code
on (from the SQL engine) in memory when DEBUG mode is turned on. I believe this is not intended as it raises memory usage considerably and I can't see it's use anywhere. -- Ticket URL: <http://code.djangoproject.com/ticket/4111> Django Code <http://code.djangoproject.com/>

[Django Code] #4112: Broken Link on 0.96 Database API Reference Page

2007-04-21 Thread Django Code
/documentation/0.96/model-api/ (note the dash instead of underscore). -- Ticket URL: <http://code.djangoproject.com/ticket/4112> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You r

[Django Code] #4113: FileField.upload_to issues

2007-04-21 Thread Django Code
other objects and use them here. -- Ticket URL: <http://code.djangoproject.com/ticket/4113> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are subsc

Re: [Django Code] #4107: [patch] Localization stuff

2007-04-21 Thread Django Code
confusion If you could clarify what your intention is here, I'll fix it up when I commit this. No need to generate another patch. -- Ticket URL: <http://code.djangoproject.com/ticket/4107#comment:2> Django Code <http://code.djangoproject.com/> The web framewo

Re: [Django Code] #4108: [patch] french PO file

2007-04-21 Thread Django Code
//code.djangoproject.com/ticket/4108#comment:1> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django

Re: [Django Code] #4108: [patch] french PO file

2007-04-21 Thread Django Code
going for German states in the French language in that example. I need more coffee. :-( -- Ticket URL: <http://code.djangoproject.com/ticket/4108#comment:2> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~

Re: [Django Code] #3324: FloatFields are converted to decimal and simplejson cannot serialize

2007-04-21 Thread Django Code
ttp://code.djangoproject.com/ticket/3324#comment:14> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django u

Re: [Django Code] #4107: [patch] Localization stuff

2007-04-21 Thread Django Code
his is still not French. -- Ticket URL: <http://code.djangoproject.com/ticket/4107#comment:3> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because yo

Re: [Django Code] #4108: [patch] french PO file

2007-04-21 Thread Django Code
t URL: <http://code.djangoproject.com/ticket/4108#comment:3> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Django Code] #4114: ForeignKey and OneToOneField should take the verbose_name of target field by default

2007-04-21 Thread Django Code
e DRY principle. Here's a patch for Django svn revision 5056, which modifies {{{django/db/models/fields/related.py}}}. -- Ticket URL: <http://code.djangoproject.com/ticket/4114> Django Code <http://code.djangoproject.com/> The web framework for perfect

Re: [Django Code] #852: psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state

2007-04-22 Thread Django Code
a programming error by psycopg? This would eliminate the need to do everything in a try: except: . My 2c. Rahul Pilani -- Ticket URL: <http://code.djangoproject.com/ticket/852#comment:25> Django Code <http://code.djangoproject.com/> The web framework for perfectionists wi

[Django Code] #4115: contrib.thumbnails

2007-04-22 Thread Django Code
| Has_patch: 1 +--- The idea has been bantered about in the dev group, so I thought I'd put together something to start the ball rolling at least. -- Ticket URL: <http://code.djangoproject.com/ticket/4115>

[Django Code] #4116: Bad cross-links in 0.95 tutorial

2007-04-22 Thread Django Code
) links to http://www.djangoproject.com/documentation/tutorial2/ but should link to http://www.djangoproject.com/documentation/0.95/tutorial02/ Similarly for "next part" links in parts 2 and 3. -- Ticket URL: <http://code.djangoproject.com/ticket/4116> Django Code <http://cod

Re: [Django Code] #3370: [patch] newforms: form.save() raises UnicodeEncodeError when form contains any non latin characters

2007-04-22 Thread Django Code
Needs_tests: 1 | Needs_better_patch: 1 -+-- Changes (by anonymous): * cc: [EMAIL PROTECTED] (added) Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/3370#comment:18>

Re: [Django Code] #4094: when using finnish, databrowse with calendars does not translate the month back to english resulting in an error

2007-04-22 Thread Django Code
lt;[EMAIL PROTECTED]>): same problem in polish - so it must be i18n generic issue -- Ticket URL: <http://code.djangoproject.com/ticket/4094#comment:2> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~-

Re: [Django Code] #4115: contrib.thumbnails

2007-04-22 Thread Django Code
ib. Regards, bin -- Ticket URL: <http://code.djangoproject.com/ticket/4115#comment:1> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are subsc

[Django Code] #4117: Attributes for Widgets composed of more than one HTML element

2007-04-22 Thread Django Code
ld be set on all inputs it is composed of). -i -- Ticket URL: <http://code.djangoproject.com/ticket/4117> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this messag

Re: [Django Code] #952: [patch] Allow for database client encoding configuration from project settings

2007-04-22 Thread Django Code
---+ Changes (by anonymous): * cc: [EMAIL PROTECTED] (removed) * cc: [EMAIL PROTECTED], [EMAIL PROTECTED] (added) Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/952#comment:60>

Re: [Django Code] #4022: Problem with select fields and foreign keys

2007-04-22 Thread Django Code
eturn an error. If field2 is set, it remains set when the page returns with an error message. However, if field1 (the foreign key field) is set (but not field2) the page returns with an error, but with neither fields set. So field1 gets reset. -- Ticket URL: <http://code.djangoproject.com/

[Django Code] #4118: dead link

2007-04-22 Thread Django Code
---+ http://www.djangoproject.com/documentation/0.96/db_api/ -- Ticket URL: <http://code.djangoproject.com/ticket/4118> Django Code <http://code.djangoproject.com/> The web framework for perfectionists wi

[Django Code] #4119: Incorrect HTTP-Date format in expire field of HTTP Header

2007-04-22 Thread Django Code
This fixes only expire field in `django.contrib.session.middleware` but the problem might be elsewhere too (mostly where HTTP-Date is used). Common rule is that `strftime` is not meant for fixed date formats. -- Ticket URL: <http://code.djangoproject.com/ticket/4119> Django Code <http://code.djangoprojec

Re: [Django Code] #4119: Incorrect HTTP-Date format in expire field of HTTP Header

2007-04-22 Thread Django Code
4119#comment:1> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to t

[Django Code] #4120: some admin Javascript cleanups

2007-04-22 Thread Django Code
: Unreviewed | Has_patch: 1 ---+ Here are the pure javascript cleanups from ticket 4045. -- Ticket URL: <http://code.djangoproject.com/ticket/4120> Django Code <http://code.djangoproject.com/> The w

Re: [Django Code] #4045: some admin Javascript fixes and cleanups

2007-04-22 Thread Django Code
<http://code.djangoproject.com/ticket/4045#comment:3> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django updates&q

Re: [Django Code] #4120: some admin Javascript cleanups

2007-04-22 Thread Django Code
+--- Changes (by anonymous): * owner: jacob => adrian * needs_better_patch: => 0 * component: Uncategorized => Admin interface * needs_tests: => 0 * needs_docs: => 0 Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/4120

Re: [Django Code] #4119: Incorrect HTTP-Date format in expire field of HTTP Header

2007-04-22 Thread Django Code
tch is not added then patch with strftime fixed is needed. -- Ticket URL: <http://code.djangoproject.com/ticket/4119#comment:2> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You

Re: [Django Code] #4013: bad links on previous versions of tutorial pages

2007-04-22 Thread Django Code
-+-- Changes (by SmileyChris): * summary: bad link on 0.96 tutorial 01 page => bad links on previous versions of tutorial pages Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/4013#comment:6> Django C

Re: [Django Code] #4116: Bad cross-links in 0.95 tutorial

2007-04-22 Thread Django Code
.djangoproject.com/ticket/4116#comment:1> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django updat

Re: [Django Code] #4018: Allow callable values as initial for newforms-fields

2007-04-22 Thread Django Code
project.com/ticket/4018#comment:1> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django updates"

Re: [Django Code] #4119: Incorrect HTTP-Date format in expire field of HTTP Header

2007-04-22 Thread Django Code
+--- Changes (by Simon G. <[EMAIL PROTECTED]>): * stage: Unreviewed => Ready for checkin Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/4119#comment:3> Django Code <http://code.djangopro

Re: [Django Code] #4115: contrib.thumbnails

2007-04-22 Thread Django Code
---+ Changes (by Simon G. <[EMAIL PROTECTED]>): * stage: Unreviewed => Design decision needed Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/4115#comment:2> Django Code <http://code.djangoproject.com/> The web framework fo

Re: [Django Code] #4106: Typo (important) in datastructures.py - MultiValueDict

2007-04-22 Thread Django Code
---+ Changes (by Gary Wilson <[EMAIL PROTECTED]>): * needs_better_patch: => 0 * stage: Unreviewed => Ready for checkin * needs_tests: => 0 * needs_docs: => 0 Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/4106#c

Re: [Django Code] #4105: [Patch] New tag to generate URLs for media files

2007-04-22 Thread Django Code
into account, so I can add additional imports to child templates. This is kind of a specialist case though, and outside the scope of the Django core. -- Ticket URL: <http://code.djangoproject.com/ticket/4105#comment:1> Django Code <http://code.djangoproject.com/> The web framework fo

[Django Code] #4121: DateTime, Date, Time, MonthDay, YearMonth for general usage

2007-04-22 Thread Django Code
h, appropriate year month representation. e.g. '2007 January' (I invented the "K" naming) This allows one to use all of the above in `date` filter and in `now` tag. -- Ticket URL: <http://code.djangoproject.com/ticket/4121> Django Code <http://code.dj

Re: [Django Code] #4121: DateTime, Date, Time, MonthDay, YearMonth for general usage

2007-04-22 Thread Django Code
the "k" naming) * K Year month, appropriate year month representation. e.g. '2007 January' (I invented the "K" naming) -- Ticket URL: <http://code.djangoproject.com/ticket/4121#comment:1> Django Code

Re: [Django Code] #4105: [Patch] New tag to generate URLs for media files

2007-04-22 Thread Django Code
o include files that you know exist. -- Ticket URL: <http://code.djangoproject.com/ticket/4105#comment:2> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message be

[Django Code] #4122: Chilean localflavor, national identity number.

2007-04-22 Thread Django Code
th the Chilean national personal identity number (RUT). A list of valid RUTs can be found here: [https://palena.sii.cl/cvc/dte/ee_empresas_emisoras.html] -- Ticket URL: <http://code.djangoproject.com/ticket/4122> Django Code <http://code.djangoproject.com/> The web framework for p

[Django Code] #4123: firstof template tag doesn't accept strings with spaces

2007-04-22 Thread Django Code
a space, ex. {% firstof var1 var2 var3 "fallback string" %}, it splits the string and reads the pieces as False. If the string is the last element in the firstof tag, then the whole thing returns False and firstof returns a blank string. -- Ticket URL: <http://code.djangoproject

Re: [Django Code] #1796: [patch] "Cannot resolve keyword ___ into field" error when working with ManyToMany relation

2007-04-22 Thread Django Code
) The moment is goes wrong is when trying to lookup for that field {{{ File "/var/www/MT/django/db/models/query.py" in __iter__ 108. return iter(self._get_data()) self= Error in formatting:Cannot resolve keyword 'mtreqroute' into field }}} -- Ticket URL: <htt

[Django Code] #4124: Hierarchical Many-To-One relation presentation in admin page

2007-04-22 Thread Django Code
#x27;edit_inline'' in Person and Group, but only the first layer is displayed, we can't see the Person's fields in Department. -- Ticket URL: <http://code.djangoproject.com/ticket/4124> Django Code <http://code.djangoproject.com/> The

Re: [Django Code] #4121: DateTime, Date, Time, MonthDay, YearMonth for general usage

2007-04-22 Thread Django Code
---+ Changes (by mtredinnick): * stage: Unreviewed => Design decision needed Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/4121#comment:2> Django Code <http://code.djangoproject.com/> The web framework for perf

Re: [Django Code] #4018: Allow callable values as initial for newforms-fields

2007-04-22 Thread Django Code
gt; Accepted Comment: Yep, needs tests before it can go. The easy patches are the easiest ones to write tests for. There is no excuse. -- Ticket URL: <http://code.djangoproject.com/ticket/4018#comment:2> Django Code <http://code.djangoproject.com/> The web framework for perfe

[Django Code] #4125: datastructures EasyQuerySet (+ small fixes)

2007-04-22 Thread Django Code
ow "X objects for field" when on an object list page -- Ticket URL: <http://code.djangoproject.com/ticket/4125> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received t

Re: [Django Code] #4107: [patch] Localization stuff

2007-04-22 Thread Django Code
4107#comment:5> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this gr

Re: [Django Code] #4107: [patch] Localization stuff

2007-04-22 Thread Django Code
cket/4107#comment:6> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this

Re: [Django Code] #4108: [patch] french PO file

2007-04-22 Thread Django Code
atches to branches, so please only submit patches against trunk. Move back to "ready for checkin" once the error has been fixed so that we know it's ready. -- Ticket URL: <http://code.djangoproject.com/ticket/4108#comment:4> Django Code <http://code.djangoproject.c

[Django Code] #4126: TypeError when edit_inline and Multiple ForeignKeys to same model breaks the admin

2007-04-23 Thread Django Code
_related_object = relation.bind(context['form'], original, bound_related_object_class) File "C:\cygwin\home\Dan\src\django_src\django\db\models\related.py" in bind 129. return bound_related_object_class(self, field_mapping, original) TypeError at /admin/ntwk/node/add/

Re: [Django Code] #4018: Allow callable values as initial for newforms-fields

2007-04-23 Thread Django Code
: Replying to [comment:2 mtredinnick]: > Yep, needs tests before it can go. The easy patches are the easiest ones to write tests for. There is no excuse. So the new patch includes some tests ;-) -- Ticket URL: <http://code.djangoproject.com/ticket/4018#comment:3> Django Code <ht

Re: [Django Code] #4099: Version 0.96 does not work with psycopg2-2.0.6b2

2007-04-23 Thread Django Code
t URL: <http://code.djangoproject.com/ticket/4099#comment:2> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "

Re: [Django Code] #3472: Convince send_mail to not base64-encode the email

2007-04-23 Thread Django Code
in the settings. Quoted-printable might not be the best choice for non-latin languages, while base64 may cause spam filter issues. There is a [http://trac.edgewall.org/ticket/1754 ticket discussing this issue] on trac's trac. -- Ticket URL: <http://code.djangoproject.com/ticket/3472#com

Re: [Django Code] #4107: [patch] Localization stuff

2007-04-23 Thread Django Code
take, but I often forget that I am using newforms-admin ;-) -- Ticket URL: <http://code.djangoproject.com/ticket/4107#comment:7> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ Y

Re: [Django Code] #4108: [patch] french PO file

2007-04-23 Thread Django Code
7;ll now use compile-messages before uploading the patches ; I didn't know that tool. -- Ticket URL: <http://code.djangoproject.com/ticket/4108#comment:5> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~--

Re: [Django Code] #4105: [Patch] New tag to generate URLs for media files

2007-04-23 Thread Django Code
spot typos when you view-source your template when you suspect something is wrong. Thanks again, I'd love to get more feedback! -- Ticket URL: <http://code.djangoproject.com/ticket/4105#comment:3> Django Code <http://code.djangoproject.com/> The web f

[Django Code] #4127: broken link to QuerySet DB API in 0.96 documentation

2007-04-23 Thread Django Code
hyphen in your wiki link. Best regards robert -- Ticket URL: <http://code.djangoproject.com/ticket/4127> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this m

Re: [Django Code] #4121: DateTime, Date, Time, MonthDay, YearMonth for general usage

2007-04-23 Thread Django Code
dding these common full formats to formatters does not collide with any "no full formats here" type of idea, which also backs up the idea adding these to the Formatters directly, rather than creating own templatetags and filters. -- Ticket URL: <http://code.djangoproject.com/ticket/4

Re: [Django Code] #4099: psycopg2-2.0.6b2 does not allow lists in cursor.execute

2007-04-23 Thread Django Code
anging title to reflect the real problem. -- Ticket URL: <http://code.djangoproject.com/ticket/4099#comment:3> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this messag

[Django Code] #4128: Django 0.96 installation problem in Windows XP.

2007-04-23 Thread Django Code
like magic without any hassles. So what's up guys, is this a bug or what? BTW, I had the latest installer tool : setuptools-0.6c5-py2.5.exe installed in my system. Thanks and Regards, Timmy Jose (a.k.a z0ltan) -- Ticket URL: <http://code.djangoproject.com/ticket/4128

Re: [Django Code] #4128: Django 0.96 installation problem in Windows XP.

2007-04-23 Thread Django Code
, I had the latest installer tool : setuptools-0.6c5-py2.5.exe installed in my system. Thanks and Regards, Timmy Jose (a.k.a z0ltan) Comment: (Fixed up wiki-formatting in summary.) Can you print out what the value of {{{__file__}}} is when you run setup.py? Just put in a print statem

Re: [Django Code] #4128: Django 0.96 installation problem in Windows XP.

2007-04-23 Thread Django Code
dir) django_dir = os.path.join(root_dir, 'django') }}} The above worked like magic without any hassles. So what's up guys, is this a bug or what? BTW, I had the latest installer tool : setuptools-0.6c5-py2.5.exe installed in my system. Thanks and Regards, Timmy Jose (a.k

Re: [Django Code] #4128: Django 0.96 installation problem in Windows XP.

2007-04-23 Thread Django Code
Ticket URL: <http://code.djangoproject.com/ticket/4128#comment:3> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: [Django Code] #4082: build_py error: package directory '\django' does not exist

2007-04-23 Thread Django Code
_patch: 0 -+-- Comment (by Simon G. <[EMAIL PROTECTED]>): Closed in favor of #4128 -- Ticket URL: <http://code.djangoproject.com/ticket/4082#comment:2> Django Code <http://code.djangoproject.com/> The web framework for p

Re: [Django Code] #3245: setup.py error on windows when installing from a second level directory

2007-04-23 Thread Django Code
+--- Comment (by Simon G. <[EMAIL PROTECTED]>): #4182 appears to be a duplicate. -- Ticket URL: <http://code.djangoproject.com/ticket/3245#comment:7> Django Code <http://code.djangoproject.com/> The

[Django Code] #4129: Named urls break view prefix.

2007-04-23 Thread Django Code
ine: {{{ urlpatterns = patterns('', url(r'^articles/?$', 'django.views.generic.date_based.archive_index', info_dict, name="article-archive-index") ) }}} View prefixes do not seem to work for custom views either when used in conjunction with named urls. -- Ticket U

Re: [Django Code] #1796: [patch] "Cannot resolve keyword ___ into field" error when working with ManyToMany relation

2007-04-23 Thread Django Code
emptive model loading in the modpython handler. As with the management shell patch, this should be considered a temporary workaround. -- Ticket URL: <http://code.djangoproject.com/ticket/1796#comment:59> Django Code <http://code.djangoproject.com/> The web framework

Re: [Django Code] #4129: Named urls break view prefix.

2007-04-23 Thread Django Code
hen it is raised -- using reverse()? Doing a normal url lookup? Other? -- Ticket URL: <http://code.djangoproject.com/ticket/4129#comment:1> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~--

Re: [Django Code] #4129: Named urls break view prefix.

2007-04-23 Thread Django Code
url lookup? Other? The error is raised when accessing the URL normally. I have not tested doing a reverse lookup as the primary functionality seems to be broken. -- Ticket URL: <http://code.djangoproject.com/ticket/4129#comment:2> Django Code <http://code.djangoproject.com/> The we

Re: [Django Code] #4004: Need a newforms.FloatField field

2007-04-23 Thread Django Code
supports `max_digits` and `decimal_places` parameters (similar to `django.db.models.FloatField`) Error messages might be improved. The patch contains test suite too. -- Ticket URL: <http://code.djangoproject.com/ticket/4004#comment:2> Django Code <http://code.djangoproje

Re: [Django Code] #4004: Need a newforms.FloatField field

2007-04-23 Thread Django Code
ts: 0 | Needs_better_patch: 0 --+- Comment (by tonnzor <[EMAIL PROTECTED]>): I have a patch, but see no field to attach it to this ticket :( -- Ticket URL: <http://code.djangoproject.com/ticket/4004#comment:3>

[Django Code] #4130: When mistyping a field name in an ORM call, the error message could be a lot more helpful.

2007-04-23 Thread Django Code
t;http://code.djangoproject.com/ticket/4130> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django updates&qu

Re: [Django Code] #4130: [patch] When mistyping a field name in an ORM call, the error message could be a lot more helpful.

2007-04-23 Thread Django Code
ful. => [patch] When mistyping a field name in an ORM call, the error message could be a lot more helpful. * needs_tests: => 0 * needs_docs: => 0 Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/4130#comment:1> Django Code <http://c

Re: [Django Code] #4130: When mistyping a field name in an ORM call, the error message could be a lot more helpful.

2007-04-23 Thread Django Code
-- Ticket URL: <http://code.djangoproject.com/ticket/4130#comment:2> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[Django Code] #4131: [patch] addslashes isn't sufficient to protect literal strings in embedded JavaScript code

2007-04-23 Thread Django Code
o early, and the page is broken. Attached is a patch that also escapes the http://code.djangoproject.com/ticket/4131> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this m

Re: [Django Code] #4124: Hierarchical Many-To-One relation presentation in admin page

2007-04-23 Thread Django Code
nreviewed => Design decision needed * needs_tests: => 0 * needs_docs: => 0 Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/4124#comment:1> Django Code <http://code.djangoproject.com/> The web framework for

Re: [Django Code] #4128: Django 0.96 installation problem in Windows XP.

2007-04-23 Thread Django Code
ce #3245 was re-opened and Malcolm has mentioned there that this was probably fixed as of [4912]. If someone can confirm this, please comment on #3245 and resolve that ticket as fixed. -- Ticket URL: <http://code.djangoproject.com/ticket/4128#comment:4> Django Code <http://code.django

Re: [Django Code] #3245: setup.py error on windows when installing from a second level directory

2007-04-23 Thread Django Code
.djangoproject.com/ticket/3245#comment:8> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django updates&quo

Re: [Django Code] #4115: contrib.thumbnails

2007-04-23 Thread Django Code
---+ Changes (by brosner <[EMAIL PROTECTED]>): * cc: [EMAIL PROTECTED] (added) Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/4115#comment:3> Django Code <http://code.djangoproject.com/> The web framework for perfectioni

[Django Code] #4132: Polish translation update

2007-04-23 Thread Django Code
trunk. -- Ticket URL: <http://code.djangoproject.com/ticket/4132> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goog

Re: [Django Code] #4129: Named urls break view prefix.

2007-04-23 Thread Django Code
ed along to the the `url()` call. The prefix only gets passed along when using url conf tuples. -- Ticket URL: <http://code.djangoproject.com/ticket/4129#comment:3> Django Code <http://code.djangoproject.com/> The web framework for perfec

Re: [Django Code] #4129: Named urls break view prefix.

2007-04-23 Thread Django Code
no mention of it not working with the url() function. I haven't looked at the source yet, and do not know the complexity involved, but I would like to see the two play nicely together. -- Ticket URL: <http://code.djangoproject.com/ticket/4129#comment:4> Django Code <http://code.dja

Re: [Django Code] #4130: When mistyping a field name in an ORM call, the error message could be a lot more helpful.

2007-04-23 Thread Django Code
r message. They will need to be changed if the error message changes. -- Ticket URL: <http://code.djangoproject.com/ticket/4130#comment:3> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~

Re: [Django Code] #4127: broken link to QuerySet DB API in 0.96 documentation

2007-04-23 Thread Django Code
=> 0 Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/4127#comment:1> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: [Django Code] #4112: Broken Link on 0.96 Database API Reference Page

2007-04-23 Thread Django Code
--+- Changes (by Gary Wilson <[EMAIL PROTECTED]>): * needs_better_patch: => 0 * stage: Unreviewed => Ready for checkin * needs_tests: => 0 * needs_docs: => 0 Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/4112#comment:1> Django Code <http://c

Re: [Django Code] #3096: Filtering choices in admin list view don't respond to limit_choices_to parameter

2007-04-23 Thread Django Code
s_to) else: self.lookup_choices = f.rel.to._default_manager.filter(f.rel.limit_choices_to) else: self.lookup_choices = f.rel.to._default_manager.all() }}} -- Ticket URL: <http://code.djangoproject.com/ticket/3096#comment:5> Django Code <http://code.djangoproject.com

Re: [Django Code] #4104: Webdesgin link from 0.96 docs is wrong

2007-04-23 Thread Django Code
-- Ticket URL: <http://code.djangoproject.com/ticket/4104#comment:1> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "

Re: [Django Code] #4118: dead link

2007-04-23 Thread Django Code
ect.com/ticket/4118#comment:1> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django updates" group. To

[Django Code] #4133: documentation links using underscore instead of dash

2007-04-23 Thread Django Code
on/0.96/faq/ || http://www.djangoproject.com/documentation/0.96/model_api/ || || http://www.djangoproject.com/documentation/0.96/tutorial01/ || http://www.djangoproject.com/documentation/0.96/django_admin/ || -- Ticket URL: <http://code.djangoproject.com/ticket/4133>

Re: [Django Code] #4033: broken link to 0.96 db-api

2007-04-23 Thread Django Code
+--- Changes (by Gary Wilson <[EMAIL PROTECTED]>): * status: new => closed * resolution: => duplicate Comment: dup of #4133 -- Ticket URL: <http://code.djangoproject.com/ticket/4033#comment:2>

Re: [Django Code] #4133: documentation links using underscore instead of dash

2007-04-23 Thread Django Code
angoproject.com/ticket/4133#comment:1> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django updates&quo

Re: [Django Code] #4112: Broken Link on 0.96 Database API Reference Page

2007-04-23 Thread Django Code
--+- Changes (by Gary Wilson <[EMAIL PROTECTED]>): * status: new => closed * resolution: => duplicate * component: Django Web site => Admin interface Comment: dup of #4133 -- Ticket URL: <http://code.djangoproject.com/ticket/4112#comment:2> Django Code <http://code

Re: [Django Code] #4127: broken link to QuerySet DB API in 0.96 documentation

2007-04-23 Thread Django Code
| Needs_better_patch: 0 +--- Comment (by Gary Wilson <[EMAIL PROTECTED]>): dup of #4133 -- Ticket URL: <http://code.djangoproject.com/ticket/4127#comment:2> Django Code <http://code.djangoprojec

Re: [Django Code] #4133: documentation links using underscore instead of dash

2007-04-23 Thread Django Code
|| || http://www.djangoproject.com/documentation/0.96/db-api/ || http://www.djangoproject.com/documentation/0.96/model_api/ || -- Ticket URL: <http://code.djangoproject.com/ticket/4133#comment:2> Django Code <http://code.djangoproject.com/> The web framework for perfe

Re: [Django Code] #4133: documentation links using underscore instead of dash

2007-04-23 Thread Django Code
cket URL: <http://code.djangoproject.com/ticket/4133#comment:3> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups &quo

Re: [Django Code] #4133: documentation links using underscore instead of dash

2007-04-23 Thread Django Code
Ready for checkin Comment: A patch for future documentation freezing, and we need redirects for the 0.95 and 0.96 docs. -- Ticket URL: <http://code.djangoproject.com/ticket/4133#comment:4> Django Code <http://code.djangoproject.com/> The web framework for

Re: [Django Code] #4127: broken link to QuerySet DB API in 0.96 documentation

2007-04-23 Thread Django Code
t URL: <http://code.djangoproject.com/ticket/4127#comment:3> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django updates&

Re: [Django Code] #4130: When mistyping a field name in an ORM call, the error message could be a lot more helpful.

2007-04-23 Thread Django Code
| Needs_better_patch: 0 -+-- Changes (by anonymous): * needs_tests: 1 => 0 Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/4130#comment:4> Django Code <http://code.djangoproject.c

Re: [Django Code] #2070: [patch] Large streaming uploads

2007-04-23 Thread Django Code
+--- Changes (by Brian Koebbe <[EMAIL PROTECTED]>): * cc: [EMAIL PROTECTED] (added) Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/2070#comment:109> Django Code <http://code.djangoproject.com/>

[Django Code] #4134: [patch] raw_id_admin support direct visible repr of chosen object

2007-04-23 Thread Django Code
. this patch changes 2 files in django/contrib/admin, to pass the extra information needed to add or change the title of the selected object in the field. -- Ticket URL: <http://code.djangoproject.com/ticket/4134> Django Code <http://code.djangoproject.com/> The web f

Re: [Django Code] #4134: [patch] raw_id_admin support direct visible repr of chosen object

2007-04-23 Thread Django Code
SVN => 0.96 * keywords: => admin raw_id_admin * needs_docs: => 0 * has_patch: 0 => 1 Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/4134#comment:1> Django Code <http://code.djangoproject.com/> The web framewo

[Django Code] #4135: Dead links in Tutorial for 0.96

2007-04-23 Thread Django Code
com/ticket/4135> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to thi

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

2007-04-23 Thread Django Code
admin and edit a different user, they have no openid_key. You save the user. SQL throws a fit about the key needs to be unique. Django tried to insert "" instead of NULL for this field. -- Ticket URL: <http://code.djangoproject.com/ticket/4136> Django Code <http://code.dj

  1   2   3   4   5   6   7   8   9   10   >