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

2007-04-23 Thread Django Code
/code.djangoproject.com/ticket/4135#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 update

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

2007-04-23 Thread Django Code
u using for the {{{openid_key}}} field?, is it a !CharField? a !ForeignKey?. Please post [a fragment with relevant parts to reproduce the problem of] your {{{models.py}}} file to the django-users mailing list. -- Ticket URL: <http://code.djangoproject.com/ticket/4136#comment:1> Django Code <http:

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

2007-04-23 Thread Django Code
-- Ticket URL: <http://code.djangoproject.com/ticket/4136#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] #3268: [patch] form_for_model() should use ChoiceField for any DB field with "choices" set

2007-04-23 Thread Django Code
_tests: 0| Needs_better_patch: 0 ---+ Changes (by anonymous): * cc: [EMAIL PROTECTED] (added) Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/3268#comment:15> D

Re: [Django Code] #3268: [patch] form_for_model() should use ChoiceField for any DB field with "choices" set

2007-04-23 Thread Django Code
n remain simple text input fields with either one. -- Ticket URL: <http://code.djangoproject.com/ticket/3268#comment:16> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received t

Re: [Django Code] #3268: [patch] form_for_model() should use ChoiceField for any DB field with "choices" set

2007-04-23 Thread Django Code
a problem with this patch? does it still work for your own form_for_models forms? -- Ticket URL: <http://code.djangoproject.com/ticket/3268#comment:17> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~--

Re: [Django Code] #3268: [patch] form_for_model() should use ChoiceField for any DB field with "choices" set

2007-04-23 Thread Django Code
being unable to use patch correctly. I should learn to double-check before updating any bugs. :-/ Apologies. -- Ticket URL: <http://code.djangoproject.com/ticket/3268#comment:18> Django Code <http://code.djangoproject.com/> The web framework f

Re: [Django Code] #3213: Django should have OpenID implemented in django.contrib.auth

2007-04-23 Thread Django Code
oject.com/ticket/3213#comment:10> 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.

[Django Code] #4137: django.util.timesince i18n patch

2007-04-23 Thread Django Code
atting i18n missing. (ie. You cannot i18n the time formatting string) This simple patch resolves it. -- Ticket URL: <http://code.djangoproject.com/ticket/4137> Django Code <http://code.djangoproject.com/> The web framework for perfectioni

Re: [Django Code] #3213: Django should have OpenID implemented in django.contrib.auth

2007-04-23 Thread Django Code
| Needs_better_patch: 0 +--- Changes (by Simon G. <[EMAIL PROTECTED]>): * status: new => closed * resolution: => fixed Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/3213#comment:

[Django Code] #4138: Korean(ko) i18n patches

2007-04-23 Thread Django Code
Added some more translations 1. Includes two new translation messages with #4137 -- Ticket URL: <http://code.djangoproject.com/ticket/4138> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~--

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

2007-04-23 Thread Django Code
ong in the documentation for a long time. -- Ticket URL: <http://code.djangoproject.com/ticket/4022#comment:5> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this messa

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

2007-04-23 Thread Django Code
jango-dev mailing list. -- Ticket URL: <http://code.djangoproject.com/ticket/4129#comment:5> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are sub

Re: [Django Code] #4138: Korean(ko) i18n patches

2007-04-23 Thread Django Code
cs: => 0 Comment: Please ignore the first patch. The second has some unneccesary 'fuzzy' status removed. -- Ticket URL: <http://code.djangoproject.com/ticket/4138#comment:1> Django Code <http://code.djangoproject.com/> The web

[Django Code] #4139: Documentation mentions non-existent "add_message" method

2007-04-23 Thread Django Code
chapter10/ Django book] also mentions this (but I can't make a comment on it now as it is closed to comments). The fix would obviously be to correct the text at the first link. -- Ticket URL: <http://code.djangoproject.com/ticket/4139> Django Code <http://code.djangop

Re: [Django Code] #4139: Documentation mentions non-existent "add_message" method

2007-04-23 Thread Django Code
_patch: 0 --+- Changes (by SmileyChris): * stage: Unreviewed => Accepted Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/4139#comment:1> Django Code <http://code.djangoproject.com/> The web framework for perf

Re: [Django Code] #4139: Documentation mentions non-existent "add_message" method

2007-04-23 Thread Django Code
_patch: 0 --+- Comment (by SmileyChris): Don't think that was the revision where it was removed, but it's definitely not there now in any case. -- Ticket URL: <http://code.djangoproject.com/ticket/4139#comment:2> Django Code <http://cod

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

2007-04-23 Thread Django Code
but unique field which holds a string. -- Ticket URL: <http://code.djangoproject.com/ticket/4136#comment:3> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this

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

2007-04-23 Thread Django Code
n it's blank. At least if the field is set to null=True. In reality a string being '' is the same as being empty. I have no problems with this except for the admin interface. -- Ticket URL: <http://code.djangoproject.com/ticket/4136#comment:4> Django Code <http://code.d

Re: [Django Code] #3213: Django should have OpenID implemented in django.contrib.auth

2007-04-23 Thread Django Code
openid support in django or not. Not about whether there is an implementation or not. -- Ticket URL: <http://code.djangoproject.com/ticket/3213#comment:12> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~

Re: [Django Code] #4137: django.util.timesince i18n patch

2007-04-23 Thread Django Code
for checkin * needs_tests: => 0 * needs_docs: => 0 Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/4137#comment:1> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~-

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

2007-04-23 Thread Django Code
re, but we aren't going to start automatically storing NULLs. -- Ticket URL: <http://code.djangoproject.com/ticket/4136#comment:5> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~

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

2007-04-23 Thread Django Code
ngoproject.com/ticket/4133#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" g

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

2007-04-23 Thread Django Code
+--- Comment (by [EMAIL PROTECTED]): Hah! Yes, that fixes it. Thanks :) -- Ticket URL: <http://code.djangoproject.com/ticket/4022#comment:6> Django Code <http://code.djangoproject.com/> The web framework for perfectionists wi

Re: [Django Code] #4034: build_documentation.py has been removed but is still mentioned in the 'How to read the Django documentation' page

2007-04-23 Thread Django Code
about" (with note about have restructured text package installed). It doesn't require a script. -- Ticket URL: <http://code.djangoproject.com/ticket/4034#comment:2> Django Code <http://code.djangoproject.com/> The web fra

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

2007-04-23 Thread Django Code
-+-- Changes (by mtredinnick): * stage: Design decision needed => Accepted Comment: This is just a bug. No discussion required. -- Ticket URL: <http://code.djangoproject.com/ticket/4129#comment:6> Django C

Re: [Django Code] #4031: Translate to a specified language (not necessarily the current session language)

2007-04-23 Thread Django Code
ag", since it's not that hard to do so and it's a corner-case. Want to think about it some more, though. -- Ticket URL: <http://code.djangoproject.com/ticket/4031#comment:2> Django Code <http://code.djangoproject.com/> The web framew

Re: [Django Code] #4028: New edit_inline-like option: popup

2007-04-24 Thread Django Code
;s too much fine-tuning to ship by default, though. -- Ticket URL: <http://code.djangoproject.com/ticket/4028#comment:3> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received t

Re: [Django Code] #4027: ability to make a copies of model instances

2007-04-24 Thread Django Code
you need to write an external copy() function that handles this. Seems like a reasonable thing to do, so feel free to knock up a patch. A method on the Model class wouldn't be insane. -- Ticket URL: <http://code.djangoproject.com/ticket/4027#comment:4> Django Code <http://code.

Re: [Django Code] #4007: 404 and 500 handlers lack exception parameter

2007-04-24 Thread Django Code
think any changes are needed here. -- Ticket URL: <http://code.djangoproject.com/ticket/4007#comment:3> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message becaus

Re: [Django Code] #4003: Added tooltips (title=) to newforms.widgets.Select

2007-04-24 Thread Django Code
practice is that select names should be descriptive enough on their own. You might want to post it to Django snippets, though, for people who would find this useful. -- Ticket URL: <http://code.djangoproject.com/ticket/4003#comment:2> Django Code <http://code.djangoproject.com/&g

Re: [Django Code] #3990: readonly fields for admin

2007-04-24 Thread Django Code
so be usable for all forms, not just the admin interface. -- Ticket URL: <http://code.djangoproject.com/ticket/3990#comment:6> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You

Re: [Django Code] #3989: Django seems to parse only the addr-spec production of RFC 2822

2007-04-24 Thread Django Code
cision needed => Accepted Comment: Let's see how simple the patch looks. Should be a reasonable change. -- Ticket URL: <http://code.djangoproject.com/ticket/3989#comment:2> Django Code <http://code.djangoproject.com/> The web framework for per

Re: [Django Code] #3985: send_mail user-defined headers

2007-04-24 Thread Django Code
ably about +0.5 on this. The patch needs improvement, though. There must be a less messy way to write the change at line 88. -- Ticket URL: <http://code.djangoproject.com/ticket/3985#comment:3> Django Code <http://code.djangoproject.com/> The web framework for p

Re: [Django Code] #3984: [patch] add 'view' as a default permission in django.contrib.auth

2007-04-24 Thread Django Code
hink this is also bumping up against row-level permissions, so it really does need a list discussion, doing a compare and contrast with that branch. Closing again for all the above reasons. -- Ticket URL: <http://code.djangoproject.com/ticket/3984#comment:5> Django Code <http://code.d

Re: [Django Code] #3963: [patch] Add optional replacement for truncate filters

2007-04-24 Thread Django Code
ight seem like an easy thing to do, but it increases the maintenance burden and isn't always really scratching more than just an isolated itch. I think in this case, it's not worth including. -- Ticket URL: <http://code.djangoproject.com/ticket/3963#comment:4> Django Code &l

Re: [Django Code] #3960: dead links on http://www.djangoproject.com/community/

2007-04-24 Thread Django Code
mtredinnick): * stage: Design decision needed => Accepted Comment: These should be removed. -- Ticket URL: <http://code.djangoproject.com/ticket/3960#comment:3> Django Code <http://code.djangoproject.com/> The web framework for perfectionists

Re: [Django Code] #3959: [patch] newforms: label as first argument

2007-04-24 Thread Django Code
flawed, so it does have a backwards-incompatibility impact, however it's not like 1.0 isn't going to have a few of those. -- Ticket URL: <http://code.djangoproject.com/ticket/3959#comment:3> Django Code <http://code.djangoproject.co

Re: [Django Code] #3940: Comma as decimal seperator

2007-04-24 Thread Django Code
18N=False. -- Ticket URL: <http://code.djangoproject.com/ticket/3940#comment:3> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

Re: [Django Code] #3857: Table quick reference for FileField docs

2007-04-24 Thread Django Code
s normal. -- Ticket URL: <http://code.djangoproject.com/ticket/3857#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 Go

Re: [Django Code] #3993: [patch] Add convenience methods to SortedDict

2007-04-24 Thread Django Code
go against the grain. -- Ticket URL: <http://code.djangoproject.com/ticket/3993#comment:3> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are subsc

Re: [Django Code] #3826: `{% with %}` template tag

2007-04-24 Thread Django Code
---+ Changes (by mtredinnick): * status: reopened => closed * resolution: => wontfix Comment: The more compact form is not greatly more readable. Let's leave it as nested tags. -- Ticket URL: <http://code.djangoproject.com/ticket/3826#com

Re: [Django Code] #3842: Unclear wording in mod_python docs

2007-04-24 Thread Django Code
--+- Changes (by mtredinnick): * stage: Design decision needed => Accepted Comment: This is a reasonable change. I've wondered about making it in the past. -- Ticket URL: <http://code.djangoproject.com/ticket/3842#comment:2&g

Re: [Django Code] #3771: Create a --force-recreate-testdb option for runtests.py

2007-04-24 Thread Django Code
et URL: <http://code.djangoproject.com/ticket/3771#comment:4> 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] #3984: [patch] add 'view' as a default permission in django.contrib.auth

2007-04-24 Thread Django Code
of data withour edit permissions) can now handled by the shiny new [http://www.djangoproject.com/documentation/databrowse/ databrowse] package. -- Ticket URL: <http://code.djangoproject.com/ticket/3984#comment:6> Django Code <http://code.djangoproject.com/> The web framework for p

[Django Code] #4140: [boulder-oracle]: manage.py syncdb fails with ORA-06552

2007-04-24 Thread Django Code
ond run of manage py syncdb goes without error. -- Ticket URL: <http://code.djangoproject.com/ticket/4140> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are su

Re: [Django Code] #3201: PostgreSQL index introspection fails on tables (get relations)

2007-04-24 Thread Django Code
) and psycopg 2.0 (self-compiled) -- Ticket URL: <http://code.djangoproject.com/ticket/3201#comment:8> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because yo

Re: [Django Code] #3119: Problem for the up-loading of non-ASCII character file name.

2007-04-24 Thread Django Code
Unreviewed => Design decision needed Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/3119#comment:4> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received t

[Django Code] #4141: TextFeld raises UnicodeDecodeError

2007-04-24 Thread Django Code
ute 19. self.db.queries.append({ UnicodeDecodeError at /admin/aggregator/userprofile/1/ 'ascii' codec can't decode byte 0xc5 in position 511: ordinal not in range(128) }}} Maybe this can be fixed only with the Unicode branch? -- Ticket URL: <http://code

Re: [Django Code] #4142: Bad link

2007-04-24 Thread Django Code
): * needs_better_patch: => 0 * version: SVN => 0.96 * needs_tests: => 0 * needs_docs: => 0 Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/4142#comment:1> Django Code <http://code.djangoproject.com/> The web framework for perfe

Re: [Django Code] #3993: [patch] Add convenience methods to SortedDict

2007-04-24 Thread Django Code
a `Form` I was using. If it violates what's expected, don't worry about it; either I'll come up with something else or just continue to patch it solely on my installation :) -- Ticket URL: <http://code.djangoproject.com/ticket/3993#comment:4> Django Code <http://code.djang

Re: [Django Code] #4142: Bad link

2007-04-24 Thread Django Code
AIL PROTECTED]>): * status: new => closed * resolution: => duplicate Comment: dup of #4013. -- Ticket URL: <http://code.djangoproject.com/ticket/4142#comment:2> Django Code <http://code.djangoproject.com/> The web framework for perfe

Re: [Django Code] #4020: USPhoneField, USZipCodeField and USSocialSecurityNumberField should implement HTML maxlength

2007-04-24 Thread Django Code
x27;s time. -- Ticket URL: <http://code.djangoproject.com/ticket/4020#comment:3> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are subscribe

[Django Code] #4145: Add information on support for creating subclasses in the model

2007-04-24 Thread Django Code
loyee" that extends Person) is in flux--perhaps it was supported to some extent in past revisions, but is being changed? At any rate, for people coming to Django from other frameworks it'd be helpful if in your FAQ you could address the issue. -- Ticket URL: <http://code.djangopro

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

2007-04-24 Thread Django Code
+--- Changes (by Gary Wilson <[EMAIL PROTECTED]>): * status: reopened => closed * resolution: => invalid Comment: No bug here. -- Ticket URL: <http://code.djangoproject.com/ticket/4022#comment:7> Django Code <http://code.djangoproject.co

Re: [Django Code] #3959: [patch] newforms: label as first argument

2007-04-24 Thread Django Code
n is are we perfectionists to the level of breaking backwards compatibility? (I'm +0 too) -- Ticket URL: <http://code.djangoproject.com/ticket/3959#comment:5> Django Code <http://code.djangoproject.com/> The web framework for p

[Django Code] #4146: Database Module Conflicts

2007-04-24 Thread Django Code
doing some database calls. See http://dpaste.com/hold/8999/ -- Ticket URL: <http://code.djangoproject.com/ticket/4146> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this

[Django Code] #4142: Bad link

2007-04-24 Thread Django Code
://www.djangoproject.com/documentation/0.96/tutorial03/ -- Ticket URL: <http://code.djangoproject.com/ticket/4142> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message bec

[Django Code] #4144: [patch] ModelBase should only check `sys.modules` when it needs to

2007-04-24 Thread Django Code
this check is really only used within that `if` statement, and it seems it could just as easily go there without any trouble. -- Ticket URL: <http://code.djangoproject.com/ticket/4144> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines -

Re: [Django Code] #4143: Icelandic postalcodes, id numbers and phone numbers for localflavor

2007-04-24 Thread Django Code
Comment: I couldn't add the attachment, it crashed everytime, so the localflavor files can be found at http://einaregilsson.com/downloads/is.zip -- Ticket URL: <http://code.djangoproject.com/ticket/4143#comment:1> Django Code <http://code.djangoproject.com/> The web framewo

[Django Code] #4147: Add some i18n hooks to DateFormat

2007-04-24 Thread Django Code
out the format 'S' that adds the ordinals (1st, 2nd etc) but I don't know how other languages deal with this. I can submit a patch for this... -- Ticket URL: <http://code.djangoproject.com/ticket/4147> Django Code <http://code.djangoproject.com/> The web framework

Re: [Django Code] #4113: dynamic destinations for FileField.upload_to

2007-04-24 Thread Django Code
ds_tests: => 0 * summary: FileField.upload_to issues => dynamic destinations for FileField.upload_to * version: 0.96 => SVN * needs_docs: => 0 * stage: Unreviewed => Design decision needed Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/

Re: [Django Code] #4144: [patch] ModelBase should only check `sys.modules` when it needs to

2007-04-24 Thread Django Code
* needs_tests: => 0 * needs_docs: => 0 Comment: That's the last time I create a diff by hand because I don't have proper diff tools here at work. I'll fix it when I get home. -- Ticket URL: <http://code.djangoproject.com/ticket/4144#comment:1> Django Code <http

Re: [Django Code] #3959: [patch] newforms: label as first argument

2007-04-24 Thread Django Code
was just consistency. This would fall in line with `verbose_name`, and thus make Django feel a bit more unified, that's all. So like I said, I'm +0 really, I'm not going to lose sleep over this one. -- Ticket URL: <http://code.djangoproject.com/ticket/3959#comment:4> Django C

Re: [Django Code] #4140: [boulder-oracle]: manage.py syncdb fails with ORA-06552

2007-04-24 Thread Django Code
racle behavior we can't fix, but we could perhaps put in a check somewhere for SQL reserved words as column names so that the problem is flagged earlier, with an informative message. -- Ticket URL: <http://code.djangoproject.com/ticket/4140#comment:1> Django Code <http://cod

Re: [Django Code] #4141: TextFeld raises UnicodeDecodeError

2007-04-24 Thread Django Code
the unicode branch. I'll leave this open until that is merged, but it's not something to fix on trunk. -- Ticket URL: <http://code.djangoproject.com/ticket/4141#comment:1> Django Code <http://code.djangoproject.com/> The web framework

[Django Code] #4143: Icelandic postalcodes, id numbers and phone numbers for localflavor

2007-04-24 Thread Django Code
ode.djangoproject.com/ticket/4143> 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" gro

Re: [Django Code] #3992: bad link in old online docs

2007-04-24 Thread Django Code
+--- Changes (by Gary Wilson <[EMAIL PROTECTED]>): * status: new => closed * resolution: => fixed Comment: It appears the redirect is now in place, closing ticket. -- Ticket URL: <http://code.djangoproject.com/ticket/3992#comment:5>

Re: [Django Code] #3213: Django should have OpenID implemented in django.contrib.auth

2007-04-24 Thread Django Code
to maintain this, since this looks like it'll be a fairly robust project on its own. In short: I'm happy with this. However, if you do want this moved into Django, then it's best to raise this issue in the developers group. -- Ticket URL: <http://code.djangoproject.com/ticket/

Re: [Django Code] #3297: newforms: Implement FileField and ImageField

2007-04-24 Thread Django Code
: 0 ---+ Changes (by Gary Wilson <[EMAIL PROTECTED]>): * cc: [EMAIL PROTECTED] (added) Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/3297#comment:44> Djang

Re: [Django Code] #3185: Allow django.contrib.auth's LOGIN_URL, LOGOUT_URL and ACCOUNT_URL to be set in settings.py

2007-04-24 Thread Django Code
he patch based on comments, as I would like this as well :) -- Ticket URL: <http://code.djangoproject.com/ticket/3185#comment:21> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You

Re: [Django Code] #4146: Database Module Conflicts

2007-04-24 Thread Django Code
e if I'm just missing it, but where exactly is the problem? You're not giving much in the way of details :) -- Ticket URL: <http://code.djangoproject.com/ticket/4146#comment:1> Django Code <http://code.djangoproject.com/> The web

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

2007-04-24 Thread Django Code
better, IMO :) -- Ticket URL: <http://code.djangoproject.com/ticket/4131#comment:1> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are subscribed t

Re: [Django Code] #4067: Validation of IPAddressField don't work with newforms

2007-04-24 Thread Django Code
patch: 0 +--- Changes (by Collin Grady <[EMAIL PROTECTED]>): * has_patch: 0 => 1 Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/4067#comment:2> Django Code <http://code.

Re: [Django Code] #3587: filter() and order_by()

2007-04-24 Thread Django Code
f any) the actual problem is - Chris, I recommend opening a new ticket regarding this which clearly explains a specific bug or enhancement to how `filter()` works. -- Ticket URL: <http://code.djangoproject.com/ticket/3587#comment:7> Django Code <http://code.djangoproject.com/>

Re: [Django Code] #4049: `auth` context processor shouldn't error if `AuthenticationMiddleware` isn't being used

2007-04-24 Thread Django Code
value will have to update their settings. -- Ticket URL: <http://code.djangoproject.com/ticket/4049#comment:2> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this mess

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

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

Re: [Django Code] #2573: Relating two models to the same model using generic relations with the same parameters causes conflicts

2007-04-24 Thread Django Code
look like a bug to me unless I'm missing something. You can't have two generic or foreign keys with identical `related_name`s pointing to the same model. -- Ticket URL: <http://code.djangoproject.com/ticket/2573#comment:1> Django Code <http://code.djangoproject.com/> The

Re: [Django Code] #4146: Database Module Conflicts

2007-04-24 Thread Django Code
vironment is pulling one over the other -- Ticket URL: <http://code.djangoproject.com/ticket/4146#comment:2> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this

[Django Code] #4148: Inclusion of Middleware to fix IE VARY bug

2007-04-24 Thread Django Code
stays on a site like djangosnippets, where it could really help people who plan to generate PDFs. -- Ticket URL: <http://code.djangoproject.com/ticket/4148> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~--

Re: [Django Code] #4148: Inclusion of Middleware to fix IE VARY bug

2007-04-24 Thread Django Code
-- Ticket URL: <http://code.djangoproject.com/ticket/4148#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] #4148: Inclusion of Middleware to fix IE VARY bug

2007-04-24 Thread Django Code
ts: 0 | Needs_better_patch: 0 -+-- Changes (by Michael Axiak <[EMAIL PROTECTED]>): * needs_docs: 1 => 0 Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/4148#comment:2&

Re: [Django Code] #4148: [patch] Inclusion of Middleware to fix IE VARY bug

2007-04-24 Thread Django Code
eware to fix IE VARY bug Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/4148#comment:3> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message be

Re: [Django Code] #2713: Sitemap Index with Cache gives a NoReverseMatch exception

2007-04-24 Thread Django Code
(by SmileyChris): * status: closed => reopened * resolution: duplicate => Comment: Actually, that other ticket was user error, this ticket is the correct one. -- Ticket URL: <http://code.djangoproject.com/ticket/2713#comment:2> Django Code <http://code.djangoprojec

Re: [Django Code] #2564: urlresolvers.reverse broken when reversing decorated views

2007-04-24 Thread Django Code
on) sect = cache_page(sect, 60) }}} This is actually a documentation bug (or the decorator format needs to change), but I'll submit a new ticket for that. -- Ticket URL: <http://code.djangoproject.com/ticket/2564#comment:5> Django Code <http://code.djangoproje

[Django Code] #4149: cache_page decorator documented incorrectly

2007-04-24 Thread Django Code
;s just fix the documentation. -- Ticket URL: <http://code.djangoproject.com/ticket/4149> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Re: [Django Code] #2713: Sitemap Index with Cache gives a NoReverseMatch exception

2007-04-24 Thread Django Code
cide that for sure. -- Ticket URL: <http://code.djangoproject.com/ticket/2713#comment:3> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you are

Re: [Django Code] #2713: Sitemap Index with Cache gives a NoReverseMatch exception

2007-04-24 Thread Django Code
+--- Comment (by SmileyChris): Actually, thinking some more about this, this has been fixed by named url patterns (see [4901]) -- Ticket URL: <http://code.djangoproject.com/ticket/2713#comment:4> Django Code <http://code.djangoproject.

Re: [Django Code] #2713: Sitemap Index with Cache gives a NoReverseMatch exception

2007-04-24 Thread Django Code
+--- Changes (by SmileyChris): * status: reopened => closed * resolution: => fixed Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/2713#comment:5> Django Code <http://code.djangoproject.com/> The

Re: [Django Code] #2564: urlresolvers.reverse broken when reversing decorated views

2007-04-24 Thread Django Code
Needs_tests: 0 | Needs_better_patch: 0 +--- Comment (by SmileyChris): New ticket: #4919 -- Ticket URL: <http://code.djangoproject.com/ticket/2564#comment:6> Djang

Re: [Django Code] #4146: Database Module Conflicts

2007-04-24 Thread Django Code
ually going wrong 2. What you would expect to happen instead -- Ticket URL: <http://code.djangoproject.com/ticket/4146#comment:3> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ Yo

Re: [Django Code] #2608: multi-level foreignkey throws KeyError

2007-04-24 Thread Django Code
e-case, I validated that this does raise the above exception and that the patch fixes this. -- Ticket URL: <http://code.djangoproject.com/ticket/2608#comment:1> Django Code <http://code.djangoproject.com/> The web framework for perfecti

Re: [Django Code] #4149: cache_page decorator documented incorrectly

2007-04-24 Thread Django Code
icket/4149#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 pos

Re: [Django Code] #2564: urlresolvers.reverse broken when reversing decorated views

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

Re: [Django Code] #2612: [patch] Fix admin formatting when help_text used with multiple fields on the same line

2007-04-24 Thread Django Code
before / after screenshots but trac won't let me. Probably needs some more testing to make sure this doesn't break any existing fields. -- Ticket URL: <http://code.djangoproject.com/ticket/2612#comment:1> Django Code <http://code.djangoproject.com/> The web frame

Re: [Django Code] #2564: urlresolvers.reverse broken when reversing decorated views

2007-04-24 Thread Django Code
t: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" group. To post to this group, send e

Re: [Django Code] #4148: Inclusion of Middleware to fix IE VARY bug

2007-04-24 Thread Django Code
fix IE VARY bug Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/4148#comment:4> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~-~--~~~---~--~~ You received this message because you a

Re: [Django Code] #4144: ModelBase should only check `sys.modules` when it needs to

2007-04-24 Thread Django Code
d only check `sys.modules` when it needs to => ModelBase should only check `sys.modules` when it needs to Comment: -- Ticket URL: <http://code.djangoproject.com/ticket/4144#comment:2> Django Code <http://code.djangoproject.com/> The web framework for pe

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

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

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

2007-04-24 Thread Django Code
//code.djangoproject.com/ticket/4131#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 "Django updates&q

<    1   2   3   4   5   6   7   8   9   10   >